Retrieve the balances for a Financial Account. This includes the account balance, available funds, pending withdrawals, and pending deposits. Balances are returned for each supported currency for the Financial Account.
GET /v1/financial-accounts/{financialAccountId}/balances
Authorization: Bearer <access_token>
financialAccountId REQUIRED
string (UUID)
ID of the Financial Account.
None
Returns the Financial Account Balances object.
SAMPLE RESPONSE
{
"USD": {
"accountBalance": "1000.00",
"availableBalance": "800.00",
"pendingWithdrawals": "200.00",
"pendingDeposits": "250.00"
},
"CAD": {
"accountBalance": "700.00",
"availableBalance": "600.00",
"pendingWithdrawals": "100.00",
"pendingDeposits": "300.00"
}
}
Step into the future of Finance with RocketKOR! Simplify payments, banking, lending, and data analytics using our versatile KOR Platform.
A Rocket Financial Inc. company
@ 2024 RocketKOR, Inc. All rights reserved.