Query Transaction Detail information

Retrieve specific transaction information using order_no or transaction_id.

Request URI

POST /issuing/card/query-card-transaction-detail

Request Body

Refer to : common

Biz_data :

Name
Type
Description

transaction_id

string

Transaction ID

order_no

string

Order number

transaction_type

integer

Choose one of transaction_id and [order_no 、transaction_type]

Request Example

{
    "app_id": "00000000000000000",
    "partner_id": "00000000000000000",
    "request_id": "626b6f47-4e2B-d11e-AFdc-eAbA78Ad",
    "timestamp": "2025-04-07 13:56:54",
    "format": "JSON",
    "version": "2.0",
    "sign_type": "RSA",
    "biz_data": {
        "transaction_id": "100000076795"
    },
    "random_key": "<generated_key>"
}
// The biz_data in this example needs to be encrypted!

Response

Name
Type
Description

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 Time.Format: yyyy-MM-dd HH:mm:ss

Last updated

Was this helpful?