#devparry
1 messages · Page 1 of 1 (latest)
Hello! Yep, you can cancel a Subscription immediately at any time using this API: https://stripe.com/docs/api/subscriptions/cancel
So this means when the admin wants to cancel it,
I have to use the cancel function as per the code :
$stripe->subscriptions->cancel( $subscription_id, [] );
and subscription will canceled at immediate
bases