Glossary

idempotency key

Web
also: idempotencyKey

A unique string you attach to an API call so that if the same request gets sent twice — from a double-click or a network retry — the service only does the work once and returns the original result. It's how you avoid charging someone twice.