Skip to main content

How to choose icici eazypay payment gateway integration returnurl parameter for CMS

How to choose icici eazypay payment gateway integration returnurl parameter for CMS

We all knows icici eazypay is free of cost payment gateway , today we are going to discuss about return url that required while apply for merchant account in icici technical sheet from icici technical team to client or merchant.
Let understand what is returnurl parameter all about.

Return URL : Merchant should share the URL where the eazypay Response should be read and post the action on Merchant Site for the payment transaction.

Details: after done payment you need to show what is the status of payment like failed , success, transaction details , or transaction time or id.

this is the url by a customer who is paying via you payment gateway will see the payment receipt.

Icici eazypay payment gateway integration returnurl for WordPress or woocommerce 

you can create any page in wordpress , by customer template for this page.

for my reference create a return url  as https://www.your-website.com/payment-result

Steps you have to follow.
 first of all create a page in wordpress name as payment-result
after go to theme folder and paste success.php template file that will get from module files attachment in zip.

after you have to go to edit payment-result page choose template from right side, "icici eazypay" template and click on save.

now your return url is ready.


Icici eazypay payment gateway integration returnurl for opencart

OpenCart is built using the popular programming MVC pattern. There is also one more element added to this pattern named "L" - a language part - so it's called MVC-L pattern in OpenCart. I won't go into the details of the MVC pattern as it's a very popular and familiar design pattern and we've covered it in great detail in other tutorials. 
For more info click here 


for any issue in integration icici eazy pay , let me know,
Feel free call me or email me

Reach me here, will discuss with video meeting and start it.

call or whatsapp or facetime: +91-9015079893
lalityadavswd@gmail.com
Meet me On Skype: lalit.yadavswd
https://www.facebook.com/lalityadavswd
https://www.linkedin.com/in/lalityadavswd/
https://www.fiverr.com/lalityadavswd1

cost of module is 3000k 

Thanks




Comments

Popular posts from this blog

Etisalat Payment Gateway Integration wordpress

Etisalat Payment Gateway Integration Wordpress What is Etisalat Payment Gateway? IPG (Etisalat Payment Gateway) is the only Payment Gateway in UAE offering electronic payment services especially in UAE and GCC countries. ... Etisalat Payment Gateway connects merchants (sellers of products) in a secure way with banks and financial institutions to process their transactions online. How do I pay my Etisalat bill online? Log on to www.etisalat.ae/quickpay to recharge your prepaid account easily, quickly and securely. Enter your mobile number, the amount, and pay using your credit or debit card. or you can integrate it to your website and receive payment via this gateway direct to you bank. How can I check my Etisalat offer? To check your balance: dial *121# To find prepaid offers and promotions: dial *101# To get Deal of the Day: dial *050# To transfer credit: type the command *100*mobile number*amount# and press ok. Etisalat Payment Gateway Integration wordpress ...

icici Payment Gateway for Joomla Magento OpenCart1.x-2.x OSCommerce PrestaShop WooCommerce Zencart wordpress

Download icici Payment Gateway for All types of CMS icici Payment Gateway for Drupal icici Payment Gateway for  Joomla icici Payment Gateway for  Magento icici Payment Gateway for  OpenCart (version 1.x) icici Payment Gateway for  OpenCart (version 2.x) icici Payment Gateway for  OSCommerce icici Payment Gateway for  PrestaShop icici Payment Gateway for  WooCommerce icici Payment Gateway for  Zencart Download the latest integration kits and shopping cart plugins for  icici Payment Gateway icici Payment Gateway for Joomla Magento OpenCart1.x-2.x OSCommerce PrestaShop WooCommerce Zencart wordpress   icici Payment Gateway  offers everything you need to accept payments online from your website. There are three ways you can integrate your website with our gateway. Hosted Payment Page Use our customisable hosted payment page. This is the fastest and simplest route to start accepting card payments through...

Etisalat Payment Gateway Integration Wix website

Etisalat Payment Gateway Integration with wix website The document provides the interface information to Integrate with Etisalat Payment Gateway to perform Ecommerce payment using REST (JSON). Please find the below transaction flow for implementing 3D secure eCommerce transactions. 1. The Registration API call should be triggered to payment gateway in which the ReturnPath property with Transaction details like amount, currency, OrderID etc. should be mentioned. 2. Redirect to Payment Portal URL, returned in Register call with TransactionID as hidden field. 3. Payer will proceed with 3D Secure Authentication process. 4. After 3D Authentication, control will returned back to Merchant’s ReturnPath property URL received in registration call. 5. Merchant sends Finalization API call to complete transaction.  import { fetch } from 'wix-fetch' ; // ... fetch ( "https://ipg.comtrust.ae/" , { "method" : "get" } ) ...