#blinkdaffer

1 messages · Page 1 of 1 (latest)

weak axleBOT
cinder mountain
daring ravine
#

what about the previous subsciptions

#

is there a way i can pause payments on them

cinder mountain
#

Switching to the no-cost Price will prevent future payments.

#

Or is there something different you want to do?

daring ravine
#

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

cinder mountain
#

I'm not sure why you would want to use pause_collection?