#p6l.richard

1 messages ยท Page 1 of 1 (latest)

gleaming quarryBOT
tidal glacier
#

Hi ๐Ÿ‘‹

No we require fully defined webhook URLs. Glob patterns are not permitted.

uneven iris
tidal glacier
uneven iris
#

Thank you. ๐Ÿ™

tidal glacier
#

Happy to help ๐Ÿ™‚

#

Is it possible to use stripe trials:

  • trial pro plan for free (no payment details)
  • at trial end, have users automatically subscribe to the free plan (no $0 billing)
  • if users opt-in to pay at any point in time (during trial or after), they simply subscribe to the pro plan?
#

Quoting here for context. We prefer to keep all Qs from a single asker in a single thread. It helps us keep our main channel less cluttered

uneven iris
#

Should I have posted that in this thread here? Sorry

tidal glacier
#

No worries

uneven iris
#

Okay, I assumed 1 issue = 1 thread

#

Question:

Is it possible to use stripe trials:

  • trial pro plan for free (no payment details)
  • at trial end, have users automatically subscribe to the free plan (no $0 billing)
  • if users opt-in to pay at any point in time (during trial or after), they simply subscribe to the pro plan
    ?
#

However, the limitations that the trial api has around this:
A trial for Stripe is a subscription. While it's possible not to collect payment data, at the end of the trial we'd have to:

  • cancel the trial subscription, and
  • create a new subscription, either
    • on the Free plan, or
    • on the Pro plan
#

Would you recommend not to go with Stripe Trials given our use case and roll our own or is there a reason why the Stripe API doesn't seem to be designed for this case?

tidal glacier
#

Okay this is kind of a confusing series of steps for non-payment so I'm going to try to do my best to explain how I would do this but I might miss something