#harinth_intent-capture-apiversion
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/1442559775501193379
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello ๐
Can you share API request IDs that display these responses? They will start with req_
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_g8IdedgOk6Xg8g
Okay this request is being made in Live mode and is using the default API version 2017-08-15. It has capture_method: automatic.
This is expected as that was the default value for that API version
Do you have a request ID for the Sandbox?
For reference, automatic_async became the default value for API version 2024-04-10 and later.
Shall I give the payment intent id please, because I am not sure why I can't see the payment intent request in my sandbox account. I used correct API Keys
Sure, share the Payment Intent ID
Okay yes, that Payment Intent was created in this request: https://dashboard.stripe.com/acct_1SWCeDSkIVB0pNw2/test/logs/req_xJXf8zl2DmJXjQ
And it is using API version 2025-10-29.clover so this is entirely expected
Can I change the API version in my sandbox account to that of 2024-04-10?
You cannot reset the default API version for the Sandbox account but you can explicitly set the API version in your code.
https://docs.stripe.com/api/versioning
We recommend explicitly setting this in your code even if it's the same value as the Account default.
So, if I am moving back to that version, hope I will get the charge object upon receiving the paymentIntent response right?
https://dashboard.stripe.com/acct_1SWCeDSkIVB0pNw2/test/logs/req_xJXf8zl2DmJXjQ
When I try this in my logged in sandbox account, it redirects to the dashboard
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I recommend you test this behavior with your sandbox
Sure I will. Thank you!