get
https://api-sandbox.asaas.com/v3/payments//status
Endpoint responsible for retrieving only the current status of a specific charge.
This request is useful when the integration needs to obtain the current state of the charge objectively, without retrieving the rest of the object.
Request parameter
id— Unique identifier of the charge in Asaas
When to use this endpoint
This endpoint is recommended for occasional status checks, provided it is not used as a recurring polling strategy.
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.
404Not found
