Saltar al contenido principal

Bank Account Object

A Bank Account represents a fiat bank account linked to a customer for deposit or withdrawal operations.

THE BANK ACCOUNT OBJECT
{
"id": "2af83836-43ea-407b-ab4e-9c64ee817b28",
"bank_name": "BANCOLOMBIA",
"account_type": "SAVINGS",
"bank_code": "BANCOLOMBIA",
"currency_id": "COP",
"account_number": "93082109309321",
"created_at": "2023-10-05T19:04:43.292Z",
"updated_at": "2023-10-05T19:04:43.292Z"
}

Attributes

iduuid

Id of this bank account.

bank_namestring

Custom name of this bank account.

account_typestring

Account type of this bank account: SAVINGS or CHECKING.

bank_codestring

Code of this bank account.

currency_idstring

Fiat currency of this bank account.

account_numberstring

Bank account number for this bank account.

created_atstring

Creation date of this bank account.

updated_atstring

Last update date of this bank account.