#theglobe
1 messages · Page 1 of 1 (latest)
Hi 👋
Hello
I would create a new price associated with the same product and programmatically update the subscriptions.
how can I do that?
Using our APIs
I tested by archiving the old price and adding a new one, but it kept using the old price
The subscription is related to the Price object directly, you need to update the subscription to use the new price
I am still learning about API, how can I do that?
You write some code, preferrably using one of our client libraries, and loop over all the subscriptions you want to change prices for.
Are you familiar with our client libraries? They simplify using the APIs
No, I never used before
What is the programming language you are most familiar with
php
Here is our client library for PHP: https://github.com/stripe/stripe-php