#p6l.richard
1 messages ยท Page 1 of 1 (latest)
Hi ๐
No we require fully defined webhook URLs. Glob patterns are not permitted.
Is it possible to create & delete a webhook endpoint via API?
Yes you can do that: https://stripe.com/docs/api/webhook_endpoints
Thank you. ๐
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
Should I have posted that in this thread here? Sorry
No worries
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?
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