#zoboomafoo0721

1 messages ยท Page 1 of 1 (latest)

hollow sunBOT
dusky barn
#

HI ๐Ÿ‘‹

#

That depends on the question but we can try

remote slate
#

Hey thanks for the quick response

#

So I want to charge my users a $30/month subscription

#

I have created the product but I don't know what's next

#

My tech stack is Python on the backend and React for the frontend

#

I want to build a POC so I can just use flask and vanilla html to start

#

Do I need webhooks?

#

I don't know the flow or where to get started

glacial schooner
#

๐Ÿ‘‹ Hopping in here as well - is this something you want to use Stripe's hosted UI (Checkout) for or d you want to build your own UI?

#

Easiest thing would be to use Checkout if you want to build somethign quick

remote slate
#

Stripe UI is fine

glacial schooner
#

actually there's a better one since you're doing subscriptions - one minute

remote slate
#

How do we pass the customer to it ?

#

How do we link it to a customer on our system?

#

Are you able to jump on a quick call with me? I usually know how to work with APIs pretty easily but I'm feeling pretty stupid right now

#

#sadge

glacial schooner
remote slate
#

What are the step by step way

#

for example

#

Step 1: Create a customer id

#

step 2: create a checkout session with a customer id

#

step 3: have a webhook to listen for a successful checkout

glacial schooner
#

Yup that would be the general idea

remote slate
#

then its a different flow for the customer portal

#

for that you send the customer id with that session

#

do I need a webhook for that?

glacial schooner
#

Well I'd focus on getting just Checkout to work first before moving on to customer portal (you don't have to use customer portal if you don't need it)

#

and you may need a webhook for that if you want to listen for subscription updates other changes that they can make through the portal

remote slate
#

I'd prefer a way for them to manage the cards and history of invoices