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

# Razorpay Payments Suite

> Explore Razorpay Payment Gateway and the entire suite of products available as part of Razorpay Payments Suite.

export const VideoCard = props => {
  const {title, href, videoUrl, children} = props;
  const css = `
.rzp-vcard {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  background: #fff;
  height: 100%;
}
.rzp-vcard-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}
.rzp-vcard-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.rzp-vcard-body { padding: 1rem 1.15rem 1.15rem; }
.rzp-vcard-title {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #0f172a;
}
.rzp-vcard-title a { color: inherit; text-decoration: none; }
.rzp-vcard-title a:hover { color: #3395ff; }
.rzp-vcard-desc { font-size: 0.875rem; line-height: 1.6; color: #475569; }
.rzp-vcard-desc > :first-child { margin-top: 0; }
.rzp-vcard-desc > :last-child { margin-bottom: 0; }
:where(.dark) .rzp-vcard {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}
:where(.dark) .rzp-vcard-title { color: #f1f5f9; }
:where(.dark) .rzp-vcard-desc { color: #94a3b8; }
`;
  return <div className="rzp-vcard">
      <style>{css}</style>
      {videoUrl ? <div className="rzp-vcard-video">
          <iframe src={videoUrl} title={title || "Video"} loading="lazy" referrerPolicy="strict-origin-when-cross-origin" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen />
        </div> : null}
      <div className="rzp-vcard-body">
        {title ? <p className="rzp-vcard-title">
            {href ? <a href={href}>{title}</a> : title}
          </p> : null}
        <div className="rzp-vcard-desc">{children}</div>
      </div>
    </div>;
};

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

Razorpay enables businesses to accept, process, and disburse payments seamlessly across multiple channels. Whether you are running an online store, managing subscriptions or facilitating marketplace transactions, Razorpay provides the tools and infrastructure to handle payments at scale.

<CardGroup cols={3}>
  <Card title="Accept Payments" href="/docs/payments#accept-payments">
    Set up payment gateways, process transactions and manage customer payments across multiple channels.
  </Card>

  <Card title="Disburse Payments" href="/docs/payments#disburse-payments">
    Send bulk payouts, vendor payments and instant transfers with automated reconciliation.
  </Card>

  <Card title="Advanced Products" href="/docs/payments#advanced-products">
    Advanced solutions, including payment optimisation, EMI options, business trust badges and buyer protection features.
  </Card>
</CardGroup>

<CardGroup cols={3}>
  <Card title="Solutions by Industry" href="/docs/payments#solutions-by-industry">
    Find tailored payment solutions for ecommerce, SaaS, marketplaces and enterprise businesses.
  </Card>

  <Card title="Solutions by Platform" href="/docs/payments#solutions-by-platform">
    Integrate with e-commerce plugins, SDKs for mobile and web and comprehensive APIs for custom builds.
  </Card>
</CardGroup>

## Try Ray: Our Product Recommender

