1. Build Integration

Steps to integrate your PrestaShop website with Razorpay Payment Gateway.


Follow the steps given below to integrate Razorpay Payment Gateway with your PrestaShop website.

  1. Download the Source code zip file of the required version of the plugin from the Releases section in GitHub.
    1. For PrestaShop 1.6, download releases tagged 1.x.y. The latest release for PrestaShop 1.6 is .
    2. For PrestaShop 1.7, download releases tagged 2.x.y. The latest release for PrestaShop 1.7 is .
    3. For PrestaShop 8.0 and 8.1, download releases tagged 2.x.y. The latest release for PrestaShop 8.0 and 8.1 is .
  2. Log in to your .
    Prestashop Login
  3. Navigate to the Modules tab and click Add a New Module.
  4. Click Browse to open the Windows search on your computer. Select the ZIP file that you have downloaded and click OK.
  5. Click Upload this Module.
  6. Click Install to install the module.
  7. Click Configure to configure the module.

Watch Out!

If the store is open while the module is not fully configured, deactivate it by clicking the green check. Reactivate the store by clicking the red X after the module configuration.

Handy Tips

Webhook is auto-configured when you enter and save the API key ID and secret on the plugin settings page. You need to verify if webhooks are enabled on your

. However, for versions lower than 2.5.0, you need to .

If you face any errors, refer to the

.

You can track the payment status from the Razorpay Dashboard or poll our APIs.

  1. Log in to the and navigate to TransactionsPayments.
  2. Check if a payment_ID has been generated and note the status. In case of a successful payment, the status is marked as captured.

to check the payment status.


Is this integration guide useful?