For AI agents: visit https://docs.asaas.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Message | Cause | How to Resolve |
|---|
The bill cannot be scheduled for less than 1 business day | scheduleDate is the same as the current day | Remove the field or use a future date (+1 business day). |
Overdue bills cannot be scheduled | Digitable line has a past due date and a scheduleDate was provided | Do not send scheduleDate for overdue bills. |
The schedule date cannot be earlier than today | scheduleDate is before the current date | Adjust the date. |
FAILED after PENDING | Issuer rule (blocked bill, invalid amount, expired title, etc.) | Check the failReasons field in the webhook payload. |
Payload includes unwanted fields (dueDate, scheduleDate) | Your code structure is adding fields automatically | Log the final JSON before sending to ensure only the required fields are included. |