添加银行账户
Request
ENDPOINT
/investor_registry/investor/{investor_key}/bank_accountMÉTODO
POSTSTATUS
201Request body
Request Body
{
"financial_institution_code": "329",
"account_number": "000000",
"account_digit": "0",
"account_branch": "000"
}
Body params
| 字段 | 类型 | 描述 | 字符数 | 必填 |
|---|---|---|---|---|
financial_institution_code | string | 金融机构代码 | 1 - 4 | 是 |
account_number | string | 账号 | 1 - 20 | 是 |
account_digit | string | 账号校验位 | 1 | 是 |
account_branch | string | 支行号 | 1 - 4 | 是 |
Response
Response Body
{
"bank_account_key": "UUID"
}
可处理错误
| 错误代码 | 含义 |
|---|---|
| "IVR000077" | 该账户已为该投资者注册 |