This repository contains Java SDK and samples for SOAP API.
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.
- Java JDK 6 or higher
- An environment which supports TLS 1.2
repositories {
mavenCentral()
}
dependencies {
compile 'co.za.payu.sdk:payu-mea-java-sdk:+'
}
Code released under SDK LICENSE
Pull requests and new issues are welcome. See CONTRIBUTING.md for details.