Integration Steps

Steps to integrate your CS-Cart website with Razorpay Payment Gateway.


Follow the steps given below to integrate Razorpay Curlec Payment Gateway with your CS-Cart website.

Follow the steps given below:

1.1 Installation

  1. Ensure you have the latest version of CS-Cart installed.
  2. Download the latest from the releases section. Unzip the repository.
  3. Run the install.razorpay.sql file, which can be found inside the unzipped package, against your CS-Cart database. To do this, you can either:
    • Use phpMyAdmin to import the file into your CS-Cart database.
    • Copy and paste the content and run it directly in your MySQL shell.
  4. Upload the rest of the plugin's contents to your CS-Cart Installation directory.
    1. The app folder's content goes into your CS-Cart Installation directory.
    2. The content of the design folder goes into the design folder in your CS-Cart Installation directory.

1.2 Configuration

  1. Log in to CS-Cart as administrator.
  2. Navigate to AdministrationPayment Methods.
  3. Add a new payment method.
  4. Select Razorpay from the list and then click Save. Select cc_outside.tpl for the template.
  5. Navigate to the Configure tab.
  6. Add your [KEY_ID] and [KEY_SECRET] generated from the Razorpay Curlec Dashboard.

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 that webhooks are enabled on your Razorpay Curlec

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

After the integration, Razorpay is added as a payment option on your web page/app. You need to click the button and make a test transaction to ensure the integration works as expected. You can start accepting actual customer payments 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

After the integration is complete, a Pay button appears on your webpage/app.

Click the button and make a test transaction to ensure the integration is working as expected. You can start accepting actual payments from your customers once the test transaction is successful.

Watch Out!

This is a mock payment page that uses your test API keys, test card and payment details.

  • Ensure you have entered only your in the Checkout code.
  • Test mode may include OTP verification for certain payment methods to replicate the live payment experience.
  • No real money is deducted due to the usage of test API keys. This is a simulated transaction.

Following are all the payment modes that the customer can use to complete the payment on the Checkout. Some of them are available by default, while others may require approval from us. Raise a request from the Dashboard to enable such payment methods.

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

FPX

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

Wallet

You can select any of the listed wallets. After choosing a wallet, you will be redirected to a mock page where you can make the payment success or a failure. Since this is Test Mode, we will not redirect you to the wallet login portals.

Watch Out!

iOS integration for Touch'n Go wallet is currently unavailable. We will be adding support for it soon.

Cards

You can use one of the following test cards to test transactions for your integration in Test Mode.

Check the following lists:

Verify Payment Status

You can track the payment status from the Dashboard or by polling APIs.

  1. Log in to the Razorpay Curlec Dashboard 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.

    Payment details on Dashboard

Follow these steps before taking the integration live:

3.1 Accept Live Payments

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 Curlec Dashboard:

  1. Log in to the Razorpay Curlec Dashboard 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 Curlec automatically refunds all the uncaptured payments.
  • You can track the payment status using our or webhooks.

Is this integration guide useful?


CS-Cart
installation
integration
payment gateway