2024-09-30
- Deprecation of
events
in the Webhook API- The
events
attribute on webhook entities is considered deprecated and is replaced byenabled_events
, starting January 1st 2025events
will be removed and will no longer be accepted. - POST requests
:administration_id/webhooks
now acceptenabled_events
instead ofevents
. - GET requests
:administration_id/webhooks/:id
now return bothevents
andenabled_events
, until January 1st 2025.
- The
- New endpoint
/contacts/:contact_id/moneybird_payments_mandate/url
to obtain a link that can be used to directly request a Moneybird Payments mandate for a contact.
Last modified on