#teamvashmeags
1 messages · Page 1 of 1 (latest)
Hi 👋
The intent of an idempotency key is to allow you to make multiple API calls without duplicating actions (if you are unsure of the outcome). For instance, if you made an API call to charge a customer and you didn't know if it went through or not. Using the same idempotency key would prevent you from double charging the customer.