> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-881012b3.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.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
  <span>🇸🇬 Singapore</span>
</div>

<CardGroup cols={1}>
  <Card title="Troubleshooting & FAQs" href="/docs/sg/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://dashboard.razorpay.com/signup).
* Understand the [payment flow](/docs/sg/payments/payment-gateway/how-it-works) process.

We support the following versions of Magento:

* [Magento 1.x extension](/docs/sg/payments/payment-gateway/ecommerce-plugins/magento/integration-steps#integration-steps-for-magento-1-x-extension)
* [Magento 2.x extension](/docs/sg/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/sg/payments/payment-gateway/ecommerce-plugins/magento/integration-steps).

## Support

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