Cancel Report Loss
Cancel report card Loss
Request URI
POST
/issuing/card/cancel-lost
Request Body
Refer to : common
Biz_data
Name
Type
Desc
card_token*
string
Card token
Request Example
{
"app_id": "00000000000000000",
"partner_id": "00000000000000000",
"sub_partner_id": "",
"request_id": "9D67aC1d-D7FB-Ff48-54DA-4BcEcBFD",
"timestamp": "2025-04-07 13:56:40",
"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
{
"code": "10000",
"msg": "Success"
}
Last updated
Was this helpful?