跳到主要内容

ChinaMainlandBankRecipient

account_typeAccountType (string)required

账户类型:

  • PERSONAL — 个人账户
  • COMPANY — 公司/企业账户

Possible values: [PERSONAL, COMPANY]

bank_namestringrequired

银行名称

Example: 中国建设银行
branch_namestringrequired

支行名称

Example: 北京西单支行
account_numberstringrequired

银行卡号

Example: 6217001234567890
beneficiary_namestringrequired

收款人姓名

Example: 张三
id_numberstring

身份证号(个人账户时必填)

Example: 110101199001011234
phone_numberstring

预留手机号(个人账户时必填)

Example: 13800138000
business_licensestring[]

营业执照文件 ID(公司账户时必填)

Possible values: <= 3

ChinaMainlandBankRecipient
{
"account_type": "PERSONAL",
"bank_name": "中国建设银行",
"branch_name": "北京西单支行",
"account_number": "6217001234567890",
"beneficiary_name": "张三",
"id_number": "110101199001011234",
"phone_number": "13800138000",
"business_license": [
"string"
]
}