API For Querying Order History
Description
Query Order History
Request URL
/open/api/card/trade/list
Request Method
POST
Request Parameter
Parameter
Mandatory
Type
Description
cardId
Y
string
Virtual Card ID
current
Y
integer
Current page
size
Y
integer
Number of queries
Request Example
Response Parameter
Parameter
Type
Description
+records
array
List
└transactionId
string
Card transaction ID
└cardId
string
Card ID
└cardSeqNo
string
Card Serial Number
└cardLast4
string
The last four digits of the card number
└desp
string
Authorization Description
└reason
string
Fail reason
└amount
integer
Consumption amount
└currency
string
Consumption amount currency
└status
string
Transaction status, PENDING, COMPETE, etc
└tradeAt
string
Trade time
integer
integer
Number of record elements
total
integer
Total number
current
integer
Current page
Response Example
Last updated