Topo
Topo

Reputation: 1364

Marketplace payment processor

I'm building a marketplace application:

I would have a payment processing system with the following features

What are the options out there?

Thanks.

Upvotes: 3

Views: 1829

Answers (2)

mjallday
mjallday

Reputation: 10072

I'd recommend you look at our product Balanced. It's built to solve exactly this problem so I think it's a good match.

At a high level payments in are done via credit card like a normal payment processor, funds are deposited into an escrow account which is a sum of all funds collected - all funds disbursed. When you're ready to push funds out you can currently pay out via next-day ACH (US only) but we're building out international support which sounds like it would be useful for you.

I believe it matches your other requirements:

  • there is no requirement to send users offsite, they do require accounts but you can create and edit them via the API.
  • Balanced has an excellent ruby gem
  • You can split up the payment, taking a cut from the proceeds as profit
  • Balanced provides you with a merchant dashboard for you and your customers to get a head start but you can build the exact same thing via API access.

One area where it's not going to meet your requirements is multi-currency charges. Currently you'll need to charge in USD and convert.

Upvotes: 1

drhenner
drhenner

Reputation: 2230

Check out https://github.com/drhenner/ror_ecommerce It doesn't have all the features you want but will give you a big head start.

Basically active merchant will connect to most gateways. You need to add the custom code. Look at the video for more help http://ror-e.com/info/videos/1

Upvotes: 0

Related Questions