Top Quality Products

Razorpay integration with ARForms

$18.00

Added to wishlistRemoved from wishlist 0
Add to compare

13 sales

LIVE PREVIEW

Razorpay integration with ARForms

4.5/5

I must say that the integration of Razorpay with ARForms has been an exemplary experience. As a user, I am thrilled to see how seamlessly both platforms have come together to simplify the process of accepting payments on my WordPress site.

Ease of Setup

The setup process was surprisingly smooth. With just a few clicks, I was able to configure my Razorpay payments with ARForms. The plugin walked me through the process, making sure I had everything set up correctly from the get-go.

Effortless Integration

One of the standout features of this integration is its seamlessness. I can create forms with the ARForms plugin, configure them with Razorpay, and voila! The transaction is processed with ease. The user-friendly interface makes it a breeze to switch between payment types, whether it’s one-time or subscription payments.

Familiar Interface

The plugin provides a familiar interface, making it easy to understand what’s going on. The "Configure New Form" button is conveniently placed, and the settings are intuitively organized. I loved that I could map my forms to Razorpay and configure API Keys/Secrets with just a few clicks.

Transaction Management

Accessing transaction history is a simple and straightforward process. The "Razorpay Transactions" page under the "ARForms" menu provides a clear view of each transaction, including the ability to cancel subscriptions. This feature is particularly useful for keeping a tab on recurring payments.

Additional Plugin Features

The plugin boasts a range of handy features, including:

  • Easy Installation: No hassle, no fuss! A straightforward installation process.
  • Dynamic Pricing: Configure prices based on user input conditions.
  • Fast & Lightweight: The plugin performs well, even with a heavier load.
  • Sandbox Facility: Test mode available for stress-free testing.
  • Multi Language Support: Support for multiple languages is fantastic for catering to diverse user groups.

Conclusion

Overall, I am thoroughly impressed with the Razorpay integration with ARForms. The combined power of both platforms has streamlined payment processing on my WordPress site, making it accessible to a wider audience. With its robust features, ease of setup, and slick interface, I would highly recommend this integration to anyone looking to simplify their payment processes.

The only reason I didn’t give a 5-star rating is that the plugin lacked some advanced features, such as 3D Secure support, which are available in some other payment gateways.

Rating Breakdown:

Ease of Setup: 4.75/5
Effortless Integration: 4.9/5
Familiar Interface: 4.8/5
Transaction Management: 4.9/5
Additional Plugin Features: 4.85/5
Overall: 4.75/5

User Reviews

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “Razorpay integration with ARForms”

Your email address will not be published. Required fields are marked *

Introduction to Razorpay Integration with ARForms

ARSimple, the creators of the powerful ARForms plugin for WordPress, have seamlessly integrated their plugin with Razorpay, a leading payment gateway in India. Razorpay's payment gateway solution allows online businesses to accept payment from various payment methods, including net banking, credit/debit card payments, and digital wallets. With the RazorPay integration, ARForms makes it possible for you to embed a secure and streamlined payment form on your website, allowing users to make seamless online transactions.

In this tutorial, we will guide you step-by-step on how to integrate Razorpay with ARForms on your WordPress website.

Prerequisites

To follow this tutorial, you will need to have:

  • A WordPress website running ARForms plugin (with a compatible version)
  • A Razopay account ( register for free at Razorpay Website)
  • A basic understanding of WordPress and HTML/CSS

Step 1: Create a Razopay Account and Receive API Key

  1. Go to Razopay's website and click on "Sign up" to create an account. Fill out the registration form with valid details, and verify your account by clicking on the confirmation link sent to your registered email.
  2. After verifying your email address, log in to your Razopay dashboard and navigate to the Settings page.
  3. Click on the "API Keys" tab and generate a Public API Key and API Secret Key.
  4. Copy these two keys, as you will need them during the integration process.

Step 2: Prepare ARForms Payment Form

  1. Make sure you have ARForms installed and activated on your WordPress website.
  2. Create a new form in ARForms by going to ARForms -> Forms and clicking on the "Add New Form" button.
  3. Design your form as needed. Remember to include fields for payment gateway information (name, email, payment type, etc.) and any other essential details.
  4. Configure the form by setting up the payment notification settings, receipt settings, and enabling the Razorpay payment gateway as the preferred payment method.

