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

# Web Standard Checkout Prerequisites

> Check the prerequisites before you integrate with Razorpay Web Standard Checkout.

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

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

You can start accepting payments from customers on your website using the Razorpay Web Standard Checkout. Razorpay has developed the Standard Checkout method and manages it. You can configure payment methods, orders, company logo and also select custom colour based on your convenience.

<Warning>
  **Watch Out!**

  Razorpay Checkout is not supported on the Internet Explorer browser.
</Warning>

<CardGroup cols={1}>
  <Card title="Razorpay Payment Gateway Features" href="/docs/sg/payments/payment-gateway/features">
    Check the list of features Razorpay offers to help you build a world-class payment experience.
  </Card>
</CardGroup>

## Client Libraries

The client SDK libraries are available on GitHub. You can use the API keys generated above to try out the API sample codes:

<CardGroup cols={3}>
  <Card title=".Net">
    * [Integrate](/docs/sg/payments/server-integration/dot-net)
    * [GitHub Repo](https://github.com/razorpay/razorpay-dot-net)
  </Card>

  <Card title="Java">
    * [Integrate](/docs/sg/payments/server-integration/java)
    * [GitHub Repo](https://github.com/razorpay/razorpay-java)
  </Card>

  <Card title="Node.JS">
    * [Integrate](/docs/sg/payments/server-integration/nodejs)
    * [GitHub Repo](https://github.com/razorpay/razorpay-node)
  </Card>
</CardGroup>

<CardGroup cols={3}>
  <Card title="PHP">
    * [Integrate](/docs/sg/payments/server-integration/php)
    * [GitHub Repo](https://github.com/razorpay/razorpay-php)
  </Card>

  <Card title="Python">
    * [Integrate](/docs/sg/payments/server-integration/python)
    * [GitHub Repo](https://github.com/razorpay/razorpay-python)
  </Card>

  <Card title="Ruby">
    * [Integrate](/docs/sg/payments/server-integration/ruby)
    * [GitHub Repo](https://github.com/razorpay/razorpay-ruby)
  </Card>
</CardGroup>

<CardGroup cols={3}>
  <Card title="Go">
    * [Integrate](/docs/sg/payments/server-integration/go)
    * [GitHub Repo](https://github.com/razorpay/razorpay-go)
  </Card>
</CardGroup>

## Integration Steps

**Before you proceed:**

<ul>
  <li>Create a <a href="https://dashboard.razorpay.com/signup" target="_blank">Razorpay account</a>. </li>
  <li>Generate the <a href="/docs/sg/payments/dashboard/account-settings/api-keys#generate-api-keys" target="_blank">API Keys</a> 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.</li>
  <li>Know about the <a href="/docs/sg/payments/payment-gateway/how-it-works" target="_blank">Payment Flow</a>.</li>
</ul>

Follow these integration steps:

<CardGroup cols={3}>
  <Card title="1. Build Integration" href="/docs/sg/payments/payment-gateway/web-integration/standard/integration-steps#1-build-integration">
    Integrate Web Standard Checkout.
  </Card>

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

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

<Info>
  **Other Solutions**

  * If you use  WordPress, Magento, WooCommerce, Shopify and other **ecommerce platforms** for your platform, use our [ecommerce plugins](/docs/sg/payments/payment-gateway/ecommerce-plugins).

  * You can use [Razorpay Custom Checkout](/docs/sg/payments/payment-gateway/web-integration/custom) to gain control over the checkout experience. Custom Checkout integration is more complex than Standard Checkout integration and you will require a development team on your end to complete the integration.
</Info>

### Related Information

* [Troubleshooting and FAQs](/docs/sg/payments/payment-gateway/web-integration/standard/troubleshooting-faqs)
* [Bank Downtime](/docs/sg/payments/payments/downtime-updates)
