Retrieve a single payment

Endpoint responsible for retrieving the complete data of a specific charge using its unique identifier.

This is the recommended request when the integration already has the charge ID and needs to retrieve its current state, registered attributes, and operational information.


Request parameter

  • id — Unique identifier of the charge in Asaas

When to use this endpoint

This endpoint is commonly used to:

  • retrieve a specific charge
  • load the current data before an update
  • display complete details in internal interfaces
  • manually validate the current state of a charge

🚧

Attention

As with listing, this endpoint should not be used as a continuous monitoring mechanism.

To track status changes, the recommended approach is to use Webhooks.


🚧

Attention

GET requests must be sent with an empty body.

Otherwise, the API may return a 403 Forbidden error.

Path Params
string
required

Unique payment identifier in Asaas

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