#dineshkumar
1 messages ยท Page 1 of 1 (latest)
๐ @fathom sparrow How can I help?
i set the recurring interval one month and IntervalCount= 1 for scubscription , this every month doing bill and when will it stop?
Subscription doesn't stop until you cancel it
ok thanks
end user how will cancel the subscription
stripe provide any ui option for ender user or my application will need to provide?
There are two possible ways:
- Your application sends Stripe Cancel Subscription request to cancel a subscription: https://stripe.com/docs/api/subscriptions/cancel
- You provide customer a Stripe hosted customer portal to let him/her cancel themselves: https://stripe.com/docs/customer-management