Withdrawal Payout
API for create a withdrawal transaction
Withdraw Payout Order
Headers
Name
Type
Description
Request Body
Name
Type
Description
Example Request
{
"refId": "REF_ID",
"amount": 100,
"userId": "USER_ID",
"accountName": "wildpay",
"accountNo": "1234567890",
"bankCode": "KBANK",
"extendParams": {
"username": "wildpay",
},
"timestamp": "2023-02-05T16:34:57.956Z"
}Last updated