Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
23 lines (15 loc) · 734 Bytes

README.md

File metadata and controls

executable file
·
23 lines (15 loc) · 734 Bytes

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