Reputation: 1560
I am trying to make a payment gateway with Stripe and I have more questions than solutions. I explain the business model to see if someone can help me. Company "X" has a parking APP. A user "A" can find a place to park his car and a user "B" can save the place for him. If all goes well, payment needs to be made. The "problem" with the payment is that user "A" does not pay directly to user "B" (to his Stripe account, because he does not need one?), But rather that the money goes through the company's Stripe account , the company keeps a commission and then pays user "B". What I have done so far is:
Can anyone help me? Thanks!
Upvotes: 0
Views: 183
Reputation: 7459
This is not really a technical question, but a general question about how to use Connect. In particular, you should spend more time familiarizing yourself with the marketplace type model, where your user B would be a service provider with a connected account and user A would just be a customer.
Paying out to user B for the service provided would be expected here, but if not you need to explain in more detail exactly what you're trying to do. If you want to control user B's balance & payouts, you can configure those to be manual (but this is more complicated for you to manage).
Upvotes: 1