Skip to main content

payment gateway integration icici woocommerce

Payment gateway integration icici woocommerce


Files and folders to be placed on root directory.
KEY folder having keyfile, SFA folder having lib files, sfa.properties having path of gateway and key file location, callback.php is used to show the response of payment, TestSsl.php used to encrypt the parameters and send it to gateway.

Manual Installation
Place “woocommerce-gateway-icici” Folder to plugin directory.(wp-content/plugin)
Go to Admin Panel and Activate it. And set the merchant id and others details

payment gateway integration icici woocommerce
Set “Key.Directory” value in sfa.Properties file in root directory, path of keyfile.
payment gateway integration icici woocommerce



Set “$astrFileName”,and  “$strMerchantId “ line number 20,19 as complete path of keyfile and merchant id respectively in callback.php
Put your callback.php to your theme folder
After that:  Create a page name “callback” from your wordpress admin panel
Select template for this page as “icicicallback”. Leave this page empty
Note: while creating this page make sure you are using permalink as “post-name” from
 setting -> permalinks


payment gateway integration icici woocommerce
payment gateway integration icici woocommerce





Now start to use this gateway.
payment gateway integration icici woocommerce


After Place an order you will redirect to gateway, and after payment done, it will back to you callbackpage which is “callback” according this tutorial.
For Any Help drop me email

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 ...

Seamlessly Integrate Bexexpress API with WooCommerce for Efficient Shipping Management

 In today’s e-commerce world, efficient shipping management is crucial for providing a seamless customer experience. By integrating Bexexpress, a reliable shipping company, with WooCommerce via a custom WordPress plugin, businesses can automate shipping processes and keep their customers satisfied. What is Bexexpress and Why Choose It? Bexexpress is a trusted shipping and logistics service that offers timely delivery solutions. For WooCommerce store owners, integrating Bexexpress API helps simplify shipping processes and provides an easy way to track shipments in real-time. Bexexpress API WooCommerce integration plugin Benefits of Integrating Bexexpress API with WooCommerce Automated Shipping Calculations:  The integration enables automatic shipping cost calculation based on the customer’s location. Real-Time Tracking:  Display real-time tracking information directly in your WooCommerce store, keeping your customers informed. Improved Order Management:  Manage all o...

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" } ) ...