From the Bank Accounts endpoint, you can retrieve information about bank accounts for a connection.
The Bank Account Object
Property | Type | Description |
---|---|---|
id | string | |
institution_name | string | |
account_id | string | |
balance | number | |
available_balance | number | |
limit | number | |
currency | string | The ISO-4217 currency code |
account_name | string | |
official_account_name | string | |
updated_at | string | The last ISO 8601 updated date |
{
"institution_name": "TD Bank",
"account_id": "blgvvBlXw3cq5GMPwqB6s6q4dLKB9WcVqGDGo",
"balance": 110,
"available_balance": 100,
"limit": 200,
"currency": "USD",
"account_name": "Rutter Checking",
"official_account_name": "Rutter Standard 0% Interest Checking",
"updated_at": "2021-03-09T10:18:29.985Z"
}