INTRODUCTION MERCHANT INTEGRATION. Ha noi, 14/06/2015 INTRODUCTION MERCHANT INTEGRATION 1

Size: px
Start display at page:

Download "INTRODUCTION MERCHANT INTEGRATION. Ha noi, 14/06/2015 INTRODUCTION MERCHANT INTEGRATION 1"

Transcription

1 INTRODUCTION MERCHANT INTEGRATION Ha noi, 14/06/2015 INTRODUCTION MERCHANT INTEGRATION 1

2 Contents 1. PURPOSE INTEGRATION Integrate payment gateway Parameters request to OnePAY Parameters response from OnePAY Response Code Descriptions IPN (Instant Payment Notification) What is IPN? Integatration method QueryDR URL Prameters Example Test case Testing information INTRODUCTION MERCHANT INTEGRATION 2

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. The payment flow for Domestic Payment Gateway (Vietnam ATM Card) INTRODUCTION MERCHANT INTEGRATION 3

4 2. INTEGRATION 2.1 Integrate payment gateway - Step 0: Download source code, documents from this site. URL to view MERCHANT ACCOUNT TEST, CARD ATM 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 - Step 2: 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: INTRODUCTION MERCHANT INTEGRATION 4

5 + Type of card: Vietcombank Connect24 + Card Name: NGUYEN HONG NHUNG + Card Number: Issue date: 12/08 After that click Submit, the web page will redirect to Vietcombank semulator page for authorise card holder. Typing ten digit to Transaction code (Mã giao dịch) : + Code: Click PAY - Step 3: Check information in return for a DR file s are successful, pending - unknown results or failed payment. Specifically: 1. Payment successfully: vpc_txnresponsecode = 0 Hash Validated Correctly: CORRECT 2. Pending payment s: Hash Validated Correctly: INVALID HASH vpc_txnressponsecode =0 3. The payment fails. vpc_txnresponsecode <> Parameters request to OnePAY Request to: Parameter Requited Optional Field type Length Example Value vpc_version The version of the Virtual Payment Client being used. The current version is 2. Required Alphanumeric INTRODUCTION MERCHANT INTEGRATION 5

6 virtualpaymentclienturl http address of payment gateway alphabet 1-45 vpc_command Indicates the type. This must be equal to pay Required Alphanumeric 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 Alphanumeric 8 D67342C2 vpc_merchtxnref A unique value created by the merchant to identify the DO. It is used to track the progess of a 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 attempt. For example, if a cardholder has insufficient funds on their card and you allow them to repeat the 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 Alphanumeric 1-40 Test1234/1 vpc_merchant The unique merchant Id assigned to you by your Payment Provider. Required Alphanumeric 1-16 ONEPAY vpc_orderinfo Your own identifier used to identify the with the cardholder. For example, a shopping cart number, an order number, or an invoice number. Required Alphanumeric 1-34 Test1234 vpc_amount INTRODUCTION MERCHANT INTEGRATION 6

7 The amount of the in the smallest currency unit expressed as an integer. Note: vpc_amount = Transaction Amount * 100 For example, if the amount is VND then the vpc_amount is Required Alphanumeric 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 Alphanumeric rl/receipt.asp vpc_locale Language show on payment gateway. vn is Vietnamese, en is English Required Alphanumeric 2-5 vn vpc_currency The currency of the amount. The currency is VND Required Alphanumeric 1-3 VND vpc_ticketno Ticket No is IP address of the computer of the cardholder do the. Required Alphanumeric vpc_securehash Required Alphanumeric DB8 B D14E070 A5121DA926 B6D738436C ED590FB9DE E Note: Parameter name can be changed following merchant advice during integration. INTRODUCTION MERCHANT INTEGRATION 7

8 2.3 Parameters response from OnePAY Response: Parameter Required Field Type Length Comment Optional vpc_version The value of the vpc_version DO input field that is returned in the DR. input Alphanumeric vpc_command The value of the vpc_comand DO input field that is returned in the DR. Input Alpha 3 pay vpc_addition Addtion infor 255 [6 digits Card Bin] vpc_transactionno Payment server id vpc_merchtxnref The value of the vpc_merchanttxnref DO input field that is returned in the DR. Input Alphanumer 1-40 Test1234/1 ic - Special vpc_merchant The value of the vpc_merchant DO input field that is returned in the DR. Input Alphanumeric - Special 1-16 TESTMERCHANT01 vpc_orderinfo The value of the vpc_orderinfo DO input field that is returned in the DR. Input Alphanumeric Special characters 1-34 Test1234 vpc_amount The value of the vpc_amount DO input field that is returned the DR. Input Numeric INTRODUCTION MERCHANT INTEGRATION 8

9 vpc_currency Currency type of amount in 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 Alphanumer ic 2-5 vn vpc_txnresponsecod e A response code that is generated by the Payment Server to indicate the status of the. A vpc_responsecode of 0 indicates that the was processed successfully and approved by the Acquiring Bank. Any other value indicates the was declined Required Numeric 1 0 vpc_message Indicates any errors the may have encountered Optional Alphanumer ic No reply from Bank vpc_securehash Optional Alphanumer ic 64 DDDF9FC7E67B7 0743E A2 31BD4B3D B235DBEC632 C A88058DFC 2.4 Response Code Descriptions List of value for vpc_txnresponsecode field Response Code Desc 0 Approved 1 Declined 3 Merchant not exist 4 Invalid access code INTRODUCTION MERCHANT INTEGRATION 9

