Loading...

PWA - Razorpay Payment

Razorpay Payment Extension for Magento PWA

The Razorpay Payment Extension for PWA Studio allows businesses to conduct secure online transactions in multiple currencies, providing a dependable payment solution. The Elightwalk extension ensures a seamless checkout experience by drawing on Razorpay's strong partnerships with Swiggy and IRCTC and its widespread usage.

With its user-friendly dashboard and secure and convenient payment options (such as credit cards, debit cards, net banking, UPI, eWallets, and instalment payments), this extension prioritizes ease of use over security. Hosted payment processing protects sensitive payment data, and administrators benefit from easier backend administration.

How to Install Magento Razorpay?

Follow below step-by-step Guide and Install magento razorpay extension

Step 1: Install the Magento RazorPay Extension

Install Magento Razorpay from GitHub first, then install the PWA(Venia) RazorPay Extension: Magento RazorPay

Step 2: Purchase The Razorpay Extension

Purchase Elightwalk's Magento PWA Razorpay Extension to improve your payment options and user experince: Magento PWA RazorPay Extension

If you already purchased extension then use following link: Downloadable Products

Installation Process:

How to install PWA Razorpay Extension?

To create this extension you have to follow below steps.

Step 1: Upload Folder

Upload the @elightwalk/razorpay folder to PWA's root directory.

Step 2: Add Link in Dependencies

Update the dependencies in the package.json file located in the root directory of PWA:

"dependencies": {
  "@elightwalk/razorpay": "link:./@elightwalk/razorpay"
}

Step 3: Add Trusted Vendors in PWA

Update the trusted vendors in the package.json file of PWA's root directory under pwa-studio:

"pwa-studio": {
  "trusted-vendors": [
    "@elightwalk"
  ]
 }

Step 4: PWA Root Commands

Fire below commands in your terminal

yarn install
yarn build

Follow these steps meticulously to install the @elightwalk/razorpay module into your PWA project.