Create Withdrawal Order
Create Withdrawal Order
Request URL
POST
https://rem-api-sandbox.pagsmile.com/remittance/withdrawal/create
Request Header
Name | Type | Description |
---|---|---|
Content-Type* | string | application/json; charset=UTF-8 |
Request Body
Refer to : common
Biz_data
Name | Type | Description |
---|---|---|
merchant_id* | long | Merchant ID |
order_no* | string | Order No |
tx_amount* | string | Withdrawal Amount |
currency* | string | Withdrawal Currency |
withdrawal_account_id* | string | Withdrawal Account ID |
reference | string | Reference |
Response
Name | Type | Description |
---|---|---|
order_id* | long | Order ID |
merchant_id* | long | Merchant ID |
order_no* | string | Order Number |
order_status* | Integer | Order Status Refer to Order Status |
account_num* | string | Account Number |
transaction_id | long | Transaction ID |
withdrawal_account_id | long | Withdrawal Account ID |
tx_amount* | string | Transaction Amount |
fee | string | Fee |
currency* | string | Currency |
reference | string | Reference |
error_message | string | Error Message |
created_at* | string | Created At Format:yyyy-MM-dd HH:mm:ss |
Example
Note: 162************38 is pagsmile's test app id for sandbox
Please use your own app_id when testing.
Last updated