.NET & C# · Web API
How would you answer an interview scenario involving idempotency and retries in Web API?
A payment client times out after sending a request and retries. Explain how the API avoids charging twice.
A payment client times out after sending a request and retries. Explain how the API avoids charging twice.