#Hydde-idempotency
1 messages · Page 1 of 1 (latest)
how can i add idempotency keys on checkout session?
You just add the parameter to the API call you're using to create the Checkout Session: https://stripe.com/docs/api/idempotent_requests
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.