Create Topup order
Create Top-up order
Request URL
POST
https://card-api-sandbox.pagsmile.com/issuing/partner/create-topup
Request Header
Name | Type | Description |
---|---|---|
Content-Type* | string | application/json; chartset=UTF-8 |
Request Body
Refer to : common
Biz_data :
Name | Type | Description |
---|---|---|
order_no* | string | Order number |
pay_amount* | string | Amount |
pay_currency* | string | Currency, refer to : currency |
topup_currency* | string | Top-up Currency, refer to : currency |
reference | string | Reference |
payment.account_num | string | Bank payer account num/IBAN |
payment.bank_name | string | Payer Bank Name |
payment.arrive_date | string | Expected time of receipt |
Response
Name | Type | Description |
---|---|---|
order_id | long | Order Id |
Example
Note: 201************11 is pagsmile's test app id for sandbox
Please use your own app_id when testing.
Last updated