/mpay24-java

Payment SDK for Java

Primary LanguageJavaApache License 2.0Apache-2.0

mpay24-java

Build Status

Offical mPAY24 Java Payment SDK

Requirements

Java 1.6 or later.

Documentation

A short demo implementation guide is available at https://docs.mpay24.com/docs/get-started
Documentation is available at https://docs.mpay24.com/docs/java-sdk.

SDK Overview

mpay24 class

The Mpay24 class is instantiated using your merchant id, your soap password and the environment you are connecting to (TEST or PRODUCTION):

Mpay24 mpay24 = new Mpay24("merchantID", "password", Environment.TEST);

The different payment calls can be found at https://docs.mpay24.com/docs/java-sdk