I'm trying to build an affiliate system. I currently have a Stripe Plan setup for customers that bills them monthly. I'd like to give a percentage-based commission to affiliates.
Is there a way to automatically pay stripe customer when another customer gets billed off of this plan? Is this possible to configure in a existing Stripe plan?
Alternatively, is there a way to setup a Stripe plan for an affiliate that pays them rather than charge them every month? I could subscribe the affiliates to such a plan, but I would also need a way to multiply the payment based on how many customers they referred.
What's the solution?
If your affiliates have Stripe you can create a Transfer to the connected account using
destination
https://stripe.com/docs/connect/charges-transfers
Alternatively you can use the
application_fee
to take an application fee on charges and subscriptions:https://stripe.com/docs/connect/direct-charges#collecting-fees