Skip to main content

Disbursement Account Object

The disbursement_account object represents the bank account used for resource disbursement in credit operations.

Structure

FieldTypeRequiredDescription
account_branchstringYesBank branch (without check digit).
account_digitstringYesAccount check digit.
account_numberstringYesAccount number (without digit).
document_numberstringYesCPF/CNPJ of the account holder.
financial_institution_codestringYesISPB or COMPE code of the financial institution.
namestringYesAccount holder's name.
account_typestringYesAccount type. Values: checking_account, savings_account, payment_account.

Example

{
"account_branch": "0001",
"account_digit": "2",
"account_number": "12345",
"document_number": "12345678901",
"financial_institution_code": "329",
"name": "João da Silva",
"account_type": "checking_account"
}

Endpoints that use this object