Commerce mPAY24

Component ID

2583493

Component name

Commerce mPAY24

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

499

Component created

Component changed

Component body

Provides a Drupal Commerce for mPAY24

Compared to the MPay24 Payment module, it uses the mPAY24 redirect method and just integrates into Drupal Commerce (not the Payment module suite).

The integration is based on the mpay24_php_api (https://github.com/mPAY24/mpay24_php_api) library, which is developed by mPAY24.

Installation:

  1. It is necessary to download the mpay24 php library on https://github.com/mPAY24/mpay24_php_api.
  2. Place the library into your libraries folder (e.g. sites/all/libraries). The directory structure should look like libraries/mpay24/api/MPay24Api.php
  3. Configure a Commerce Payment Rule as with the other payment provider integration. Within the Rule, you need to specify the Merchant ID, the SOAP password and the 'mode' (live / test).