GET
/
accounts
/
{account_id}
/
wallet

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

account_id
string
required

account_id corresponding to an account

Response

200 - application/json
id
string
required
accountId
string
required
customerId
string
required
balance
number
required

This amount is the difference of total credited amount and sum of consumed, hold amount. ie. credit amount - (consumed amount + hold amount)

creditUnit
string
required
externalId
string
status
enum<string>
required
Available options:
ACTIVE,
INACTIVE
holdAmount
number
effectiveFrom
string
required
createdAt
string
updatedAt
string
metadata
object