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": 2,
"account_id": "1016X10034796020144"
}'
ParameterTypeLengthRequiredDescriptionExample
amountstring1-11RequiredWithdrawal amount0.1
currencystring3RequiredCurrencyUSD
program_valueint1-10RequiredAccount card type2
account_idstring0-20OptionalThe unique identifier of the merchant account. Funds will be credited to the specified account_id.
  • Takes precedence over program_value
1016X10034796020144
{
"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
account_idThe unique identifier of the merchant account