#Voodoox
1 messages · Page 1 of 1 (latest)
It depends on how do you design your business flow. In order to earn any percentage the developer need to have a Stripe account themselves, and connected to the customer Stripe account
I plan on creating a website for a friend to sell her creations. I was curious if it would be easy to simply have a percentage of the sales to goto my stripe account. Or if stripe could make 2 payments to 2 different accounts and simply send me a flat payment for every transaction.
Just make a paymentIntent or charge to your platform account, then make a transfer to the connected stripe account. In between these steps you can take off a percentage of the transfer amount
https://stripe.com/docs/connect/charges-transfers this page is what you want to read 🙂
perfect! thanks chip
will this method work with shopify? My customer is really wanting to use shopify instead of me creating her own solution. it should work just fine I would imagine. correct?