10 5 Invalid amount 6 Invalid currency code 7 Unspecified Failure 8 Invalid card Number 9 Invalid card name 10 Expired Card 11 NOT REGISTED SERVICE 12 Invalid card date 13 Exist Amount 21 INSUFFICIENT FUND 22 Invalid Account 23 Account Lock 24 Invalid Card Info 25 Invalid OTP 25 3 Transaction timeout 99 User cancel 2.5 IPN (Instant Payment Notification) What is IPN? IPN is a utility of OnePAY payment gateway. It will provide all of the s data that was paid through payment gateway OnePAY. IPN technology works in server-to-server and your client will not be able to see through the screen Integration method The merchant have to build the URL and IPN will send GET data is same as data received on DR file to this URL. IPN processing model: INTRODUCTION MERCHANT INTEGRATION 10

11 Pic 3. IPN After received post data from IPN, you need get the value of vpc_txnresponsecode variable: vpc_txnresponsecode=0 and hash CORRECT: the succeed vpc_txnresponsecode#0: the failed If response from OnePAY is not received, we will keep retry three times on three minutes interval (1 time per 1 minute) If your received response from us, please response back to OnePAY in below fomat: responsecode=1&desc=confirm-success - Responsecode = 1: received - Responsecode = 0: received and invalid hash 2.6 QueryDR URL URL Submit form in Test mode: URL Submit form in Production: Method: http request (POST) Prameters Field Value type Description Example vpc_version String Static 1 vpc_command String Static querydr INTRODUCTION MERCHANT INTEGRATION 11

12 vpc_accesscode String Code of Merchant Account D67342C2 vpc_merchant String ID of Merchant Account ONEPAY vpc_merchtxnref String (40 chars) Key of payment Me_ vpc_user String Inquiry account op01 vpc_password String Password of inquiry account op Example Request: pay/vpcdps.op?vpc_accesscode=d67342c2&vpc_command=querydr&vpc_merchtxnref= &vpc_merchant=onepay&vpc_password=op123456&vpc_user=op01&vpc_version=1 Result: vpc_drexists=y&vpc_additiondata=686868&vpc_amount= &vpc_command=pay&vpc_curr encycode=vnd&vpc_locale=vn&vpc_merchtxnref= &vpc_merchant=onepay&vpc_message=transaction was successful&vpc_orderinfo=bao giay 2 nam - MSDH: 2259&vpc_TransactionNo= &vpc_TxnResponseCode=0&vpc_Version=2 QueryDR function returns the result as a result of the original payment, plus 2 additional fields: - vpc_drexists: that there exist s to the value of the Merchant Transaction Reference. If the value of vpc_drexists equals Y that is existence. - vpc_txnresponsecode: status of payment INTRODUCTION MERCHANT INTEGRATION 12

13 2.7 Test case Cas e Content Steps Purpose Expected results Actual results Test Frontend (F) and Backend (B) Status (pass or not pass) 1 Test a successful 1. Enter card info (ATM card) below Checking the system to update a successful F: Show a success page. B: Update success status. Send a success mail to customer, sms, 2 Test a fail Response code <> 0 1. Cancel a or enter incorrect date. Checking the system to update a fail F: Show fail page. B: Update fail status 3 Check hash 1. Do a fail (vpc_txnrespons ecode <> 0 ) 2. Edit value of parameter vpc_txnresponse Code to 0 on return URL Checking the system to update a if parameters are modified on return URL F: Show fail page. B: Update status is pending 4 Return multiple times 1. Do a successful. 2. Refresh browser or re-press the return URL on browser s address bar B: Do not update again Check confirm backend system (IPN) INTRODUCTION MERCHANT INTEGRATION 13

14 5 Front-end and IPN both received data 1. Do a successful Checking the system to update a F: Show a success page. B: Update success status. Send a success mail to customer, sms, 6 Front-end not received data and IPN received data 1. Do a successful 2. Close the browser while redirecting from Onepay to website Checking the system to update a B: Update success status. Send a success mail to customer, sms, 7 Front-end received data and IPN not received data 1. Disable back-end url 2. Make a successful Checking the system to update a F: Show a success page. B: Update success status. Send a success mail to customer, sms, 2.8 Testing information Card type: Vietcombank Name: NGUYEN HONG NHUNG Number: Date: 12/08 OTP: ===== MERCHANT INFO TEST ======================== URL Payment: MerchantID: ONEPAY Accesscode: D67342C2 Hashcode (Tên khác là SECURE_SECRET): A3EFDFABA8653DF2342E8DAC29B51AF0 INTRODUCTION MERCHANT INTEGRATION 14

NAPAS Payment Gateway Merchant Integration Specification

NAPAS Payment Gateway Merchant Integration Specification NAPAS Payment Gateway Merchant Integration Specification Version 2.2 Hanoi 06-2016 NAPASMerchantIntegrationSpecificationEnv2.21 page 1/31 Index I. Overview... 3 i. Document purpose... 3 ii. System overview...

More information

PAYFORT Batch Service

PAYFORT Batch Service PAYFORT Batch Service Document Version: 1.1 April, 2018 Copyright Statement All rights reserved. No part of this document may be reproduced in any form or by any means or used to make any derivative such

More information

Important Notice. All company and brand products and service names are trademarks or registered trademarks of their respective holders.

