Available in🇮🇳 India🇸🇬 Singapore
Follow the steps given below to integrate Razorpay Payment Gateway with your Easy Digital Downloads website.1. Build Integration
Install and configure the Easy Digital Downloads plugin.
2. Test Integration
Test the integration by making a test payment.
3. Go-Live Checklist
Check the go-live checklist.
1. Build Integration
Follow the steps given below:1 Installation and Configuration
1 Installation and Configuration
- Download and install the latest version of the Easy Digital Downloads extension from the WordPress plugin page.
- Download the latest razorpay-edd zip file from the Releases section in GitHub.
- Unzip and upload the extension contents to your
/wp-content/plugins/directory. - Activate the extension via the WordPress Plugins menu.
Handy TipsIf you have downloaded the extension from GitHub or elsewhere, ensure that the directory is named
edd-razorpay.- Log in to your WordPress account and activate the extension in the WordPress Plugin Manager.
- Log in to your Easy Digital Downloads account.
- Navigate to the Settings page and click the Checkout/Payment Gateways tab.
- Click Razorpay to edit the settings.
- Enable the Payment Method and name it Credit Card/Debit Card/Internet Banking (this will show up on the payment page your customer sees).
- Enter your
[KEY_ID]and[KEY_SECRET]. Generate the API Keys from the Razorpay Dashboard. - Click Save to save the changes.
2. Test Integration
After the integration, a Pay button will appear on your web page/app. You need to click the button and make a test transaction to ensure the integration works as expected. You can start accepting actual customer payments once the test is successful.
You can make test payments using one of the payment methods configured at the Checkout.
- No money is deducted from the customer’s account as this is a simulated transaction.
- Ensure you have entered the API keys generated in the test mode in the Checkout code.
Supported Payment Methods
Supported Payment Methods
After the integration is complete, a Pay button appears on your webpage/app.Click the button and make a test transaction to ensure the integration is working as expected. You can start accepting actual payments from your customers once the test transaction is successful.Following are all the payment modes that the customer can use to complete the payment on the Checkout. Some of them are available by default, while others may require approval from us. Raise a request from the Dashboard to enable such payment methods.
You can make test payments using one of the payment methods configured at the Checkout.
Cards
Cards
You can use one of the following test cards to test transactions for your integration in Test Mode.
Check the following lists:
PayNow
PayNow
You can scan the QR code and make the payment using your PayNow-enabled bank app. Razorpay will redirect to a mock page where you can make the payment a success or a failure. Since this is Test Mode, we will not redirect you to the bank portals. Know more about PayNow.
Verify Payment Status
Verify Payment Status
You can track the payment status from the Dashboard or by polling APIs.
- Verify Payment Status From Dashboard
- Poll APIs
- Log in to the Razorpay Dashboard and navigate to Transactions → Payments.
-
Check if a
payment_IDhas been generated and note the status. In case of a successful payment, the status is marked ascaptured.
3. Go-live Checklist
Follow these steps before taking the integration live:1 Accept Live Payments
1 Accept Live Payments
Perform an end-to-end simulation of funds flow in the Test Mode. Once confident that the integration is working as expected, switch to the Live Mode and start accepting payments from customers.To generate API Keys in Live Mode on your Razorpay Dashboard:
- Log in to the Razorpay Dashboard and switch to Live Mode on the menu.
- Navigate to Account & Settings → API Keys → Generate Key to generate the API Key for Live Mode.
- Download the keys and save them securely.
- Replace the Test API Key with the Live Key in the Checkout code and start accepting actual payments.