ruby-on-rails - PayPal 作为 RAILS Marketplace 应用程序的支付处理器

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

我有一个 Ruby on Rails 网络应用程序,它使用 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 开发链式支付吗?任何方向将不胜感激!!!

最佳答案

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

关于ruby-on-rails - PayPal 作为 RAILS Marketplace 应用程序的支付处理器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41527585/

相关文章:

paypal - "name": "INVALID_RESOURCE_ID", "message":"Requested resource ID was not found."

ruby-on-rails - coffee.ERB 文件的 Jest 测试

ruby - 获取对包含的 'Module' 的引用

ruby-on-rails - ruby rails 3 : setting fixed locale on specific route

ruby - Ruby 中二进制字符串的问题

ruby - Ruby 的 stdlib Logger 类是线程安全的吗?

Paypal 对订阅付款失败/丢失的行为

php - Paypal Express Checkout 不显示订单摘要

javascript - Rails 渲染 js 文件但无法执行

ruby-on-rails - 自定义非自动递增 ActiveRecord "id"列可能吗?