API Reference
- Search financial accounts:
GET /bank-linking/accounts - Get a specific financial account:
GET /bank-linking/accounts/{accountId} - Refresh customer accounts:
POST /bank-linking/connections/{connectionId}/refresh
Overview
There are two types of balance data: current balance and available balance.- Current balance — The total amount of money in the account. This does not mean it is all available to spend. Some funds may be from deposits or checks that have not cleared yet.
- Available balance — The total amount of money in the account that is available for your customer to spend.
Balance data
When calling the financial accounts endpoint, you can access thecurrency, currentAmount, and availableAmount for that account. See Retrieving Connection Data for an example.