Query Partner Transactions
Query partner transaction information list
Request URI
POST
/issuing/partner/query-transactions
Request Body
Refer to : common
Biz_data :
order_no
string
Order Number
card_token
string
Card Token
account_num
string
Account Number
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
Response
transaction_id
string
Transaction id
order_no
string
Order number
card_token
string
Card token
account_token
string
Account Token
transaction_type
integer
Transaction Type
transaction_status
integer
Transaction Status
account_num
string
Account Num
account_name
string
Account Name
bill_currency
string
Bill Currency
bill_amount
string
Bill Amount
bill_fee
string
Bill Fee
transaction_amount
string
Transaction Amount
transaction_currency
string
Transaction Currency
exchange_rate
string
Exchange Rate
reference
string
Remarks
transaction_desc
string
Transaction desc
related_transaction_id
string
Related Transaction ID
merchant_info
string
Merchant Information
business_date
string
Format: yyyy-MM-dd
create_time
string
Format: yyyy-MM-dd HH:mm:ss
Last updated
Was this helpful?