API Reference

This endpoint enables merchants to retrieve their current balance. The response will be a JWT containing the current balance amount in BRL.



Params (before JWT-encoding)


ParamTypeDescription
api_key(optional, string)The 'api_key' parameter represents the Merchant API Key.
{
  "iat": 1712175617,
  "exp": 1712175677,
  "data": {
    "api_key": "1234"
  }
}

Language
Click Try It! to start a request and see the response here!