If you send a duplicate payment request using the same idempotency key, the response you receive depends on whether the original request is:
- Already processed – You receive a 202 response with the same payment response as the original request.
- Currently processing – You receive a 409 response.