Retrieve an Account Balance
Retrieve the current and available balances for an account in minor units of the account's currency. Learn more about account balances.
Path parameters
The identifier of the Account to retrieve.
Query parameters
The moment to query the balance at. If not set, returns the current balances.
Response
Balance Lookup
Example response
{
"account_id": "account_in71c4amph0vgo2qllky",
"available_balance": 100,
"current_balance": 100,
"loan": null,
"type": "balance_lookup"
}Changes
Changed in 1 of the 17 revisions of this API.6
- ○
added the required property
loan/anyOf[subschema #1: Balance Lookup Loan]/due_feesto the response with the200statusresponse-required-property-added
- ○
added the required property
loan/anyOf[subschema #1: Balance Lookup Loan]/due_interestto the response with the200statusresponse-required-property-added
- ○
added the required property
loan/anyOf[subschema #1: Balance Lookup Loan]/due_principalto the response with the200statusresponse-required-property-added
- ○
added the required property
loan/anyOf[subschema #1: Balance Lookup Loan]/not_due_feesto the response with the200statusresponse-required-property-added
- ○
added the required property
loan/anyOf[subschema #1: Balance Lookup Loan]/not_due_interestto the response with the200statusresponse-required-property-added
- ○
added the required property
loan/anyOf[subschema #1: Balance Lookup Loan]/not_due_principalto the response with the200statusresponse-required-property-added
- ○