GET
/accounts/{account_id}/intrafi_balanceGet an IntraFi balance
Retrieves the IntraFi balance for an Account, including the total balance and amounts held at participating banks. Use the account_id path parameter to identify the Account whose IntraFi balances you need.
account_idstringrequired
The identifier of the Account to get IntraFi balances for.
200Returns the IntraFi balance, including its effective date, total balance, currency, and balances held at participating banks.
balancesarray<IntraFiBalanceBalancesElement>required
Each entry represents a balance held at a different bank. IntraFi separates the total balance across many participating banks in the network.
currencystringrequired
The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the account currency.
effective_datestringrequired
The date this balance reflects.
total_balanceintegerrequired
The total balance, in minor units of `currency`. Increase reports this balance to IntraFi daily.
typestringrequired
A constant representing the object's type. For this resource it will always be `intrafi_balance`.
4XXReturned when the request encounters a client-side error.
5XXReturned when the request encounters a server-side error.
Error handling
The account_id path parameter must identify the Account whose IntraFi balance you want to retrieve.