Overview
Withdraw funds from your card account.
Payout
- Resquest
cURL -X POST /card-api/v1/payouts/create
-H 'Content-Type: application/json'
-H 'Authorization: {token}'
-d '{
"amount": 0.1,
"currency": "USD",
"program_value": 15
}'
| Parameter | Description |
|---|---|
| amount | Withdrawal amount |
| currency | Currency |
| program_value | Account card type |
- Responses
{
"code": "200",
"msg": "Success",
"trace_id": "9028b56cbc3d4512a3a7bc572338b251",
"data": {
"batch_no": "103955",
"account_id": "1016X10034767280883"
}
}
| Parameter | Description |
|---|---|
| batch_no | Use the batch number to query the payout record |