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

# Go Server SDK Prerequisites

> Check the prerequisites before you integrate with Razorpay Go server-side SDK.

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

<CardGroup cols={1}>
  <Card title="Go Changelog" href="/docs/payments/changelog#server-sdks">
    Discover new features, updates and deprecations related to the Razorpay Go SDK (since Jan 2024).
  </Card>
</CardGroup>

Install the Razorpay Go SDK and integrate it with your Go-based website to accept payments, initiate refunds and do much more.

## Go Client API

The API follows the following practices:

* This will require a GitHub Package.
* The Go client throws exceptions instead of returning errors.
* Options are passed as an `array` instead of multiple arguments, wherever possible.
* All requests and responses are mapped to a `string`.

## Dependencies

You must use Go v1.22 or higher. Know more about the [latest Go versions](https://go.dev/doc/devel/release).

<CardGroup cols={2}>
  <Card title="Payment Gateway" href="/docs/payments/server-integration/go/integration-steps">
    Integrate with Razorpay Payment Gateway.
  </Card>

  <Card title="API Sample Codes" href="https://github.com/razorpay/razorpay-go/tree/master/documents">
    Integrate using API sample codes.
  </Card>
</CardGroup>

## Support

* **Queries**: If you have queries, [contact support](https://razorpay.com/support/).

* **Feature Request:** If you have a feature request, raise an issue on [GitHub](https://github.com/razorpay/razorpay-go/issues/new).

### Related Information

[Address Verification System](/docs/payments/international-payments/address-verification-system)
