#Jayy
1 messages · Page 1 of 1 (latest)
One way I can think of is to find the subscriptions of a given customer with List subscription API with customer set: https://stripe.com/docs/api/subscriptions/list#list_subscriptions-customer
Then use subscription schedule to set the end_date/iteration of current phase with end_behavior as cancel that will end the subscription schedule and cancel the underlying subscription.