Skip to content

AltaPay/sdk-java

Repository files navigation

AltaPay - JavaSDK

For integrating Java projects with the AltaPay gateway.

How to Build

To update the SDK with the latest payment gateway changes run below command from the root of the project

$ ant DistZip

Dependency

Maven

<dependency>
    <groupId>com.altapay</groupId>
    <artifactId>sdk-java</artifactId>
    <version>1.0.18</version>
</dependency>

Gradle

implementation 'com.altapay:sdk-java:1.0.18'

Changelog

See Changelog for all the release notes.

License

Distributed under the MIT License. See LICENSE for more information.

Documentation

For more details please see AltaPay docs