#Vortex

1 messages · Page 1 of 1 (latest)

grim thunderBOT
oak prism
#

Hi there

#

Usually folks create the Customer alongisde their authentication system on their site. So whenever your customers would "login".

muted lion
muted lion
oak prism
muted lion
# oak prism Ah no sorry, you would want `customer.subscription.created` for new Subs. The `c...

Gotcha, so then the flow would be

1.) When user signs up for the site, we also create a Stripe customer for them.
2.) For any Stripe requests (create checkout session) we provide that stripe customer id.
3.) When a subscription goes through, we'll receive via a subscription created event through webhook, and provide authorization/provisioning then (with expire date at the end of the subscription period).
4.) On subscription updated event, we update the provisioning.

oak prism
#

Yep pretty much!