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.