Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page
Looking for more inspiration?Visit the
Warning
Application error

17534: Idempotency key payload mismatch

Description

description page anchor

A request with the same Idempotency-Key was previously submitted with a different payload. The original response is returned only when the payload matches exactly.

Possible causes

possible-causes page anchor
  • Reusing an idempotency key with a different request body.
  • Use a new UUID for a different request, or submit the identical payload to retrieve the original response.