> ## 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 Server Integrations

> Integrate the Razorpay Payment Gateway using our server SDKs available in multiple languages.

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

By using Razorpay Payment Gateway, you can integrate your server using the below listed languages:

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

Know more about [how server integration works](/docs/sg/payments/payment-gateway/how-it-works). After you integrate successfully, you can accept payments using any of the supported [Payment Methods](/docs/sg/payments/payment-methods).
