Query Card Information
Fetch full card details using the card token provided during application.
Request URI
Request Body
Name
Type
Description
Request Example
{
"app_id": "00000000000000000",
"partner_id": "00000000000000000",
"request_id": "c4EAD82b-Eb17-fEaf-998b-D3F5DDDd",
"timestamp": "2025-04-07 13:56:36",
"format": "JSON",
"version": "2.0",
"sign_type": "RSA",
"biz_data": {
"card_token": "450620141926"
},
"random_key": "<generated_key>"
}
// The biz_data in this example needs to be encrypted!Response
Name
Type
Description
Last updated