INTRODUCTION MERCHANT INTEGRATION. Ha noi, 10/7/2012

Size: px
Start display at page:

Download "INTRODUCTION MERCHANT INTEGRATION. Ha noi, 10/7/2012"

Transcription

1 INTRODUCTION MERCHANT INTEGRATION Ha noi, 10/7/2012 0

2 Index Index Purpose Content Integrate payment gateway Edit the specifications of international payment gateway Response Code from OnePAY Domestic Payment Gateway... 9 No: 01/QT-KT Trang 1/5

3 1. Purpose This document guides Merchant integrated payment gateway to website Merchant and secure payment gateway is integrated in accordance with standards of international card organizations and Onepay. 2. Content 2.1 Integrate payment gateway - Step 0: Register one account in the url: Login to your account and download source code, documents from this site. URL to view MERCHANT ACCOUNT TEST, CARD CREDIT TEST: URL to download jsp source code: URL to download php source code: URL to download C#.net: URL to download Vb.net: URL to download ASP Classic: - Step 1: If module payment gateway is: o PHP then open index.php file o JSP then open VPC_JSP_3P.html file o ASP then open VPC_ASP_3P.html file o C#.net then open vpc_do.aspx file The file is called payment form. Parameter Requited Optional Field type Length Example Value vpc_version The version of the Virtual Payment Client being used. No: 01/QT-KT Trang 2/5

4 The current version is 2. Required ic 1,8 2 virtualpaymentclienturl http address of payment gateway alphabet vpc_command Indicates the transaction type. This must be equal to pay Required ic 1,16 pay vpc_accesscode The access code authenticates you on the Payment Server so that a merchant cannot access another merchant s MerchantId. The access code is provided to you when you registered your merchant profile with your Payment Provider. Required ic 8 d03due3 vpc_merchtxnref A unique value created by the merchant to identify the DO. It is used to track the progess of a transaction and allows it to be identified on the Payment Server should a communication s failure occur and the DR is not received. It may be in part an order number or invoice number, but it should also reflect the transaction attempt. For example, if a cardholder has insufficient funds on their card and you allow them to repeat the transaction with another credit card. The value may be test1234/1 on the first attempt, test1234/2 on the second attempt and test1234/3 on the third attempt. It can use text made up of any of the base US ASCII characters in the range, hexadecimal20 to 126. Required ic 1,40 Test1234/1 vpc_merchant The unique merchant Id assigned to you by your Payment Provider. Required ic 1,16 TESTMERCHA NT01 vpc_orderinfo Your own identifier used to identify the transaction with the cardholder. For example, a shopping cart number, an order number, or an invoice number. Required ic 1,34 Test1234 No: 01/QT-KT Trang 3/5

5 vpc_amount The amount of the transaction in the smallest currency unit expressed as an integer. For example, if the transaction amount is VND then the amount is Required ic 1, vpc_returnurl The URL that is displayed to the cardholder s browser when the Payment Server sends the DR.It must be a complete URL. The Return URL must start with either or and may be up to 255 characters. If the return URL is not supplied, your default vpc_returnurl that you nominated when you registered your merchant profile with your Payment Provider is used. Required ic 1,255 rl/receipt.asp vpc_locale Used in SSL type transactions for specifying the language that is used on the Payment Server pages that are displayed to the cardholder. If the locale is not supplied the Payment Server defined default of vn is used. Required ic 2,5 vn vpc_ticketno Ticket No is IP address of the computer of the cardholder do the transaction. Required ic 1, vpc_securehash Required ic DB8 B D14E070 A5121DA926 B6D738436C ED590FB9DE E Title Required alphabet Onepay gateway AgainLink Required alphabet No: 01/QT-KT Trang 4/5

