持有人银行账户申请(Card Holder Beneficary Apply)
Request
Body Params application/json
{
"userId": "string",
"holderId": "string",
"accountType": "Person",
"country": "string",
"certNo": "string",
"accountNo": "string",
"bankCode": "ICBC",
"bankName": "string",
"preMobile": "string",
"accountName": "string",
"routingCodeType": "Routing number",
"routingCodeValue": "string",
"businessAccountFile": [
{
"fileId": "string",
"fileName": "string",
"fileUrl": "string"
}
],
"phoneAreaCode": "86",
"mobile": "string",
"email": "string"
}
Responses
application/json {
"holderBankAcctId": "string",
"status": "WAIT"
}
Modified at 2024-10-12 06:41:38