#maayanvia
1 messages · Page 1 of 1 (latest)
What is 'python PP'? Our SDK? https://github.com/stripe/stripe-python
A Python library for Stripe’s API i'm using called stripe with version 5.0.0
Then any API version should work, you specify the version when you initialise the lib:
stripe.api_version = '2020-08-27'
is there any SDK package of stripe that will not work for a certain api version?
Not for Python, no