#jonathan_needs_help

1 messages · Page 1 of 1 (latest)

copper lavaBOT
hearty cargo
#

Hey there -- this is generally expected behaviour since the requests were >= 24h apart

Keys are eligible to be removed from the system automatically after they're at least 24 hours old, and a new request is generated if a key is reused after the original has been pruned. The idempotency layer compares incoming parameters to those of the original request and errors unless they're the same to prevent accidental misuse.
https://stripe.com/docs/api/idempotent_requests

chrome isle
#

Thanks for the link!