Making Idempotent Redemption Requests
4.2 Making Idempotent Redemption Requests
The redemption API POST /v1/vouchers/redeem
supports idempotency to allow safe retries without unintentionally attempting a voucher redemption twice. This is useful when the API call is disrupted in transit and a response is not received.
Last updated