Payzio API Docs

Get Balance

Get total available INR balance across all providers for the merchant.

GET
/payments/balance

Get total available INR balance across all providers for the merchant.

Authorization

BearerAuth
AuthorizationBearer <token>

Merchant API key in the form Bearer sk_<token>.

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://loading/payments/balance"
{
  "available_balance": "string"
}
{
  "status": false,
  "error": {
    "code": 0,
    "error_code": null,
    "message": "string",
    "metadata": null
  }
}
{
  "status": false,
  "error": {
    "code": 0,
    "error_code": null,
    "message": "string",
    "metadata": null
  }
}
{
  "status": false,
  "error": {
    "code": 0,
    "error_code": null,
    "message": "string",
    "metadata": null
  }
}
{
  "status": false,
  "error": {
    "code": 0,
    "error_code": null,
    "message": "string",
    "metadata": null
  }
}
{
  "status": false,
  "error": {
    "code": 0,
    "error_code": null,
    "message": "string",
    "metadata": null
  }
}
{
  "status": false,
  "error": {
    "code": 0,
    "error_code": null,
    "message": "string",
    "metadata": null
  }
}