> ## 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.

# Quick Integration Prerequisites

> Check the prerequisites before you integrate with Razorpay Quick Integration.

<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>
</div>

<CardGroup cols={1}>
  <Card title="Troubleshooting & FAQs" href="/docs/payments/payment-gateway/quick-integration/troubleshooting-faqs">
    Troubleshoot common error scenarios and find answers to frequently asked questions about Quick Integration.
  </Card>
</CardGroup>

Quick integration is the fastest way to integrate Razorpay Checkout on your website and accept domestic and international payments from customers.

## Quick Integration vs Standard Integration

<Info>
  **Handy Tips**

  The Quick Integration (previously known as Automatic integration method) is simple and fast. However, in case you would like more control over your integration and checkout, we recommend the [Standard Integration](/docs/payments/payment-gateway/web-integration/standard).
</Info>

Given below is a comparison between the Standard and Quick integrations:

| Particulars            | Quick Integration                                                                                                      | Standard Integration                                                                                                        |
| ---------------------- | ---------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| **Pay Button**         | The pay button is auto-created and cannot be customised. For example, you cannot change its font or background colour. | You can create and customise the pay button as per your business requirements.                                              |
| **Checkout Functions** | This is an HTML-based form action method, which does not support any JavaScript customisations.                        | This is a JavaScript method, allowing you to use additional functions to automatically open and close Checkout as required. |

## Integration Steps

**Before you proceed:**

* Create a [Razorpay Account](https://dashboard.razorpay.com/signup)

* Generate [API Keys](/docs/api/authentication#generate-api-keys) from the Dashboard. To go live with the integration and start accepting real payments, generate Live Mode API Keys and replace them in the integration.

* Know about the [Razorpay Payment Flow](/docs/payments/payment-gateway/how-it-works).

Follow these integration steps:

<CardGroup cols={3}>
  <Card title="1. Build Integration" href="/docs/payments/payment-gateway/quick-integration/integration-steps#1-build-integration">
    Integrate Standard Checkout form on website.
  </Card>

  <Card title="2. Test Integration" href="/docs/payments/payment-gateway/quick-integration/integration-steps#2-test-integration">
    Test the integration by making a test payment.
  </Card>

  <Card title="3. Go-live Checklist" href="/docs/payments/payment-gateway/quick-integration/integration-steps#3-go-live-checklist">
    Check the go-live checklist.
  </Card>
</CardGroup>

<Info>
  **Other Solutions**

  Looking to integrate Razorpay with your mobile app or at a server-level? Check the list of [integration types](/docs/payments/payment-gateway#integration-types).
</Info>

### Related Information

* [Webhooks](/docs/webhooks) (Recommended)

* [Error Codes](/docs/errors) (Recommended)

* [How Payment Gateway Works](/docs/payments/payment-gateway/how-it-works)

* [Payment States](/docs/payments/payments)

* [Settlements](/docs/payments/settlements)

* [Refunds](/docs/payments/refunds)

* [Address Verification System](/docs/payments/international-payments/address-verification-system)

* [Troubleshooting and FAQs](/docs/payments/payment-gateway/quick-integration/troubleshooting-faqs)
