> Currently, subscriptions don't support the destination parameter (aka
> charging through the platform), so the way to "properly" do subscriptions
> would be to create the plan/customer/subscription on the managed account. If
> thats not possible then, you'd have to just create a charge each billing
> cycle to send the money to the connected account.
That's news to me...when I asked Stripe support specifically about
Connect's ability to vary a partner commission on a subscription they
indicated that was possible:
> > > > Adam,
> > > > Related question...is it possible to vary the partner commission percentage on? For example some partners will do more volume than others and we'd like to reward them with a bigger commission pct.
> > > >
> > > > -J
> > >
> > > Hey J,
> > > Definitely -- depending on how you handle this in your platform, it could just be a matter of changing the `application_fee`[0] or simply issuing a different payout amount to your connected applications[1].
> > > If you run into anything that I might be able to help with along the way, feel free to get back in touch with me!
> > > Cheers,
> > > Adam
> >
> > Hi Adam,
> >
> > So I understand setting the application fee on a charge, but in this case we're not creating charges. We're creating subscriptions (Stripe is then creating the charges on a regular basis). Do we set the application_fee on the subscription then?
> >
> > -J
>
> Hi J,
> First, we've been quite busy and I'm just now coming across your email. I'm sorry for the delayed reply here!
> You can use the `application_fee_percent` parameter when you create the subscription to accomplish this. You can find a bit more about this in our API docs here:
>
https://stripe.com/docs/api#create_subscription
> If you think of anything else I might be able to help with, please just let me know!
> Cheers,
> Adam