Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

I'm a few weeks into developing a multi-vendor, business to business website. Here is my issue:

We could potentially have a single user purchasing from multiple sellers at one time.

We are looking for a solution to hosting that transaction, and so far have only come up with paypal. While this is an option, there are some limitations, obscure fees etc... that make it rather unattractive for us and our potential user base. We simply take a transaction fee so the bulk of the sale price is our user's money.

Does anyone have recommendations on handling transactions for a marketplace site like this?

Any help would be seriously appreciated!

share|improve this question

2 Answers

In the past when I researched this I found this: Amazon Simple Pay

share|improve this answer
Details please. Why did you choose Simple Pay. – Karlson Dec 13 '12 at 15:15
You can have direct transactions between buyers and sellers and take a cut instead of having 2 separate transactions. – kleine2 Dec 13 '12 at 19:00

You could

  1. Charge everything to your own merchant account, and forward most of the money to the vendors yourself (you can use ACH or similar to handle this). So long as your vendors trust you, this would work well

  2. Connect every single vendor's merchant account to your own gateway, or force them all to get separate merchant accounts with your gateway. Then whenever a user places an order, you bill them all separately on behalf of each vendor. The Vendor then owes you fees. Samurai by FeeFighters and BrainTree are both gateways that would make this relatively simple.

  3. Use an adaptive payments like solution. Paypal has the most well known one of these.

  4. Abandon using credit cards altogether. Dwolla, or even handling this yourself, with ACH payments are both options.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.