Returns the merchant’s current balance, the timestamp when the balance was calculated (GMT‑3), and a status/message pair indicating success or failure.
cURL
curl --request GET \ --url https://api.paymee.com.br/v1.1/balance \ --header 'x-api-key: <x-api-key>' \ --header 'x-api-token: <x-api-token>'
{ "status": 0, "message": "success", "balance": 17494.02, "date": "2020-02-17T17:49:28Z" }
"your-x-api-key"
"your-x-api-token"
success response
Response status code (0 = success)
0
Response status message
"success"
Current balance
17494.02
Balance timestamp (ISO‑8601, GMT‑3)
"2020-02-17T17:49:28Z"