Press 'Submit Payment' once or five times — with idempotency, you're only charged once. Here's why that matters.
An operation is idempotent if doing it multiple times produces the same result as doing it once. Example: 'Set temperature to 72°F' is idempotent. 'Increase temperature by 1°F' is not.