PayPal作为RAILS Marketplace App的支付处理器

时间:2017-01-07 23:07:53

标签: ruby-on-rails ruby paypal paypal-adaptive-payments stripe-connect

我有一个Ruby on Rails webapp,它使用Stripe Connect来管理买家和卖家的付款,我需要6%的佣金。我了解PayPal自适应付款将成为我想要合并PayPal的路线,但他们现在已经向API添加了通知。

> Adaptive Payments moving to limited release
>     
>         Important: Adaptive Payments is now a limited release product. It is restricted to select partners for approved use cases and should
> not be used for new integrations without guidance from PayPal.
>     
>     https://devblog.paypal.com/adaptive-payments-limited-release/
>     
>      Our end goal with this project is to migrate all existing users of Adaptive Payments on to the modern products that will be the core
> of our future development APIs, namely Braintree v.zero and the PayPal
> REST APIs.

有人能指出我正确的方向,使用PayPal为市场设置与Stripe Connect相同的功能吗?我相信Braintree并没有将PayPal整合到他们的市场功能中。有没有我可以使用PayPal REST API开发链式支付?任何方向都将非常感谢!!!

1 个答案:

答案 0 :(得分:0)

PayPal有一个adaptive payments SDK用于Ruby,如果你看一下issue search in activemerchant,你会看到一些人讨论增加了对自适应支付的支持的项目。