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

# Ruby Server SDK Prerequisites

> Check the prerequisites before you integrate with Razorpay Ruby 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="Ruby Changelog" href="/docs/payments/changelog#server-sdks">
    Discover new features, updates and deprecations related to the Razorpay Ruby SDK (since Jan 2024).
  </Card>
</CardGroup>

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

## Dependencies

You must use Ruby v3.23 or higher. Know more about the [latest Ruby versions](https://www.ruby-lang.org/en/downloads/releases/).

## Installation

You can install the Ruby SDK in the following ways:

<Tabs>
  <Tab title="Add line to Gemfile">
    1. Add the below line to your Gemfile of the application:

    ```ruby Ruby theme={null}
    gem 'razorpay'
    ```

    2. Execute the following command:

    ```ruby Ruby theme={null}
    $ bundle
    ```
  </Tab>

  <Tab title="Execute Command">
    Alternatively, you can install it by executing the following command:

    ```ruby Ruby theme={null}
    $ gem install razorpay
    ```
  </Tab>
</Tabs>

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

  <Card title="API Sample Codes" href="https://github.com/razorpay/razorpay-ruby/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-ruby/issues/new).

### Related Information

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