This repository contains Java SDK and samples for REST API. For PayPal mobile(Android) SDK, please go to PayPal Android SDK
Please Note
The Payment Card Industry (PCI) Council has mandated 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 for more information
Prerequisites
- Java JDK 6 or higher
- An environment which supports TLS 1.2 (see the TLS-update site for more information)
Integration
Gradle
repositories { mavenCentral() } dependencies { compile 'com.paypal.sdk:rest-api-sdk:+' }
Others
- For Maven and other options, follow instructions here
Get Started
License
Code released under SDK LICENSE
Contributions
Pull requests and new issues are welcome. See CONTRIBUTING.md for details.
