gpt4 book ai didi

c# - 作为访客的 Paypal 自适应支付

转载 作者:太空宇宙 更新时间:2023-11-03 16:10:17 24 4
gpt4 key购买 nike

作为访客,我有一些关于 Paypal 自适应支付的问题:

  • 想要使用信用卡信息进行购买的用户是否需要 PayPal 帐户?有什么方法可以避免这种情况?。我正在考虑让许多客户访问我的网站,他们可能没有 PayPal 帐户。
  • 访客支付支持并行支付模式还是链式支付模式?
  • 如果我使用访客支付默认界面(由 PayPal 提供的界面),我是否仍需要担心我的网站是否符合 PCI 标准?我不会存储有关用户的任何信用卡信息。
  • 我试图找到有关如何调用自适应支付 API 来使访客支付正常工作但未成功的示例。有谁知道我在哪里可以找到这方面的示例?
  • Adaptive payment 是 Paypal Standard 的一项功能吗?或者我是否需要订阅 PayPal Pro 才能在我的网站上运行 Adaptive Payment Api。

任何人都可以在所有这些方面给我一些帮助吗?。非常感谢。

最佳答案

好吧,这是我目前的发现:

Do the users that want to do a purchase using their credit card information require a PayPal acount?, Is there any way to avoid this?. I'm considering to have many clients on my site thay may not have PayPal account.

不需要。您可以使用自适应付款并以访客身份付款。 Rest API 和经典 API 都支持这种支付模式。 Rest API 依赖于您的站点来处理安全性和 PCI 合规性,第二个由 paypal 处理。

Does guest payment supports the Parallel payment Schema or the Chained payment Schema?

Clasic API 自适应支付支持在发送支付时添加多个收款人和金额,所以是的,此模式支持它。不确定 Rest API。我发现的示例仅使用 Paypal 到 Paypal 架构。

If I'm using the guest payment default interface (the one provided by PayPal), should I still worry about having my site to be PCI compliant?. I'm not storing any credit card information about the users.

如果您使用 native 嵌入式支付流程以及 paypal 提供的对话框和 javascript 函数,则不需要。 Paypal 会为您处理这件事。如果您使用的是 Rest API,则必须使用存储在 paypal 保险库中的信用卡付款(但这会强制买家拥有一个 paypal 帐户)。如果您使用 Rest API 获取信用卡数据,则必须将您的站点设计为符合 PCI。

I've tried to find examples about how to invoke the adaptive payment api to get the Guest payment working without any success. Does anyone know where can I find an example for this?

https://developer.paypal.com/webapps/developer/docs/classic/adaptive-payments/integration-guide/APIntro/有嵌入式流程示例(但它真的很模糊),http://paypal.github.io/有经典api实现的例子

Is Adaptive payment a feature of Paypal Standard?, or do I need to get the PayPal Pro subscription in order to get the Adaptive Payment Api working on my site.

Paypal pro 是一个帐户功能,与自适应支付的 API 没有真正相关,或者至少到目前为止我是这样发现的。

关于c# - 作为访客的 Paypal 自适应支付,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18968819/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com