6 com Note: Parameter name can be changed following merchant advice during integration. - Step 2: Copy MerchantID, Accesscode (from url address: and paste vpc_merchant và vpc_accesscode into payment form opened in step 1. - Step 3: If the module payment gateway is: o PHP then open do.php file and dr.php file o JSP then open VPC_JSP_3P_DO.jsp file and VPC_JSP_3P_DR.jsp file o ASP then open VPC_ASP_3P_DO.asp file and VPC_ASP_3P_DR.asp file o C#.net then open vpc_do.aspx.cs file and vpc_dr.aspx.cs file 2 files are calld file DO và file DR. - Step 4: Copy Hash code (or SECURE_SECRETfrom url address: and paste the values to SECURE_SECRET fields in DO file and DR file opened in step 3. - Step 5: Fix Purchase Amount in payment form opened in step 1 equal Step 6: Open payment form, finding Merchant Transaction Reference field has vpc_merchtxnref variable. Vpc_MerchTxnRef is varchar type and unique value per even transaction, maxlength is 34 degits. Vpc_MerchTxnRef is called key of transaction. You can write a function that automatically increases (sequence) or take the time to assign values to vpc_merchtxnref variables. Such as vpc_merchtxnref = Step 7: Running the Web Server module (or localhost) on the invironment Internet connection. Open the file in Step 1 payment form on a web browser, click the Checkout button, on to the website of the chosen card payment gateway OnePay, select the type of visa and entry card as the card information: + Type of card: visa + Card Number: No: 01/QT-KT Trang 5/5

7 + Issue date: 05/13 + CVV/CSC: Step 8: Check information in return for a DR file transactions are successful, pendding - unknown results or failed payment. Specifically: 1. Payment transaction successfully: vpc_txnresponsecode = 0 Hash Validated Correctly: CORRECT 2. Pending payment transactions: Hash Validated Correctly: INVALID HASH 3. Other cases vpc_txnressponsecode <>0 Hash Validated Correctly: CORRECT The payment transaction fails. Parameters in DR file. Parameter Required Optional Field Type Length Comment vpc_version The value of the vpc_version DO input field that is returned in the DR. input ic 1,2 2 vpc_command The value of the vpc_comand DO input field that is returned in the DR. Input Alpha 3 pay vpc_add Addtion infor 255 [6 digits Card Bin] vpc_transactionno Payment server transaction id vpc_merchtxnref The value of the vpc_merchanttxnref DO input field that is returned in the DR. Input ic - Special 1,40 Test1234/1 vpc_merchant The value of the vpc_merchant DO input field that is returned in the DR. No: 01/QT-KT Trang 6/5

8 Input ic - Special 1,16 TESTMERCHANT01 vpc_orderinfo The value of the vpc_orderinfo DO input field that is returned in the DR. Input ic Special characters 1,34 Test1234 vpc_amount The value of the vpc_amount DO input field that is returned the DR. Input Numeric 1, vpc_currency Currency type of amount in transaction alphabet 1..3 VND vpc_locale The value of the vpc_locale DO input field that is returned in the DR. It specifies th language thatis used on the Payment Server pages that are displayed to the cardolder. Input ic 2,5 vn vpc_responsecode A response code that is generated by the Payment Server to indicate the status of the transaction. A vpc_responsecode of 0 indicates that the transaction was processed successfully and approved by the Acquiring Bank. Any other value indicates the transaction was declined Required Numeric 1 0 vpc_message Indicates any errors the transaction may have encountered Optional ic 10,200 No reply from Bank vpc_securehash Optional ic 64 DDDF9FC7E67B7 0743E A2 31BD4B3D B235DBEC632C A88058DFC No: 01/QT-KT Trang 7/5

9 2.2 Edit the specifications of international payment gateway - Step 9: Open payment form file opened in step 1, look to the Ticket Number is vpc_ticketno variable. Vpc_TicketNo variable is assigned an IP address Remote address of the client computer, for example You need to write a function to get Remote IP Address from the client machine and assigned to the vpc_ticketno variable. - Step 10: Open form of payment file opened in step 1, find the Purchase Amount has vpc_amount variable. Last two units of the vpc_amount is odds provisions for payment of money should you need to make payment of the value with 100 before assigning values to variables vpc_amount, such payment: o VND is vpc_amount: o 100 USD is vpc_amount: o USD is vpc_amount: Step 11 : Coding insert, update functions in Database You create a table with fields such as TB_TRAN_LOG (or you can still save data into log file). Table TB_TRAN_OP STT Name Data type Null Default Primary Key 1 vpc_merchtxnref VARCHAR2(34) N Y Key Description 3 vpc_do VARCHAR2(1500) N N URL request 2 vpc_dr VARCHAR2(1500) Y Null N URL response Example: vpc_merchref: Table 1. Table TB_TRAN_LOG stored payment data vpc_do: /onecommpay/vpc.op?vpc_accesscode=d67342c2&&vpc_command=pay&vpc_orderinfo=test_ &&&vpc_ReturnURL=http%3A%2F%2Fmtf.onepay.vn%2Fopdev%2F%3Fpage%3Dde mo_noidia&&title=onepay+paygate&&vpc_version=2&vpc_locale=vn&vpc_ticketno= &vpc_Merchant=ONEPAY&vpc_Amount= &vpc_SecureHash= DB8B D14E070A5121DA926B6D738436CED590FB9DEE&&vpc_Currency=VND&vpc_MerchTxn Ref=TEST_ vpc_dr: &vpc_command=pay&vpc_currencycode=vnd&vpc_locale=vn&vpc_merchtxnref=test_ &vpc_Merchant=ONEPAY&vpc_OrderInfo=TEST_ & vpc_transactionno= &vpc_txnresponsecode=0&vpc_version=2&vpc_securehash=dddf9 FC7E67B70743E A231BD4B3D B235DBEC632CA88058DFC No: 01/QT-KT Trang 8/5

10 2.3 Response Code from OnePAY international Payment Gateway List of value for vpc_responsecode field Introduction Merchant Integration Response Code Desc 0 Approved 1 Transaction Declined - Bank Error 2 Bank Declined Transaction 3 Transaction Declined - No Reply from Bank 4 Transaction Declined - Expired Card 5 Transaction Declined - Insufficient funds 6 Transaction Declined - Error Communicating with Bank 7 Payment Server Processing Error - Typically caused by invalid input data such as an invalid credit card number. Processing errors can also occur 8 Transaction Declined - Transaction Type Not Supported 9 Bank Declined Transaction (Do not contact Bank) A C D E F I L N P Transaction Aborted Transaction Cancelled Deferred Transaction Issuer Returned a Referral Response 3D Secure Authentication Failed Card Security Code Failed Shopping Transaction Locked (This indicates that there is another transaction taking place using the same shopping transaction number) Cardholder is not enrolled in 3D Secure (Authentication Only) Transaction is Pending No: 01/QT-KT Trang 9/5

11 R S U Retry Limits Exceeded, Transaction Not Processed Duplicate OrderInfo used. (This is only relevant for Payment Servers that enforce the uniqueness of this field) Card Security Code Failed No: 01/QT-KT Trang 10/5

Audi Virtual Payment Client Integration Manual

Audi Virtual Payment Client Integration Manual Audi Virtual Payment Client Integration Manual 1 Table of Contents Table of Contents... 2 Introduction:... 3 Intended Audience:... 3 AVPC Payment Requests Processing... 3 AVPC required parameters... 3

More information

ANZ egate Virtual Payment Client

ANZ egate Virtual Payment Client ANZ egate Virtual Payment Client Integration Notes Contents Purpose of notes 3 For enquiries and support 3 Contents of ANZ egate kit 3 Sample Codes 3 Bank Hosted, Merchant Hosted and Merchant Hosted with

More information

MiGS Virtual Payment Client Integration Guide. July 2011 Software version: MR 27

MiGS Virtual Payment Client Integration Guide. July 2011 Software version: MR 27 MiGS Virtual Payment Client Integration Guide July 2011 Software version: MR 27 Copyright MasterCard and its vendors own the intellectual property in this Manual exclusively. You acknowledge that you must

More information

MasterCard In tern et Gateway Service (MIGS)

MasterCard In tern et Gateway Service (MIGS) MasterCard Internet Gateway Service Master Card Inter nati onal MasterCard In tern et Gateway Service (MIGS) Virtual Payment Client Integration Guide Prepared By: Patrick Hayes Department: Principal Consultant,

More information

Bank and SecurePay Response Codes

Bank and SecurePay Response Codes Bank and SecurePay s Last updated: 19/07/2013 Bank s for Credit Card Transactions APPROVED 00 Approved 08 Honour with ID 11 Approved VIP (not used) 16 Approved, Update Track 3 (not used) 77 Approved (ANZ

More information

My Sage Pay User Manual

My Sage Pay User Manual My Sage Pay User Manual Page 1 of 32 Contents 01. About this guide..4 02. Getting started.4 Online help Accessing My Sage Pay Test Servers Live Servers The Administrator account Creating user accounts

More information

Direct Post. Integration Guide

Direct Post. Integration Guide Direct Post Integration Guide Updated September 2013 Table of Contents 1 Introduction... 4 1.1 What is Direct Post?... 4 1.2 About this Guide... 4 1.3 Features and Benefits... 4 1.4 Card Types Accepted...

More information

Tableau Server Trusted Authentication

Tableau Server Trusted Authentication Tableau Server Trusted Authentication When you embed Tableau Server views into webpages, everyone who visits the page must be a licensed user on Tableau Server. When users visit the page they will be prompted

More information

Virtual Payment Client Integration Reference. April 2009 Software version: 3.1.21.1

Virtual Payment Client Integration Reference. April 2009 Software version: 3.1.21.1 Virtual Payment Client Integration Reference April 2009 Software version: 3.1.21.1 Copyright MasterCard and its vendors own the intellectual property in this Manual exclusively. You acknowledge that you

More information

MyGate Response Codes. Version 2.1

MyGate Response Codes. Version 2.1 MyGate Codes Version 2.1 Overview In every message request type sent to the Transaction Pipeline a response message type will be generated by MyGate. A response message will identify the success or failure

More information

Implementation guide - Interface with the payment gateway PayZen 2.5

Implementation guide - Interface with the payment gateway PayZen 2.5 Implementation guide - Interface with the payment gateway PayZen 2.5 Document version 3.5 Contents 1. HISTORY OF THE DOCUMENT... 4 2. GETTING IN TOUCH WITH TECHNICAL SUPPORT... 6 3. DIFFERENT TYPES OF

More information

INTEGRATION PROCEDURES AND SPECIFICATIONS

INTEGRATION PROCEDURES AND SPECIFICATIONS ipos Credit Card Payment Gateway INTEGRATION PROCEDURES AND SPECIFICATIONS Revision 7 Contents Contents 2 Introduction 3 ipos the simple online credit card solution 3 The Transaction Flow 4 Security 7

More information

A: This will depend on a number of factors. Things to consider and discuss with a member of our ANZ Merchant Services team are:

A: This will depend on a number of factors. Things to consider and discuss with a member of our ANZ Merchant Services team are: 1 ANZ egate FAQ s Contents Section 1 General information: page 1 Section 2 Technical information for ANZ egate Merchants: page 5 November 2010 Section 1 General information Q: What is ANZ egate? A: ANZ

More information

LiteCommerce Authorize.Net Module. Version 2.4

LiteCommerce Authorize.Net Module. Version 2.4 LiteCommerce Authorize.Net Module Version 2.4 Reference Manual LiteCommerce Authorize.Net Module Reference Manual I Table of Contents Introduction...1 1....2 Administrator Zone...3 1.1 Installing the Module...4

More information

MySagePay. User Manual. Page 1 of 48

MySagePay. User Manual. Page 1 of 48 MySagePay User Manual Page 1 of 48 Contents About this guide... 4 Getting started... 5 Online help... 5 Accessing MySagePay... 5 Supported browsers... 5 The Administrator account... 5 Creating user accounts...

More information

MasterCard In tern et Gatew ay Service (MIGS)

MasterCard In tern et Gatew ay Service (MIGS) Master Card Inter national MasterCard In tern et Gatew ay Service (MIGS) MIGS Payment Client Reference Manual Prepared By: Patrick Hayes Department: Principal Consultant, ebusiness Solutions Date Written:

More information

Direct Payment Protocol Errors A Troubleshooter

Direct Payment Protocol Errors A Troubleshooter Direct Payment Protocol Errors A Troubleshooter December 2011 This manual and accompanying electronic media are proprietary products of Optimal Payments plc. They are to be used only by licensed users

More information

Web Services Credit Card Errors A Troubleshooter

Web Services Credit Card Errors A Troubleshooter Web Services Credit Card Errors A Troubleshooter January 2012 This manual and accompanying electronic media are proprietary products of Optimal Payments plc. They are to be used only by licensed users

More information

Paya Card Services Payment Gateway Extension. Magento Extension User Guide

Paya Card Services Payment Gateway Extension. Magento Extension User Guide Paya Card Services Payment Gateway Extension Magento Extension User Guide Table of contents: 1. 2. 3. 4. 5. How to Install..3 General Settings......8 Use as Payment option..........10 Success View..........

More information

PaperCut Payment Gateway Module CyberSource Quick Start Guide

PaperCut Payment Gateway Module CyberSource Quick Start Guide PaperCut Payment Gateway Module CyberSource Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up, and testing the

More information

MONETA.Assistant API Reference

MONETA.Assistant API Reference MONETA.Assistant API Reference Contents 2 Contents Abstract...3 Chapter 1: MONETA.Assistant Overview...4 Payment Processing Flow...4 Chapter 2: Quick Start... 6 Sandbox Overview... 6 Registering Demo Accounts...

More information

Server and Direct Shared Protocols

Server and Direct Shared Protocols Server and Direct Shared Protocols IMPORTANT: Before reading this document, you should have read through the Server or Direct Protocol and Integration Guidelines that accompany it. These explain the terms

More information

Paynow 3rd Party Shopping Cart or Link Integration Guide

Paynow 3rd Party Shopping Cart or Link Integration Guide Paynow 3rd Party Shopping Cart or Link Integration Guide Version 1.0.5 15 August 2014 A guide outlining merchant integration into Paynow for externally hosted shopping carts or applications. For details

More information

Process Transaction API

Process Transaction API Process Transaction API Document Version 5.9 March 2011 For further information please contact Beanstream customer support at (250) 472-2326 or support@beanstream.com. BEAN # Page 2 of 90 Date Overview...

More information

PROCESS TRANSACTION API

PROCESS TRANSACTION API PROCESS TRANSACTION API Document Version 8.7 May 2015 For further information please contact Digital River customer support at (888) 472-0811 or support@beanstream.com. 1 TABLE OF CONTENTS 2 Lists of tables

More information

ipayment Gateway API (IPG API)

ipayment Gateway API (IPG API) ipayment Gateway API (IPG API) Accepting e-commerce payments for merchants Version 3.2 Intercard Finance AD 2007 2015 Table of Contents Version control... 4 Introduction... 5 Security and availability...

More information

Cardsave Payment Gateway

Cardsave Payment Gateway Cardsave Payment Gateway Cart Implementation David McCann Cardsave Online Version 1 1 st August 2010 Contents Page Overview 3-4 o Integration Types 3 Direct/Integrated (Preferred Method) Re-direct/Hosted

More information

Stripe Payment Module Magento 2 USER MANUAL MAGEDELIGHT.COM SUPPORT E: SUPPORT@MAGEDELIGHT.COM P: +1-(248)-275-1202

Stripe Payment Module Magento 2 USER MANUAL MAGEDELIGHT.COM SUPPORT E: SUPPORT@MAGEDELIGHT.COM P: +1-(248)-275-1202 Stripe Payment Module Magento 2 USER MANUAL MAGEDELIGHT.COM SUPPORT E: SUPPORT@MAGEDELIGHT.COM P: +1-(248)-275-1202 License Key After successful installation of Stripe Payment extension by using the Magento

More information

Web Services Credit Card Errors A Troubleshooter

Web Services Credit Card Errors A Troubleshooter Web Services Credit Card Errors A Troubleshooter March 2011 This manual and accompanying electronic media are proprietary products of Optimal Payments plc. They are to be used only by licensed users of

More information

Product Name: ANZ egate Connect Version: 2.1.9 Document Type: Help doc Author: Milople Inc.

Product Name: ANZ egate Connect Version: 2.1.9 Document Type: Help doc Author: Milople Inc. Product Name: ANZ egate Connect Version: 2.1.9 Document Type: Help doc Author: Milople Inc. https://www.milople.com/magento-extensions/anz-egate-connect.html Table of Content 1. Installation and Un-installation

More information

Elavon Payment Gateway- 3D Secure

Elavon Payment Gateway- 3D Secure Elavon Payment Gateway- 3D Secure Service Overview April 2013 Payer Authentication Service What Is Payer Authentication? When selling on the internet and accepting payments by credit and debit card it

More information

Payment Processor Errors A Troubleshooter

Payment Processor Errors A Troubleshooter Payment Processor Errors A Troubleshooter November 2005 Version 2.4 This manual and accompanying electronic media are proprietary products of Optimal Payments Inc. They are to be used only by licensed

More information

Create e-commerce website Opencart. Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo.

Create e-commerce website Opencart. Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo. Create e-commerce website Opencart Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo.com Create e-commerce website Opencart What is opencart? Opencart

More information

Description of Microsoft Internet Information Services (IIS) 5.0 and

Description of Microsoft Internet Information Services (IIS) 5.0 and Page 1 of 10 Article ID: 318380 - Last Review: July 7, 2008 - Revision: 8.1 Description of Microsoft Internet Information Services (IIS) 5.0 and 6.0 status codes This article was previously published under

More information

SysAidTM Deployment Tool Guide

SysAidTM Deployment Tool Guide SysAidTM Deployment Tool Guide Document Updated: 10 November 2009 Introduction You want SysAid to see your assets, providing information on their hardware, software, history, and more. The most simple

More information

Web Services Credit Card Errors A Troubleshooter

Web Services Credit Card Errors A Troubleshooter Web Services Credit Card Errors A Troubleshooter January 2014 This manual and accompanying electronic media are proprietary products of Optimal Payments plc. They are to be used only by licensed users

More information

Virtual Terminal User s Guide

Virtual Terminal User s Guide Virtual Terminal User s Guide For Professional Use Only Currently only available in English. A usage Professional Uniquement Disponible en Anglais uniquement pour l instant. Last updated: June 2008 PayPal

More information

PayWay. PayWay Net Developer's Guide

PayWay. PayWay Net Developer's Guide PayWay PayWay Net Developer's Guide Version 5.14 26 Oct 2015 Release Date Version Description 12 Mar 2007 1.0 Initial Version 18 Nov 2007 2.0 Expand HTTP Parameter descriptions and add appendices. 17 Apr

More information

Tableau Server Trusted Authentication

Tableau Server Trusted Authentication Tableau Server Trusted Authentication When you embed Tableau Server views into webpages, everyone who visits the page must be a licensed user on Tableau Server. When users visit the page they will be prompted

More information

PAY BUTTON USER GUIDE PAY BUTTON USER GUIDE. Version: 1.2

PAY BUTTON USER GUIDE PAY BUTTON USER GUIDE. Version: 1.2 PAY BUTTON Version: 1.2-1 - 1 About Pay Button... 3 2 Using the Pay Button Creator... 3 2.1 Fields... 4 2.2 Inserting the Link/QR Code... 5 3 Advanced Integration... 10 3.1 Advanced Integration... 10 3.1.1

More information

Java SFA merchant integration guide

Java SFA merchant integration guide Java SFA merchant integration guide Installing the SFA JAVA Library Pre-requisites 1. The Merchant's machine where SFA will be installed should have JDK1.3 installed. 2. The Merchant must possess the

More information

Realex Payments Gateway Extension with 3D Secure for Magento. User Guide to Installation and Configuration. StudioForty9 www.studioforty9.

Realex Payments Gateway Extension with 3D Secure for Magento. User Guide to Installation and Configuration. StudioForty9 www.studioforty9. Realex Payments Gateway Extension with 3D Secure for Magento User Guide to Installation and Configuration StudioForty9 www.studioforty9.com User Guide: Table of Contents 3 How to Install the Realex Module

More information

Logging In You must log in to the system before you can begin exchanging files with UMB. To log in to the system, follow the steps below.

Logging In You must log in to the system before you can begin exchanging files with UMB. To log in to the system, follow the steps below. Using UMB Secure File Transfer UMB Secure File Transfer is a Java-based interface that you can use to upload and download your files through a secure SSL connection using a Javasupported web browser such

More information

Offline Payment Methods

Offline Payment Methods Offline Payment Methods STRONGVON Tournament Management System 1 Overview The STRONGVON Tournament Management System allows you to collect online registration, while arranging for offline payment methods

More information

Magento Extension User Guide: Payment Pages. This document explains how to install the official Secure Trading extension on your Magento store.

Magento Extension User Guide: Payment Pages. This document explains how to install the official Secure Trading extension on your Magento store. This document explains how to install the official Secure Trading extension on your Magento store. Module version: 3.5 Published: 6 August 2015 Table of Contents 1 Introduction... 3 1.1 Features... 3 1.2

More information

COMMERCIAL-IN-CONFIDENCE

COMMERCIAL-IN-CONFIDENCE CardEaseMPI a technical manual describing the use of CardEaseMPI 3-D Secure Merchant Plug-In. Authors: Nigel Jewell Issue 2.9. November 2014. COMMERCIAL-IN-CONFIDENCE Copyright CreditCall Limited 2007-2014

More information

Merchant Integration Guide

Merchant Integration Guide Merchant Integration Guide Card Not Present Transactions January 2012 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC ( Authorize.Net )

More information

Payment module integration for Magento 2. Version 2.0.0

Payment module integration for Magento 2. Version 2.0.0 Version 2.0.0 Contents 1. RELEASE NOTES...3 2. MODULE FEATURES... 4 3. PREREQUISITES... 5 4. INSTALLATION OF THE PAYMENT MODULE... 6 4.1. Package description... 6 4.2. Installation of the module... 6 5.

More information

Global Transport Secure ecommerce Decision Tree

Global Transport Secure ecommerce Decision Tree Global Transport Secure ecommerce Decision Tree Development work* or software configuration** is required. Please be prepared to engage a webmaster/developer for assistance Are you looking for a hosted

More information

3. From the Merchant Administration drop down select VCS Interfacing (page1)

3. From the Merchant Administration drop down select VCS Interfacing (page1) VCS INTEGRATION PROCEDURE 1. Log into VCS Admin Login / Virtual Terminal 2. Select Merchant Administration 3. From the Merchant Administration drop down select VCS Interfacing (page1) Set the fields to

More information

Kaseya 2. User Guide. Version 6.1

Kaseya 2. User Guide. Version 6.1 Kaseya 2 Kaseya SQL Server Reporting Services (SSRS) Configuration User Guide Version 6.1 January 28, 2011 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and

More information

Merchant Interface Online Help Files

Merchant Interface Online Help Files Merchant Interface Online Help Files REGAL t e c h n o l o g i e s t h e f u t u r e o f p a y m e n t s Table of Contents Merchant Interface Online Help Files... 1 Tools... 2 Virtual Terminal... 7 Submit

More information

API Documentation. Version 2.0

API Documentation. Version 2.0 API Documentation Version 2.0 Table of Contents 1. Overview...5 1.1 Test Merchant Account v/s Live Merchant Account...5 1.2 Target Audience...5 1.3 Assistance...6 1.4 Technical Architecture...6 2 Getting

More information

Swedbank Payment Portal Implementation Overview

Swedbank Payment Portal Implementation Overview Swedbank Payment Portal Implementation Overview Product: Hosted Pages Region: Baltics September 2015 Version 1.0 Contents 1. Introduction 1 1.1. Audience 1 1.2. Hosted Page Service Features 1 1.3. Key

More information

MiGS Merchant Administration Guide. July 2013 Software version: MR 29

MiGS Merchant Administration Guide. July 2013 Software version: MR 29 MiGS Merchant Administration Guide July 2013 Software version: MR 29 Copyright MasterCard and its vendors own the intellectual property in this Manual exclusively. You acknowledge that you must not perform

More information

LiteCommerce 2Checkout.com Module

LiteCommerce 2Checkout.com Module LiteCommerce 2Checkout.com Module Version 2.11 Reference Manual LiteCommerce 2Checkout.com Module Reference Manual I Table of Contents Introduction...1 Administrator...2 Zone Installing...3 the Module...4

More information

Merchant Integration Guide

Merchant Integration Guide Merchant Integration Guide Card Not Present Transactions Authorize.Net Customer Support support@authorize.net Authorize.Net LLC 071708 Authorize.Net LLC ( Authorize.Net ) has made efforts to ensure the

More information

Merchant Interface User Guide

Merchant Interface User Guide Business Gateway and Corporate Gateway Merchant Interface User Guide V5.0 May 2014 Use this guide to: Understand the Merchant Interface and the functionality it provides Learn how to use the Merchant Interface

More information

HTTPS GATEWAY INSTRUCTIONS

HTTPS GATEWAY INSTRUCTIONS HTTPS GATEWAY INSTRUCTIONS Definition of HTTPS (HyperText Transport Protocol Secure): The protocol for accessing a secure Web (internet) server. Using HTTPS in the URL or address bar instead of HTTP directs

More information

User s Guide Simple Order API Version 1.14 May 2005

User s Guide Simple Order API Version 1.14 May 2005 CyberSource Business Center Simple Order API User s Guide Simple Order API Version 1.14 May 2005 CyberSource Contact Information For technical support questions, go to the Home page in the Business Center

More information

Cisco AnyConnect Secure Mobility Client VPN User Messages, Release 3.1

Cisco AnyConnect Secure Mobility Client VPN User Messages, Release 3.1 Cisco AnyConnect Secure Mobility Client VPN User Messages, Release 3.1 October 15, 2012 The following user messages appear on the AnyConnect client GUI. A description follows each message, along with recommended

More information

TABLE OF CONTENTS. ipay / Magento Implementation Guide 2 Copyright 2012 Planet Payment, Inc. All Rights Reserved.

TABLE OF CONTENTS. ipay / Magento Implementation Guide 2 Copyright 2012 Planet Payment, Inc. All Rights Reserved. TABLE OF CONTENTS INTRODUCTION... 3 Purpose... 3 Downloading the Magento Extension... 3 Configuring the Magento Extension... 3 Exhibit: Magento Admin Login Screen... 3 Payment Processing Options with ipay

More information

Virtual Terminal User s Guide

Virtual Terminal User s Guide Virtual Terminal User s Guide For Professional Use Only Currently only available in English. A usage Professional Uniquement Disponible en Anglais uniquement pour l instant. Last updated: August 2009 PayPal

More information

Elavon Payment Gateway - Redirect Integration Guide

Elavon Payment Gateway - Redirect Integration Guide Elavon Payment Gateway - Redirect Integration Guide Version: v1.1 Table of Contents 1 About This Guide 3 1.1 Purpose 3 1.2 Audience 3 1.3 Prerequisites 3 1.4 Related Documents 3 2 Elavon Payment Gateway

More information

I. Simplifying Payment Processing. II. Authorizing Your Transactions Correctly page 6

I. Simplifying Payment Processing. II. Authorizing Your Transactions Correctly page 6 Welcome to PaySimple! Congratulations on choosing PaySimple for all your payment processing needs! You will quickly notice that billing and collections is transformed into an effortless process. With PaySimple,

More information

API For Chopstickpay Merchants Configuration: Server-to-server Version: 3.4 Status: Published

API For Chopstickpay Merchants Configuration: Server-to-server Version: 3.4 Status: Published API For Chopstickpay Merchants Configuration: Server-to-server Version: 3.4 Status: Published Contents 1. Version Control... 1 2. Introduction... 2 3. Prerequisites... 2 4. Payment Submission Workflow...

More information

Secure Payment Form User s Guide

Secure Payment Form User s Guide User s Guide (Functional Reference / Technical Specifications) REDFIN NETWORK PAYMENT GATEWAY Document Version 1.3 Copyright 2013 RedFin Network. All Rights Reserved Introduction Visit us at: http://www.redfinnet.com.

More information

Elavon Payment Gateway- Reporting User Guide

Elavon Payment Gateway- Reporting User Guide Elavon Payment Gateway- Reporting User Guide Version: v1.1 Contents 1 About This Guide... 4 1.1 Purpose... 4 1.2 Audience... 4 1.3 Prerequisites... 4 1.4 Related Documents... 4 1.5 Terminology... 4 1.6

More information

Contents. Contents... i. Chapter 1 Introduction...1. Chapter 2 Using PSiGate...9. Index...25

Contents. Contents... i. Chapter 1 Introduction...1. Chapter 2 Using PSiGate...9. Index...25 Using PSiGate Contents i Contents Contents... i Chapter 1 Introduction...1 How to Apply for an Account...4 Set Up a Merchant Account Profile...6 Chapter 2 Using PSiGate...9 PSiGate from the Customer s

More information

PaperCut Payment Gateway Module - PayPal Payflow Link - Quick Start Guide

PaperCut Payment Gateway Module - PayPal Payflow Link - Quick Start Guide PaperCut Payment Gateway Module - PayPal Payflow Link - Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up, and

More information

INSTALLATION AND SETUP HANDBOOK OF PAYU LATAM s PLUGIN FOR WOOCOMMERCE

INSTALLATION AND SETUP HANDBOOK OF PAYU LATAM s PLUGIN FOR WOOCOMMERCE INSTALLATION AND SETUP HANDBOOK OF PAYU LATAM s PLUGIN FOR Woocommerce is a Wordpress plugin that facilitates the creation of an online store integrated to the current site. So that your customers can

More information

Setup Guide for PrestaShop and BlueSnap

Setup Guide for PrestaShop and BlueSnap Setup Guide for PrestaShop and BlueSnap This manual is meant to show you how to connect your PrestaShop store with your newly created BlueSnap account. It will show step-by-step instructions. For any further

More information

Merchant Integration Guide OSCommerce Shopping Cart Version 2.2

Merchant Integration Guide OSCommerce Shopping Cart Version 2.2 Merchant Integration Guide OSCommerce Shopping Cart Version 2.2 Table of Contents 1. Introduction... 3 2. About this Documentation... 3 3. System and Skill Requirements... 3 4. What is the Process I will

More information

Using Authorize.net for Credit Card Processing in YogaReg

Using Authorize.net for Credit Card Processing in YogaReg Using Authorize.net for Credit Card Processing in YogaReg 1. Obtain a credit card merchant account. If you already process credit cards via a terminal, you already have one. You can contact your bank,

More information

PNC PayCard Program Cardholder Website How-To Manual

PNC PayCard Program Cardholder Website How-To Manual PNC PayCard Program Cardholder Website How-To Manual January 2011 Cardholder Website How-To Manual Congratulations on your new PNC Prepaid Debit Card! We hope you find the card simple and convenient to

More information

Quick Shopping Cart QuickBooks Integration

Quick Shopping Cart QuickBooks Integration Quick Shopping Cart QuickBooks Integration Installing and Configuring QuickBooks This guide walks you through setting up the Intuit QuickBooks Merchant Service (QBMS) payment gateway (where available)

More information

Virtual Terminal User s Guide

Virtual Terminal User s Guide Virtual Terminal User s Guide For Professional Use Only Currently only available in English. A usage Professional Uniquement Disponible en Anglais uniquement pour l instant. Last updated: June 2009 PayPal

More information

Technical Reference XML Authorisation

Technical Reference XML Authorisation March 2015 Technical Reference XML Authorisation For recurring billing and one-click checkout V 1.11.1 30.03.2015 DME 1 / 10 For a proper implementation of the Datatrans Payment Solution read the following

More information

Creating an ESS instance on the Amazon Cloud

Creating an ESS instance on the Amazon Cloud Creating an ESS instance on the Amazon Cloud Copyright 2014-2015, R. James Holton, All rights reserved (11/13/2015) Introduction The purpose of this guide is to provide guidance on creating an Expense

More information

Barclaycard Spend Management Training Guide. December 2010

Barclaycard Spend Management Training Guide. December 2010 Barclaycard Spend Management Training Guide December 2010 About this Guide The following slides are intended to assist with cardholder and manager (approver) Barclaycard Spend Management training. The

More information

CPAY MERCHANT INTEGRATION SPECIFICATION

CPAY MERCHANT INTEGRATION SPECIFICATION CPAY MERCHANT INTEGRATION SPECIFICATION 1 CONTENTS Using this specification... 3 Purpose... 3 Audience... 3 Introduction... 4 Payment Process... 5 Payment Parameters... 6 Technical Details... 8 Communication

More information

Alpha e-pay v2 Merchant User Manual (v1.9)

Alpha e-pay v2 Merchant User Manual (v1.9) Alpha e-pay v2 Merchant User Manual (v1.9) Overview NOTE: Alpha e-pay, Alpha Bank s e-commerce solution, is currently using the DeltaPAY e- commerce platform. Therefore, Alpha e-pay and DeltaPAY are used

More information

Merchant Interface Online Help Files

Merchant Interface Online Help Files Merchant Interface Online Help Files Table of Contents Merchant Interface Online Help Files... 5 Tools... 6 Virtual Terminal... 7 Submit a Credit Card Charge... 7 Submit a Credit Card Refund... 9 Submit

More information

User Manual. Firm Bank Manager (includes instructions for employees and firms) U.S Network of Virtual Enterprises Bank. for

User Manual. Firm Bank Manager (includes instructions for employees and firms) U.S Network of Virtual Enterprises Bank. for U.S Network of Virtual Enterprises Bank User Manual for Firm Bank Manager (includes instructions for employees and firms) US Network Bank User Manual Bank Manager Page 1 of 8 FOR FIRM BANK MANAGER LOGIN

More information

Fraud Detection. Configuration Guide for the Fraud Detection Module v.4.2.0. epdq 2014, All rights reserved.

Fraud Detection. Configuration Guide for the Fraud Detection Module v.4.2.0. epdq 2014, All rights reserved. Configuration Guide for the Fraud Detection Module v.4.2.0 Table of Contents 1 What is the... Fraud Detection Module? 4 1.1 Benefits 1.2 Access 1.3 Contents... 4... 4... 4 2 Fraud detection... activation

More information

DIRECT INTEGRATION GUIDE DIRECT INTEGRATION GUIDE. Version: 9.16

DIRECT INTEGRATION GUIDE DIRECT INTEGRATION GUIDE. Version: 9.16 DIRECT Version: 9.16-1 - 1 Direct HTTP Integration... 4 1.1 About This Guide... 4 1.2 Integration Disclaimer... 4 1.3 Terminology... 5 1.4 Pre-Requisites... 6 1.5 Integration Details... 7 1.6 Authentication...

More information

PaperCut Payment Gateway Module - PayPal Payflow Link - Quick Start Guide

PaperCut Payment Gateway Module - PayPal Payflow Link - Quick Start Guide PaperCut Payment Gateway Module - PayPal Payflow Link - Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up, and

More information

DalPay Internet Billing. Checkout Integration Guide Recurring Billing

DalPay Internet Billing. Checkout Integration Guide Recurring Billing DalPay Internet Billing Checkout Integration Guide Recurring Billing Version 1.3 Last revision: 01/07/2011 Page 1 of 16 Version 1.3 Last revision: 01/07/2011 Page 2 of 16 REVISION HISTORY 4 INTRODUCTION

More information

Netswipe Processing Implementation

Netswipe Processing Implementation Netswipe Processing Implementation Direct Integration with Jumio s Payment Gateway Revision History Version Date published Description 1.0.0 November 22 nd, 2011 Initial release. 1.0.1 January 12 th, 2012

More information

Server Protocol and Integration Guideline (Protocol v3.00) Published Date 27/08/2013

Server Protocol and Integration Guideline (Protocol v3.00) Published Date 27/08/2013 Server Protocol and Integration Guideline (Protocol v3.00) Published Date 27/08/2013 Document Index Version History... 3 LEGAL NOTICE... 3 Welcome to the Sage Pay Server integration method... 4 Overview

More information

Shopping Cart Interface Version 1.03

Shopping Cart Interface Version 1.03 Shopping Cart Interface Version 1.03 1/15 Table of Contents: Introduction... 3 Shopping Cart Interface Workflow... 3 Preparation steps... 6 Payment process... 7 Formation of the digital signature... 9

More information

HOSTED INTEGRATION GUIDE HOSTED INTEGRATION GUIDE. Version: 9.16

HOSTED INTEGRATION GUIDE HOSTED INTEGRATION GUIDE. Version: 9.16 HOSTED Version: 9.16-1 - 1 Hosted HTTP Integration... 4 1.1 About This Guide... 4 1.2 Integration Disclaimer... 4 1.3 Terminology... 5 1.4 Pre-Requisites... 6 1.5 Integration Details... 7 1.6 Authentication...

More information

PaperCut Payment Gateway Module PayPal Website Payments Standard Quick Start Guide

PaperCut Payment Gateway Module PayPal Website Payments Standard Quick Start Guide PaperCut Payment Gateway Module PayPal Website Payments Standard Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting

More information

Contents Notice to Users

Contents  Notice to Users Web Remote Access Contents Web Remote Access Overview... 1 Setting Up Web Remote Access... 2 Editing Web Remote Access Settings... 5 Web Remote Access Log... 7 Accessing Your Home Network Using Web Remote

More information

Last Modified June 2008

Last Modified June 2008 Payment Gateway Virtual Terminal Last Modified June 2008 E-Business the easy way! Website: www.vcs.co.za Contact: +27 (0) 11 257 6222 E-mail: sales@vcs.co.za Virtual Card Services (Pty) Ltd Registration

More information

Form Protocol and Integration Guideline. Form Protocol and Integration Guideline (Protocol v3.00)

Form Protocol and Integration Guideline. Form Protocol and Integration Guideline (Protocol v3.00) Form Protocol and Integration Guideline (Protocol v3.00) Published Date 30/01/2014 Document Index Version History... 3 LEGAL NOTICE... 3 Welcome to the Sage Pay Form integration method... 4 Overview of

More information

Web Remote Access. User Guide

Web Remote Access. User Guide Web Remote Access User Guide Notice to Users 2005 2Wire, Inc. All rights reserved. This manual in whole or in part, may not be reproduced, translated, or reduced to any machine-readable form without prior

More information

Online Commerce Suite Getting Started Guide

Online Commerce Suite Getting Started Guide Online Commerce Suite Getting Started Guide Revision 3.4 August 2003 Pay-Me-Now 1751 S. Pacific Coast Hwy Laguna Beach, Ca 92651 www.pay-me-now.com 2003, MerchantPartners.com LLC All Rights Reserved. Contents

More information

Remote Console Installation & Setup Guide. November 2009

Remote Console Installation & Setup Guide. November 2009 Remote Console Installation & Setup Guide November 2009 Legal Information All rights reserved. No part of this document shall be reproduced or transmitted by any means or otherwise, without written permission

More information