#kieran_2
1 messages · Page 1 of 1 (latest)
yeah you should be able to pass the API version like that
https://stripe.com/docs/api/versioning?lang=python
The only thing I'd be concerned about is if you're handling webhook events.
You may need to define specific logic to handle different API versions accordingly
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yes this works, but is there another way to do it only on the request and not set it to the stripe global object?
I don't believe there's another way unfortunately