POST api/Bank/get_payment_barcode
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Req | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "pay_token": "sample string 1", "card_token": "sample string 2", "using_points": true, "channel": 4 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{ "RC": "sample string 1", "RM": "sample string 2", "results": { "barcode_data": { "barcode": "sample string 1", "duration": "sample string 2", "bank_name": "sample string 3", "card_number": "sample string 4", "cobranded": "sample string 5", "transaction_number": "sample string 6", "bank_id": "sample string 7" } } }