简体   繁体   English

贝宝选项,用于处理信用卡处理

[英]Paypal options for handling credit card processing

I'm trying to understand how to add in the ability to handle credit card transactions in an asp .net web app. 我试图了解如何在asp .net Web应用程序中增加处理信用卡交易的功能。 We want the ability to take the credit cards on the customer web site, send the transaction via a webservice call to paypal, and then return some information in the web service call. 我们希望能够在客户网站上使用信用卡,通过Web服务调用将交易发送到Paypal,然后在Web服务调用中返回一些信息。 the customer web site never wants to open another window to paypal or take the user away from the customer site. 客户网站从不希望打开另一个窗口来进行支付宝或将用户带离客户网站。

The problem that I am running into is that there are many development options for paypal, and this is rather confusing to me. 我遇到的问题是贝宝有很多开发选项,这让我感到困惑。 I've read through developer docs. 我已经阅读过开发人员文档。 I've created some sandbox accounts. 我已经创建了一些沙箱帐户。 The problem is that I am unsure of the next steps. 问题是我不确定下一步。 Any suggestions are definitely appreciated. 任何建议,绝对赞赏。

TIA, TIA,

Wally 沃利

You're going to find a few different options if you dig into this. 如果您对此进行深入研究,将会找到一些不同的选择。

  • Website Payments Pro 2.0 (DoDirectPayment) 网站付款Pro 2.0(DoDirectPayment)
  • Payments Pro 2.0 (PayFlow) Payments Pro 2.0(PayFlow)
  • REST DCC (deprecated) REST DCC(不建议使用)
  • Braintree Payments Braintree付款

I would recommend you go straight to Braintree. 我建议您直接去Braintree。 The other stuff is old and isn't being supported as well as it used to. 其他的东西已经很老了,并且不像以前那样得到支持。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM