Skip to main content
GET
Wallet balance for Account

Authorizations

Authorization
string
header
required

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

Maximum string length: 50
Example:

"ACC00001"

Response

Response for Credit Balance Request

Wallet Balance response

id
string
required
accountId
string
required
Example:

"ACC001"

customerId
string
required
Example:

"ACC001"

balance
number
required
Example:

500

creditUnit
string
required
Example:

"USD"

externalId
string
status
enum<string>
Available options:
ACTIVE
holdAmount
number
Example:

500

createdAt
string<date-time>
updatedAt
string<date-time>
metadata
object