#Scott Prins

1 messages · Page 1 of 1 (latest)

echo flickerBOT
austere carbon
#

Hey there

robust meadow
#

I have my verifyStripe endpoint checking the account of someone through the stripe connect page, and returning the account, some data on whether the account is ready for payouts, etc. (basically the majority of the result from this article: https://blog.logrocket.com/getting-started-stripe-connect-next-js/ but it lacks any info on what to do with that account data in the article)

Learn how to connect users’ Stripe accounts to an ecommerce platform using Next.js and Stripe Connect webhooks.

austere carbon
#

Have you decided on what integration flow you are going to use?

#

Stripe Checkout? Elements?

#

Ah that guide looks like it uses Stripe Checkout

robust meadow
#

for the donation I am using Stripe React PaymentElement

austere carbon
#

Oh okay that works

#

So can you clarify where you need help exactly? Like what step are you blocked at?

robust meadow
#

for the account connect for the creator I am using some oauth flow for cnnecting the account from the Stripe connect page, then redirect back to my app with a code to use

austere carbon
#

That works, though the recommended route would be to use Connect Onboarding here

#

OAuth is actually our legacy method of connecting accounts