Information about deposit channel balance
Request
GET
https://repay.cx/api/v1/external/cashiers/balance
Headers
Name
Type
Description
api-key
string
API key for requests authentication
cURL Example
curl -X GET "https://repay.cx/api/v1/external/cashiers/balance" \
-H "api-key: uuid"
Сhange the UUID to your current API key in this request.
Response
This request sends a GET request to get balance information and returns the corresponding JSON response.
Example of a successful response
{
"id": "cashier_ID",
"balance": 68.496
}
Name
Type
Description
id
string
Cashier identifier
balance
string (number)
Current cashier balance
Last updated