Stackedup
Stackedup

Reputation: 760

How to force Stripe subscription.trial_will_end event to trigger 7 days before instead of 3 days

From 18th of April, the guidelines around Visa trial subscriptions are changing. One of these changes requires site owners who give free trials, to send a notifications to their customers about trial end 7 days before.

Currently Stripe's subscription.trial_will_end event, triggers 3 days before trial end.

Is there a way to change this value to 7 to be inline with the guidelines?

Upvotes: 1

Views: 1212

Answers (1)

Stackedup
Stackedup

Reputation: 760

There is a workaround for this. According to the last paragraph in this page, the event invoice.upcoming, can be used to achieve the same result.

Upvotes: 3

Related Questions