Get wallet balance
Get the available and pending balance of this entity’s wallet. The specified payment method ID must refer to the entity’s wallet.
Path parameters
entityId
Entity ID or Entity ForeignID
paymentMethodId
Payment Method ID or Payment Method ForeignID
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
This endpoint returns an object.
paymentMethodId
The ID of the wallet payment method.
entityId
The ID of the entity that this wallet belongs to.
availableBalance
The available balance in this wallet.
pendingBalance
The pending balance in this wallet.