Using Stripe for my marketplace on Wix

I’m looking for articles on how to integrate Stripe as a marketplace, NOT subscriptions or anything like that. Just PEER-TO-PEER, and I take a cut like Airbnb does. Anyone have experience with this or point me in the right direction?

Assuming you have already connected Stripe to Wix.
https://support.wix.com/en/article/connecting-stripe-as-a-payment-provider

Plus, Yisrael (Wix Admin) has already posted this tutorial about Stripe.
https://www.wix.com/corvid/forum/wix-tips-and-updates/example-stripe-payment-processing

Also youtube video for setup
https://www.youtube.com/watch?v=KQZWddWDRLo
https://www.youtube.com/watch?v=PrCaTnSqABU

Can you not just set up the fee that you are going to take as your cut within your code for Stripe itself?
https://stripe.com/docs/connect/direct-charges
(Don’t use Stripe myself so won’t be surprised if I am wrong!)

Although check about passing Stripe fees onto customers etc.
https://support.stripe.com/questions/charging-stripe-fees-to-customers

Also, check this previous post too from StackOverflow.
https://stackoverflow.com/questions/36907341/stripe-fee-calculation

Apologies if you have already done most of this and it is stuff you have already covered, however I am just trying to cover all bases for you.