Withdrawals
Get Balance
Returns the balance available for dispersing withdrawals. Check it before creating withdrawals via `POST /process/` to avoid rejections for insufficient funds.
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?
Get Transaction Status
Retrieve the current status and details of any transaction (payment or withdrawal). It's the source of truth, and essential for asynchronous methods like SPEI transfers and cash payments.
Create Customer
Get or create a customer (user) in the Tonder system. Returns the customer's id and auth_token. If a customer with that email already exists, the existing one is returned instead of a duplicate.
