Add Bank Account
Request
ENDPOINT
/investor_registry/investor/{investor_key}/bank_accountMETHOD
POSTSTATUS
201Request body
Request Body
{
"financial_institution_code": "329",
"account_number": "000000",
"account_digit": "0",
"account_branch": "000"
}
Body params
| Field | Type | Description | Characters | Required |
|---|---|---|---|---|
financial_institution_code | string | Financial Institution Code | 1 - 4 | Yes |
account_number | string | Account Number | 1 - 20 | Yes |
account_digit | string | Account Digit | 1 | Yes |
account_branch | string | Branch | 1 - 4 | Yes |
Response
Response Body
{
"bank_account_key": "UUID"
}
Treatable Errors
| Code | Meaning |
|---|---|
| "IVR000077" | This account has already been registered for the investor |