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.

Installation🔗

Follow these steps to install the Razorpay Ruby SDK:

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

    Copygem 'razorpay'
  2. Execute the following command:

    Copy$ bundle

Alternatively, you can install it by executing the following command:

Copy$ gem install razorpay
×