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.
var result = gateway.Subscription.Cancel("the_subscription_id");
Validations
- Cannot cancel subscriptions that have already been canceled.