tool · inferred from evidence
Idempotency-Key
A header key used for idempotency in API requests, explicitly named in the text.
- modern-treasury python: Idempotency-Key passed via extra_headers gets overwritten
Setting a custom idempotency key via `extra_headers={'Idempotency-Key': 'mykey123'}` on e.g. `client.payment_orders.create(...)` didn't stick: framework code looked for `options.idempotency_key` and overwrote the header with its own generat