Important Notice. All company and brand products and service names are trademarks or registered trademarks of their respective holders. Important Notice Magento reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time and to discontinue any product or

More information

Access Online. Navigation Basics. User Guide. Version 2.2 Cardholder and Program Administrator

Access Online. Navigation Basics. User Guide. Version 2.2 Cardholder and Program Administrator Access Online Navigation Basics User Guide Version 2.2 Cardholder and Program Administrator Contents Introduction... 1 Access Online Overview... 2 How We Gather and Manage Transaction Data in Access Online...

More information

Make online payments with peace of mind. HBL DebitCard enables enhanced security on internet-based transactions

Make online payments with peace of mind. HBL DebitCard enables enhanced security on internet-based transactions Make online payments with peace of mind HBL DebitCard enables enhanced security on internet-based transactions 600 522 228 www.hbl.com/uae HBL DebitCards are now protected by Verified by Visa (VBV) using

More information

Merchant Portal User Guide

Merchant Portal User Guide Merchant Portal User Guide TABLE OF CONTENTS Accessing the Click Merchant Portal... 3 Virtual Terminal... 4 Single Entry (Merchant Enters Card Details)... 5 Payment Using Collected Card Details... 5 Payment

More information

Authorize.Net Magento 2.x Payment Module

Authorize.Net Magento 2.x Payment Module Authorize.Net Magento 2.x Payment Module User Guide Revision 1.0.1 September 17, 2018 Sep 17 2018 Authorize.Net Global Payment Management for Magento 2.x 1 Contents Document History... 4 1. Introduction...

More information

PAYMENT SYSTEM RESPONSE CODES

PAYMENT SYSTEM RESPONSE CODES PAYMENT SYSTEM RESPONSE CODES Bank s Text Text APPROVED 00 Approved 08 Honour with ID 11 Approved VIP (not used) 16 Approved, Update Track 3 (not used) 77 Approved (ANZ only) DECLINED 01 Refer to Card

More information

Phone-Based One-Time Password without Proofing (Level 2) User Guide November 2017

Phone-Based One-Time Password without Proofing (Level 2) User Guide November 2017 Phone-Based One-Time Password without Proofing (Level 2) User Guide November 2017 1 Contents About Phone Based One-Time Password... 3 OTP Acquisition and Activation Process Overview... 3 Step 1: Determine

More information

Application User Guide. VCB-Mobile User Guide 1

Application User Guide. VCB-Mobile User Guide 1 Application User Guide VCB -MOBILE B@NKING VCB-Mobile B@nking User Guide 1 I. Introduction to VCB-Mobile B@nking Service features... 7 Group of financial functions... 7 Group of add-on utilities... 7 Conditions

More information

CS LOXINFO eservice V.1.0.2

CS LOXINFO eservice V.1.0.2 CS LOXINFO eservice V.1.0.2 Version 1.0.2 CS LoxInfo Public Company Limited Document Details Document Name: Purpose of Document: End-User Manual Document version: V.1.0.2 Date of First Draft: 21/06/2016

More information

Payment Pages Setup Guide Version 2

Payment Pages Setup Guide Version 2 Version 2 Published: 3 April 2018 Migrating from version 1? Please read our quick start guide on page 100. 2.4.25 (a) Table of Contents 1 The basics... 4 1.1 Workflows... 5 1.2 Session-locked page... 13

More information

PayPlug. The payment solution that increases your sales PAYPLUG EXTENSION FOR MAGENTO V1

PayPlug. The payment solution that increases your sales PAYPLUG EXTENSION FOR MAGENTO V1 PAYPLUG EXTENSION FOR MAGENTO V1 TABLE OF CONTENTS 1. INTRODUCTION..3 2. CONFIGURATION 4 2.1. CONNECT... 2.2. SETTINGS..5 2.3. PAYMENT PAGE..6 2.4. DISPLAY/HIDE PAYPLUG. 3. PAYMENT PAGE.6 3.1. REDIRECT.7

More information

NAB TRANSACT. Direct Post v2.1.2 Integration Guide

NAB TRANSACT. Direct Post v2.1.2 Integration Guide NAB TRANSACT Direct Post v2.1.2 Integration Guide CONTENTS 1 Introduction 4 1.1 What is Direct Post? 4 1.2 Requirements for Implementation 4 1.2.1 Public Test Account Details 4 1.3 Card Types Accepted

More information

KNET API Integration Guide

KNET API Integration Guide KNET API Integration Guide API INTEGRATION GUIDE VERSION 1.0 1 Table of Contents 1. Overview...5 1.1 Scope...5 1.2 Target Audience...5 1.3 Assistance...5 1.4 Documentation Feedback...5 2 KNET Transaction

More information

Magento Extension User Guide: Web Services Version 3.6.1

Magento Extension User Guide: Web Services Version 3.6.1 Version 3.6.1 This document explains how to install the official Secure Trading extension on your Magento store. Published: 3 August 2017 Table of Contents 1 Introduction... 3 1.1 Features... 3 1.2 Requirements...

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.4 Published: 31 October 2014 Table of Contents 1 Introduction... 3 1.1 Features... 3

More information

User Guide Netaxept Administration Module. Version 1.50

User Guide Netaxept Administration Module. Version 1.50 User Guide Netaxept Administration Module Version 1.50 This document describes the various functions of Netaxept Administration Module (Netaxept Admin). The latest version of the document is available

