get
https://api-sandbox.asaas.com/v3/paymentDunnings/
Endpoint responsible for retrieving the full details of a specific dunning request based on its unique identifier.
This call should be used when the integration already has the dunning request ID and needs to retrieve its current state, customer data, related charge, and process details.
Request parameter
id - Unique identifier of the dunning request in Asaas.
When to use this endpoint
This endpoint is commonly used to:
- retrieve a specific dunning request
- validate the current status of the process
- retrieve data before performing a follow-up action
- display full details in internal interfaces
Important rule for GET requests
GET requestsGET 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
