Replies: 1 comment
-
If you're using Stripe for payments, use a Stripe subscription & trial. They don't need a payment method to Fake subscriptions don't get events since they are fake. You can query the trial_ends_at/ends_at columns to see if they're active or not. Ignore the status. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's suppose that while on trial (using the fake processor), the user can setup alerts that run in the background. How to deal with trials ending and disabling these alerts?
There aren't any scopes on the subscription model to find these trials (the ones that have expired but are still marked as active).
So i'm thinking about doing something like this:
What about the stripe subscriptions? I guess I should tap into the webhook by using a custom listener?
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions