#Scott Prins
1 messages · Page 1 of 1 (latest)
Hey there
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)
Have you decided on what integration flow you are going to use?
Stripe Checkout? Elements?
Ah that guide looks like it uses Stripe Checkout
for the donation I am using Stripe React PaymentElement
Oh okay that works
So can you clarify where you need help exactly? Like what step are you blocked at?
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