#Kbench
1 messages · Page 1 of 1 (latest)
Hello
Hi there. What is the issue you are facing?
Well I see how to create a charge. But that does not seem to return a link that I can redirect users start a checkout with Stripe.
I could be on the wrong path though.
Oh so you want to accept direct charges through a stripe hosted flow?
Yea. And once it completes, toss me a webhook letting me know it was successful.
Just follow that guide
Checkout sessions work with direct charges in the same way
Just pass the stripe account header when creating the session
You sort of have to combine the 2 docs
Appreciate the help. I'll pipe up if another thing seems off.
Sounds good
Oh
Basically follow the one I shared
But when you create the checkout session, pass the stripe account header, as shown in the direct charge docs
I see
Basically this part: https://stripe.com/docs/connect/authentication
Thanks! I'll review these.