简体   繁体   English

Paypal Express结帐-我应使用经典API还是Rest API

[英]Paypal Express checkout - which one should I use Classic API Vs Rest API

Is paypal express checkout supported or not. 是否支持Paypal Express结帐。 While downloading the merchannt SDK samples I found this "This Classic SDK is not actively supported and will be deprecated in the future. For full support on new integrations, please use the PayPal REST API SDK for .NET" 在下载Merchant SDK示例时,我发现此“此经典SDK尚未得到积极支持,将来将不推荐使用。要获得新集成的全面支持,请使用适用于.NET的PayPal REST API SDK”。

I need the express check out option. 我需要快速退房选项。 Which one should I use? 我应该使用哪一个?

I am kind of confused. 我有点困惑。 Can I use merchant SDK the classic one or go with the REST API? 我可以使用经典的商人SDK还是可以使用REST API?

The message about deprecation for the SDK is a bit misleading. 有关SDK弃用的消息有点误导。 PayPal have new REST APIs and also the Braintree v.zero SDKs , and these are the products that should be used for integrations going forward for the vast majority of merchants. PayPal具有新的REST API以及Braintree v.zero SDK ,这些产品应用于绝大多数商家的集成。

However, for enterprise merchants, and especially customers with specific product features that are not currently supported on the new platforms, Express Checkout is still the best solution, and it will continue to be for some time. 但是,对于企业商人,特别是具有新平台当前不支持的特定产品功能的客户,Express Checkout仍然是最佳解决方案,并且它将持续一段时间。 So the deprecation message is intended to guide to the new APIs, rather than indicate a lack of support or functionality. 因此,弃用消息旨在指导新的API,而不是指示缺少支持或功能。

PaySharp.NET is an open source .NET SDK, and should meet your requirements, given that it is specifically designed to support Express Checkout. PaySharp.NET是一个开源.NET SDK,并且应满足您的要求,因为它是专门为支持Express Checkout而设计的。 Here is an in-depth tutorial on the subject. 这是有关该主题的深入教程

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

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