Bank Card Transaction Details Query
POST Bank Card Transaction Details Query
POST /api/mastercard/masterCardTradeList.html
Bank card transaction details query: Maximum 30 records, default 10. Start is the starting line number, starting from 0 by default.
Request Body
Request Parameters
cardId
string
false
none
card token
cardId or cardNo must be filled in at least
cardNo
string
false
none
card number
cardId or cardNo must be filled in at least
tradeStatus
string
false
none
transaction status
Query all successful transactions, fixed value: ALL (If not passed, it defaults to query the final successful transaction, including successful and returned transactions with tradeStatus = 1 or 10)
currency
string
false
none
transaction currency
Transaction currency, EUR/USDT by default: EUR
beginDate
string
true
none
begin date
Start date of the transaction (yyyy-MM-dd) (The maximum interval between start and end dates is 30 days)
Example Response
200 Response
Response Fields
total
integer
true
none
Total Transactions
Total Number of Transactions within Date Range
tradeList
array
true
none
Transaction List
Transaction Details List
The parameters contained in the tradeList are as follows:
cardNo
string
true
none
Card number
currency
string
true
none
Currency
amount
number
true
none
Transaction amount
fee
number
true
none
Transaction fee
currencyTxn
string
true
none
Actual transaction currency
txnAmount
number
true
none
Actual transaction amount
businessDate
string
true
none
Business date
tradeId
string
true
none
Trade ID
authCode
string
true
none
Authorization code
Last updated