Status of users when they have finished their trial but have not yet subscribed #111
Closed
FlashInThePan
started this conversation in
General
Replies: 1 comment 1 reply
-
Everything is right except user.subscriptionStatus will not be present or will be null. It won't have status unpaid (which is a Stripe status meaning they've paid in the past). |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
Could I just confirm what the extpay.js will return for a user who HAS completed their trial but has NOT jet subscribed please.. Specifically, will the following conditions all be true?
(user.trialStartedAt is not null) and (there has been over 7 days since user.trialStartedAt) and (user.subscriptionStatus is "unpaid")
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions