Skip to main content

Overview​

Query card account payout records.

Payout Records​

cURL -X POST /card-api/v1/payouts/list
-H 'Content-Type: application/json'
-H 'Authorization: {token}'
-d '{
"cursor": "",
"batch_no": "102149",
"program_value": 2,
"account_id": "1016X10034796020144",
"limit": 10,
"to_created_at": "",
"from_created_at": "",
"currency": "",
"ascending": false
}'
ParameterTypeLengthRequiredDescriptionExample
limitstring1-10RequiredNumber of records to query10
batch_nostring1-10RequiredBatch number102149
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
from_created_atstring0-20OptionalStart time
to_created_atstring0-20OptionalEnd time
currencystring3RequiredCurrencyUSD
ascendingstring1-10RequiredSort order
  • true: ascending
  • false: descending
{
"code": "200",
"msg": "Success",
"trace_id": "cdd579eb955b4970b71f89c7a4cf56b9",
"data": {
"data": [
{
"batch_no": "102149",
"program_value": 2,
"account_id": "1016X10034796020144",
"program_cn_name": "USD",
"program_en_name": "USD Multi Card-XA",
"moving_account_time": "2025-06-05T09:34:51+08:00",
"currency": "USD",
"amount": 0.1,
"issue_card_amount": 2998.9
}
],
"next_cursor": null,
"has_more": false
}
}
ParameterDescription
batch_noBatch number
program_valueProgram value
program_cn_nameProgram name in Chinese
program_en_nameProgram name in English
moving_account_timeTime of account movement
currencyCurrency
amountWithdrawal amount
issue_card_amountCard limit amount