#munjay_api-version-upgrades-sandbox
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/1367529366237745263
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello ๐
When looking at the request I see the payment intent is in a status of requires_payment_method.
So I'm not sure about that behavior. But I can offer more guidance on safely upgrading API versions
interesting. When i used postman to query
https://api.stripe.com/v1/payment_intents/pi_3RHSblDVO7ktfsmE0kI4ZKVG
it says requires_source
I'm looking at the Payment Intent object in our admin UI and it also says requires_payment_method. Can you share the GET request ID that you made using Postman?
Im not sure what you mean by get request id
Every request you make creates a request ID. You shared one of them in your initial message. They start with req_.
You can find them in your account logs
i queried the payment intent
Okay, this request was made with the default API version of 2017-06-05
So that is likely why you see the older property name
As for testing out an API version upgrade, I recommend you make use of our new Sandboxes feature.
This will allow you to upgrade the API version on a Sandbox account, test your integration with the API keys for this Sandbox account, and see what breaks.
The docs say it's in developer preview but that's a bit out of date.
Happy to help ๐