Skip to main content

Add Bank Account


Request

ENDPOINT
/investor_registry/investor/{investor_key}/bank_account
METHOD
POST
STATUS
201

Request body

Request Body
{
"financial_institution_code": "329",
"account_number": "000000",
"account_digit": "0",
"account_branch": "000"
}

Body params

FieldTypeDescriptionCharactersRequired
financial_institution_codestringFinancial Institution Code1 - 4Yes
account_numberstringAccount Number1 - 20Yes
account_digitstringAccount Digit1Yes
account_branchstringBranch1 - 4Yes

Response

Response Body
{
"bank_account_key": "UUID"
}

Treatable Errors

CodeMeaning
"IVR000077"This account has already been registered for the investor