#clutch_docs

1 messages ¡ Page 1 of 1 (latest)

proven sealBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1290519582225989773

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

kindred vale
#

What do you mean by " link Stripe hosted dynamic checkout to a webhook from a 3rd party SaaS " ?

eager raft
#

Can you use a redirect with url params or a webhook to directly make a payment page on demand

eager raft
kindred vale
eager raft
#

this is my biggest difficulty is the naming of the various stripe products don't make much sense to me

#

I dont know which product fits my usecase

kindred vale
#

Ok, so basically you want to build a server that takes in the input from your customer, ad return a checkout page URL?

eager raft
#

Yes

#

If Stripe hosted the checkout page that would be optimal

kindred vale
eager raft
#

I was under the impression I could host it within stripe and interact through the stripe cli

#

is that not possible?

kindred vale
#

No Stripe doesn't provide server hosting service

eager raft
#

that sorta what i dont understand

#

Stripe charges 10$ to use your own domain i believe so when the checkout runs on Stripe.com but im hosting it how does that work

kindred vale
#

Yes you can use you own doamin for Stripe checkout page.

#

But still you still need to host a server to accept input from your cusotmer and create a checkout session.

#

If you are not familiar with coding, I'd highly recommend you hire an experience engineer to help you bulid an integration

eager raft
#

The problem is I am familiar with programming but unfamiliar with understanding confusing documentation

#

are payment links for single time purchases?

eager raft
kindred vale
#

Yes dynamic payment methods is supported in embedded checkout

eager raft
#

And using checkout popup/embedded is it possible to use the webhook/stripe webhook to create the checkout session

#

without having to create and manage the session on your own server

kindred vale
#

As I said earlier, Stripe doesn't provide hosting service, you need to host your server.

#

And if you read the doc that I share earlier. Stripe webhook is an event sent to your server, Stripe webhook itself isn't a server.

eager raft
#

ok i see thx

#

I think this post perfectly uncapsulates the issue

#

People just don't know the names of these products or what docs they need to search for