Idempotency Key

Noun · Development

Definitions

  1. A unique identifier sent with an API request that allows the server to recognize and ignore duplicate requests, ensuring operations like payments are only processed once even if the client retries.

    In plain English: A unique ID attached to a request that prevents the same action from happening twice — essential for things like payments where double-charging would be very bad.

Related Terms