Install Razorpay Ruby SDK

Install the Ruby server-side SDK to interact with Razorpay APIs.


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

Here is how you can integrate the Ruby SDK with your Ruby-based website.

You can install the Ruby SDK in the two following ways:

  1. Add the below line to your Gemfile of the application:

    gem 'razorpay'
  2. Execute the following command:

    $ bundle


Is this integration guide useful?