More information

User Guide Netaxept Administration Module

User Guide Netaxept Administration Module User Guide Netaxept Administration Module Version 1.50 This document describes the various functions of Netaxept Administration Module (Netaxept Admin). The latest version of the document is available

More information

ChinaPay Integration Guide. Version 6.2.2

ChinaPay Integration Guide. Version 6.2.2 ChinaPay Integration Guide Version 6.2.2 As of: 31.03.2017 Table of Contents About ChinaPay... 4 General information about ChinaPay... 4 Process flow chart... 4 Paygate interface... 5 Definitions... 5

More information

Access Online Banking & SC Mobile Banking Application in all devices Find out more View account details & download statement on the go Find out more

Access Online Banking & SC Mobile Banking Application in all devices Find out more View account details & download statement on the go Find out more Online Banking Guidelines Version: 072017 1 Register Online Banking with ease Find out more Auto Registration Online Banking Username & Password are sent in a few working days after account opened Register

More information

Triveneto payment method for Magento 2

Triveneto payment method for Magento 2 Docs» Triveneto payment method for Magento 2 Triveneto payment method for Magento 2 This is the documentation for the Triveneto module for Magento 2, which integrates Magento 2 with the aforementioned

More information

UiBSclearing. UiBSclearing. Never lose a customer due to a failed credit card HEAD OFFICE

UiBSclearing. UiBSclearing. Never lose a customer due to a failed credit card HEAD OFFICE Never lose a customer due to a failed credit card HEAD OFFICE 1 Agias Zonis Street, Pentadromos Centre, Office B401, CY-3026, Limassol, Cyprus P.O. BOX 52208, 4062 Limassol, Cyprus Tel: +357 7777 [UiBS]

More information

At merchants that have not yet signed up for your card will continue to work without the need to use an OTP.

At merchants that have not yet signed up for your card will continue to work without the need to use an OTP. More Information The Safe@Web service protects your cards against unauthorized use when shopping online at Safe@Web participating merchants. Your online purchases are secured with the use of One Time Password

More information

B2B Portal User Guide

B2B Portal User Guide B2B Portal User Guide Table of Contents Introduction..3 Logging In.4 Changing your original password......6 Ordering Product....7 Product Waiting Lists......8 Payment Options.. 14 Finalizing your Order...

More information

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

Magento Extension User Guide. 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.2.1 Published: 13 June 2014 Table of Contents 1 Introduction... 3 1.1 Features... 3

More information

Direct Post Integration Guide

Direct Post Integration Guide Direct Post Integration Guide Page 1 of 34 Document Control This is a control document DESCRIPTION Direct Post Integration Guide CREATION DATE 20/12/2011 CREATED BY SecurePay VERSION 1.4 DATE UPDATED 28/02/2017

More information

Hardware One-Time Password User Guide November 2017

Hardware One-Time Password User Guide November 2017 Hardware One-Time Password User Guide November 2017 1 Table of Contents Table of Contents... 2 Purpose... 3 About One-Time Password Credentials... 3 How to Determine if You Need a Credential... 3 Acquisition

More information

Token System Integration & Protocol Guideline (Server & Direct)

Token System Integration & Protocol Guideline (Server & Direct) Token System Integration & Protocol Guideline (Server & Direct) Token System Protocol and Integration Guideline Content Welcome to the Sage Pay Token System integration... 2 General overview of how the

More information

ewallet API integration guide version 5.1 8/31/2015

ewallet API integration guide version 5.1 8/31/2015 ewallet API integration guide version 5.1 8/31/2015 International Payout Systems, Inc. (IPS) ewallet API Integration Guide contains information proprietary to IPS, and is intended only to be used in conjunction

More information

CyberSource Global Payment Management

CyberSource Global Payment Management CyberSource Global Payment Management Magento 2.x Implementation Guide Version 1.1.0 August 2017 Extract Use this guide to install and configure the CyberSource extension for Magento 2.x. Contents Recent

More information

AutomationDirect.com Order Import Feature

AutomationDirect.com Order Import Feature AutomationDirect.com Order Import Feature This document describes the requirements to upload a CSV or XML format order file from your system into our AutomationDirect.com E-commerce system to create an

More information

VIRTUAL TERMINAL GUIDE

VIRTUAL TERMINAL GUIDE VIRTUAL TERMINAL GUIDE Version 1.4 Jan 2017 1 TABLE OF CONTENTS ABOUT THIS GUIDE... 2 INTRODUCTION... 3 ACCESSING THE VIRTUAL TERMINAL... 4 SUBMITTING A PAYMENT... 5 VIEWING YOUR TRANSACTIONS... 7 Virtual

More information

Hardware One-Time Password User Guide August 2018

Hardware One-Time Password User Guide August 2018 Hardware One-Time Password User Guide August 2018 Copyright 2017 Exostar LLC. All rights reserved 1 Version Impacts Date Owner Hardware One-Time Password User Guide Image updates August 2018 M. Williams

More information

PAYFORT Merchant Integration Guide

PAYFORT Merchant Integration Guide PAYFORT Merchant Integration Guide Document Version: 96 January, 2019 Copyright Statement All rights reserved part of this document may be reproduced in any form or by any means or used to make any derivative

More information

NHD Online Registration Guide: Teacher

NHD Online Registration Guide: Teacher NHD Online Registration Guide: Teacher Introduction Welcome to the National History Day Contest Management system. Within this guide, you will see a description of key terms within the contest system along

