pichaya_om

Quickpay State

Oct 16th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.45 KB | None | 0 0
  1. API POST 'Create Quickpay State'
  2. Content-type : json
  3.  
  4. Request
  5. quickpay_token : '123456789'
  6. order_id : '1234567'
  7.  
  8. Response
  9. quickpay_id: '12345678'
  10.  
  11.  --------------------------------------------------------------------
  12.  
  13. API POST 'Toggle Quickpay Payment Channel'
  14. Content-type : json
  15.  
  16. Request
  17. quickpay_id: '1234567890',
  18. payment_channel: 0 // 0 = not selected, 1 = bank transfer, 6 = scb qr
  19.  
  20. Response
  21. message: 'success'
Advertisement
Add Comment
Please, Sign In to add comment