I have a multi-tenant platform which charges the Tenants on a typical tier subscription basis. My platform is using Stripe Connect and each tenant has a connected account. I would like to build a feature which allows Tenants to pass a portion of the Stripe fees to their customers. The closest thing I can find to this is application_fee_amount
but I am not trying to collect that for that platform. Is there any other way to split the typical Stripe fees between connected accounts and their customers?
1