#nickv123
1 messages · Page 1 of 1 (latest)
What kind of fee are you referring to here? Is it a Stripe fee?
I am looking to add a fee like uber or doordash to my app. I am using stirpe to do so. I have everything sorted out. except my payments are all going to one account and not being sorted out
One way I can think of is to create a fee as a price (price_xxx) and add the price as invoice item in the invoice: https://stripe.com/docs/invoicing/integration
i created a marketplace app. so the customer pays the merchant and I the market add a fee. the only problem i can't solve is separating the payment. the payment go to the merchant bank account and the market fee go to my bank account
thank you in advanced for helping
Ah I see! This is a different scenario. With marketplace, it's recommended to use Connect, i.e. splitting payments and fees between multiple parties: https://stripe.com/docs/connect
After that, you can then use invoicing with Connect: https://stripe.com/docs/invoicing/connect
yea it's like a doordash concept. how doordash adds their fee at the end. thank you
Yup! With Connect, you'll be the platform and the merchant will be the connected account. Application fee can be collected: https://stripe.com/docs/invoicing/connect#collecting-fees
would my coder be able to follow these to try to figure out where its not working in the app
👋 taking over here
the payments are going through stripe. there hitting the accounts. but just not seperating
thank you
We have concrete guide and fund flow called "destination charge" https://stripe.com/docs/connect/destination-charges. This should be closest to DoorDash or Uber