This changelog provides an overview of the recent changes made to the Payabli APIs.

Fixed date fields in invoice query response

We updated the the API response for the GET /Query/invoices/:entry and GET /Query/invoices/org/:orgId endpoints. The following date fields are now returned as date strings in the "YYYY-MM-DD" format:

  • invoiceDate
  • invoiceDueDate
  • invoiceEndDate

Previously, these fields were returned as datetime strings with a zero value for the time component (example: "2025-12-30T00:00:00"). This change ensures the API response aligns with the documentation. The documentation has not been updated. See List invoices by paypoint for more information.