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.

Version No.Release DateChanges
3.2.327 May 2024Feature
Added support for:
  • add_bank_account, delete_bank_account, request_eligibility_check and fetch_eligibility on customer
  • view_rto and edit_fulfillment on order
  • expand_details on payment
  • Fetching reversals for a transfer
  • Dispute
3.2.216 Apr 2024Feature
Added support for:
  • OAuth APIs
  • Access token based authentication mechanism
  • Onboarding signature generation

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

  • Feature Request: If you have a feature request, raise an issue on .

Is this integration guide useful?