Eazypay icici bank payment gateway
Aneh Thakur
. 3 min read
In this tutorial, I will explain to you how we can integrate ICICI bank Eazypay payment gateway into our PHP web application. Eazypay payment gateway is created by ICICI bank which helps you to pay your bills conveniently, be it your education, housing society maintenance or any other bills. You can pay your bills using Cash Deposit, Cheque Deposit, RTGS, NEFT, Net Banking or Cards.
Prerequisites
You need to have EazyPay Account before integration in your web application.
Once you have successfully registered your account on Eazypay you will get your account detail via your registration email address. You need to encrypt your data with a key that they provide you in email and open that link in your browser. Now you need to pass some required parameter in URL to open eazypay payment gateway.
Here is a list of the parameter which is required when we request for payment.
Parameter | Description | Mandatory |
---|---|---|
Default URL | Yes | |
Merchant ID | 100011 | Yes |
Merchant Reference No | Yes | |
Reference No | 8001 | Yes |
Sub Merchant Id | 1234 | Yes |
Transaction Amount | 80 | Yes |
Encryption key | Yes | |
Paymode | 9 | Yes |
Return URL | Yes | |
Optional Field | No |
Before encryption:-
https://eazypay.icicibank.com/EazyPG?merchantid=100011&mandatory fields=8001|1234|80| 9000000001&optional fields=20|20|20|20&returnurl= http://abc.com/cbc/action.aspx&Reference No=8001&submerchantid=1234&transaction amount=80&paymode=9
After encryption:-
https://eazypay.icicibank.com/EazyPG?merchantid=100011&mandatory fields=u65A+ywICIypfrJVQp9ED2VlkBzkIimiHhLXPyo2P14=&optional fields=faJ6BJUlOqjoV/AEbw5X4g==&returnurl=6WvzNalyXvqOX+aY9ee5oKm8FT+YUF5sz940o6QZvx0=&Reference No=X7VX+1ZnKq+o6K2QWCTERQ==&submerchantid=QVZkBomDLSbitS4C9lGaUA==&transaction amount=aTRTaIdS0sLyzGCxL3Y5dQ==&paymode=nFRjDWSCg0m80aUYivDlqw==
You can use below function to encrypt your data and set that encrypted data in your URL.
You use the below code to generate a link.
Or if you like OOPS you can use this class.
Eazypay ICICI
And after adding this class you can call this
Once you have URL now you can perform click action on your URL and redirect it to Eazypay ICICI website using the below code.
Hope you like this post please don’t forget to subscribe my youtube channel link on top of the page.
More Stories from
DeepSeek R1: The Free Open-Source AI Model That Rivals GPT-4
Discover DeepSeek R1, the free, open-source AI model that rivals GPT-4 in performance. Licensed under MIT, it’s cost-effective, efficient, and transforming the AI landscape. Try it now!
Top 5 Best 5G Phones Under 20000 in India (2025)
Looking for the best 5G phone under 20000 in India? Check out our top picks for 2025, featuring amazing performance, stunning cameras, and excellent battery life. Read now!
Is Blogging Profitable in 2025? Strategies to Thrive in the Digital Era
Discover whether blogging is profitable in 2025 and learn effective strategies to thrive in the digital age with AI tools, niche blogging, and modern monetization methods.
Top 3 Phones Under ₹20,000 in India (2025) – Gaming, Cameras & Design
Discover the best smartphones under ₹20,000 in India (2025). From the gaming powerhouse Poco X6 Pro to the stylish Motorola Edge 50 Neo and the sleek Nothing Phone 2A, find the perfect phone for your needs.
Jio Launches JioCoin on Polygon Network: A Step Towards Blockchain Integration
Jio launches JioCoin on the Polygon network, redefining digital rewards and showcasing blockchain's potential in India's growing tech ecosystem.