#akram.alsaidi
1 messages · Page 1 of 1 (latest)
Hello. Can you derscribe what you're trying to achieve? Do you want to take a platform fee from a connected account payment?
Is there anyway of giving commission to our influencers for every sale they get through the app
A monthly compounding monthly fee?
15% of each customer that comes through their profile
You'd need to explain how this is structured in Stripe before I can give a suggestion. What is an 'influencer'?
after donate
Are they an account conncted to your platform?
Ok, so what kind of payments are you processing?
You need to provide me with more context
we paid under stripe connected id
our platform provied each user to create connected id
Can you share an example payment?
and each user able to recivced payment as donate form user
Sounds like you're just describing a standard direct charge: https://stripe.com/docs/connect/direct-charges
If you're using Checkout: https://stripe.com/docs/connect/creating-a-payments-page?platform=web&ui=checkout&destination-or-direct=direct-charges#web-create-checkout
You'd use payment_intent_data[application_fee_amount] to take a platform fee from the payment
15% fee ?
Sure, you'd need to calculate that yourself as the application_fee_amount expects an integer not a %
the influencers maybe how much need because you are have experience about it ?
I've no idea what you're asking me
can do it monthly ?
Well in your example code you're not creating recurring payments
we need to add this param payment_intent_data[application_fee_amount] here
yes this is donate
If it's a mode: 'subscription' sessions you'd use: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-subscription_data-application_fee_percent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
A monthly compounding monthly fee?
I don't know what you mean