More information

PNC Prepaid Card Programs Cardholder Website How-To Manual

PNC Prepaid Card Programs Cardholder Website How-To Manual PNC Prepaid Card Programs Cardholder Website How-To Manual February 2012 Cardholder Website How-To Manual Congratulations on your new PNC Prepaid Card! We hope you find the card simple and convenient to

More information

ideal Integrated PHP

ideal Integrated PHP ideal Integrated PHP Shop Integration Guide composed by: version 1.7, Aug 2011 Copyright 2006, ABN AMRO Bank Contents Contents... 2 1 Introduction... 3 2 Signup process... 4 3 ideal overview... 6 3.1 Integration

More information

Getting Started with Online Payments

Getting Started with Online Payments Getting Started with Online Payments Getting Started... 2 Steps for the Online Payment Process... 2 Step 1 Customer Visits Web Site... 2 Step 2 Redirected to Payment Center... 2 Step 3 Status Determined...

More information

CyberSource Global Payment Management for Magento 2

CyberSource Global Payment Management for Magento 2 CyberSource Global Payment Management for Magento 2 User s Guide Version 2.0.3 January 2018 January 2018 CyberSource Global Payment Management for Magento 2.x 1 Contents Recent Changes... 5 1. Introduction:...

More information

Michelin Credit Card Management Credit Card Registration Quick Reference Guide

Michelin Credit Card Management Credit Card Registration Quick Reference Guide Michelin Credit Card Management Credit Card Registration Quick Reference Guide In a continuing effort to protect your privacy and to ensure the security of credit card data, Michelin is launching a new

More information

ANZ EGATE MERCHANT ADMINISTRATION QUICK REFERENCE GUIDE

ANZ EGATE MERCHANT ADMINISTRATION QUICK REFERENCE GUIDE ANZ EGATE MERCHANT ADMINISTRATION QUICK REFERENCE GUIDE PURPOSE The purpose of this Quick Reference Guide is to provide the user with a quick reference to using the ANZ egate Merchant Administration. COPYRIGHT

More information

Merchant e-solutions Payment Acceptance User Guide for Magento (M1)

Merchant e-solutions Payment Acceptance User Guide for Magento (M1) Merchant e-solutions Payment Acceptance User Guide for Magento (M1) Step-by-step guidance for setup and use of the Payment Acceptance extension for Magento 1 Table of Contents Key Contacts... 3 Extension

More information

Integration Guide. Rabo OmniKassa

Integration Guide. Rabo OmniKassa Integration Guide Rabo OmniKassa Contents 1. INTRODUCTION... 4 2. WHAT YOU NEED TO KNOW ABOUT THE RABO OMNIKASSA... 5 2.0 INTEGRATING RABO OMNIKASSA AND THE WEBSHOP... 5 2.1 SECURITY... 5 2.2 SECRET KEY...

More information

Internet Banking userguide. Internet Banking Userguide

Internet Banking userguide. Internet Banking Userguide Internet Banking Userguide INTRODUCTION Internet Banking is a webpage service which allows customers manage accounts, transfer fund, payments, and open/close saving accounts through devices that have connected

More information

Student WebAdvisor Training Manual

Student WebAdvisor Training Manual Student WebAdvisor Training Manual Contents Logging into WebAdvisor..2 Registering for a Class Section..4 Paying on My Account. 9 Dropping a Class Section 12 1 Logging into WebAdvisor STEPS 1. Click the

More information

Steps for Completing a Download Transaction on the estore and Downloading your Product Update

Steps for Completing a Download Transaction on the estore and Downloading your Product Update Steps for Completing a Download Transaction on the estore and Downloading your Product Update Once you have received a Technical Bulletin of Release Availability, follow these instructions carefully to

More information

SEGPAY WooCommerce Plugin SETUP

SEGPAY WooCommerce Plugin SETUP SEGPAY WooCommerce Plugin SETUP Client Documentation Version 1.1 May 11, 2017 Table of Contents Version Tracking... 3 Summary... 4 Pre-Installation Checklist... 4 Plugin Installation... 5 Testing... 9

More information

User Guide: VirtualMerchant

User Guide: VirtualMerchant User Guide: VirtualMerchant Two Concourse Parkway, Suite 800, Atlanta, GA 30328 Elavon, Incorporated 2012. All Rights Reserved Copyright Copyright 2012 Elavon, Incorporated. All rights reserved. No part

More information

Requests that are forwarded via redirects by a customer's web browser are authenticated via browser API authentication.

Requests that are forwarded via redirects by a customer's web browser are authenticated via browser API authentication. Poplatek Server API Version: 2016-06-22.2 Quick links Browser API Pay REST API Get Transaction Status Cancel Refund Settlement report Changes 2016-06-22: Document sandbox URL endpoints. Small miscellaneous

More information

BluePay Magento 2 User Guide

BluePay Magento 2 User Guide BluePay Magento 2 User Guide This documentation contains a step -by-step guide on installing the plugin and also how to utilize all of the plugin s features. This plugin is designed to work wit h the Magento

More information

PAYFORT Merchant Integration Guide

PAYFORT Merchant Integration Guide PAYFORT Merchant Integration Guide Document Version: 94 September, 2018 Copyright Statement All rights reserved part of this document may be reproduced in any form or by any means or used to make any derivative

More information

