#alexanderg - Idempotency keys
1 messages · Page 1 of 1 (latest)
Unfortunately the 24 hour cutoff is a hard and fast rule.
https://stripe.com/docs/idempotency
To confirm if I send one request with idempotency key 111 and then I send a different request with the same key after 24h, the second call would succeed?
Yeah, they will be treated as separate and distinct requests
Great, thank you!