#danjudgereveela
1 messages · Page 1 of 1 (latest)
You have a couple of options https://stripe.com/docs/connect/subscriptions
Basically when creating the subscription you can tell Stripe how much of each payment goes to your platform and how much goes to the connected account
Or you can do separate charges and transfers where you create a subscription on your plaform and create transfers via the API after the payments have been made