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

# About Payment Gateway

> Accept payments using Razorpay Payment Gateway. Discover its advantages, when to use it and the various integration types.

<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>
  <span>🇺🇸 United States</span>
</div>

A Payment Gateway creates a secure pathway between a customer and the business to facilitate payments securely. It involves the authentication of both parties from the banks involved. You can accept payments from customers on your website and mobile apps using the Razorpay Payment Gateway as a business owner.

<AccordionGroup>
  <Accordion title="Advantages">
    Below are the advantages of integrating with Razorpay Payment Gateway.

    * **Onboarding**: Integrate Razorpay Payment Gateway on your native-built website using Standard Checkout. You can also explore Razorpay plugins for various platforms such as **WooCommerce** and **Shopify**.

    * **Success Rate**: Achieve a higher success rate by using **multiple connections** to route a transaction. Razorpay also provides **downtime updates**, suggests the **next best payment option** at the point of payment failure on checkout and more.

    * **Refunds**: Razorpay retries failed API refunds smartly based on the **error code** received from the bank.

    * **Scalability and Availability**: Razorpay systems can handle a load of **800 transaction requests per second** without deterioration. They also provide downtime updates via email, status page and Dashboard.

    * **Settlements Reconciliation**: Use settlement reconciliation to keep **track** of all the transactions such as payments, refunds, transfers, and adjustments settled to you for a particular day or month.

    * **Coverage**: Razorpay supports **Cards**.
  </Accordion>
</AccordionGroup>

## When to Use a Payment Gateway

You should consider integrating with a payment gateway if you have a **website** or a **mobile app**.

<Note>
  **Do Not Have a Website or Mobile App?**

  You can still accept payments by using other Razorpay products such as [Payment Links](/docs/us/payments/payment-links).
</Note>

## Standard Checkout

With Standard Checkout integration, you can:

* Customise the **Pay** button to fit your business needs using JavaScript-based method.
* Offer additional functions to automatically open and close the Checkout.

Know more about [Standard Checkout](/docs/us/payments/payment-gateway/web-integration/standard).

If you prefer not to use a Payment Gateway, explore other [Razorpay Products](/docs/us/payments#accept-payments) that align with your business needs.

## Integrate Payment Gateway - Web, Mobile, Ecommerce Plugins

Razorpay offers a wide range of integrations as given below:

<Tabs>
  <Tab title="Web Integration">
    <CardGroup cols={1}>
      <Card title="Web Integration">
        * [Razorpay Standard Checkout](/docs/us/payments/payment-gateway/web-integration/standard)
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Ecommerce Plugins">
    <CardGroup cols={1}>
      <Card title="Ecommerce Plugins">
        * [Shopify Integration](/docs/us/payments/payment-gateway/ecommerce-plugins/shopify-razorpay-secure)
        * [WooCommerce Integration](/docs/us/payments/payment-gateway/ecommerce-plugins/woocommerce)
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Mobile Integration">
    <CardGroup cols={1}>
      <Card title="Mobile Integration">
        * [Android SDK](/docs/us/payments/payment-gateway/android-integration/standard)
        * [iOS SDK](/docs/us/payments/payment-gateway/ios-integration/standard)
      </Card>
    </CardGroup>
  </Tab>
</Tabs>

### Related Information

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