Apply For a Physical Card
This is a synchronous interface. If the returned order status is not 'completed', you can either:
Last updated
{
"app_id": "00000000000000000",
"partner_id": "00000000000000000",
"request_id": "19Fc3ddf-2350-4035-d5D3-cdB58a18",
"timestamp": "2025-04-07 13:52:25",
"format": "JSON",
"version": "2.0",
"sign_type": "RSA",
"biz_data": {
"order_no": "E1d6c70E-FcFB-8dFf-",
"card_scheme": 3,
"card_type": 4,
"order_count":1,
"holder_ids": [103006],
"is_share_card": true,
"card_bin": "658704",
"name_on_card_printing_type":1,
"shipping_method":2,
"card_limit": {
"daily_transactions": 10,
"single_amount": 100,
"daily_amount": 1000,
"monthly_amount": 10000,
"total_amount": 100000
}
},
"random_key": "<generated_key>"
}
// The biz_data in this example needs to be encrypted!{
"code": "10000",
"msg": "Success",
"total": 1,
"random_key": "<random key used for decryption>",
"sign_type": "RSA",
"app_id": "00000000000000000",
"data": {
"card_id": 103077,
"order_no": "E1d6c70E-FcFB-8dFf-",
"order_status": 2,
"holder_name": "Test User",
"card_token": null,
"card_pan": null,
"card_bin": "658704",
"card_scheme": 3,
"card_type": 3,
"is_share_card": true,
"order_count": 1
}
}
// The data in this example has already been decrypted.{
"code": "40002",
"msg": "Business Failed",
"sub_code": "invalid-signature",
"sub_msg": "invalid signature"
}