> ## Documentation Index
> Fetch the complete documentation index at: https://doc-test-my.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Magento Plugin Prerequisites

> Check the prerequisites before you integrate your Magento website with Razorpay Payment Gateway.

<CardGroup cols={1}>
  <Card title="Troubleshooting & FAQs" href="/docs/payments/payment-gateway/ecommerce-plugins/magento/troubleshooting">
    Troubleshoot common error scenarios and find answers to frequently asked questions about the Razorpay Magento plugin.
  </Card>
</CardGroup>

**Before you proceed:**

* Create a [Razorpay account](https://accounts.curlec.com/auth/).
* Understand the [payment flow](/docs/payments/payment-gateway/how-it-works) process.

We support the following versions of Magento:

* [Magento 1.x extension](/docs/payments/payment-gateway/ecommerce-plugins/magento/integration-steps#integration-steps-for-magento-1-x-extension)
* [Magento 2.x extension](/docs/payments/payment-gateway/ecommerce-plugins/magento/integration-steps#integration-steps-for-magento-2-x-extension)

Our extensions are supported on all operating systems, such as Windows, Mac OS, and Linux.

<Info>
  **Handy Tips**

  As Magento 1.x is a legacy plugin, it is recommended that you use the Magento 2.x plugin.
</Info>

### Upgrade Magento Extension

If you are an existing user, you can upgrade the Magento extension using the composer. Enter the command given below:

```bash Upgrade theme={null}
composer update razorpay/magento
bin/magento setup:upgrade
```

<Warning>
  **Watch Out!**

  If you have installed the plugin using the `code.zip` steps, you must install the [latest code.zip](https://github.com/razorpay/razorpay-magento/releases/latest) file again.
</Warning>

## Integration Steps

Check the integration steps to [integrate your Magento website with Razorpay Payment Gateway](/docs/payments/payment-gateway/ecommerce-plugins/magento/integration-steps).

## Support

* Queries: If you have any queries, raise a ticket on the Razorpay [Support Portal](https://curlec.com/support/).
* Feature Request: If you have a feature request, create an issue on [GitHub](https://github.com/razorpay/razorpay-magento/issues).
