Idempotency
DevelopmentIn Plain English
What is Idempotency?
Idempotency is defined as: A property of an API operation where making the same request multiple times produces the same result as making it once. It prevents duplicate charges or duplicate messages when a client safely retries a request.