#_api
1 messages · Page 1 of 1 (latest)
👋 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/1366352666573279233
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there!
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Sure, i found it.
req_DgGuD86gtuBZTS?t=1745832302
So its this one:
https://docs.stripe.com/apple-pay/decrypted-tokens
We already had a working solution, but when the account was changed to the version 2024-09-30.acacia i think that's when this stopped working, maybe some changes were made to the api i can't find the documentation for
We have versioning now in our solution, for version 2020-08-27 it has worked okay
I see, you are using a private feature here.
So as a workaround, specify the old API version in your backend calls
And reach out to Stripe Support and check if this private feature is compatible with the newst APi verions
Hello @hidden canopy, we have sent you a direct message, please check it at https://discord.com/channels/@me/1366362735696281660
- 🔗The message has instructions on how to open a direct support case with our Developer Support team, in order to help you more effectively.
so, to support both versions ( we have several merchants that are using stripe integration from our platform ) we added versioning in our platform, and based on the version merchant uses, we use the correct version, as the code is different among them. Thanks @mortal lotus , i created the support case, hoping to get an explanation how to move forward with this one. thank you
Yeah, even if you upgrade your global Stripe API version