Adicionar Conta Bancária
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
Campo | Tipo | Descrição | Caracteres | Obrigatório |
---|---|---|---|---|
financial_institution_code | string | Código da Instituição Financeira | 1 - 4 | Sim |
account_number | string | Número de Conta | 1 - 20 | Sim |
account_digit | string | Dígito de Conta | 1 | Sim |
account_branch | string | Agência | 1 - 4 | Sim |
Response
Response Body
{
"bank_account_key": "UUID"
}
Erros Tratáveis
Código | Significado |
---|---|
"IVR000077" | Essa conta já foi cadastrada para o investidor |