#davste93

1 messages · Page 1 of 1 (latest)

empty plumeBOT
velvet mirage
#

Yep, that is what Connect facilitates (multi-party payments)

whole flare
#

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?

velvet mirage
whole flare
#

Thank you! What would it look like for merchants on the platform? Would they need to connect a bank account / stripe account / card?

velvet mirage
#

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

Learn more about the different types of Stripe accounts you can use with Connect.

Integrate with Standard accounts to get started using Connect right away, and let Stripe handle the majority of the user experience and user communication.

#

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

whole flare
#

Thank you, looking into this now, that's very helpful.

Is there a stripe-hosted merchant onboarding or is it API based?

velvet mirage
#

There's a couple of required API calls to get to that (create an Account, create the Account Link)

whole flare
#

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?

velvet mirage
#

What do you mean by 'payment method'? What are they paying for?

whole flare
#

Oops, sorry. I meant attach an associated bank account to withdraw their balance. Or would they otherwise sit in their stripe account?

velvet mirage
#

That is generally required during onboarding I believe yes

#

Easy enough for you to test

whole flare
#

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?

velvet mirage
#

Per session/payment

whole flare
#

thank you so much for the quick rundown, have a much better idea now

velvet mirage
#

np