Query Transaction Detail information
Retrieve specific transaction information using order_no or transaction_id.
Request URI
Request Body
Name
Type
Description
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
Last updated