Skip to main content
GET
/
account
/
balance
Get the merchant display balance
curl --request GET \
  --url https://api.example.com/account/balance \
  --header 'Authorization: Bearer <token>'
{
  "available": {
    "currency": "USD",
    "displayValue": "950.00",
    "pendingIn": "25.00",
    "pendingOut": "0.00"
  }
}

Authorizations

Authorization
string
header
required

Enter Auth0 JWT token

Response

available
object
required

The merchant's managed deposit-account balance, present only when an OPEN deposit account is linked and the live balance read succeeded. The caller renders the managed-balance card iff this is non-null; whether the merchant 'is' an Erebor merchant is intentionally not classified here — other cards (ledger, virtual account) decide independently from their own data.