This module helps drupal commerce merchants accept M-Pesa payments.
This module is not yet published on drupal.org so you have the option of getting the development version from drupal.org or as a download from Github.
Install it as you would any other Drupal module.
The configuration options for this module follows the standard procedure for the Drupal Commerce payment modules.
The following options are available;
Some config changes will need to be made on the Kopokopo API.Kopokopo needs to be aware of the URL that it will send data to. This module relies on the PUSH api provided by Kopokopo.
On your kopokopo account you need to get to the 'Api settings' page.
We only need to provide the callback url and leave the rest as is. Your callback url should be in the pattern of 'your-domain.com/mpesa/callback'
That's it,you are ready to receive payments.
TODO