Skip to main content

Download the Papi WooCommerce plugin

Use this page to download the official Papi plugin for your WooCommerce store.

If you are installing Papi for the first time, download the latest version. The Zip file is the plugin file you upload in your WordPress 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.

DownloadFile
Plugin Zippapi-woocommerce-gateway.zip
SHA-256 checksumpapi-woocommerce-gateway.zip.sha256

Compatibility

  • WordPress 5.0 or later
  • WooCommerce 3.0 or later (tested up to 9.9)
  • PHP 7.2 or later
  • Store currency configured in Malagasy Ariary (MGA)

Changelog

  • Initial release of the Papi WooCommerce plugin.
  • Adds the Papi payment gateway for Mobile Money (MVola, Airtel Money, Orange Money) and bank card payments in Madagascar.
  • Adds automatic order status updates via Papi webhook notifications (SUCCESS, FAILED, PENDING).
  • Adds token-based webhook verification to prevent spoofing.
  • Adds support for the classic WooCommerce checkout and the block-based checkout (Cart & Checkout blocks).
  • Adds compatibility with WooCommerce High-Performance Order Storage (HPOS).

Version 1.0.0

Use this versioned download if you need to install or keep a specific release.

DownloadFile
Plugin Zippapi-woocommerce-gateway-1.0.0.zip
SHA-256 checksumpapi-woocommerce-gateway-1.0.0.zip.sha256

Compatibility

  • WordPress 5.0 or later
  • WooCommerce 3.0 or later (tested up to 9.9)
  • PHP 7.2 or later
  • Store currency configured in Malagasy Ariary (MGA)

Changelog

  • Initial release of the Papi WooCommerce plugin.
  • Adds the Papi payment gateway for Mobile Money (MVola, Airtel Money, Orange Money) and bank card payments in Madagascar.
  • Adds automatic order status updates via Papi webhook notifications (SUCCESS, FAILED, PENDING).
  • Adds token-based webhook verification to prevent spoofing.
  • Adds support for the classic WooCommerce checkout and the block-based checkout (Cart & Checkout blocks).
  • Adds compatibility with WooCommerce High-Performance Order Storage (HPOS).

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

  1. Open PowerShell in the folder where the two downloaded files are located.
  2. Display the SHA-256 value of the Zip file:
Get-FileHash .\papi-woocommerce-gateway.zip -Algorithm SHA256
  1. Display the official SHA-256 value published by Papi:
Get-Content .\papi-woocommerce-gateway.zip.sha256
  1. 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

  1. Open a terminal in the folder where the two downloaded files are located.
  2. Display the SHA-256 value of the Zip file:
shasum -a 256 papi-woocommerce-gateway.zip
  1. Display the official SHA-256 value published by Papi:
cat papi-woocommerce-gateway.zip.sha256
  1. 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.