#elite0824

1 messages · Page 1 of 1 (latest)

compact deltaBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

pseudo briar
shut mural
#

I created the subscription($1000) and the period is not ended. I want to cancel the subscription, so I set prorate parameter as true when cancel the subscription. Is remained payment will refund?

#

?

pseudo briar
#

If you're referring to 'refund' as the funds going to the card, that is not what will happen. It will generate a credit balance on the customer which will be applied to the next invoice on the customer. You can refer to https://stripe.com/docs/billing/subscriptions/cancel. If you're looking to refund the funds back to the customer, you need to calculate the refund first, issue the refund and then cancel the refund without prorations.

shut mural
#

Thank you