This extension utilizes Razorpay API and provides seamless integration with Drupal Commerce, allowing payments for merchants via Credit Cards, Debit Cards, Net Banking, Wallets, etc.
- Download the module from Drupal Marketplace or Razorpay Repository.
- To Upload module Go to Drupal admin dashboard click Extend -> Add new module -> choose file -> continue.
- To install module click extend search for razorpay module, select checkbox and click install button.
This module requires:
- drupal 10.*
- php 8.1 or higher
- composer require drupal/commerce:^2.33 // Drupal commerce is required as payment module runs on top of it.
- composer require razorpay/razorpay:2.* // Please check the latest release and Command to be run in the main folder of Drupal site.
- Sign up to create a Razorpay account log into your Razorpay account and generate API keys.
- Click commerce -> configuration -> payment gateways -> add payment gateway.
- Visit razorpay merchant dashboard and generate key id and key secret.
- Add key id and key secret and other required details for creating payment gateway.
- Click save.
Visit https://razorpay.com for support requests or email [email protected].
See the LICENSE file for the complete LICENSE text.