- 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 Download Razorpay Gravity Forms Plugin and Configure Settings
Follow the steps given below:-
Download and install the Razorpay Gravity Forms Plugin. You can do this using either of these methods:
- Download the latest version of the plugin from the WordPress Plugin Directory and add the zip file to your WordPress website’s Plugins folder.
- Add the plugin directly on your WordPress website from the Plugin page.
- On your WordPress site, activate the plugin in the WordPress Plugin Manager.
- Click Settings.
-
Configure the following information and click Update Settings:
- Add in your [KEY_ID] and [KEY_SECRET] generated from the Razorpay Dashboard.
- Payment Action: Set this to Authorize and Capture.
-
Select the currency in which the payment must be accepted.
- Navigate to Forms → Settings.
- Under General Settings, go to the Currency field and choose the relevant currency. For this example, we will select Indian Rupee.
1.2 Create a Gravity Form
To create a Gravity Form:- Navigate to Forms → New Form and click Add New.
- Enter the form title and description in the Create a New Form dialog box.
- Click Create Form.
-
Before entering the product details, you must select whether you are selling a subscription or a product/service. Navigate to Settings → Razorpay and configure the Razorpay Feed.
- In the Razorpay Feed settings, click Add New.
- Add a name for the feed. For example,
Ooty Green Tea. - Select
Products and Servicesas the Transaction Type. - Click Update Settings.
-
Click Edit to start adding product details:
- Click Pricing Fields and select Product.
-
Click the form to enter the product details and click Update.
- Field Label: Enter the product name. For example,
Ooty Green Tea. - Description: Enter a description for the product.
- Field Type: Select the field type as required.
- Price: Enter the product price in INR. For example,
399.99. - Disable Quantity Field: Do not select this option if your customer wants to choose a quantity.
- Rules: Enable the Required check box to make the quantity field mandatory.
- Field Label: Enter the product name. For example,
1.3 Add the Form to a Webpage
To add the form on a webpage:- Click Pages to navigate to the relevant page.
- Add a block and click the form icon.
- Select the form to be added to the page.
- Once the form is added, you can choose to hide the form title and description.
- Click Publish or Update.
Handy TipsWebhook is auto-configured when you enter and save the API key ID and secret on the plugin settings page. You need to verify if webhooks are enabled on your Razorpay Dashboard. However, for versions lower than 1.3.2, you need to configure webhooks manually.
2. Test Integration
After the integration, Razorpay will appear as a payment option 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
You can track the payment status from the Dashboard or by polling 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: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.