Reputation: 1364
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
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:
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
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