Does the PayPal .NET SDK 1.7.2 (https://www.nuget.org/packages/PayPal/) support Express Checkout? I can't seem to find it in the sample code.
PayPal .NET SDK 1.7.2(https://www.nuget.org/packages/PayPal/)是否支持Express Checkout?我似乎无法在示例代码中找到它。
If not, does it provide another mechanism to take payment on an ecommerce site?
如果没有,它是否提供了另一种在电子商务网站上付款的机制?
Or should I be using the PayPal Merchant SDK for .NET 2.16.117 (https://www.nuget.org/packages/PayPalMerchantSDK/)
或者我应该使用PayPal Merchant SDK for .NET 2.16.117(https://www.nuget.org/packages/PayPalMerchantSDK/)
There was a note on github about the merchant SDK being deprecated due to the TLS/SSL changes coming down the pipe.
github上有一条关于商业SDK被弃用的说明,因为管道中存在TLS / SSL更改。
1 个解决方案
#1
2
Yes, the REST Api
(your first link) calls it Paypal Payment
- you'll recognize the flow maps to the "classic" Express Checkout (but obviously with a new implementation). Hth...
是的,REST Api(您的第一个链接)称之为Paypal Payment - 您将识别流程图到“经典”Express Checkout(但显然有新的实现)。心连心...
#1
2
Yes, the REST Api
(your first link) calls it Paypal Payment
- you'll recognize the flow maps to the "classic" Express Checkout (but obviously with a new implementation). Hth...
是的,REST Api(您的第一个链接)称之为Paypal Payment - 您将识别流程图到“经典”Express Checkout(但显然有新的实现)。心连心...