Currently several payment gateways are available for online payments like Paypal, Stripe, CCAvenue and many more. For Indian market, Razorpay is best for make online payment due its simplicity.
Follow the given steps for easy Integration,
Create Razorpay Account
To create Razorpay account , click this link Razorpay Account,and get your razor_key and razor_secret from the account.
Install package : Razorpay
Next, we need to install razorpay/razorpay laravel package in our application by running following command using composer.
composer require razorpay/razorpay:2.*
And visit this link for its usage.