Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paypal/PayPal-NET-SDK
.NET SDK for PayPal's RESTful APIs
https://github.com/paypal/PayPal-NET-SDK
Last synced: 9 days ago
JSON representation
.NET SDK for PayPal's RESTful APIs
- Host: GitHub
- URL: https://github.com/paypal/PayPal-NET-SDK
- Owner: paypal
- License: other
- Created: 2013-03-07T06:35:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T17:23:11.000Z (over 4 years ago)
- Last Synced: 2024-07-03T23:11:54.202Z (4 months ago)
- Language: C#
- Homepage: https://developer.paypal.com
- Size: 23.7 MB
- Stars: 535
- Watchers: 115
- Forks: 461
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-dotnet-core - PayPal - .NET SDK for PayPal's RESTful APIs. (Frameworks, Libraries and Tools / E-Commerce and Payments)
- fucking-awesome-dotnet-core - PayPal - .NET SDK for PayPal's RESTful APIs. (Frameworks, Libraries and Tools / E-Commerce and Payments)
- awesome-dotnet-core - PayPal - .NET SDK for PayPal's RESTful APIs. (Frameworks, Libraries and Tools / E-Commerce and Payments)
- awesome-dotnet-core - PayPal - 用于PayPal的RESTful API的.NET SDK。 (框架, 库和工具 / 电子商务与支付)
README
# PayPal .NET SDK
![Home Image](https://raw.githubusercontent.com/wiki/paypal/PayPal-NET-SDK/images/homepage.jpg)
[![Build Status](https://ci.appveyor.com/api/projects/status/github/paypal/paypal-net-sdk?svg=true)](https://ci.appveyor.com/project/paypal/paypal-net-sdk) [![NuGet](https://img.shields.io/nuget/v/PayPal.svg)](https://www.nuget.org/packages/PayPal)
The PayPal .NET SDK makes it easy to add PayPal support to your .NET web application and is built on [PayPal's REST APIs](https://developer.paypal.com/docs/api/).
## TLSv1.2 Update
> **The Payment Card Industry (PCI) Council has [mandated](http://blog.pcisecuritystandards.org/migrating-from-ssl-and-early-tls) that early versions of TLS be retired from service. All organizations that handle credit card information are required to comply with this standard. As part of this obligation, PayPal is updating its services to require TLS 1.2 for all HTTPS connections. At this time, PayPal will also require HTTP/1.1 for all connections. [Click here](https://github.com/paypal/tls-update) for more information**> **Connections to the sandbox environment use only TLS 1.2.**
## Prerequisites
* .NET 4.0 or later
## Documentation
* [SDK Home Page](http://paypal.github.io/PayPal-NET-SDK/) - A great starting place for using this SDK; includes links to the wiki, sample project source code, releases, and more!
* [SDK Wiki](https://github.com/paypal/PayPal-NET-SDK/wiki)
* [Getting Started](https://github.com/paypal/PayPal-NET-SDK/wiki#getting-started) - Everything you need to begin using this SDK.
* [Quick Start](https://github.com/paypal/PayPal-NET-SDK/wiki/Quick-Start) - For those looking to hit the ground running!
* [Samples](https://github.com/paypal/PayPal-NET-SDK/wiki/Samples)
* [Classic SDK Compatibility](https://github.com/paypal/PayPal-NET-SDK/wiki/Classic-SDK-Compatibility)
* [FAQ](https://github.com/paypal/PayPal-NET-SDK/wiki/Frequently-Asked-Questions)
* [Contributing to the SDK](https://github.com/paypal/PayPal-NET-SDK/wiki/Contributing-to-the-SDK)General documentation regarding the PayPal REST API and related payment flows can be found on the [PayPal Developer](https://developer.paypal.com/) site.
* [PayPal Developer Documentation](https://developer.paypal.com/docs/)
* [PayPal REST API Reference](https://developer.paypal.com/webapps/developer/docs/api/)## License
* PayPal, Inc. SDK License - [LICENSE.txt](https://github.com/paypal/PayPal-NET-SDK/blob/master/LICENSE.txt)
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/paypal/PayPal-NET-SDK/trend.png)](https://bitdeli.com/free "Bitdeli Badge")