#chadmarquez09

1 messages · Page 1 of 1 (latest)

vagrant quiverBOT
hard sinew
#

Unfortunately there is not a way to pause all of them at once. The API can make it easier to automate pausing each of them if you are comfortable with coding but otherwise it will need to be a one-by one thing unless PMP has some functionality for this.

cerulean holly
#

What would the coding involve?

hard sinew
#

Likely something like listing all of your subscriptions https://stripe.com/docs/api/subscriptions/list
And then going through one by one and making a cancel call on each of them https://stripe.com/docs/api/subscriptions/cancel