#olli-connect-subscriptions
1 messages · Page 1 of 1 (latest)
The docs for destination charge subscriptions are here:
https://stripe.com/docs/connect/subscriptions#transfer
THe products would need to exist on your platform account, though
is there a limit to how many products can be on one account?
Nope, you can create thousands and thousands (i've tried this)
sounds like it'd be very fun to manage them through the dashboard
Yea, don't do that. As a platform you should expect to primarily interact with the API.
would it be possible to charge a fixed-ish application fee on subscriptions instead of a percentage?
use case is our own platform fees. e.g. 10% + 50¢
To do this you'd need to calculate that amount and set it on each invoice using the webhooks when the draft are created each cycle:
https://stripe.com/docs/connect/subscriptions#percent-flat-fees