get
https://api-sandbox.asaas.com/v3/payments/
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
AttentionAs with listing, this endpoint should not be used as a continuous monitoring mechanism.
To track status changes, the recommended approach is to use Webhooks.
AttentionGET requests must be sent with an empty body.
Otherwise, 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
