Monite API changelog
Stay up to date with the latest features, improvements, and breaking changes in the current version of Monite API.
January 24, 2025
Accounts receivable
-
New webhooks for invoices:
receivable.overdue
andreceivable.uncollectible
. These webhooks are triggered when an invoice is moved to the corresponding statuses. -
Line item totals in PDF invoices, quotes, and credit notes are now displayed with up to four decimal places. This improvement aligns with a similar change made earlier to line item unit prices in PDFs.
January 22, 2025
Credit note improvements (accounts payable)
- Credit notes analytics. Use the new
GET /analytics/credit_notes
endpoint to get real-time insights for credit notes with aggregated data and detailed breakdowns, filters, and metrics. Learn more. - Added the new partner setting
payable.allow_credit_note_autolinking
to allow credit notes to be automatically linked to their related payables. - The
based_on
field is no longer required when creating credit notes.
January 20, 2025
Credit note improvements (accounts payable)
- Two new endpoints added:
POST /payable_credit_notes/upload_from_file
allows you to upload a credit note in the PDF, PNG, or JPG format to Monite. Learn more.POST /payable_credit_notes/{credit_note_id}/cancel_ocr
allows you to cancel the OCR scanning process for a specific credit note.
- New fields
file_id
andfile_url
added to the credit note responses. - The
based_on
field was changed from required to optional.
January 16, 2025
Accounts receivable
-
Recurring invoice tweaks. The
subject_text
andbody_text
fields in recurring invoice configuration were changed from required to optional. Recurring invoices will be sent automatically only if bothsubject_text
andbody_text
are provided, plus eitherrecipients
in the recurrence configuration orcounterpart_contact.email
in the base invoice. -
PDF improvements. Unit prices in PDF invoices, quotes, and credit notes are now displayed with up to four decimal places. This allows for more precise display of prices in documents that use VAT-inclusive pricing.
December 23, 2024
Accounts receivable
- Improved filtering by tags. New
tag_ids
query parameter inGET /receivables
lets you find receivables that have all of the specified tags. In other words, this filter works as an AND and is an alternative to the existingtag_ids__in
filter that works as an OR.
December 19, 2024
E-invoicing
- Monite now integrates provides a global e-invoicing solution to help our partners to create and send e-invoices using the Monite API. This integration enables Monite clients to stay compliant in the regions where E-invoicing becomes mandatory. See more.
December 16, 2024
API version 2024-05-25
is now publicly available to all Monite partners. To start using this version:
-
Change the
api_version
setting in your partner settings (/settings
) to2024-05-25
: -
Change the
X-Monite-Version
header value in all API calls to2024-05-25
. For example:
For more information, see How to upgrade.