【发布时间】:2017-05-22 12:11:31
【问题描述】:
我有一个 Ruby on Rails 网络应用程序,它使用 Stripe Connect 管理买家和卖家的付款,我收取 6% 的佣金。我知道如果我想合并 PayPal,PayPal Adaptive Payments 将是可行的方法,但是他们现在已经向 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 开发链式支付?任何方向将不胜感激!!!
【问题讨论】:
-
你有解决上述问题的办法吗?
-
@ChakreshwarSharma 我最终成功使用了贝宝自适应支付 API。如果您仍然感兴趣,我可以分享实现。
标签: ruby-on-rails ruby paypal paypal-adaptive-payments stripe-connect