> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-60c89f9a-mintlify-audit-missing-sections-1778528421.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Razorpay Payment Gateway: accept payments on web and mobile

> Accept payments on your website or mobile app through 100+ payment modes including cards, digital wallets, and more using Razorpay Payment Gateway.

Razorpay Payment Gateway creates a secure pathway between your customers and your business, handling the full lifecycle of a payment — from checkout to settlement. It supports 100+ payment modes including credit cards, debit cards, and digital wallets, and is designed for businesses that have a website or mobile app to embed checkout into.

<Note>
  If you don't have a website or mobile app, use [Payment Links](/payment-products/payment-links) instead. Payment Links let you collect payments without writing any code.
</Note>

## Standard Checkout

Standard Checkout is a Razorpay-hosted checkout experience that you embed in your product. It is fully customizable — you control the branding, the payment options presented, and the post-payment flow. Razorpay handles PCI compliance and the secure transmission of card data.

## Advantages

* **Higher success rates** — Multiple bank connections and intelligent routing increase the likelihood of a transaction completing on the first attempt.
* **Automatic retry for failed refunds** — Refunds that fail due to known error codes are retried automatically, reducing manual intervention.
* **High throughput** — The gateway handles up to 800 transactions per second, suitable for flash sales and high-volume periods.
* **Downtime notifications** — You are notified of any outages via email, the Razorpay status page, and your Dashboard.
* **Settlement reconciliation** — Detailed settlement reports make it straightforward to reconcile payments with your accounting records.

## When to use Payment Gateway

Use Payment Gateway if you have a website or mobile application and want to embed a checkout experience directly in your product. It gives you full control over the payment flow and supports a wide range of payment modes.

If you need to collect one-off or recurring payments without a custom integration, see [Payment Links](/payment-products/payment-links).

## Integration types

Choose the integration that matches your platform:

<CardGroup cols={2}>
  <Card title="Web (JavaScript)" icon="globe" href="/payment-gateway/web-integration">
    Embed Standard Checkout on any website using a JavaScript snippet. No framework required.
  </Card>

  <Card title="Android SDK" icon="mobile" href="/payment-gateway/android-integration">
    Integrate the Razorpay Checkout SDK into your native Android app using Kotlin or Java.
  </Card>

  <Card title="iOS SDK" icon="apple" href="/payment-gateway/ios-integration">
    Integrate the Razorpay Checkout SDK into your native iOS app using Swift or Objective-C.
  </Card>

  <Card title="Ecommerce plugins" icon="plug" href="/payment-gateway/ecommerce-plugins">
    Install an official Razorpay plugin for WooCommerce, Shopify, Magento 2, and more — no custom code needed.
  </Card>
</CardGroup>
