- 1. Build Integration: Install and configure the WordPress 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.1 Installation and Configuration
- Ensure you have installed the latest version of WHMCS.
- Download the Source code zip file of the required version of the plugin from the Releases section in GitHub.
- If you are using WHMCS 5, download the release tagged version 1.0.3.
- If you are using WHMCS 6, 7 or 8, download the release tagged version 2.0.1.
- Unzip and upload the repository contents to your WHMCS Installation directory. That is, the contents of the module folder from the repository go into the module folder of your WHMCS Installation directory.
- Log in to your site as the WHMCS administrator. This is done by adding
/adminto the URL where you have installed WHMCS, for example,www.example.com/whmcs/admin. - Navigate to Setup → Payments → Payment Gateways.
- Select Razorpay from the drop-down list and Activate it.
- Enter the [KEY_ID] and [KEY_SECRET]. You can generate these from your Razorpay Dashboard.
- Set Convert for Processing to INR if your store has a different default currency. In this case, update the Exchange Rate in your currency management settings.
- Click Save Changes.
1.2 Configure Webhooks
To receive webhook notifications, you should configure webhooks on your WHMCS site and the Razorpay Dashboard. To set up webhooks in the WHMCS site:- Log in to your site as the WHMCS administrator.
- Navigate to System Settings → Payment Gateways.
- Click Manage Existing Gateways.
- Select the Enable Webhook option.
- Copy the URL that appears on the screen. In the Razorpay Dashboard, configure this URL in Accounts & Settings → Webhooks. Know more about how to setup webhooks.
-
Enter the secret.
To set up webhooks in the Razorpay Dashboard:
- Log in to the Razorpay Dashboard.
- Navigate to Accounts & Settings → Webhooks.
- Click + Add New Webhook.
- In the Webhook Setup modal:
- Paste the URL copied from the WHMCS site.
Handy TipsWebhooks can only be delivered to public URLs. You will notice an error if you attempt to save a localhost endpoint as part of a webhook setup. Know about validating and testing webhooks for alternatives to localhost.
- Enter the Secret you provided on the WHMCS site. The secret is used to validate where the webhook is from Razorpay. Do not expose the secret publicly. Know about how to validate webhooks.
- In the Alert Email field, enter the email address to which notifications must be sent in case of webhook failure.
- Select the
order.paidevent from the list of Active Events.
- Click Create Webhook.
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 payments from your customers 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
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.UPI
You can enter one of the following UPI IDs:success@razorpay: To make the payment successful.failure@razorpay: To fail the payment.
Handy TipsYou can use Test Mode to test UPI payments, and Live Mode for UPI Intent and QR payments.
Cards
You can use the following test cards to test transactions for your integration in Test Mode.Domestic Cards
Use the following test cards for Indian payments:Network | Card Number | CVV & Expiry Date
Visa | 4100 2800 0000 1007 | Use a random CVV and any future date ^^^^^
Mastercard | 5500 6700 0000 1002 |
RuPay | 6527 6589 0000 1005 |
Diners | 3608 280009 1007 |
Amex | 3402 560004 01007 |Error Scenarios
Use these test cards to simulate payment errors. See the complete list of error test cards with detailed scenarios. Check the following lists:International Cards
Use the following test cards to test international payments. Use any valid expiration date in the future in the MM/YY format and any random CVV to create a successful payment.Card Network | Card Number | CVV & Expiry Date
Mastercard | 5555 5555 5555 4444 5105 1051 0510 5100 5104 0600 0000 0008 | Use a random CVV and any future date ^^
Visa | 4012 8888 8888 1881 | Check the list of supported card networks.Wallet
You can select any of the listed wallets. After choosing a wallet, Razorpay will redirect to a mock page where you can make the paymentsuccess or a failure. Since this is Test Mode, we will not redirect you to the wallet login portals.
Check the list of supported wallets.
Verify Payment Status
Handy TipsOn the Razorpay Dashboard, ensure that the payment status is
captured. Refer to the payment capture settings page to know how to capture payments automatically.You can track the payment status in three ways:To verify the payment status from the Razorpay Dashboard:- Log in to the Razorpay Dashboard and navigate to Transactions → Payments.
- Check if a Payment Id has been generated and note the status. In case of a successful payment, the status is marked as Captured.
Example
If you have subscribed to theorder.paid webhook event, you will receive a notification every time a customer pays you for an order.Poll Payment APIs to check the payment status.3. Go-live Checklist
Follow these steps before taking the integration live:3.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.3.2 Payment Capture
After payment isauthorized, you need to capture it to settle the amount to your bank account as per the settlement schedule. Payments that are not captured are auto-refunded after a fixed time.