PrestaShop Module
The Novasend module for PrestaShop allows you to accept Mobile Money payments on your online store without writing a single line of code.
Installation
Download
You can download the module's .zip archive directly using the button below:
Upload
In your PrestaShop administration interface, go to Modules > Module Manager and click Install a module. Upload the novasend.zip archive.
Configuration
Once installed, click Configure. You will need to provide:
- Public API Key: Available in your Novasend Portal (opens in a new tab) settings.
- Secret Key: Available in your Novasend settings.
- Base URL:
https://business.novasend.app
Features
- Order Management: Order statuses are updated automatically via Webhooks.
- Refunds: Initiate refunds directly from the PrestaShop back-office (in progress).
Webhook Configuration
For order statuses to update automatically, you must configure the notification URL in your Novasend merchant portal:
https://your-store.com/module/novasend/webhook
⚠️
Ensure your store is accessible via HTTPS so that webhooks can be delivered securely.
Troubleshooting
If payments are not appearing:
- Verify that XOF or XAF currency is enabled on your store.
- Check that the module is enabled for the customer's country in Payment > Preferences.
- Consult the error logs in
var/logs/if necessary.