Skip to main content
GET
/
payments
/
balance
Get Balance
curl --request GET \
  --url https://staging.payzio.org/payments/balance \
  --header 'Authorization: Bearer <token>'
{
  "available_balance": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

Successful Response

Returns json with balance

available_balance
string
required

Available balance that can be withdrawn in payouts