<CardGroup cols={2}>
  <Card title="Select Products with Ray" href="https://razorpay.com">
    Use [Ray](https://razorpay.com), the Razorpay chatbot, to select the right product that meets your unique business needs.
  </Card>

  <VideoCard title="How to use Ray" videoUrl="https://www.youtube.com/embed/tNdRAmum3q0?si=gFSP3KxPJ6-ipG9S">
    Watch this video to know how Ray can help you choose Razorpay products.
  </VideoCard>
</CardGroup>

### Accept Payments

<Tabs>
  <Tab title="Online Payments">
    Accept payments through websites, apps or without any technical setup.

    <CardGroup cols={3}>
      <Card title="Payment Gateway" img="https://razorpay.com/docs/build/browser/assets/images/pg-product.jpg" href="/docs/payments/payment-gateway">
        Seamless checkout experience with 100+ payment modes for your website or app.
      </Card>

      <Card title="Magic Checkout" img="https://razorpay.com/docs/build/browser/assets/images/magic-product.jpg" href="/docs/payments/magic-checkout">
        One-click checkout experience with pre-filled customer details and automated address detection.
      </Card>

      <Card title="Payment Links" img="https://razorpay.com/docs/build/browser/assets/images/pl-product.jpg" href="/docs/payments/payment-links">
        Generate and share unique Payment Links instantly via WhatsApp, SMS or email - no website or coding required.
      </Card>

      <Card title="Payment Pages" img="https://razorpay.com/docs/build/browser/assets/images/pp-product.jpg" href="/docs/payments/payment-pages">
        Collect payments for events, courses or donations with branded hosted pages.
      </Card>

      <Card title="Payment Buttons" img="https://razorpay.com/docs/build/browser/assets/images/pb-product.jpg" href="/docs/payments/payment-button">
        Add a ready-to-use Payment Button to your website with a simple HTML copy-and-paste.
      </Card>

      <Card title="QR Codes" img="https://razorpay.com/docs/build/browser/assets/images/qr-product.jpg" href="/docs/payments/qr-codes">
        Display QR codes at checkout for quick, touch-free mobile payments.
      </Card>

      <Card title="Smart Collect 2.0" img="https://razorpay.com/docs/build/browser/assets/images/sc-product.jpg" href="/docs/payments/smart-collect">
        Generate customer identifiers and VPAs on demand and accept payments using NEFT, RTGS, IMPS and UPI.
      </Card>

      <Card title="Invoices" img="https://razorpay.com/docs/build/browser/assets/images/inv-product.jpg" href="/docs/payments/invoices">
        Create and send GST-compliant invoices that customers can pay online instantly.
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Offline Payments">
    #### Razorpay POS

    <img src="https://razorpay.com/docs/build/browser/assets/images/pos.jpg" width="400" alt="Accept offline payments with Razorpay POS" />

    Accept in-person payments at physical locations with [Razorpay POS](/docs/pos).
  </Tab>

  <Tab title="Recurring Payments">
    #### Subscriptions

    <img src="https://razorpay.com/docs/build/browser/assets/images/plan-subscriptions.jpg" width="600" alt="Accept recurring payments with Razorpay Subscriptions" />

    Automate recurring billing with [Razorpay Subscriptions](/docs/payments/subscriptions).
  </Tab>
</Tabs>

### Disburse Payments

Use Razorpay products to split and transfer payments collected from customers and make payouts to customers.

<CardGroup cols={2}>
  <Card title="Route" img="https://razorpay.com/docs/build/browser/assets/images/route-product.jpg" href="/docs/payments/route">
    Automatically split incoming payments among multiple parties. Perfect for marketplaces, platforms and franchises.
  </Card>

  <Card title="RazorpayX" img="https://razorpay.com/docs/build/browser/assets/images/razorpayx-product.jpg" href="/docs/x">
    Complete business banking platform with Payouts, Current Account, Escrow Account and Tax Payments.
  </Card>
</CardGroup>

### Advanced Products

<CardGroup cols={2}>
  <Card title="Optimizer" img="https://razorpay.com/docs/build/browser/assets/images/opti-product.jpg" href="/docs/payments/optimizer">
    Route transactions across multiple payment gateways with a single integration - optimise costs and boost success rates effortlessly.
  </Card>

  <Card title="EMI²" img="https://razorpay.com/docs/build/browser/assets/images/emi-product.jpg" href="/docs/payments/payment-gateway/emi²">
    Increase order values and conversions with flexible EMI payment options from leading banks and NBFCs.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Razorpay Trusted Business" img="https://razorpay.com/docs/build/browser/assets/images/razorpay-trusted-business-product.jpg" href="/docs/payments/payment-gateway/features/trusted-business">
    Build customer trust with a verified business badge and transparent checkout experience.
  </Card>

  <Card title="Razorpay Buyer Protection" img="https://razorpay.com/docs/build/browser/assets/images/razorpay-buyer-protection-product.jpg" href="/docs/payments/widgets/buyer-protection">
    Enhanced customer confidence with purchase protection and dispute resolution support.
  </Card>
</CardGroup>

## Solutions by Industry

<CardGroup cols={3}>
  <Card title="Ecommerce & Retail" img="https://razorpay.com/docs/build/browser/assets/images/ecommerce.jpg" href="/docs/payments/solutions/ecommerce">
    Payment Gateway for online stores, Route for marketplaces, Payment Links for quick checkouts and Subscriptions for recurring billing.
  </Card>

  <Card title="BFSI" img="https://razorpay.com/docs/build/browser/assets/images/bfsi.jpg" href="/docs/payments/solutions/bfsi">
    Third-Party Validation (TPV) for SEBI compliance, Route for fund splits across multiple accounts, Subscriptions for SIPs and loan repayments.
  </Card>

  <Card title="Travel" img="https://razorpay.com/docs/build/browser/assets/images/travel.jpg" href="/docs/payments/solutions/travel">
    Payment Gateway with high success rates, Payment Links for bookings, international payments and multi-currency settlement support.
  </Card>
</CardGroup>

## Solutions by Platform

Razorpay offers a wide range of integrations as given below:

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

      <Card title="Server Integrations">
        * [PHP](/docs/payments/server-integration/php)
        * [Ruby](/docs/payments/server-integration/ruby)
        * [Python](/docs/payments/server-integration/python)
        * [NodeJS](/docs/payments/server-integration/nodejs)
        * [.NET](/docs/payments/server-integration/dot-net)
        * [Java](/docs/payments/server-integration/java)
        * [Go](/docs/payments/server-integration/go)
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Ecommerce Plugins">
    <CardGroup cols={2}>
      <Card title="Payment Gateway Ecommerce Plugins">
        * [Arastta](/docs/payments/payment-gateway/ecommerce-plugins/arastta)
        * [BigCommerce](/docs/payments/payment-gateway/ecommerce-plugins/bigcommerce)
        * [Drupal](/docs/payments/payment-gateway/ecommerce-plugins/drupal-commerce)
        * [CS-Cart](/docs/payments/payment-gateway/ecommerce-plugins/cs-cart)
        * [Gravity Forms](/docs/payments/payment-gateway/ecommerce-plugins/gravity-forms)
        * [Easy Digital Download](/docs/payments/payment-gateway/ecommerce-plugins/easy-digital-downloads)
        * [Magento](/docs/payments/payment-gateway/ecommerce-plugins/magento)
        * [OpenCart](/docs/payments/payment-gateway/ecommerce-plugins/open-cart)
        * [PrestaShop](/docs/payments/payment-gateway/ecommerce-plugins/prestashop)
        * [Shopify](/docs/payments/payment-gateway/ecommerce-plugins/shopify)
        * [WHMCS](/docs/payments/payment-gateway/ecommerce-plugins/whmcs)
        * [Wix](/docs/payments/payment-gateway/ecommerce-plugins/prestashop)
        * [WooCommerce](/docs/payments/payment-gateway/ecommerce-plugins/woocommerce)
        * [WordPress](/docs/payments/payment-gateway/ecommerce-plugins/wordpress)
      </Card>

      <Card title="Other Ecommerce Plugins">
        * [Razorpay Direct - Credit Card](/docs/payments/ecommerce-plugins/razorpay-direct-credit-card)
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Mobile">
    <CardGroup cols={2}>
      <Card title="Mobile Integrations">
        * [Android SDK](/docs/payments/payment-gateway/android-integration/standard)
        * [iOS SDK](/docs/payments/payment-gateway/ios-integration/standard)
        * [Cordova SDK](/docs/payments/payment-gateway/cordova-integration)
        * [React Native SDK](/docs/payments/payment-gateway/react-native-integration/standard)
        * [Flutter SDK](/docs/payments/payment-gateway/flutter-integration/standard)
        * [Capacitor SDK](/docs/payments/payment-gateway/capacitor-integration)
      </Card>
    </CardGroup>
  </Tab>
</Tabs>

### Related Information

* [Quickstart Guide](/docs/payments/quickstart)

* [Payment Gateway](/docs/payments/payment-gateway)

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