post https://uat.inovapay.com/api/balance
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)
Param | Type | Description |
---|---|---|
api_key | (optional, string) | The 'api_key' parameter represents the Merchant API Key. |
{
"iat": 1712175617,
"exp": 1712175677,
"data": {
"api_key": "1234"
}
}