Idempotency-Key header. Use a UUID generated once per operation, not per retry.
Idempotency applies to all state-changing endpoints: payment intents, transfers, and webhooks.
GET requests are inherently idempotent and do not require a key.
Safely retry API requests without creating duplicate operations.
Idempotency-Key header. Use a UUID generated once per operation, not per retry.
GET requests are inherently idempotent and do not require a key.