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
iduuidId of this bank account.
bank_namestringCustom name of this bank account.
account_typestringAccount type of this bank account: SAVINGS or CHECKING.
bank_codestringCode of this bank account.
currency_idstringFiat currency of this bank account.
account_numberstringBank account number for this bank account.
created_atstringCreation date of this bank account.
updated_atstringLast update date of this bank account.