Escrow Payment Processing Solution Rails

748 Views Asked by At

I'm working on a Marketplace project and I am looking for a simple payment solution that would facilitate transactions made between Buyers and Sellers globally.

There will have to be an Escrow system and the payments would go through only after the job has been marked complete.

Please suggest RubyGems to perform this functionality. External built API's with comprehensive documentation will also be appreciated.

1

There are 1 best solutions below

0
On BEST ANSWER

I have implemented escrow payment management using gem braintree_ruby. A ruby quick example is very helpful as recommended by "@Sannan" in comments. Full project with Rails integration is located here on github.