#blinkdaffer
1 messages · Page 1 of 1 (latest)
Hello! You can create a $0 Price and then update the Subscriptions with that Price: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
Switching to the no-cost Price will prevent future payments.
Or is there something different you want to do?
let me explain
so i had a bunch of user subscribe to a product using a price id
now i want to make the service free
so for future members, i can create a new price id and hook it up
but for old subscribers, can i manually go and change each subscriptions
'{{SUBSCRIPTION_ID}}',
{
pause_collection: {
behavior: 'void',
},
}
or is there a better way
I'm not sure why you would want to use pause_collection?