How do I integrate Razorpay Payment Gateway
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!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
-
- Posts: 19
- Joined: 06 Mar 2021, 14:51
How do I integrate Razorpay Payment Gateway
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.
Re: How do I integrate Razorpay Payment Gateway
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.
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,
give us a star
If you like Aimeos,

-
- Posts: 19
- Joined: 06 Mar 2021, 14:51
Re: How do I integrate Razorpay Payment Gateway
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?
Re: How do I integrate Razorpay Payment Gateway
@veeran ambalam did you find a solution how to integrate razorpay?
- VirtualSpy
- Advanced
- Posts: 122
- Joined: 05 Jul 2022, 07:55
Re: How do I integrate Razorpay Payment Gateway
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.