Get Balance

Get Balance

GET {{Environment_URL}}/mass-payments/v1/accounts/:id/balance

The management and utilization of each sub-account are performed programmatically using a unique Account Identifier (ID) (e.g., acc_01K87P082E1). This ID serves as the central key, allowing you to granularly manage balances, process transactions, and access all financial functionalities for each sub-account via the API.

Headers

Name
Value

Authorization

Bearer <token>

Query Parameter

Name
Description
Data Type
Value

id

Subaccount Identifier

String

acc_01P87P082E1

Response

{
  "available": "0"
}