Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.04 KB

File metadata and controls

29 lines (16 loc) · 1.04 KB

Integrate Razorpay Payment Gateway in Laravel 11

Hello developers! In this guide, we'll see how to integrate the razorpay payment gateway in laravel 11. Here, we'll learn about the laravel 11 razorpay payment gateway with step by step guide. Additionally, we'll use razorpay/razorpay composer package.

Razorpay is the only payment solution in India that allows businesses to accept, process, and disburse payments with its product suite. Razorpay provides many functionalities like payments, banking, payroll, etc.

Additionally, you have multiple choices of payment such as credit card, debit card, UPI, net banking, etc.

Table of Content

Step 1: Install Laravel 11 Application

Step 2: Create a Razorpay Account

Step 3: Install razorpay/razorpay Package

Step 4: Define Route

Step 5: Create Controller

Step 6: Create Blade File

Step 7: Run the Laravel 11 Application