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<Subscription> result = gateway.subscription().cancel("the_subscription_id");

Validations