Query Transactions
Get all transactions within a specified date range.
Request URI
POST /issuing/card/query-card-transactions
Request Body
Refer to : common
Biz_data :
order_no
string
Order Number
card_token
string
Card Token
start_date*
string
Begin Time.Format:yyyy-MM-dd
end_date*
string
End Time.Format: yyyy-MM-dd
page_num
integer
Default value: 1
page_size
integer
Default value: 10.Max value is 30
Request Example
{
"app_id": "00000000000000000",
"partner_id": "00000000000000000",
"request_id": "2079Bc5F-339E-8c32-E47D-E35c45db",
"timestamp": "2025-04-07 13:56:55",
"format": "JSON",
"version": "2.0",
"sign_type": "RSA",
"biz_data": {
"order_no": "fE2E44c2-A4cF-C4Fc-40d6-Ee493262",
"start_date": "2025-04-05",
"end_date": "2025-04-08"
},
"random_key": "<generated_key>"
}
// The biz_data in this example needs to be encrypted!Response
order_no
string
Order Number
card_token
string
Card Token
transaction_id
string
Transaction ID
transaction_type
integer
Transaction Type
transaction_status
integer
Transaction Status
account_num
string
Account Number
account_name
string
Account Name
bill_currency
string
Bill Currency
bill_amount
string
Bill Amount
bill_fee
string
Bill Fee
balance
string
Account Balance
balance_change
string
Balance Change
transaction_amount
string
Transaction Amount
transaction_currency
string
Transaction Currency
exchange_rate
string
Exchange Rate
reference
string
Remark
transaction_desc
string
Transaction description
related_transaction_id
string
Related Transaction ID
merchant_info
string
Merchant Information
business_date
string
Format:yyyy-MM-dd
create_time
string
Create date. Date format: yyyy-MM-dd HH:mm:ss
card_remark
string
Card remark
Last updated
Was this helpful?