Wallet
Wallet balance for Account
Wallet balance for Account
GET
/
accounts
/
{account_id}
/
wallet
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
account_id
string
requiredaccount_id corresponding to an account
Maximum length:
50
Response
200 - application/json
Wallet Balance response
id
string
requiredaccountId
string
requiredcustomerId
string
requiredbalance
number
requiredThis amount is the difference of total credited amount and sum of consumed, hold amount. ie. credit amount - (consumed amount + hold amount)
creditUnit
string
requiredstatus
enum<string>
requiredAvailable options:
ACTIVE
, INACTIVE
effectiveFrom
string
requiredexternalId
string
holdAmount
number
createdAt
string
updatedAt
string
metadata
object