Razorpayx Integration
Seamless RazorpayX Integration for ERPNext
- Author: resilient-tech
- Repository: https://github.com/resilient-tech/razorpayx-integration
- GitHub stars: 26
- Forks: 7
- License: GPL-3.0
- Category: Integrations
- Maintenance: Actively Maintained
- Frappe versions: develop, v15
Install Razorpayx Integration
bench get-app https://github.com/resilient-tech/razorpayx-integration
Tags
- bulk-payment
- connected-banking
- erpnext
- frappe-framework
- payment-integration
- razorpayx
Add the Frappe Gems badge to your README
Maintain Razorpayx Integration? Paste this into your README:
[](https://frappegems.com/gems/apps/resilient-tech/razorpayx-integration)
About Razorpayx Integration
RazorpayX Integration
Power your ERPNext payments with RazorpayX – Automate payouts, reconcile transactions, and manage business finances effortlessly☁️ Frappe Cloud
Sign up for a [Frappe Cloud](https://frappecloud.com/dashboard/signup?referrer=99df7a8f) free trial, create a new site with Frappe Version-15 or above, and install ERPNext and RazorpayX-Integration from the Apps.
🐳 Docker
Use [this guide](https://github.com/frappe/frappe_docker/blob/main/docs/custom-apps.md) to deploy RazorpayX-Integration by building your custom image. Sample Apps JSON ```shell export APPS_JSON='[ { "url": "https://github.com/frappe/erpnext", "branch": "version-15" }, { "url": "https://github.com/resilient-tech/payment_integration_utils", "branch": "version-15" }, { "url": "https://github.com/resilient-tech/razorpayx-integration", "branch": "version-15" } ]' export APPS_JSON_BASE64=$(echo ${APPS_JSON} | base64 -w 0) ```
⌨️ Manual
Once you've [set up a Frappe site](https://frappeframework.com/docs/v14/user/en/installation/), install app by executing the following commands: Using Bench CLI Download the App using the Bench CLI ```sh bench get-app https://github.com/resilient-tech/payment_integration_utils.git --branch version-15 ``` ```sh bench get-app https://github.com/resilient-tech/razorpayx-integration.git --branch version-15 ``` Install the App on your site ```sh bench --site [site name] install-app razorpayx_integration ```
Related Integrations apps for Frappe & ERPNext
- Insights — Open Source Business Intelligence Tool
- Raven — Simple, open source team messaging platform
- Frappe Whatsapp — WhatsApp cloud integration for frappe
- Frappe Assistant Core — Infrastructure that connects LLMs to ERPNext. Frappe Assistant Core works with the Model Context Protocol (MCP) to expose ERPNext functionality to any compatible Language Model
- Biometric Attendance Sync Tool — A simple tool for syncing Biometric Attendance data with your ERPNext server
- Frappe React Sdk — React hooks for Frappe
- Frappe Js Sdk — TypeScript/JavaScript library for Frappe REST API
- Mcp — Frappe MCP allows Frappe apps to function as MCP servers