Skip to main content
Write endpoints that create customers, quotes, payins, payouts, transfers, or transfer relaunches require an Idempotency-Key header.

Required endpoints

Rules

  • Use a unique key for each distinct business intent.
  • Reuse the same key only when retrying the exact same request body after a timeout or network error.
  • Use a new key when creating a new payment, quote, customer, or transfer.
When a request is replayed successfully, the API marks the response metadata:
Last modified on July 8, 2026