Technical

Idempotency key

Idempotency key — guarantee that an API request runs exactly once

A mechanism by which a client sends a unique identifier with a mutating API request (POST), ensuring that on a network retry the operation will be executed only once on the server side. A critical best practice for payment APIs.

Sources