#dhandre
1 messages · Page 1 of 1 (latest)
Hi , i developed an app that will release this week however we need our payment ready
Okay, are you currently encountering errors with your integration?
I dont know how to set it up the way I want
Can you elaborate?
So my app will be a booking space
I want to make it so I get a percentage off each transaction both from the provider and the client
If you're working with 3rd party providers then you're likely going to want to use Stripe Connect
https://stripe.com/en-se/connect
What have you tried so far? Are you selling subscriptions or one time purchases? Have you decided what type of connected accounts and charges you're going to use?
Currently we don't have enough information to understand what you're looking for help with.
Types of charges: https://stripe.com/docs/connect/charges
Ok im trying to explain as best as I can
When a transaction happens we want clients to pay an admin fee, and the provider will pay a admin fee as well since our platform developed the sale
Are you using subscriptions or one time payments?
Also what kind of connected account do you have?
Example:
The Service costs 500$, we want the client to pay an additional 5% which will bring their bill to 525$. Which means we get the 25$
Provider will receive $500 - 10%, so they get 450$ and admin gets 50$
So in total we should receive 75$ off that one transaction
I'd recommend you take a look at the application fee docs as this achieves part of what you want: https://stripe.com/docs/connect/direct-charges#collecting-fees
However, we'd need to know what kind of connect account you have and whether you're using subscriptions or one time payments to help further
ONe time payments
Good to know. Can I ask how familiar you are with connect? Do you know what account type and charge type you want to work with here?
I dont know that is why I was asking
That choice is ultimately up to you. There are a few ways to make the charge you described. I'd recommend reading through our docs on choosing account and charge types for a good overview of what scenario each account type is useful for https://stripe.com/docs/connect/accounts
In that case you will likely want to use destination charges and specify your fee with the application_fee_amount parameter https://stripe.com/docs/connect/destination-charges#application-fee
So in the scenario you described, you would create a payment intent with an amount of 52500 and specify an application_fee_amount of 7500.