Viincenttt / MollieApi

This project allows you to easily add the Mollie payment provider to your application.
MIT License
147 stars 85 forks source link

Add support for the Idempotency-Key headers #289

Closed Viincenttt closed 1 year ago

Viincenttt commented 1 year ago

Mollie has added a new Idempotency-Key headers that is supported on all requests. Check out the documentation they wrote on this topic: https://docs.mollie.com/overview/api-idempotency

We could add a option to enable sending the Idempotency-Key header for all requests. Client consumers will then be able to use a transient-fault-handling library such as Polly to automatically retry certain requests,

Viincenttt commented 1 year ago

This is now live in 2.2.0.2