Integration Steps

Steps to integrate your PrestaShop website with Razorpay Payment Gateway.


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

Follow the steps given below:

1.1 Installation and Configuration

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

.

After the integration is complete, a Pay button will appear on your web page/app. You need to click the button and make a test transaction to ensure that the integration is working as expected. You can start accepting actual payments from your customers once the test is successful.

You can make test payments using one of the payment methods configured at the Checkout.

  • No money is deducted from the customer's account as this is a simulated transaction.
  • Ensure you have entered the API keys generated in the test mode in the Checkout code.

Supported Payment Methods

You can select any of the listed banks. After choosing a bank, Razorpay will redirect to a mock page where you can make the payment a success or a failure. Since it is the test mode, we will not redirect you to the bank login portals.

You can enter one of the following UPI IDs:

  • success@razorpay: To make the payment successful.
  • failure@razorpay: To fail the payment.

Handy Tips

You can use Test Mode to test UPI payments, and Live Mode for UPI Intent and QR payments.

You can select any of the listed wallets. After choosing a wallet, Razorpay will redirect to a mock page where you can make the payment a success or a failure. Since it is the test mode, we will not redirect you to the wallet login portals.

You can use one of the test cards to make transactions in the test mode. Use any valid expiration date in the future and any random CVV to create a successful payment.

Verify Payment Status

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.

Follow these steps before taking the integration live:

3.1 Accept Live Payments

You can perform an end-to-end simulation of funds flow in the Test Mode. Once confident that the integration is working as expected, switch to the Live Mode and start accepting payments from customers.

Watch Out!

Ensure you are switching your test API keys with API keys generated in Live Mode.

To generate API Keys in Live Mode on your Razorpay Dashboard:

  1. Log in to the and switch to Live Mode on the menu.
  2. Navigate to Account & SettingsAPI KeysGenerate Key to generate the API Key for Live Mode.
  3. Download the keys and save them securely.
  4. Replace the Test API Key with the Live Key in the Checkout code and start accepting actual payments.

3.2 Payment Capture

After payment is authorized, you need to capture it to settle the amount to your bank account as per the settlement schedule. Payments that are not captured are auto-refunded after a fixed time.

Watch Out

  • You should deliver the products or services to your customers only after the payment is captured. Razorpay automatically refunds all the uncaptured payments.
  • You can track the payment status using our or webhooks.

Is this integration guide useful?


prestashop
integration
installation
test
go-live