added
December 2022
7 months ago
- Added support for a dedicated
cancelUrl
in the Payments API and Orders API. The consumer will be sent to this URL if they cancel a payment or order. If thecancelUrl
is not provided, the consumer will be sent to theredirectUrl
as was already the case. - Added support for
Idempotency-Key
headers in the Mollie API, making API requests repeatable and idempotent within a specific timeframe. See API idempotency.