#SciAndy
1 messages ยท Page 1 of 1 (latest)
Hi ๐
This is significantly more complex than Stripe will handle by default. You are going to need to build a fair amount of this logic yourself
I would recommend reviewing how Connect works. It does require each person getting paid to have a Stripe account but, depending on the account type you use, they may not ever know it.
I would start reading here: https://stripe.com/docs/connect/accounts
Looks like Express would be the way to go, just tried out the sample Express integration and it's exactly what I was thinking of. Thanks
Great ๐