Step 3: Integrate Razorpay into ARForms

  1. Back in your ARForms dashboard, hover over the "Payment" tab, click on "Gateways," and scroll down to find the Razorpay button.
  2. Click on the Razorpay button to open its configuration settings.
  3. Here, paste the Public API Key you copied earlier into the Client ID field.
  4. Update the Description field with any customized description that suits your business's needs.

Step 4: Define Razorpay Options

  1. Toggle the Live Mode switch ON to activate the Razorpay live payment mode (for production/testing environments) or OFF (for local development/staging). This allows you to switch the demo mode ON to test your set-up or switch it ON for a live payment.
  2. Make sure you have selected "Razorpay" as your preferred payment method in the "Payment Setting" section under the "Form Editor" tab of your ARForms-created form.
  3. Set up email notifications according to your requirements so that both the sender's and the receiver's email templates are updated (for instance: when a new transaction is created).

Step 5: Test the Razorpay Form (Optional: Test Payment & Cancel Transaction)

  1. Switch to demo mode (by default, Razopay supports demo payment mode for safety reasons)
  2. Save & publish the updated form.
  3. After saving your ARForms, visit any page where the ARForms payment-form is embedded.

Step 6: Verify Your Razorpay Integration

In addition to the live demo mode, now you will need to ensure smooth integration in the live mode as soon as possible. Please conduct a proper test for full functionality once you're live.

Conclusion

Once you complete these steps, your site will successfully integrate RazorPay with ARForms, allowing you to include a secure, online payment gateway in ARForms-forms on your site to facilitate hassle-free transactions!

Remember: This is based on version 2.00.00 (or later, as provided by ARForms; compatibility variations may be required accordingly). ARForms will continuously modify and update these steps, and integration with payment gateways might follow changes by Razorpay

Questions? Feedback!

Here is a complete settings example:

API Key

ARForms[Razorpay]::api_key = 'YOUR_ROZARPAY_API_KEY';

Secret Key

ARForms[Razorpay]::secret_key = 'YOUR_ROZARPAY_SECRET_KEY';

Payment Description

ARForms[Razorpay]::payment_description = 'Payment made through ARForms';

Order ID Prefix

ARForms[Razorpay]::order_id_prefix = 'ORD-';

Success Url

ARForms[Razorpay]::success_url = 'YOUR_SUCCESS_URL';

Failure Url

ARForms[Razorpay]::failure_url = 'YOUR_FAILURE_URL';

Cancel Url

ARForms[Razorpay]::cancel_url = 'YOUR_CANCEL_URL';

Currency Code

ARForms[Razorpay]::currency_code = 'INR';

Language Code

ARForms[Razorpay]::language_code = 'EN';

Custom CSS/JS

ARForms[Razorpay]::css = 'YOUR_CUSTOM_CSS_CODE';
ARForms[Razorpay]::js = 'YOUR_CUSTOM_JS_CODE';

Enable/Disable Sandbox Mode

ARForms[Razorpay]::sandbox = true; // Set to false for production

Test Mode Payment Gateway

ARForms[Razorpay]::test = true; // Set to false for production

Here are the features of Razorpay integration with ARForms:

  1. Easy Installation: Simple and quick installation process.
  2. Dynamic Pricing: Allows for dynamic pricing and flexible payment options.
  3. Fast & Lightweight: Fast and lightweight plugin that doesn't slow down your website.
  4. Sandbox Facility: Provides a sandbox environment for testing and development.
  5. Multiple Payment Method Selection Conditionally: Allows users to select multiple payment methods conditionally (e.g., product/service and subscription together).
  6. Conditional Payment: Sends payment to Razorpay only after a defined condition becomes true.
  7. View and Search Transactions: Allows users to view and search transactions from the "Razorpay Transactions" page.
  8. Multi-lingual: Supports multiple languages.

Additionally, the integration also allows for:

  • One-time Payment: Accepts one-time payments with ease.
  • Subscription Payment: Accepts subscription payments with ease.
  • Seamless Integration: Seamless integration with ARForms plugin, allowing users to create forms and configure Razorpay payment options quickly.
  • Form Entries Update: Updates the status of form entries after payment is made.
  • Razorpay Configuration: Allows users to configure Razorpay API keys, secret keys, and payment types.
  • Razorpay Transactions: Allows users to view and manage transactions from the "Razorpay Transactions" page.
Razorpay integration with ARForms
Razorpay integration with ARForms

$18.00

Shop.Vyeron.com
Logo
Compare items
  • Total (0)
Compare
0