PayPal REST是PayPal提供的新的集成接口,现在来看看怎么集成REST。
1>Register with PayPal and get your credentials。
登录网站https://developer.paypal.com/
获取到了Credentials,看下怎么集成REST,网址https://developer.paypal.com/webapps/developer/docs/api/。
下载实例代码:
按实例代码开发,解压下载文件。
配置web.config,paypal节点放在configSections后面,修改ClientID和ClientSecret
<configSections>
<section name="paypal" type="PayPal.Manager.SDKConfigHandler, PayPalCoreSDK"/>
</configSections>