1. Build Integration

Steps to integrate your Arastta website with Razorpay Payment Gateway.


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

  1. Download a ZIP of the . The master branch holds the plugin for the latest Arastta version.


  2. Copy all files and folders recursively to Arastta installation directory.
  3. Log in to .
  4. Navigate to the Admin PanelMarketplacePayments and enable the Razorpay extension.
  5. Click Edit next to Razorpay and complete the following actions:
    1. Add your Razorpay [KEY_ID] and [KEY_SECRET]. These can be generated from your .
    2. Change plugin status to Enabled.
    3. Click Save to save the plugin settings.

You can track the payment status in three ways:

Handy Tips

  • On the Dashboard, ensure that the payment status is captured. Refer to the payment capture settings page to know how to .
  • Subscribe to our webhooks or poll the Fetch a Payment API to track the payment status.

To verify the payment status from the Dashboard:

  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.
Check if the payment id is generated and the status is captured

You can use Razorpay webhooks to configure and receive notifications when a specific event occurs. When one of these events is triggered, we send an HTTP POST payload in JSON to the webhook's configured URL. Know how to

If you have subscribed to the order.paid webhook event, you will receive a notification every time a customer pays you for an order.

to check the payment status.


Is this integration guide useful?