Current Balance

Get the Current Balance owed on an account

The /bill/get endpoint returns the data needed to facilitate payments of owed balances, including the account number and associated balances for each account held on the data source.

Sample Balance data:

{
"source_name": "string",
"source_type": "Electricity",
"source_country": "AA",
"accounts": [
{
"account_number": "string",
"account_id": "18cf6291-add0-4000-8aa7-6684228a7018",
"user_number": "string",
"current_balance": 0,
"currency_code": "AAA"
}]}

Refer to the API reference section for more details.