Offical mPAY24 Java Payment SDK
Java 1.6 or later.
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.
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