#George
1 messages · Page 1 of 1 (latest)
Can you share some examples please? req_xxx IDs
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
ah, got it working - I was using "12345" and it looks like keys need to be guids
Yep, we recommend UUIDs: 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.
its interesting that with "12345" the key doesnt work at all and multiple requests are accepted, which is a bit surprising
not much I can say there without some examples