Recover a single payment dunning

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