Skip to main content

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"})
  .then( (httpResponse) => {
    if (httpResponse.ok) {
      return httpResponse.json();
    } else {
      return Promise.reject("Fetch did not succeed");
    }
  } )
  .then(json => console.log(json.someKey))
  .catch(err => console.log(err));

Number (number)

Description: Running order number.
Type: Number
Can connect to data: Yes
Can use in dynamic page URL: Yes
Can be sorted: Yes
Can be filtered: eq, ne, hasSome, le, lte, gt, gte
Read-only: Yes

ID (_id)

Description: The ID of the order. This is a system field and is hidden by default.
Type: Text
Can connect to data: Yes
Can use in dynamic page URL: No
Can be sorted: Yes
Can be filtered: eq, ne, hasSome, contains, startsWith
Read-only: Yes



wixData.query("Stores/Orders")
  .find()
  .then( (results) => {
    // handle the results
  } );
For Etisalat Payment Gateway Integration Wix website call me or email me directly

lalityadav99999@gmail.com
skype id: lalit.yadavswd
Phone: +91-9015079893

Comments

Popular posts from this blog

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

7 Free Payment gateway india, zero transaction charges payment direct to bank account

ICICI bank payment gateway icici eazy pay and icici first data, most popular icici eazy pay are the example of payment gateway provide by ICICI bank, for different purpose. AXIS bank payment gateway Axis Bank’s world-class Internet Payment Gateway Solution allows you to accept payments on a 24 X 7 basis from around the world. We accept all local and international Visa, MasterCard and maestro cards. Axis bank provide robust transaction processes with enviable uptime and convenience. IPG is a premium service for Merchants with a transaction capable website. All transactions come with 128 bit security and two factor authentication via MasterCard Secure Code and Verified-by-Visa authentication. Merchants across categories such as Airlines, Online Travel Portals, Educational Institutions, Insurance Companies, Utilities, Govt. entities, Shopping portals, Multiplexes, Lifestyle & luxury merchants etc. have embraced our Card acceptance solutions. As a Merchant, availin...

Dropshipzone Australia API Integration with WooCommerce: A Game-Changer for Online Retailers

  Introduction: The Power of Dropshipzone Australia API Integration with WooCommerce In the competitive world of e-commerce, efficiency and seamless operations are key to success. Dropshipzone Australia, a prominent player in the Australian online retail space, offers an API that integrates with WooCommerce, enabling store owners to automate and streamline their business processes. In this article, we’ll explore how leveraging Dropshipzone Australia API integration with WooCommerce can revolutionize your online store by simplifying product imports, inventory management, pricing strategies, and image optimization. Dropshipzone Australia API Integration with WooCommerce Why Dropshipzone Australia API Integration with WooCommerce Matters Managing an online store is no easy task. From keeping inventory up to date to ensuring that product details are accurate, store owners face numerous challenges daily. The Dropshipzone Australia API integration with WooCommerce addresses these pain...