Release 1.11
February 4th, 2026
Changelog
API Reference and documentation changes
- Improved homepage
- Added management of participant business cards for Peppol
- Comparison chart detailing async vs. sync sending of UBL and SBDH documents for Peppol + updated swimlanes, detailing the sending process
- Send UBL and send SBDH API endpoint will now also have 413 http error code when sending files larger than 25MB
- New document types (sending only) for Peppol
- Improved error types for some Peppol endpoints:
- DIGITEAL_AP_ERROR: unidentified error while sending the document to the recipient AP. More information are available in the message if the recipient AP provided one.
- DIGITEAL_AP_500_ERROR: our AP is currently encountering issue, please try again later.
- Corrected small error in the webhook types guide, where we explain the schemas of the Payment webhooks. We don't clearly state which webhook has which schema. This is now corrected, here's a summary:
- TransferOfFundsCallback (PAYMENT_INITIATED, PAYMENT_INITIATED_ERROR, PAYMENT_TRANSFERRED)
- TransferOfFundsCallbackV2 (PAYMENT_INITIATED_V2, PAYMENT_INITIATED_ERROR_V2, PAYMENT_RECEIVED_IN_TRANSIT, REIMBURSEMENT_RECEIVED_FROM_CREDITOR)
- BulkEntry (BULK_PAYOUT)
