Skip to main content

Overview

Withdraw funds from your card account.

Payout

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
}'
ParameterDescription
amountWithdrawal amount
currencyCurrency
program_valueAccount card type
{
"code": "200",
"msg": "Success",
"trace_id": "9028b56cbc3d4512a3a7bc572338b251",
"data": {
"batch_no": "103955",
"account_id": "1016X10034767280883"
}
}
ParameterDescription
batch_noUse the batch number to query the payout record