DEV Community

Techsolutionstuff
Techsolutionstuff

Posted on • Originally published at techsolutionstuff.com

How to Integrate Razorpay Payment Gateway in Laravel

In this tutorial, We will see how to integrate razorpay payment gateway in laravel. Razorpay is the only payments solution in India that allows businesses to accept, process and disburse payments with its product suite. Razorpay payment gateway accepts all payment modes with domestic and international credit & debit cards, EMIs ( Credit/Debit Cards & Cardless), PayLater, Netbanking from 58 banks, UPI and 8 mobile wallets, Razorpay provides the most extensive set of payment methods.

Razorpay payment gateway integration is very easy to use like another payment gateway. In laravel 8 we can demonstrate razorpay payment gateway integration. Read more Developer Docs of razorpay payment gateway.

So, let's see razorpay payment gateway integration in laravel 7 and laravel 8, how to integrate razorpay payment gateway in laravel 8, razorpay payment gateway integration in laravel 7

Step 1 : Create Razorpay Account in Razorpay

Step 2 : Install Razorpay Package

Step 3 : Add API Key and Secret Key

Step 4 : Create Route

Step 5 : Create Controller

Step 6 : Create View File
Enter fullscreen mode Exit fullscreen mode

Read More : How to Integrate Razorpay Payment Gateway in Laravel

Top comments (0)