Back to Concepts
#30

Idempotency

Idempotency means that making the same request multiple times has the same effect as making it once.

Crucial for payment systems: If a user clicks 'Pay' twice, they should only be charged once.

Charges: 0
Balance Deducted: 0