#Aniket - Connect onboarding
1 messages · Page 1 of 1 (latest)
Hi there! Looks like @south rapids shared some docs about this:
Let's continue to chat here
The type of account you'll want to use will depend on a few things
I recommend starting here: https://stripe.com/docs/connect/accounts
Hello, so I'm using below as a reference for making a connected standard account for each user who signs up on my platform.
https://stripe.com/docs/connect/enable-payment-acceptance-guide?platform=web#create-checkout-session
The flow as of now is like this that whenever a new user signs up on my platform, I'm making a connected account for each one of them. They click on create stripe account and with Node sdk's stripe.accounts.create to make a stripe standard connected account for them, storing their connected acc id on my db.
Just to inform, platform' users don't need to create standard connected account again, whenever they do a login again.
Then I make them go through the onboarding process and all this is successfully happening.
Now, should I use stripe.checkout.sessions.create to make a payment link so that payment can be reflected on their connected account's dashboard? My apologies if it's hard to understand.
Got it! I think I'm still following
Once they've onboarded onto your platform, it's up to you how you want to create these charges. You can use Checkout or the PaymentElement
As long as you include the stripeAccount header, the charge will be a direct charge and will show up on the standard connected account's Dashboard