Withdrawals

Get Balance

Returns the balance available for dispersing withdrawals. Check it before creating withdrawals via `POST /process/` to avoid rejections for insufficient funds.

GET
/withdrawals/balance

Authorization

Authorization
Authorization<token>

Tu API key con prefijo Token , p. ej. Token <API_KEY>

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/withdrawals/balance"
{
  "message": "Data retrieved successfully",
  "current_balance": "32894.55"
}
{
  "code": 0,
  "message": "string"
}
Was this page helpful?