I am using Stripe Api in implementing Online Subscription on my system. I have 2 monthly plans and also I am implementing recurring charge every first day of the month.
I wanted to know if it is possible to pause subscription for X months? If yes, If my user paused his subscription for 1 or 2 months and he paused it in the middle of the month, is it possible to issue a refund from stripe for the remaining days that are already paid?
Thanks,