Skip to main content

Posts

Showing posts with the label wix website customization

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