#wkdshogun (Patrick)-connect-multiple-vendors
1 messages · Page 1 of 1 (latest)
Hi 👋 I believe that is possible, but would need to double check on that. Are you trying to implement this flow and running into trouble?
Hi, it is just out of interest as we are building a marketplace at the moment and making a decision on account type
Another question we had was, that if a customer wants to checkout and there are good's from multiple vendors in their cart, is direct charge Stripe connect standard still sufficient? Or would they need to check out multiple times
https://stripe.com/docs/connect/account-capabilities I found this helpful, under account type (standard) I assume that may answer my first question.
They would need to check out multiple times. With Direct Charges the payments are being processed directly on the Connected Account, so if the payment needs to be split across multiple vendors this is not a good approach. Separate Charges and Transfers would be a better flow for that.
Would then that need to be utilised with an Express account or does Standard permit this too?
Yes Separate Charges and Transfers should be used with either Express or Custom accounts.
ok because Standard does not have this facility I assume....
In order to mitigate potential fraud, Stripe Radar I imagine is potentially something to think about also
I am looking at integrating Stripe with CS Cart
Because they don't work well together, you can find yourself in undesired edge cases that are hard to code your way out of.
Yes, Radar for Fraud Teams is a good tool for building fraud prevention rules.
ok thank you
Any time!
Some products aren't available in all countries
Transfers can't be added to accounts in these countries. We added payments instead.
United States
Any idea on that Re: express?
would I then need to process those manually
Are you planning to create a US-based Platform with Connected Accounts all around the world?
wkdshogun (Patrick)-connect-multiple-vendors