Escrow Payment Processing Rails

I am working on a Marketplace project and I am looking for a simple payment solution that will facilitate transactions between buyers and sellers around the world.

There must be an Escrow system in there and payments will only take place after the job has been marked completed.

Please suggest RubyGems to perform this function. An external API with full documentation will also be appreciated.

+3


source to share


1 answer


I have implemented managing escrow payments using the braintree_ruby gem . The quick ruby โ€‹โ€‹example is very helpful as recommended in @Sannan's comment. The complete project with Rails integration is located here on github.



+5


source







All Articles