Hello friends today I'm going to share a topic specially dedicated to web developers. Actually one of my friend ask me to solve their issue while integration ICICI payment seal gateway so after completing my task going to share easiest possible way to ICICI payment gateway integration without Java Php bridge and SSL. This payment seal gateway is perfect for PHP website with Linux Hosting.
ICICI Payment Gateway Integration Easy Tutorial:
1- You must get following document from ICICI, once you are enrolled for the payment gateway. Don't download code from ICICI ICICI merchant area ask to ICICI to provide 'Fresh PHP Code' via below detail or download it from Here ! .
ICICI Customer Care Number: 18001021673
ICICI Customer Care Email id: pghelpdesk@icicibank.com
- Folder name SFA
- Folder named Test pages
- sfa.properties file
- A word document a guide to how to integrate
- Key file
2- Upload files to your web server in the following structure.
Upload the key file at your desired location. ( If you are beginner than try as per tutorial to avoid common problems )
3- Open the SFAResponse.php and made some changes, kindly reminder Merchant ID must be same as the .key file name. e.g. if file is 123456789.key then Merchant ID must be 123456789.
4- No matter you are SSL merchant or not, go to your TestSsl.php file and make the changes as below.
5- Open sfa.properties and give the correct location of .key file.
Ex- /home/cpaneluser/public_html/key/
Everything is done check with www.yoursite.com/TestSsl.php.