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
- Host: GitHub
- URL: https://github.com/onahkenneth/payu-mea-sdk-java
- Owner: onahkenneth
- License: other
- Created: 2017-04-25T18:57:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-20T15:47:04.000Z (about 1 year ago)
- Last Synced: 2025-05-20T16:52:17.777Z (about 1 year ago)
- Topics: payment, payment-gateway, payment-sdk, payu, payu-java-sdk, payu-mea, payu-mea-java-sdk, payu-sdk
- Language: Java
- Size: 444 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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.