#Mahesh K
1 messages · Page 1 of 1 (latest)
Hi! Do you have a question for us? If not, please delete that image from the main channel.
No worries! What's your question?
how to collect platform fees.
and how to include taxes, is stripe providing any inbuild taxation system
how to collect platform fees.
Can you be more specific? What exactly are you trying to do?
and how to include taxes, is stripe providing any inbuild taxation system
We have this: https://stripe.com/docs/tax
i used standard connect type
in that i need to take the charges from my connected accounts to my main acount
in that i need to take the charges from my connected accounts to my main acount
Sorry I don't understand. What do you meany by "take the charge"?
Are you using Direct Charge? https://stripe.com/docs/connect/direct-charges
If so, just set application_fee_amount when creating the payments as explained in the link above.
yes i am using the direct charges.
ok i will try.
just set application_fee_amount when creating the payments as explained in the link above.
if i do the above you said, will the amount credit in my main account?
Whatever you set in application_fee_amount will be sent to the paltform
ok
but i am using invoice payment api for collecting the amount
instead of payment intent
how to include application_fee_amount in the invoice payment api
The request must be made with an OAuth key or the Stripe-Account header in order to take an application fee
can you explain this
If you are using Direct Charge, then you must be using the Stripe-Account header indeed.
This is explained here: https://stripe.com/docs/connect/authentication
Happy to help 🙂