List payments received

Endpoint responsible for retrieving payments received through debt renegotiation linked to a dunning request.

This call returns a paginated list of partial payments recorded during the process, allowing the integration to track amounts received while the debt is being recovered.


Request parameter

id - Unique identifier of the dunning request in Asaas.


Pagination parameters

offset - Defines the starting element of the list.

limit - Defines the maximum number of elements returned per request.


When to use this endpoint

This endpoint is commonly used to:

  • track partial debt payments
  • retrieve payments made through renegotiation processes
  • support reconciliation and operational analysis
  • display the financial history of the dunning request

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
Query Params
integer
integer
≤ 100
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