Thomson Reuters (Tax & Accounting) Inc. ( TRTA )

Thomson Reuters (Tax & Accounting) Inc. ( TRTA ) Thomson Reuters (Tax & Accounting) Inc. ( TRTA ) My Account Instructions (07/17/14) Please click (Ctrl+Click) on the hyperlinks below to take you to the appropriate information. My Account Registration

More information

N Touch Treasury. Getting Started

N Touch Treasury. Getting Started N Touch Treasury Getting Started Revised 12-15-17 TreasurySupport@NTouchBanking.com (833) 846-2699 How Do I Log into N Touch Treasury? You will be provided a Company ID and Login ID prior to logging in

More information

Int_altapay. Version

Int_altapay. Version Int_altapay Version 15.0 Table of Contents SUMMARY 3 RELEASE HISTORY 3 COMPONENT OVERVIEW 3 F UNCTIONAL O VERVIEW 5. P RIVACY, P AYMENT 3 5 4. IMPLEMENTATION GUIDE 5 4. S ETUP 4. M ETADATA IMPORT & C USTOM

More information

* IMPORTANT* Welcome to QVCC s Non Credit Online/Flexible Registration

* IMPORTANT* Welcome to QVCC s Non Credit Online/Flexible Registration Welcome to QVCC s Non Credit Online/Flexible Registration For Non Credit Courses * IMPORTANT* Do not use your internet browser s BACK button while in Flexible Registration. Press OK to any security popups

More information

MultiSafepay Integration manual

MultiSafepay Integration manual MultiSafepay Integration manual Magento plug-in v2.4.1 MultiSafepay Payment plug-in for Magento https://www.multisafepay.com Copyright (C) 2016 MultiSafepay.com Magento Plug-in 1 Table Of Contents Table

More information

AVAYA LEARNING CENTER END USER GUIDE. Avaya Learning Virtual Campus License Registration Guidelines

AVAYA LEARNING CENTER END USER GUIDE. Avaya Learning Virtual Campus License Registration Guidelines AVAYA LEARNING CENTER END USER GUIDE Avaya Learning Virtual Campus License Registration Guidelines 1 Avaya Learning Virtual Campus License Registration Guide November 2015 ENROLLMENT REGISTRATION PROCESS

More information

PayTabs ios SDK Integration Guide

PayTabs ios SDK Integration Guide PayTabs ios SDK Integration Guide INTEGRATION GUIDE 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...5 1.4 Documentation

More information

Updated September 2014

Updated September 2014 Updated September 2014 2014 GoPrint Systems, Inc., All rights reserved. CashNet Configuration Guide 1 CashNet Required Settings Prior to configuring your CashNet connector, the following information MUST

More information

Programming basics Integration Guide. Version 6.2.1

Programming basics Integration Guide. Version 6.2.1 Programming basics Integration Guide Version 6.2.1 As of: 04.10.2016 Table of Contents Programming... 4 Merchant Interface variants... 4 Security: Payment Card Industry Data Security Standard (PCI DSS)...

More information

Personal account manual A ME

Personal account manual A ME Personal account manual A.005.34.01-01.ME 05.07.2018 Table of Contents 1. Logging in... 4 2. Main page... 6 3. Orders monitor... 6 3.1. Orders search... 7 3.2. Search results... 8 3.3. Saving data to file...

More information

PayGate (Pty) Ltd. PayWebv2 Version PayWebv2. June Version 1.0 Revision 0.11

PayGate (Pty) Ltd. PayWebv2 Version PayWebv2. June Version 1.0 Revision 0.11 PayWebv2 June 2009 Version 1.0 Revision 0.11 recording, or otherwise, without the prior written permission of the authors. 1 VERSION HISTORY...3 A QUICK SAMPLE...4 INTRODUCTION...4 WHERE DOES PAYWEB FIT

More information

Subscriptions and Payment Pages Version 2

Subscriptions and Payment Pages Version 2 Version 2 Published: 26 April 2018 2.1.21 (c) Table of Contents 1 Introduction... 3 1.1 About Subscriptions... 3 1.2 Process Overview... 3 1.3 Pre-requisites... 3 2 Processing a Subscription through Payment

More information

OKPAY guides INTEGRATION OVERVIEW

OKPAY guides INTEGRATION OVERVIEW Название раздела OKPAY guides www.okpay.com INTEGRATION OVERVIEW 2012 Contents INTEGRATION OVERVIEW GUIDE Contents 1. Payment System Integration 2. OKPAY Integration Types 2.1. Basic Payment Links and

More information

Blackbaud Merchant Services Web Portal Guide

Blackbaud Merchant Services Web Portal Guide Blackbaud Merchant Services Web Portal Guide 10/09/2017 Blackbaud Merchant Services 4.0 Blackbaud Merchant Services Web Portal Guide US 2016 Blackbaud, Inc. This publication, or any part thereof, may not

More information

IP Pay. End User System Reference Manual. Document revision October 2008

IP Pay. End User System Reference Manual. Document revision October 2008 IP Pay End User System Reference Manual Document revision 1.3 6 October 2008 1 Table of Contents Introduction 3 DECLINE Response Codes 4 AVS Result Codes 7 CVV2/CVC/CID Result Codes 9 CAVV Result Codes

More information

Authorize.net CIM - Magento 2 USER MANUAL MAGEDELIGHT.COM E:

