#bruno-trial-forever
1 messages · Page 1 of 1 (latest)
hello, answering
yeah this approach will send recurring Invoice emails.
Are there benefits to registering "free forever + no credit card required"
benefits would be that you get papertrial/history in Stripe, of which Customer has which free Prices, which paid ones, how many free Prices you have, etc. Still calculatable on your own end too though
Thank you. Do you have any input how to handle the second problem scenario: "if a recurring payment fails, I cancel the subscription, but if it had free products it should go-on (for free products only)"
not sure what that means, can you explain a bit more?
Sure. Here's an example scenario:
- A customer has a subscription with 1 "free forever" and 1 "premium product" with $5/month price.
- After a couple months of successful charges, a payment fails, and payment retries don't succeed.
- The subscription is automatically cancelled (via setting from Stripe dashboard).
The last step 3. seems like the wrong action because the subscription still has 1 "free forever" product and the service for that product should continue. Yet, the subscription is cancelled.