1. Build Integration
Install and configure the Arastta Commerce 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
1 Installation
- Download a ZIP of the repository. The master branch holds the plugin for the latest Arastta version.
- Copy all files and folders recursively to Arastta installation directory.
- Log in to Arastta.
- Navigate to the Admin Panel → Marketplace → Payments and enable the Razorpay extension.
- Click Edit next to Razorpay and complete the following actions:
- Add your Razorpay
[KEY_ID]and[KEY_SECRET]. These can be generated from your Razorpay Dashboard. - Change plugin status to Enabled.
- Click Save to save the plugin settings.
- Add your Razorpay
2. Test Integration
After the integration is complete, 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
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.
FPX
FPX
You can select any of the listed banks. After choosing a bank, Razorpay Curlec 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 login portals.Wallet
Wallet
You can select any of the listed wallets. After choosing a wallet, you will be redirected to a mock page where you can make the payment
success or a failure. Since this is Test Mode, we will not redirect you to the wallet login portals.Cards
Cards
You can use one of the following test cards to test transactions for your integration in Test Mode.
Check the following lists:
Verify Payment Status
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:
You can track the payment status in three ways:
- Verify Status from Dashboard
- Subscribe to Webhook Events
- Poll APIs
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.

3. Go-live Checklist
Follow these steps before taking the integration live:Accept Live Payments
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.