#joschi_api

1 messages ¡ Page 1 of 1 (latest)

twin smeltBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1359091234513092678

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

misty whale
#

hi there!

#

if you make a request and get back an error, then make the same request with the same idepotency key, they you'll get back the exact same error. instead you need to change the idempotency key.

modest mountain
modest mountain
misty whale
#

yes you can only use idempotency keyswith the exact same parameters. but then you will also get the exact same reponse from Stripe. so if you got an error back, then make sure you change the idempotency key

modest mountain
misty whale
#

that's not howidempotency keys work