Canceling Subscriptions
If you want to stop billing a credit card, you can cancel the subscription. Once canceled, a subscription cannot be reactivated. You would have to create a new subscription.
result = Braintree_Subscription::cancel('the_subscription_id');
Validations
- Cannot cancel subscriptions that have already been canceled.