GET
cURL

Authorizations

Authorization
string
header
required

JWT bearer token. App-user tokens are issued by POST /auth/token (the partner backend calls it as its platform service account); admin and dashboard tokens are issued via OIDC login.

Path Parameters

user_id
string
required

User ID

Response

Account balance from PBA

Response shape mirrors PBA's GetBalanceOutput byte-for-byte (snake_case field names, no extra wrapping). All monetary amounts are in the smallest currency unit (e.g. paise for INR).

account_id
string
required
others_contribution
integer<int64>
required
pending_others
integer<int64>
required
pending_self
integer<int64>
required
self_contribution
integer<int64>
required
total
integer<int64>
required