Paypal Express结账 - 我应该使用Classic API Vs Rest API

时间:2022-09-10 22:54:14

Is paypal express checkout supported or not. 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"

是否支持paypal快速结账。在下载merchannt 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经典SDK或与REST API一起使用吗?

1 个解决方案

#1


The message about deprecation for the SDK is a bit misleading. 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.

关于SDK弃用的消息有点误导。 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. So the deprecation message is intended to guide to the new APIs, rather than indicate a lack of support or functionality.

但是,对于企业商家,尤其是具有特定产品功能但新平台目前不支持的客户,Express Checkout仍然是最佳解决方案,并且将持续一段时间。因此,弃用消息旨在指导新API,而不是表示缺乏支持或功能。

PaySharp.NET is an open source .NET SDK, and should meet your requirements, given that it is specifically designed to support Express Checkout. Here is an in-depth tutorial on the subject.

PaySharp.NET是一个开源.NET SDK,应该满足您的要求,因为它专门用于支持Express Checkout。这是一个关于这个主题的深入教程。

#1


The message about deprecation for the SDK is a bit misleading. 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.

关于SDK弃用的消息有点误导。 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. So the deprecation message is intended to guide to the new APIs, rather than indicate a lack of support or functionality.

但是,对于企业商家,尤其是具有特定产品功能但新平台目前不支持的客户,Express Checkout仍然是最佳解决方案,并且将持续一段时间。因此,弃用消息旨在指导新API,而不是表示缺乏支持或功能。

PaySharp.NET is an open source .NET SDK, and should meet your requirements, given that it is specifically designed to support Express Checkout. Here is an in-depth tutorial on the subject.

PaySharp.NET是一个开源.NET SDK,应该满足您的要求,因为它专门用于支持Express Checkout。这是一个关于这个主题的深入教程。