I’m trying to enable new users to sign up without a credit card for 3 days, but then require the user to go through a Stripe-based sign up to continue using the app after 3 days.
I believe the workflow would involve comparing the Current User’s Creation Date (see below) to the Current Date and requiring a Stripe/credit card sign up if the difference is greater 3.

Does anyone have further thoughts on how exactly to implement this? I’m having trouble subtracting/comparing dates to determine if the difference is less than 3 to determine if the user is still within their free trial period.
Thanks!

Hope that works for you!