How do I integrate Razorpay Payment Gateway

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
veeran ambalam
Posts: 19
Joined: 06 Mar 2021, 14:51

How do I integrate Razorpay Payment Gateway

Post by veeran ambalam » 02 Jul 2021, 20:04

I Tried with insenseanalytics/omnipay-razorpay but I think this is outdated, can you help me with any other better way to integrate. Can I find Razorpay Provider anywhere Or should I write my custom Payment Provider.

User avatar
aimeos
Administrator
Posts: 7858
Joined: 01 Jan 1970, 00:00

Re: How do I integrate Razorpay Payment Gateway

Post by aimeos » 04 Jul 2021, 05:52

There seems to be an "official" Omnipay driver but it also seems to be outdated:
https://github.com/razorpay/omnipay-razorpay
The best option is to create a PR for updating the driver and if the maintainer doesn't merge it, fork the driver.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

veeran ambalam
Posts: 19
Joined: 06 Mar 2021, 14:51

Re: How do I integrate Razorpay Payment Gateway

Post by veeran ambalam » 05 Jul 2021, 19:23

Instead of ai-payments, Can I create controllers for Payment Gateway and update the status of the order? What would be the difference between creating controllers on Laravel and ai-payments?

mhbhat
Posts: 5
Joined: 19 Jan 2023, 08:20

Re: How do I integrate Razorpay Payment Gateway

Post by mhbhat » 20 Jan 2023, 08:03

@veeran ambalam did you find a solution how to integrate razorpay?

User avatar
VirtualSpy
Advanced
Posts: 122
Joined: 05 Jul 2022, 07:55

Re: How do I integrate Razorpay Payment Gateway

Post by VirtualSpy » 04 Feb 2023, 03:37

mhbhat wrote: 20 Jan 2023, 08:03 @veeran ambalam did you find a solution how to integrate razorpay?
Just follow the create payment provider documentation https://aimeos.org/docs/latest/provider ... e/payment/ and try to integrate there razorpay payment gateway api. If you get success to integrate razorpay payment gateway api https://razorpay.com/docs/payments/serv ... ntegration in payment provider of Aimeos please reply here otherwise you can integrate razorpay create link api https://razorpay.com/docs/api/payments/ ... ment-link there , it is more easy than integrate razorpay payment gateway api for payment and order status only.

Post Reply