Create Topup Order
Create Top-up order
Request URL
POST /remittance/partner/create-topup
Request Body
Refer to : common
Biz_data :
Name
Type
Description
order_no*
string
Order number
pay_amount*
string
Amount
reference
string
Reference
payment.account_no
string
Bank payer account num/IBAN
payment.bank_name
string
Payer Bank Name
payment.arrive_date
string
Expected time of receipt
Response
{
"code": "10000",
"msg": "Success",
"data":{
"order_id": 100009
},
"total": 1,
"random_key":"abssdddd2wdw==",
"sign_type": "RSA",
"app_id": "2017051914172236111"
}{
"code": "40002",
"msg": "Business Failed",
"sub_code": "invalid-signature",
"sub_msg": "invalid signature"
}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
Was this helpful?