Information about payout balance

Request

GET https://repay.cx/payout_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/payout_api/v1/external/cashiers/balance/" \
-H "api-key: API_KEY".

Response

This request sends a GET request to get payout balance information and returns the corresponding JSON response.

Example of a successful response

{
   "id": "cashier_ID",
   "balance": 200363.60
}
Name
Type
Description

id

string

Cashier's identifier

balance

string (number)

Current cashier's balance

Last updated