Idempotency key
A unique identifier on a request that guarantees the same operation executes only once even if resent. Without it, a network retry becomes a double charge.
RELATED TERMS
- Replay attackAn attacker resends a legitimate, already-used request or si…
- NonceA unique value carried by each payment, consumed once before…

