Upload Supporting Documents
Upon successful creation of an individual cardholder, submit the following KYC materials:
Request URI
Request Body
Name
Type
Description
Request Example
{
"app_id": "00000000000000000",
"partner_id": "00000000000000000",
"request_id": "4955b462-EEb3-Ed48-9d66-49346B4C",
"timestamp": "2025-04-07 13:52:17",
"format": "JSON",
"version": "2.0",
"sign_type": "RSA",
"biz_data": {
"holder_id": "103006",
"file_type": 1,
"file_name": "test.png",
"file_content": "iVBORw0KGgoAAAAN......UVORK5CYII=",
"file_desc": ""
},
"random_key": "<generated_key>"
}
// The biz_data in this example needs to be encrypted!Response
Name
Type
Description
Last updated