One can cancel subscriptions or pause payment collection via the Dashboard or API in Stripe. To do this, follow the steps given below:
- Pausing payment collection
- Open your Stripe account
- Click on the three dots in the upper right part of the page
- Select Pause payment collection
- One can indefinitely pause payment collection or set a custom date.
- Canceling subscriptions
- Dashboard
- Navigate to the customer account or subscription details page
- Click on the overflow menu
- Select Cancel subscription
- One can choose when the subscription will end and whether a refund should be provided.
- API
- Utilize the ‘curl’ command
- give the subscription ID
- Set the ‘cancel_at_period_end’ command to ‘true’ which would cancel the subscription at the end of the billing period.