JSON Request

JSON Request * ** { "Command": "Void", "DeviceSerialNumber": "81546628", "MerchantReference": "Roland20190212.5" }

JSON Response

JSON Response * ** { "TransactionStatusInformation": "F800", "MerchantReference": "Roland20190212.1", "DisplayCashAmount": "R 0.00", "CardAcceptorID": "1732668", "AuthorisationCode": "228849", "Product": "Indigo", "TransactionDateTime": "2019-02-12 08:00:48", "DeviceSerialNumber": "81546628", "PANSequenceNumber": "00", "Result": { "Description": "Approved", "Code": "0" }, "CardholderName": "22112016/P.               ", "CardHolderVerificationMethod": "410302", "SignatureRequired": "false", "TransactionTypeDescription": "Authorisation", "MerchantName": "ArchRetail", "TerminalVerificationResult": "0880008000", "Version": "0482.01", "TransactionIndex": "{B4767088-68BC-40FD-A4A3-695B0822BF18}", "AuthorisationRequestCryptogram": "5E3C53B0D0160098", "TransactionCertificate": "{8a80fe66-4032-4cd9

V4.144 10/05/2024 Client Specific

V4.144 10/05/2024 ** The release notes provided in V1 of this document serve as an initial preview of the changes expected in the production release scheduled on May 19th, 2024, on the Hosted Gateway. Summary* The Gateway release notes will contain information related to the new iVeri software release. The release notes will include the impact of software release to the intended target audience. The release notes will adopt the format outlined below, as applicable:* Compliance* - Refers to the adherence of the software to specific industry standards, regulations, or internal policies. This includes ensuring that the software meets legal and regulatory requirements, follows best practices, and aligns with established security and quality Optimisation* - The process of refining or improving

VirtueMart (ver 1.0.0)

VirtueMart (ver 1.0.0) ** iVeri Lite VirtueMart Plugin** The iVeri Lite Payment Gateway is a plugin that extends VirtueMart, allowing merchants to accept payment through the iVeri Payment Gateway. The extension works by giving customers to option to pay via iVeri and then redirecting them to iVeri to make payment. * Installation* The following steps need to be followed when installing the plugin and configuring the VirtueMart plugin: Download the module Go to Joomla's Extension manager Select the iVeri zipfile (vmpayment_iveri_lite.zip) and install it Still in the Extension Manager of Joomla, click on "Manage" Search for the iVeri module, and activate it Using the main menu, navigate to Components -> VirtueMart Using the VirtueMart menu, navigate to Shop -> Payment Methods Review the setti

JSON Response

JSON Response * ** { "TransactionStatusInformation": "E800", "MerchantReference": "Roland20190212.3", "DisplayCashAmount": "R 0.00", "CardAcceptorID": "1732668", "Product": "Indigo", "TransactionDateTime": "2019-02-12 08:12:31", "DeviceSerialNumber": "81546628", "PANSequenceNumber": "00", "Result": { "Description": "Approved", "Code": "0" }, "CardholderName": "22112016/P. ", "CardHolderVerificationMethod": "410302", "SignatureRequired": "false", "TransactionTypeDescription": "Refund", "MerchantName": "ArchRetail", "TerminalVerificationResult": "0880008000", "Version": "0482.01", "TransactionIndex": "{087D89DD-1558-4E70-B7FF-66FCD601A8C3}", "AuthorisationRequestCryptogram": "CCDA843CECD5086A", "TransactionCertificate": "{8a80fe66-4032-4cd9-b9f6-763762417e46}", "ApplicationLabel": "VI

Checklist – Cardinal & Admin Website Quality Check

Checklist – Cardinal & Admin Website Quality Check ** What to check * How to Check it * * 1. Check Profile Creation * Check if the profile is completed accurately. Go to Merchant Profile >> Update >> General. * 2. Check Billing * Check if charges are applied properly based on what has been agreed, (i.e. net settlement or EFT etc). Merchant Profile >> Update >> Parameters . * 3. BackOffice Services Update * Check if all the Service updates are done for Merchant Admin, Cardinal and iVeri Backoffice . Go to Merchant Profile >> Update >> Back Office Services . * * 4. Cardinal Authentication method * Check if the merchant has been properly created in cardinal to create the link between IYS and Cardinal for iVeri to be the Payment Provider. Go to Cardinal Admin >> Merchant Login >> Login in as

JSON Response

JSON Response * ** { "MerchantReference": "Roland20190212.4", "Amount": 1004, "CardAcceptorID": "1732668", "AuthorisationCode": "231056", "Product": "Indigo", "TransactionDateTime": "2019-02-12 08:40:23", "DeviceSerialNumber": "81546628", "MerchantTrace": "292742.287656823473", "Result": { "Description": "Approved", "Code": "0" }, "DisplayAmount": "R 10.04", "OriginalMerchantTrace": "292741.287656655810", "TransactionTypeDescription": "", "MerchantName": "ArchRetail", "Command": "AuthorisationReversal", "Version": "0482.01", "TransactionIndex": "{E275FF1B-610C-4D8F-ACFF-ED936DF82AC6}", "AcquirerReference": "01431:09014053", "PAN": "4923........1826", "TransactionCertificate": "{8a80fe66-4032-4cd9-b9f6-763762417e46}" }

OpenCart (ver 1.4.0)

OpenCart (ver 1.4.0) ** iVeri Lite OpenCart Plugin ** The iVeri Lite Payment Gateway is a plugin that extends OpenCart, allowing merchants to accept payment through the iVeri Payment Gateway. The extension works by giving customers to option to pay via iVeri and then redirecting them to iVeri to make payment. * Installation ** The following steps need to be followed when installing the OpenCart plugin: Unzip the module to a temporary location on your computer Copy the “admin” and “catalog” folders in the archive to your base “OpenCart” folder This should NOT overwrite any existing files or folders and merely supplement them with the iVeri files This, however, is dependent on the FTP program you use If you are concerned about this, rather copy the individual files across as per instruction

Authorisation

Authorisation * **

REST Endpoints

REST Endpoints * ** • Only one REST endpoint exists on the Indigo server and it will be at http://ipaddress/rest/transaction/transact or https://ipaddress/rest/transaction/transact where ipaddress is the local or external ip address or dns of the Indigo server as appropriate. Note that only TLS1.2 or above should be used. • Only POST method is supported, and the data submitted must be in JSON format. • The response from the Indigo server will also be in JSON format • In the request header set request.Accept = "application/json"; • in the request header set request.ContentType = "application/json"; The design of this interface is to use synchronous REST calls to perform either an “Authorisation”, “Debit” or “Credit” which leads to a potential problem in the event that a card is not presente