使用 Rails 进行 Paypal 自适应(链式)支付

发布于 2024-10-08 02:41:12 字数 438 浏览 0 评论 0原文

众所周知,PayPal 支持自适应(链式)支付,其中一个买家发送款项,并使用一个 API 帐户持有人进行处理,并且该款项可以发送给多个 用户。

我的问题是,

  1. 这种方法是否也支持 接受信用卡(对于 买方)?
  2. 是否可以抓卡 详细信息请访问我们的网站并使用 API(在后端)没有 重定向至 PayPal 网站 本身?

这是我的要求... 我正在运营一个网站,卖家可以在其中出售他们的产品,买家可以购买它们。 卖家设定价格,我得到佣金,

例如。 A 以 100 美元的价格出售产品 P。 (我的佣金是 2%)

B 购买 P. 并在我的网站上付款。使用 Paypal API,我想处理 B 的信用卡并向他收取 100 美元。拿走我那份 2 美元,然后将剩余的 98 美元寄给 A。

提前致谢,

Kannan R

It is known that PayPal supports Adaptive(Chained) payments where one buyer sends the money and it is processed using one API account holder and the money can be sent to multiple
users.

My question is,

  1. Does this approach also supports
    accepting credit card (for the
    buyer)?
  2. Is it possible to capture the card
    details at our website and use the
    API (in the backend) without
    redirecting to PayPal website
    itself?

Here is my requirement...
I am running a website where sellers can sell their products and buyers buy them.
Seller sets the price and i get a commission

Eg. Person A sells Product P for $100. (My commission is 2%)

Person B buys P. and makes the payment in my website itself. Using Paypal API, i want to process B's credit card and charge him $100. Get my share of $2 and send rest of $98 to Person A.

thanks in advance,

Kannan R

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

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

发布评论

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

评论(2

悟红尘 2024-10-15 02:41:12

Q1.是的,可以接受信用卡(PapPal 自适应付款支持访客付款...用户可以在其中输入信用卡详细信息。

问题 2。是。继续回答问题 1,输入的信用卡详细信息将作为明确批准的付款因此无需将发件人重定向到 Paypal 网站进行授权

。 /TechDocs/

此链接解释得更好,请查看“访客付款”链接。

有帮助。

希望它
源位团队。

Q1. YES it is possible to accept credit cards (PapPal Adaptive payments supports Guest Payments... where the user can enter their credit card details.

Q2. YES. In continuation of answer to Q1, the credit card details entered acts as the explicitly approved payment hence no need to redirect the sender to Paypal website for authorization.

http://www.paypal-labs.com/TechDocs/

This link explains things better, check out for the Guest Payments link..

Hope it helps.

rgds,
Sourcebits Team.

空袭的梦i 2024-10-15 02:41:12

对于问题#2:

虽然可以在您的网站上捕获信用卡详细信息,但您应该知道有一种名为 PCI 合规性,这基本上是您需要遵循的一组规则,以确保您的服务器和软件的安全。

仅靠您自己来满足 PCI 要求并不容易(时间、顾问成本、定期检查、理解规则等)。如果违反规则或您的服务器被黑客入侵,您可能会因“丢失”信用卡详细信息而被处以数百美元/卢比的罚款。

搜索SO 有关于此的一些有用信息

For Question #2:

While it is possible to capture the credit card details on your site, you should be aware that there is something called PCI Compliance, which is basically a set of rules you need to follow to ensure that your server and your software is secure.

It is not easy to meet PCI requirements on your own (time, consultant costs, regular inspections, understanding the rules etc.). And if the rules are violated or your server is hacked you could be fined hundreds of dollars/rupees per "lost" credit card details.

Search SO for some good information about this

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