Download the Papi PrestaShop module
Use this page to download the official Papi module for your PrestaShop store.
If you are installing Papi for the first time, download the latest version. The Zip file is the module file you upload in your PrestaShop back office. The SHA-256 file lets you or your developer verify that the downloaded Zip file has not been altered.
Latest version
Recommended for new installations and ordinary updates.
| Download | File |
|---|---|
| Module Zip | papi_prestashop.zip |
| SHA-256 checksum | papi_prestashop.zip.sha256 |
Compatibility
- PrestaShop 1.7.x
- PrestaShop 8.x
- PHP 7.4 or later
- Store currency configured in Malagasy Ariary (
MGA)
Changelog
- Initial official release of the Papi PrestaShop module.
- Adds Papi payment at checkout for Mobile Money and card payments in Madagascar.
- Creates the Papi transaction table used to track payment status updates.
- Adds webhook handling so PrestaShop orders can be updated after Papi payment notifications.
- Adds a Papi transaction panel on PrestaShop order pages.
Version 1.0.0
Use this versioned download if you need to install or keep a specific release.
| Download | File |
|---|---|
| Module Zip | papi_prestashop-1.0.0.zip |
| SHA-256 checksum | papi_prestashop-1.0.0.zip.sha256 |
Compatibility
- PrestaShop 1.7.x
- PrestaShop 8.x
- PHP 7.4 or later
- Store currency configured in Malagasy Ariary (
MGA)
Changelog
- Initial official release of the Papi PrestaShop module.
- Adds Papi payment at checkout for Mobile Money and card payments in Madagascar.
- Creates the Papi transaction table used to track payment status updates.
- Adds webhook handling so PrestaShop orders can be updated after Papi payment notifications.
- Adds a Papi transaction panel on PrestaShop order pages.
Verify the download
The SHA-256 file is a safety check. It helps confirm that the Zip file you downloaded is exactly the official file published by Papi.
If you are not technical, you can send both downloaded files to your developer or hosting provider and ask them to check that the two SHA-256 values contain the same letters and numbers in the same order.
For a developer, use the steps below.
Windows PowerShell
- Open PowerShell in the folder where the two downloaded files are located.
- Display the SHA-256 value of the Zip file:
Get-FileHash .\papi_prestashop.zip -Algorithm SHA256
- Display the official SHA-256 value published by Papi:
Get-Content .\papi_prestashop.zip.sha256
- Compare the two values. The same letters and numbers must appear in the same order. It is fine if one value uses uppercase letters and the other uses lowercase letters.
macOS or Linux
- Open a terminal in the folder where the two downloaded files are located.
- Display the SHA-256 value of the Zip file:
shasum -a 256 papi_prestashop.zip
- Display the official SHA-256 value published by Papi:
cat papi_prestashop.zip.sha256
- Compare the two values. The same letters and numbers must appear in the same order. It is fine if one value uses uppercase letters and the other uses lowercase letters.
If the values do not match, do not install the Zip file. Download it again or contact Papi support.