使用 Paypal on Rails 发送和接收付款

发布于 2024-12-01 15:05:54 字数 208 浏览 1 评论 0原文

我正在为客户构建一个市场应用程序,需要能够发送付款和接收付款。我目前正在使用 ActiveMerchant 来处理收款,但我在文档中没有看到是否可以发送付款。我在其他地方读到过,实际上可以使用 Paypal 的众多 API 之一发送付款,但我不确定我应该使用哪一个。

如果有人曾经需要在 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!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

忆梦 2024-12-08 15:05:54

我会研究 自适应支付 它似乎提供了与您正在寻找的类似的东西。 这里还有一个 gem,它似乎正在积极开发。

如果这因任何原因对您不起作用,请告诉我,我可以寻找其他方法。

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.

怪异←思 2024-12-08 15:05:54

PayPal 通过 MassPay 支持它。不确定 ActiveMerchant。
(要在实时 PayPal 网站上启用 MassPay,请联系 CS。对于 Sandbox,请在 https://www .paypal.com/mts/)。

PayPal supports it with MassPay. Not sure about ActiveMerchant.
(To get MassPay enabled on the live PayPal site, contact CS. For Sandbox, log a ticket at https://www.paypal.com/mts/).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文