Razorpay
Introduction
Razorpay is a comprehensive payment gateway that enables businesses to accept and process payments through various methods, including credit/debit cards, UPI, and net banking.
Supported Countries
- India in
Available Payment Methods
Razorpay currently only supports INR currency.
Payment Type | Payment Method Key | Integration Status | Refund Supported | Sandbox Availability |
---|---|---|---|---|
Cards, UPI, Wallets, Net Banking | RAZORPAY_ALL | ✅ | ✅ | ✅ |
Miscellaneous Details
- Doesn't support API flow (only web flow is supported)
Sandbox
Credentials
- Create a account from razorpay website
- Get key id and key secret from settings -> api-keys
Key | Value |
---|---|
Key Id | |
Key Secret |
Use following values in embedded JS code to pay via Global Payments channel
"pmt_channel": "RAZORPAY",
"pmt_method": "RAZORPAY_ALL",
Reference links
Updated 7 days ago