#Kbench

1 messages · Page 1 of 1 (latest)

eager garnetBOT
hardy basin
#

Hello

glass coral
#

Hi there. What is the issue you are facing?

hardy basin
#

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.

glass coral
#

Oh so you want to accept direct charges through a stripe hosted flow?

hardy basin
#

Yea. And once it completes, toss me a webhook letting me know it was successful.

glass coral
#

Just follow that guide

#

Checkout sessions work with direct charges in the same way

#

Just pass the stripe account header when creating the session

hardy basin
#

Alright. I'll read though that a bit. Thought I might be in the wrong doc.

#

through*

glass coral
#

You sort of have to combine the 2 docs

hardy basin
#

Appreciate the help. I'll pipe up if another thing seems off.

glass coral
#

Sounds good

hardy basin
#

Oh

glass coral
#

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

hardy basin
#

I see

glass coral
hardy basin
#

Thanks! I'll review these.