PayPal REST开发

  PayPal REST是PayPal提供的新的集成接口,现在来看看怎么集成REST。  

PayPal REST开发

  1>Register with PayPal and get your credentials。

    登录网站https://developer.paypal.com/

    

PayPal REST开发

    

PayPal REST开发

    

    

PayPal REST开发

    

PayPal REST开发

    获取到了Credentials,看下怎么集成REST,网址https://developer.paypal.com/webapps/developer/docs/api/。

    下载实例代码:

    

PayPal REST开发

    

PayPal REST开发

    按实例代码开发,解压下载文件。

    配置web.config,paypal节点放在configSections后面,修改ClientID和ClientSecret     

<configSections> <section name="paypal" type="PayPal.Manager.SDKConfigHandler, PayPalCoreSDK"/> </configSections>     

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zgzgfs.html