Search code examples
ruby-on-railsruby-on-rails-3paypale-commerceactivemerchant

Sending AND Receiving Payments with Paypal on Rails


I am building a marketplace app for a client and need to be able to both send payments and receive payments. I am currently using ActiveMerchant to handle incoming payments, but I don't see anywhere in the documentation if it is possible to SEND payments. I've read elsewhere that it may in fact be possible to send payments using one of Paypal's many API's but I'm not sure which one I should be looking to use.

If anyone has ever had to SEND payments within a rails system I would appreciate some insight, where to start looking, gems, etc.

Thanks!


Solution

  • I would look into Adaptive Payments it seems to offer something similar to what you are looking for. There is also a gem for it over here which seems to be actively developed.

    If this wont work for you for any reason let me know and I can look for something else.