#harinth_intent-capture-apiversion

1 messages ยท Page 1 of 1 (latest)

abstract minnowBOT
#

๐Ÿ‘‹ 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.

sacred jungle
sullen tartan
#

req_g8IdedgOk6Xg8g

sacred jungle
#

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?

sullen tartan
#

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

sacred jungle
#

Sure, share the Payment Intent ID

sullen tartan
#

Thanks

#

pi_3SX387SkIVB0pNw21HFJRAx0

sacred jungle
sullen tartan
#

Can I change the API version in my sandbox account to that of 2024-04-10?

sacred jungle
#

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.

sullen tartan
#

So, if I am moving back to that version, hope I will get the charge object upon receiving the paymentIntent response right?

sacred jungle
#

I recommend you test this behavior with your sandbox

sullen tartan
#

Sure I will. Thank you!