0
votes

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,

1

1 Answers

1
votes

You can "pause" a subscription in two different ways:

If you want to refund for unused time, you'll have to compute the amount of the refund then create a (partial) refund using the subscription's latest charge.