Idempotent Requests¶
Stripe, I. (2015). Idempotent Requests.
Cited by¶
1 citation across 1 artifact.
Each citation links to the sentence it supports in the citing article.
Primes¶
- Idempotence
- Square's similar primitive, and PayPal's
RequestIdmake a fundamentally non-idempotent operation (charging a card) safe under retry by maintaining a server-side dedup cache keyed by(idempotency key, account)for at least 24 hours.This sourceDocuments the `Idempotency-Key` HTTP header pattern, server-side dedup cache with at-least-24-hour retention, and the `(account_id, idempotency_key)` keying scheme for deduplication. (Industry-standard pattern for engineered idempotence over POST-style APIs; widely copied by Square, PayPal, and other payment processors.)
- Square's similar primitive, and PayPal's
Verification¶
This reference passed the adversarial substantiation pipeline: it was checked to exist and to support the claim it is attached to. See how references were verified.
Registry ID ref:c1bd1319c17a · see in the full table