#foodsafe_39500

1 messages · Page 1 of 1 (latest)

final warrenBOT
#

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.

modern jackal
#

Hello! Can you clarify what you mean by charging it quarterly but renewing it yearly? I assume you want invoices every quarter, but the renewing it yearly part doesn't make sense to me

echo basalt
#

so if they were to cancel in the current quarter, i still want to charge them for the remaining quarters left

#

so if they cancel in quarter 1 they still get charged for quarter 2-4
if in quarter 2 they still get charged for quarter 3-4
if in quarter 3 they still get charged for quarter 4
if in quarter 4 the subscription is cancelled

modern jackal
#

Gotcha - so there isn't any API param that would do that for you out of the box, but you could implement the logic yourself. When your customer cancels the subcsription through your own UI you can then update the Stripe Subscription to set cancel_at to whatever date you want.

echo basalt
#

ah ok. if i do that will they get cancelled immediately on the cancel_at date?

modern jackal
#

Correct!

echo basalt
#

awesome. if they were to change their mind is their a way to undue that?