get
https://api-sandbox.asaas.com/v3/payments/limits
Endpoint responsible for retrieving the limits applicable to charges for the account.
This request can be used to validate operational restrictions before issuing a charge and to support integrations that want to guide the user regarding the account's current ability to create charges.
When to use this endpoint
This endpoint is useful in scenarios such as:
- prior validation before issuing a charge
- operational verification in administrative screens
- supporting interfaces that display available limits
AttentionGET requests must be sent with an empty body.
If the integration sends content in the request body, the API may return a 403 Forbidden error.
403Forbidden. Occurs when the request body is filled, GET method calls must have an empty body.
