- You have generated an Idempotency Key and initiated the payout.
- There is a network issue and the system does not return a
processedvalue. - After sometime, you retry the payout using the same Idempotency Key.
- The system maps both attempts to a single payout because of the same Idempotency Key used.
- The payout is
processedonly once. There is no duplication because of the same Idempotency Key used. - If the payout returns a
failedstate, it means all attempts using the same Idempotency Key are failed. - You generate a new key to retry the payout.
Related Guides
About Payouts Set Up Webhooks Payouts APIsEndpoints
- post
/v1/payouts- Make an Idempotent Request: Requests for an idempotent payout.