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

mpay24/mpay24-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages