Given an external account ID, return the account balances in real time.
The data returned by this endpoint is always fetched synchronously; it is not cached by Synctera. As a result, response latency is often high.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
External Account ID
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
Optional relative age of a balance in seconds. If the balance is older than the requested seconds it will fail. This field is optional for most financial institutions, but required for some, so you should probably send it.
x >= 0
600
A collection of fields that represent funds available in the account. The relationship between these fields is complex and can depend on geography and/or the external financial institution. You should not assume that all of these fields will be set, and you should not expect consistent results for different customers at different financial institutions.
If you use Plaid as your backing vendor, see https://plaid.com/docs/api/products/balance/ for precise details on when these fields are set and how they relate.
The response is of type object
.