#bruno-_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/1239922171963244564
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ double checking to see if that can be controlled from the Subscription creation request. And to make sure I'm understanding correctly, you're seeing that new behavior for the underlying Payment Intents when you create a Subscription in testmode using the new API version?
Hi, thank you for checking this.
And to make sure I'm understanding correctly, you're seeing that new behavior for the underlying Payment Intents when you create a Subscription
I didn't yet upgrade to the newest version, and I didn't test this yet.
You can test without making the switch, for most libraries.
The new change seems big, I was thinking I need to revert to old default first.
You can initialize the library using the newer API version to make a request using that newer version:
https://docs.stripe.com/api/versioning
That lets you do smaller testing without changing all of your account traffic to the new version.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.