#davste93
1 messages · Page 1 of 1 (latest)
Yep, that is what Connect facilitates (multi-party payments)
Would you be able to tell me at a high level the simplest approach - for example, can I create a stripe Checkout Session that would do multi-party payments?
Thank you! What would it look like for merchants on the platform? Would they need to connect a bank account / stripe account / card?
You need to first take a step back and understand the available account types (https://stripe.com/docs/connect/accounts) and how the accounts (seller in your example) is created and connected to your platform (the marketplace): https://stripe.com/docs/connect/standard-accounts
Account type is important is it'll affect flow of funds, payment liability, etc
An external account for them to receive their funds to is normally collected from them during onboarding
Thank you, looking into this now, that's very helpful.
Is there a stripe-hosted merchant onboarding or is it API based?
There is a hosted UI yep, it's detailed on that 2nd link
There's a couple of required API calls to get to that (create an Account, create the Account Link)
Are merchants able to complete onboarding without attaching a payment method? If so, is there a way to force them to attach a payment method?
What do you mean by 'payment method'? What are they paying for?
Oops, sorry. I meant attach an associated bank account to withdraw their balance. Or would they otherwise sit in their stripe account?
That is generally required during onboarding I believe yes
Easy enough for you to test
Is there a way for the owner of the platform to configure application_fee_percent globally via the Stripe admin dashboard, or should we pass it with each checkout session created?
Per session/payment
thank you so much for the quick rundown, have a much better idea now
np