#lucamortellaro_80833
1 messages · Page 1 of 1 (latest)
Hi
I should implement fees to customers when other customers subscribe.
Could you share more details about this ? maybe a concrete example
when a user signs up and enters the "friend code" (which corresponds to another user) a percentage of the subscription amount must be credited to the other user
Are you using Stripe Connect ?
yes
And you are using what charge type ? destination or direct ?
That'll depends on your use case:
https://stripe.com/docs/connect/charges
But according to the scenario you are describing:
I think you can use Separate Charge and transfers:
https://stripe.com/docs/connect/separate-charges-and-transfers#collecting-fees
I implemented this solution https://github.com/stripe-samples/subscription-use-cases/tree/main/fixed-price-subscriptions
and for users who can create "friend codes" I'm also going to create the connect
You can adapt it for using Connect:
https://stripe.com/docs/connect/subscriptions#create-separate-charges-and-transfers