简体   繁体   English

如何在我的rails应用程序中使用paypal自动支付用户费用?

[英]How do I automatically pay users using paypal in my rails app?

Hey all, I'm trying to write a marketplace style application. 嘿所有,我正在尝试编写市场风格的应用程序。 Maybe E-Bay style in which the app connects buyers / sellers and then takes some commission. 也许E-Bay风格的应用程序连接买家/卖家然后需要一些佣金。

I cannot use Amazon FPS as I don't have a US credit card. 我不能使用亚马逊FPS,因为我没有美国信用卡。 So my best option is probably paypal. 所以我最好的选择可能是贝宝。 Unfortunately, most of the material out there is all about telling me how the app can sell stuff. 不幸的是,大部分材料都是告诉我应用程序如何销售东西。

I've heard I can payout using Paypal's mass pay system? 我听说我可以使用Paypal的大众支付系统付款吗? If so, does anybody have any suggestions as per integrating this with my rails app. 如果是这样,那么任何人都有任何建议,将其与我的rails应用程序集成。 eg can it be done with ActiveMerchant? 例如,它可以用ActiveMerchant完成吗?

查看Paypal的自适应支付API: https//www.x.com/community/ppx/adaptive_payments

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何隐藏Rails应用程序用户的API调用/路由? - How do I hide my API calls / routes from users of my Rails app? Rails +贝宝。 如何向不同的卖家付款? - Rails + Paypal. How to pay different sellers? 贝宝让我的网站用户互相付款 - paypal let my site users pay each other 如何使用rails在我的应用程序Facebook页面上自动发布帖子 - how to automatically publish the post on my app facebook page using rails 从高层次来看,我如何允许未登录用户在我的应用程序中执行某些操作 - Rails 3 - From a high-level, how do I allow non-logged in users to do certain things in my app - Rails 3 当PayPal发布到“返回”网址时,如何阻止Devise注销用户? - How do I stop Devise from logging out my users when PayPal posts to the 'return' url? 如何使用 react-rails 为 Rails 5 应用程序添加 react-router 支持 - How do I add react-router support to my Rails 5 app using react-rails 我怎么弄清楚为什么我的rails 3应用程序,使用mod_rails,是如此之慢? - How do I figure out why my rails 3 app, using mod_rails, is so slow? 如何在rails app中为我的用户添加角色? - how to add roles to my users in rails app? 如何为我的应用程序创建Twitter样式的URL-使用现有应用程序或重新设计应用程序-Ruby on Rails - How do I create Twitter style URLs for my app - Using existing application or app redesign - Ruby on Rails
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM