#_kevinx
1 messages · Page 1 of 1 (latest)
Hi, are you able to share more context of the flow? Who is the buyer purchasing from etc.? We have Stripe Connect which is likely what you're looking for. If there are more than a few accounts where the charge is being splint, then you'd use Separate Charges and Transfers: https://stripe.com/docs/connect/separate-charges-and-transfers
Or, if it's split between you and another account, then you could use Destination charges: https://stripe.com/docs/connect/destination-charges to charge the payment on the Platform account, then transfer funds to the other account, which is the Connected Account.
Say I have a platform that allows people selling stuff, but I want to take a small % as service fee from the buyer's transactions
How to best setup this kind middle man transactions ?
Do you what funds flow you're currently using on your Platform? You can see the options here, https://stripe.com/docs/connect/charges.
You can achive what your're describing and the above document might be a good start to review. Once I have more context from you, I'd be happy to further answer any questions you may have.