Authorize.net CIM - Magento 2 USER MANUAL MAGEDELIGHT.COM E: Authorize.net CIM - Magento 2 USER MANUAL MAGEDELIGHT.COM E: SUPPORT@MAGEDELIGHT.COM License Key After successful installation of Authorize.net CIM extension by using the Magento setup, you are now required

More information

Vantiv ecommerce for Magento 1 User Guide. Version 1.0.7

Vantiv ecommerce for Magento 1 User Guide. Version 1.0.7 Vantiv ecommerce for Magento 1 User Guide Version 1.0.7 Vantiv ecommerce for Magento 1... 1 User Guide... 1 1. Project... 3 2. Onboarding... 3 3. Installation... 3 4. Configuration... 5 5. Nuances for

More information

Vantiv ecommerce for Magento 2

Vantiv ecommerce for Magento 2 Vantiv ecommerce for Magento 2 User Guide Version 1.0.0 June 2017 Table of Content 1. Onboarding...3 2. Installation...3 3. Configuration...5 4. Nuances for each MOP...22 5. Checkout...23 6. Stored Payment

More information

Personal account manual A ME

Personal account manual A ME Personal account manual A.005.34.01-01.ME 08.04.2019 Table of Contents 1. Logging in... 4 2. Main page... 6 3. Orders monitor... 6 3.1. Orders search... 7 3.2. Search results... 9 3.3. Saving data to file...

More information

Wirecard CEE Integration Documentation

Wirecard CEE Integration Documentation Created on: 20180117 21:34 by Wirecard CEE Integration Documentation () Created: 20180117 21:34 Online Guides Integration documentation 1/9 Created on: 20180117 21:34 by Credit Card General information

More information

Presentation Cardholder Role

Presentation Cardholder Role On-Line BankCard Center Presentation Cardholder Role Please Note: Special Instructions for Penn State Purchasing Cardholders are included. End Show button. During the Presentation click the mouse on this

More information

Merchant e-solutions Payment Acceptance User Guide for Magento version 2.x ( M2 )

Merchant e-solutions Payment Acceptance User Guide for Magento version 2.x ( M2 ) Merchant e-solutions Payment Acceptance User Guide for Magento version 2.x ( M2 ) Step-by-step guidance for setup and use of the Payment Acceptance extension for Magento 1 Table of Contents Key Contacts...

More information

Frequently Asked Questions (FAQs) on SMS OTP/Securepay password functionality.

Frequently Asked Questions (FAQs) on SMS OTP/Securepay password functionality. Frequently Asked Questions (FAQs) on SMS OTP/Securepay password functionality. Cards issued by The Hongkong and Shanghai Banking Corporation Limited, India (HSBC) Transaction authentication for Primary

More information

Forte Mobile Application

Forte Mobile Application Forte Mobile Application User Guide v3.1.2 Updated 5.25.2017 Revision History Forte Mobile Application: User Guide v3.1.2 Version Date Changes 3.1.1 4/6/2016 New Format. Added Merchant Settings Admin Password.

More information

How to Search and Register for Continuing Education Programs

How to Search and Register for Continuing Education Programs How to Search and Register for Continuing Education Programs 1. Search for a course and/or create an account: Search for portion of title Drop down menu: - Browse Our Programs (view by title) - Events

More information

PayPal Express Checkout Services

PayPal Express Checkout Services Title Page PayPal Express Checkout s Using the Simple Order API May 2017 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For general

More information

TABLE OF CONTENTS 1. GENERAL INFORMATION SERVICE REGISTRATION SIGN - IN SIGN IN FAILURE...

TABLE OF CONTENTS 1. GENERAL INFORMATION SERVICE REGISTRATION SIGN - IN SIGN IN FAILURE... TABLE OF CONTENTS 1. GENERAL INFORMATION... 2 2. SERVICE REGISTRATION... 2 3. VCB-iB@nking SIGN - IN... 2 4. VCB-IB@nking SIGN IN FAILURE... 4 5. ACCOUNT INFORMATION AND TRANSACTION DETAIL INQUIRY... 4

More information

Express Checkout V3.0. Express CheckOut Integration Guide Version 3. PayTabs

Express Checkout V3.0. Express CheckOut Integration Guide Version 3. PayTabs Express Checkout V3.0 Express CheckOut Integration Guide Version 3 PayTabs www.paytabs.com Revision History Version Description of Change Date 1.0 - New Document 24/03/2015 1.1 - Added Section : Troubleshoot

More information

Frequently Asked Questions

Frequently Asked Questions Q. What is GTSE v.2.1.3? Frequently Asked Questions A. GTSE stands for Global Transport Secure ecommerce. GTSE v.2.1.3 is the next generation of Global Payments complete solution for small to mid-sized

More information

X-Payments:FAQ. X-Payments user manual

X-Payments:FAQ. X-Payments user manual X-Payments:FAQ X-Payments user manual 1. X-Payments:General information How It Works Key features 2. What's New What's New in X-Payments 3.1 What's New in X-Payments 3.0 3. System requirements System requirements

More information

Using the Telstra T-Suite Management Console. Customer Administrator s Reference Manual

Using the Telstra T-Suite Management Console. Customer Administrator s Reference Manual Using the Telstra T-Suite Management Console Customer Administrator s Reference Manual June 2011 Registering With TMC Notice Pivot Path is a registered trademark of Jamcracker, Inc. Registered trademark

More information

SpeedChex EasyLink API

