get
https://api-sandbox.asaas.com/v3/paymentDunnings//partialPayments
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 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
