An open API service indexing awesome lists of open source software.

https://github.com/onahkenneth/payu-mea-sdk-java

PayU MEA Secure Payments Java SDK
https://github.com/onahkenneth/payu-mea-sdk-java

payment payment-gateway payment-sdk payu payu-java-sdk payu-mea payu-mea-java-sdk payu-sdk

Last synced: 11 months ago
JSON representation

PayU MEA Secure Payments Java SDK

Awesome Lists containing this project

README

          

## PayU SOAP API Java SDK

This repository contains Java SDK and samples for SOAP API.

## Please Note
> **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.**

## Prerequisites
* Java JDK 6 or higher
* An environment which supports TLS 1.2

#### Gradle
```gradle
repositories {
mavenCentral()
}
dependencies {
compile 'co.za.payu.sdk:payu-mea-java-sdk:+'
}
```

## Get Started
- [Run Samples project](payu-mea-java-sample).

License
--------------------
Code released under [SDK LICENSE](LICENSE)

Contributions
--------------------
Pull requests and new issues are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for details.