Common Error Messages


MessageCauseHow to Resolve
The bill cannot be scheduled for less than 1 business dayscheduleDate is the same as the current dayRemove the field or use a future date (+1 business day).
Overdue bills cannot be scheduledDigitable line has a past due date and a scheduleDate was providedDo not send scheduleDate for overdue bills.
The schedule date cannot be earlier than todayscheduleDate is before the current dateAdjust the date.
FAILED after PENDINGIssuer 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 automaticallyLog the final JSON before sending to ensure only the required fields are included.