Prerequisites🔗
- Create a Razorpay account.
- Log into the Razorpay Dashboard and generate the API keys in test mode.
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.
Follow these steps to install the Razorpay Ruby SDK:
Add the below line to your Gemfile of the application:
Copygem 'razorpay'
Execute the following command:
Copy$ bundle
Alternatively, you can install it by executing the following command:
Copy$ gem install razorpay
Razorpay Ruby SDK is released under the MIT License.
Queries: If you have any queries, raise a ticket on Razorpay Support Portal.
Feature Request: If you have a feature request, create an issue on GitHub.