SpeedChex EasyLink API SpeedChex EasyLink API Implementation Instructions Version 1.0 SpeedChex is an information capture and processing service that allows consumers to pay for goods or services over the Internet by check without

More information

Resurs Bank. Magento 1 module. Checkout

Resurs Bank. Magento 1 module. Checkout Resurs Bank Magento 1 module Checkout Content Content Module installation Frontend Cart Shipping methods Discount code The iframe Data syncing Order placement Admin Payment methods Callback settings Salt-key

More information

CyberSource Secure Acceptance Web/Mobile

CyberSource Secure Acceptance Web/Mobile Title Page CyberSource Secure Acceptance Web/Mobile Configuration Guide October 2017 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information

More information

Installation Instructions Nochex Payment Module for Ecwid

Installation Instructions Nochex Payment Module for Ecwid Installation Instructions Nochex Payment Module for Ecwid A guide to the installation of the Nochex payment module for Ecwid. All the information you need to start accepting Nochex payments in Ecwid. Version

More information

Valitor Salesforce Commerce Cloud SFRA Module

Valitor Salesforce Commerce Cloud SFRA Module Integration Manual SFRA (Storefront Reference Architecture) Valitor Salesforce Commerce Cloud SFRA Module Integrating with Valitor could not be easier. Choose between Hosted, HTTP POST or XML integration

More information

Stripe Payment with Recurring Profile MAGEDELIGHT.COM USER MANUAL E:

Stripe Payment with Recurring Profile MAGEDELIGHT.COM USER MANUAL E: Stripe Payment with Recurring Profile USER MANUAL MAGEDELIGHT.COM E: SUPPORT@MAGEDELIGHT.COM License Key After successful installation of Stripe Payment with recurring extension by using the Magento setup,

More information

BluePay QuickBooks Online Plugin User Guide

BluePay QuickBooks Online Plugin User Guide BluePay QuickBooks Online Plugin User Guide This documentation contains a step-by-step guide on installing the plugin and also how to utilize all of the plugin s features. You will need to first contact

More information

Wirecard CEE Integration Documentation

Wirecard CEE Integration Documentation Created on: 20171225 08:33 by Wirecard CEE Integration Documentation () Created: 20171225 08:33 Online Guides Integration documentation 1/6 Created on: 20171225 08:33 by Initialization of Wirecard Data

More information

PAYFORT Merchant Integration Guide

PAYFORT Merchant Integration Guide PAYFORT Merchant Integration Guide Document Version 87 December, 2017 Copyright Statement All rights reserved part of this document may be reproduced in any form or by any means or used to make any derivative

More information

EMS e-terminal. User guide e-terminal. Version: Apollo Building Herikerbergweg CN Amsterdam The Netherlands

EMS e-terminal. User guide e-terminal. Version: Apollo Building Herikerbergweg CN Amsterdam The Netherlands Apollo Building Herikerbergweg 25 1101 CN Amsterdam The Netherlands E techsupport@emspay.eu T +31 088 TECHSUPPORT EMS e-terminal User guide e-terminal Version: 2017-2 User guide e-terminal Version 2017-2

More information

Phone-Based One-Time Password User Guide November 2017

Phone-Based One-Time Password User Guide November 2017 Phone-Based One-Time Password User Guide November 2017 Table of Contents About Phone One-Time Password... 2 OTP Acquisition and Activation Process Overview... 2 Step 1: Determine Your Need for an OPT Credential...

More information

Add other bank account or card as beneficiary to your Internet Banking

Add other bank account or card as beneficiary to your Internet Banking Please Type your user ID and password in the respective fields STEP 1: Adding beneficiary Add other bank account or card as beneficiary to your Internet Banking Please click on Fund transfer & Card Your

More information

Pay. Quick Start Guide Sage One. Pay QUICK START GUIDE SAGE ONE

Pay. Quick Start Guide Sage One. Pay QUICK START GUIDE SAGE ONE QUICK START GUIDE SAGE ONE 1 Our easy to use guide will get you up and running in no time! Index: Page: 2 Login Now 3 How to issue a service key 3 Inserting service keys into 4 Enable the Customer Zone

More information

iveri Lite BackOffice User Guide

iveri Lite BackOffice User Guide iveri Lite BackOffice User Guide Table of Contents 1New...4 2OVERVIEW...5 3INITIAL ADMINISTRATOR SET-UP AND CONFIGURATION...6 4NEW USER SET-UP AND CONFIGURATION...10 5INDIVIDUAL FUNCTIONS WITHIN IVERI

More information

TSSA PORTAL TRAINING GUIDE

TSSA PORTAL TRAINING GUIDE TSSA PORTAL TRAINING GUIDE Owner Processes Page 0 Table of Contents Contents 1.1 Redeem Invitation... 2 1.2 Reset Password... 5 1.3 Manage Profile... 7 2.1 View Your Record(s) of Inspection... 8 2.2 Validate

More information

Welcome to First Security Mobile

Welcome to First Security Mobile Welcome to First Security Mobile Frequently Asked Questions Questions General How much does this service cost? Is it secure? Which wireless carriers are supported? Do I need a data plan? I'm not enrolled

More information

secure SHOP SAFELY ONLY

secure SHOP SAFELY ONLY secure SHOP SAFELY ONLY 3-D Secure Code: Shop Safely Online Societe Generale Expressbank offers its clients a new functionality for cardholder authentication developed in cooperation with the international

More information