From 5caf7b1cbe3661332a8dbd0d09ed7e40c9ce080d Mon Sep 17 00:00:00 2001 From: ryanw-stripe <81828074+ryanw-stripe@users.noreply.github.com> Date: Fri, 21 Nov 2025 14:37:45 -0800 Subject: [PATCH] Update Stripe API version to 2025-11-17.clover --- server/python/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/python/server.py b/server/python/server.py index 34a5341..a0f0f03 100644 --- a/server/python/server.py +++ b/server/python/server.py @@ -14,7 +14,7 @@ version='0.0.1', url='https://github.com/stripe-samples') -stripe.api_version = '2020-08-27' +stripe.api_version = '2025-11-17.clover' stripe.api_key = os.getenv('STRIPE_SECRET_KEY') static_dir = str(os.path.abspath(os.path.join(__file__ , "..", os.getenv("STATIC_DIR"))))