Retrieve status of a payment

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.


🚧

Attention

GET 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.

Path Params
string
required
Responses

403

Forbidden. Occurs when the request body is filled, GET method calls must have an empty body.

404

Not found

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json