Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- API POST 'Create Quickpay State'
- Content-type : json
- Request
- quickpay_token : '123456789'
- order_id : '1234567'
- email: '[email protected]'
- Response
- quickpay_id: '12345678'
- --------------------------------------------------------------------
- API POST 'Toggle Quickpay Payment Channel'
- Content-type : json
- Request
- quickpay_id: '1234567890',
- payment_channel: 0 // 0 = not selected, 1 = bank transfer, 6 = scb qr
- Response
- message: 'success'
Advertisement
Add Comment
Please, Sign In to add comment