Skip to main content

HTTP status

409 invalid_request_error

Typical cause

The Idempotency-Key header matches a prior request but the payload differs from what was originally submitted.

Resolution

Either reuse the exact original payload or pick a new idempotency key.