PaperCut Payment Gateway Module CommWeb Quick Start Guide
|
|
|
- Juliana Leonard
- 9 years ago
- Views:
Transcription
1 PaperCut Payment Gateway Module CommWeb 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 Payment Gateway Module for use with CommWeb s Virtual Payment Client. The main Payment Gateway Module documentation may be downloaded from: IMPORTANT: You should have an active CommWeb account set up before installing the payment gateway module. Setup and testing time should take around 30 minutes for basic setup, plus time for customizing the order pages if required. No system level restart is required; however the PaperCut application server will be restarted during the install process. If other administrators are using the PaperCut administration interface at this time, it may be advisable to warn them of the pending restart. This document is written assuming the reader has good server administration skills and is experienced with general PaperCut administration. Contents 1 Payment Process Workflow 2 2 CommWeb Configuration 2 3 Installing the Payment Gateway Module 4 4 Testing 5 5 Security 7 6 Go-Live 7 7 Troubleshooting Searching and Refunding CommWeb Orders 8 Copyright 2011 PaperCut Software International Pty. Ltd., All Rights Reserved
2 1 Payment Process Workflow Below is the sequence of events that occurs when a user adds credit to their PaperCut account using the CommWeb payment gateway: 1. User clicks on the Add Credit link and goes to the Add Credit page. 2. User chooses the amount they would like to add and clicks on Add Value. 3. The user is redirected to the CommWeb hosted payment page to enter their payment details. 4. After the user has filled out all the fields and has confirmed payment, they will then be redirected back to the PaperCut user interface. 5. PaperCut will verify the authenticity of the redirection from CommWeb (using a Secret Hash Key), and then display the original Add Credit page with a message at the top of the page indicating either success or failure for the transaction. 2 CommWeb Configuration The payment gateway uses the Virtual Payment Client Service Hosted Option. This requires a number of configuration parameters, some provided by Commonwealth Bank of Australia (CBA) and a number accessed via the CommWeb Merchant Administration (MA) portal. These parameters include: Merchant ID (provided by CBA) during testing this will start with the prefix TEST Merchant Admin ID (provided by CBA typically, Administrator ) Merchant Admin Password (provided by CBA) Access Code (from MA portal described below) Secret Hash Key (from MA portal described below) Some of these parameters are shared with the payment gateway using its configuration file. To obtain the Access Code and Secret Hash Key from the Merchant Administration portal: 1. Log into the Merchant Administration site: using: a. Merchant ID b. Operator ID set to the Merchant Admin ID e.g. Administrator c. Password set to Merchant Admin Password 2. The Administrator user is only used for creating/deleting users and setting passwords. You need to create a new user with the privilege to Modify the Merchant Configuration in order to see the configuration. 3. Go to Admin->Operators. 4. Click the link, Create a new Merchant Administration Operator 5. Enter the user details such as username (referred to as cwuser henceforth) and password. 6. Grant the user the Modify the merchant configuration privilege. Copyright 2011 PaperCut Software International Pty. Ltd., All Rights Reserved 2 of 10
3 7. If you want to allow this operator to do refunds in the future, then you might also like to set the Perform Refunds privilege. Figure 1 - Operator Details Page 8. Logout. 9. Log back in as the newly created user, cwuser Select Admin->Configuration Details in order to see the Virtual Payment Client configuration parameters of: Access Code and Secure Hash Secret 1 (Secret Copyright 2011 PaperCut Software International Pty. Ltd., All Rights Reserved 3 of 10
4 Hash Key). Figure 2 - Configuration Details Page 3 Installing the Payment Gateway Module 1. The Payment Gateway Module will function during the PaperCut NG 40 day trial period. After this, the module must be licensed. If you have been supplied with a new license take the time to install this now. The license install procedure is documented in the PaperCut user manual chapter Licensing and Support. 2. Download the Payment Gateway Module from the PaperCut website at 3. Install the module into the same directory as PaperCut. This is normally: C:\Program Files\PaperCut NG\ 4. Open the file: [app-path]\server\lib-ext\ext-payment-gatewaycommweb.properties in a text editor such as Notepad. 5. Locate the line commweb.enabled=n and change the N to Y. This will enable the CommWeb module. 6. Locate the line commweb.access-code and enter your CommWeb Access Code. 7. Locate the line commweb.merchant-id and enter your CommWeb Merchant ID. 8. Locate the line commweb.secret-key and enter your CommWeb Secret Hash Key. 9. Configure other options in this file as discussed in General Configuration Options in the Payment Gateway Module documentation, or by referring to the comments in the file itself. Options include limits on the amount to transfer, access groups, number of retries allowed before failing, and header and footer html. Copyright 2011 PaperCut Software International Pty. Ltd., All Rights Reserved 4 of 10
5 You may like to enable a group restriction to limit access to administrators until configuration is complete. 10. Save the file and exit the text editor. 11. Restart the PaperCut Application Server service via Control Panel -> Administrative Tools -> Services and wait 30 seconds. 12. Check the end of the log file at [app-path]\server\logs\server.log for any obvious error messages. 4 Testing The Payment Gateway Module is now ready for testing. This test will involve performing a transaction with a test credit card number for the test merchant ID and testing end-to-end functionality. 1. Log into the PaperCut user web interface, i.e A new link called Add Credit should be present on the left. Click this link. 3. Select an amount to add and click Add Value. 4. You should now be redirected to Commonwealth Bank s payment page. Click on the VISA or Mastercard link. 5. Enter the VISA card details with a test card number of or test Mastercard number of , and expiry date month of 05 and year of 17. (Please note that the test card numbers above are sourced from documentation via Please obtain new card details from this location if you have problems with the above test card information. This will require authentication details provided by CommWeb). 6. After confirming the credit card information is correct and clicking on the pay button, you will see the Processing web page before it returns you to PaperCut. 7. You should now be back at the Add Credit page. You should see a green message indicating that the funds were added to your account, and Current Copyright 2011 PaperCut Software International Pty. Ltd., All Rights Reserved 5 of 10
6 Balance should show your new account balance. The Transaction History page should contain the payment transaction. Copyright 2011 PaperCut Software International Pty. Ltd., All Rights Reserved 6 of 10
7 5 Security The payment gateway system uses two URLs, one for redirection to CommWeb s payment page and another URL to redirect one back to the PaperCut payment gateway page. In order to maintain security and prevent the user from forging the payment URLs, the URLs are appended with an MD5 Hash value calculated using the request parameters and a shared secret key. The shared secret key is akin to a password which is shared between CommWeb s system and the PaperCut payment gateway system. As part of verification, this hash is recalculated on the parameters with the secret key and compared to the hash value given in the URL. 6 Go-Live If a group restriction was enabled in section 3 it can now be removed or altered to allow access to end-users. In order to go live, you need to request a production cutover from the Commonwealth Bank CommWeb Support via using the address: [email protected]. This will also involve removing the TEST prefix from the Merchant ID in the payment gateway properties file. Your system is now live and will accept and charge credit cards. We recommend testing the live system with a real credit card to ensure it is functioning correctly. You will be able to refund the transaction from the CommWeb Merchant Administration page afterwards (see section 7). Copyright 2011 PaperCut Software International Pty. Ltd., All Rights Reserved 7 of 10
8 7 Troubleshooting Administrators may find information in the following log files useful when trying to troubleshoot setup/configuration problems or issues reported by end-users. Payment Gateway Event Log: [app-path]\server\logs\payment-gateway\event.log This log contains gateway specific error messages and events. Application Log: [app-path]\server\logs\server.log This log contains general application specific error messages and events. Transaction Log: [app-path]\server\logs\payment-gateway\transaction.log This log contains a list of successful transactions in a tab-delimited form. In particular, it may be possible that after the user has confirmed their payment on the CommWeb site, that due to some failure, they are not redirected back to the PaperCut payment gateway page and therefore, the amount has been deducted from the credit card but not been added to the PaperCut balance. To reconcile these differences one would compare the gateway transaction log (specified above) with CommWeb s Merchant Administration portal s Order Search results (below). 7.1 Searching and Refunding CommWeb Orders To review the details of previous CommWeb orders, you can log in as either the Administrator or the previously setup operator, cwuser. In order to issue a refund you will need to log in as cwuser and you must previously have granted the Perform Refunds privilege (see section CommWeb Configuration) to this operator. 1. Log into the Merchant Administration site: using: o o o Merchant ID Operator ID set to cwuser Password set to cwuser s password 2. Click on the Search link at the top of the page. 3. Click on the Order Search link at the left of the page. 4. You may then narrow down the search for the order/transaction that you were interested in. For example, by a date range. Then click on Submit. Copyright 2011 PaperCut Software International Pty. Ltd., All Rights Reserved 8 of 10
9 5. You will then see a list of matching orders under the heading of Search Results. Figure 3 - Order List 6. If you click on an order id, you will be taken to an Order Details page. 7. If you set the Perform Refunds privilege earlier, then you will be able to click on the Refund button. Copyright 2011 PaperCut Software International Pty. Ltd., All Rights Reserved 9 of 10
10 Figure 4 - Order Details and Refunds The Order Reference number can be cross checked with entries in the PaperCut gateway event log ([app-path]\server\logs\payment-gateway\event.log). Examples include: Created a new order for user tim, order id: tim " "Order confirmed. Transaction id: tim , order id: tim , payment amount: 250, error message: " Please feel free to contact the PaperCut Software Development Team at [email protected] if you require further assistance. Copyright 2011 PaperCut Software International Pty. Ltd., All Rights Reserved 10 of 10
PaperCut Payment Gateway Module Realex Realauth Redirect Quick Start Guide
PaperCut Payment Gateway Module Realex Realauth Redirect Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up,
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
TouchNet upay Quick Start Guide
TouchNet upay 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 Payment Gateway Module for use
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
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
PaperCut Payment Gateway Module - RBS WorldPay Quick Start Guide
PaperCut Payment Gateway Module - RBS WorldPay Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up and testing
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
How To Set Up The Barclaycard Epdq Cardholder Payment Interface (Cpi) On Papercut (Barclay Card) On A Microsoft Card (For A Credit Card) With A Creditcard (For An Account)
Barclaycard epdq CPI 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 Payment Gateway Module
PaperCut Payment Gateway Module - Heartland Quick Start Guide
PaperCut Payment Gateway Module - Heartland 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
PaperCut Payment Gateway Module Authorize.Net Quick Start Guide
PaperCut Payment Gateway Module Authorize.Net Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up, and testing
PaperCut Payment Gateway Module - Blackboard Quick Start Guide
PaperCut Payment Gateway Module - Blackboard 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
PaperCut Payment Gateway Module - CBORD Quick Start Guide
PaperCut Payment Gateway Module - CBORD 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 Payment
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
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..........
Cloud Services ADM. Agent Deployment Guide
Cloud Services ADM Agent Deployment Guide 10/15/2014 CONTENTS System Requirements... 1 Hardware Requirements... 1 Installation... 2 SQL Connection... 4 AD Mgmt Agent... 5 MMC... 7 Service... 8 License
Active Directory Management. Agent Deployment Guide
Active Directory Management Agent Deployment Guide Document Revision Date: June 12, 2014 Active Directory Management Deployment Guide i Contents System Requirements...1 Hardware Requirements...1 Installation...3
The DirectOne E-Commerce System
The DirectOne E-Commerce System SecurePay Pty. Ltd. Level 4, 20 Queen St Melbourne 3000 Australia November 05 Contents INTRODUCTION 3 WELCOME TO THE DIRECTONE E-COMMERCE SYSTEM 3 AN OVERVIEW OF E-COMMERCE
VERALAB LDAP Configuration Guide
VERALAB LDAP Configuration Guide VeraLab Suite is a client-server application and has two main components: a web-based application and a client software agent. Web-based application provides access to
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
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
Setting Up a CyberSource Web Payment Account
Setting Up a CyberSource Web Payment Account Contents Setting Up a CyberSource Web Payment Account... 1 Introduction... 1 Setting Up a CyberSource Account... 2 Get Username and Password... 2 Log in to
CHARGE Anywhere Universal Shopping Cart
CHARGE Anywhere Universal Shopping Cart Version: v1.0.1 Prepared for: CHARGE Anywhere 4041B Hadley Rd South Plainfield, NJ 07080 Phone: + 1 (800)211-1256 Fax: + 1 (732) 417-4448 I. Introduction... 3 II.
Paytelligence Quick Start Guide
Paytelligence - Quick Start Guide 1. Installation Double-click setup.exe to start the Paytelligence installation. Click Next > Read through the END USER LICENSE AGREEMENT. Use the down arrow to scroll
MiGS Merchant Administration User Manual. MiGS User Manual
MiGS Merchant Administration User Manual MiGS User Manual June 2006 MasterCard International Copyright The information contained in this manual is proprietary and confidential to MasterCard International
DIGIPASS Pack for Citrix on WI 4.5 does not detect a login attempt. Creation date: 28/02/2008 Last Review: 04/03/2008 Revision number: 2
DIGIPASS Pack for Citrix on WI 4.5 does not detect a login attempt. Creation date: 28/02/2008 Last Review: 04/03/2008 Revision number: 2 Document type: How To Security status: EXTERNAL Summary This document
Authentication Methods
Authentication Methods Overview In addition to the OU Campus-managed authentication system, OU Campus supports LDAP, CAS, and Shibboleth authentication methods. LDAP users can be configured through the
Authorize.net modules for oscommerce Online Merchant.
Authorize.net Authorize.net modules for oscommerce Online Merchant. Chapters oscommerce Online Merchant v2.3 Copyright Copyright (c) 2014 oscommerce. All rights reserved. Content may be reproduced for
TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:
TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/
EQUELLA. Blackboard Learn Configuration Guide. Version 6.2
EQUELLA Blackboard Learn Configuration Guide Version 6.2 Document History Document No. Reviewed Finalised Published 1 11/12/2013 12/12/2013 12/12/2013 December 2013 edition. Information in this document
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
Knowledge Base. Setup GoogleApps Email in Outlook 2007. 19 Pages. Zeumic Pty Ltd. PO Box 44 Kew, VIC Australia 3101
Knowledge Base Setup GoogleApps Email in Outlook 2007 19 Pages Zeumic Pty Ltd PO Box 44 Kew, VIC Australia 3101 ABN: 62 116 073 459 Email: [email protected] Ph: 03 9018 1615 Web: http://www.zeumic.com.au
aims sql server installation guide
aims sql server installation guide Document Version: 4000 February 2015 CONTENTS AIMS Installation Guide... 3 Installing the AIMS Software... 4 Pre-Requisites... 4 Installation... 4 Shortcuts... 4 Directory
Virtual Terminal Introduction and User Instructions
Virtual Terminal Introduction and User Instructions Trine Commerce Systems, Inc. 2613 Wilson Street Austin, TX 78704 512-586-2736 [email protected] [email protected] Legal Notice All content of this
INSTALLATION INSTRUCTIONS FOR UKSSOGATEWAY
INSTALLATION INSTRUCTIONS FOR UKSSOGATEWAY 1) Install the UKSSOGateway application on the desktop: The UKSSOGateway application passes information from the myuk portal to launch the FESClient. The FESClient
Protected Trust Directory Sync Guide
Protected Trust Directory Sync Guide Protected Trust Directory Sync Guide 2 Overview Protected Trust Directory Sync enables your organization to synchronize the users and distribution lists in Active Directory
IIS, FTP Server and Windows
IIS, FTP Server and Windows The Objective: To setup, configure and test FTP server. Requirement: Any version of the Windows 2000 Server. FTP Windows s component. Internet Information Services, IIS. Steps:
PaperCut Implementing PaperCut NG
PaperCut Implementing PaperCut NG Contents 1 Implementing PaperCut NG... 3 2 TASK 1: Determining Project Scope... 4 3 TASK 2: Understanding the system... 5 4 TASK 3: Selecting the Control Mode... 6 4.1
OSF INTEGRATOR for. Integration Guide
OSF INTEGRATOR for DEMANDWARE and MICROSOFT DYNAMICS CRM 2013 Integration Guide Table of Contents 1 Summary... 3 2 Component Overview... 3 2.1 Functional Overview... 3 2.2 Integration components... 3 2.3
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
PaperCut NG Monitor Module Quick Start Guide
PAPERCUT SOFTWARE PTY LTD PaperCut NG Monitor Module Quick Start Guide Introduction The PaperCut NG Monitor Module (PC-MM) allows PaperCut NG to integrate with the Monitor Supervisor system to retrieve
Internet Payment Gateway
Internet Payment Gateway Merchant Administration Console Merchant Services TABLE OF CONTENTS Introduction to the Merchant Administration Console... 5 Console Overview... 5 Login Conditions... 5 Merchant
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,
WebSphere Application Server security auditing
Copyright IBM Corporation 2008 All rights reserved IBM WebSphere Application Server V7 LAB EXERCISE WebSphere Application Server security auditing What this exercise is about... 1 Lab requirements... 1
MAGENTO - SETUP PAYMENT PLANS
MAGENTO - SETUP PAYMENT PLANS http://www.tutorialspoint.com/magento/magento_setup_payment_plans.htm Copyright tutorialspoint.com PayPal is a secure way for customers to pay online. This article explains
CyberSource and NetSuite Getting Started Guide
CyberSource and NetSuite Getting Started Guide Abstract A comprehensive guide to setting up CyberSource and NetSuite to accept payments Table of Contents This document explains the different steps to set
Magento Extension Point of Sales User Manual Version 1.0
Magento Extension Point of Sales Version 1.0 1. Overview... 2 2. Integration... 2 3. General Settings... 3 3.1 Point of sales Settings... 3 3.2 Magento Client Computer Settings... 3 4. POS settings...
Active Directory Management. Agent Deployment Guide
Active Directory Management Agent Deployment Guide Document Revision Date: April 26, 2013 Active Directory Management Deployment Guide i Contents System Requirements... 1 Hardware Requirements... 2 Agent
ANZ Secure Gateway Virtual Terminal QUICK REFERENCE GUIDE NOVEMBER 2015
ANZ Secure Gateway Virtual Terminal QUICK REFERENCE GUIDE NOVEMBER 2015 2 Contents Welcome 3 1. Getting Started 4 1.1 Virtual Terminal Activation 4 2. Configuring the Virtual Terminal 7 2.1 General Settings
MY HELPDESK - END-USER CONSOLE...
Helpdesk User Guide Page 1 Helpdesk User Guide Table of Contents 1 INTRODUCTION... 3 1.1. OBJECTIVES... 3 1.2. END-USER CONSOLE... 3 1.3. SUMMARY OF RESPONSIBILITY... 3 1.4. HELPDESK INCIDENT LIFE CYCLE...
WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide
WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see
XTM Drupal Connector. A Translation Management Tool Plugin
XTM Drupal Connector A Translation Management Tool Plugin Published by XTM International Ltd. Copyright XTM International Ltd. All rights reserved. No part of this publication may be reproduced or transmitted
How To Use The Rss Feeder On Firstclass (First Class) And First Class (Firstclass) For Free
RSS Feeder - Administrator Guide for OpenText Social Workplace and FirstClass Werner de Jong, Senior Solutions Architect 8 July 2011 Abstract This document is an administrator s guide to the installation
SharePoint Password Change & Expiration 3.0 User Guide
SharePoint Password Change & Expiration 3.0 User Guide Copyright Copyright 2008-2013 BoostSolutions Co., Ltd. All rights reserved. All materials contained in this publication are protected by Copyright
Microsoft RMS Integration Installation guide
Microsoft RMS Integration Installation guide October 2013 Mercury integrates with Microsoft RMS for high-speed authorization of credit, debit, and gift card transactions. Processing is fully integrated
Merchant Administration
Merchant Administration User Guide Version 4.2.0 For TNSPay 4.2 Disclaimer Copyright 2010 TNS Payment Technologies Pty Ltd ("TNS"). All rights reserved. This document is provided by TNS on the basis that
... Asbru Web Content Management System. Getting Started. Easily & Inexpensively Create, Publish & Manage Your Websites
Asbru Ltd Asbru Ltd wwwasbrusoftcom info@asbrusoftcom Asbru Web Content Easily & Inexpensively Create, Publish & Manage Your Websites 31 March 2015 Copyright 2015 Asbru Ltd Version 92 1 Table of Contents
EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators
EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators Version 1.0 Last Updated on 15 th October 2011 Table of Contents Introduction... 3 File Manager... 5 Site Log...
FortyCloud Installation Guide. Installing FortyCloud Gateways Using AMIs (AWS Billing)
FortyCloud Installation Guide Installing FortyCloud Gateways Using AMIs (AWS Billing) Date Version Changes 9/29/2015 2.0 2015 FortyCloud Ltd. 15 Berkshire Road Mansfield, MA 02048 USA 1 P a g e Introduction
Setting up your Moneris Payment Gateway
Setting up your Moneris Payment Gateway Documentation for setting up TouchBistro TM for: eselect Plus Moneris PinPad (ipp320 / VAR), or Moneris Hosted Pay Page Setting up your Moneris Payment Gateway This
Creating a generic user-password application profile
Chapter 4 Creating a generic user-password application profile Overview If you d like to add applications that aren t in our Samsung KNOX EMM App Catalog, you can create custom application profiles using
Cloud Services. Email Encryption. SecureMail Admin Guide
Cloud Services Email Encryption SecureMail Admin Guide 11/22/2014 ADMINISTRATOR CONTROL PANEL GENERAL USE There are a few basics that you will encounter repeatedly when using the Hosting Control Panel
Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning
Livezilla How to Install on Shared Hosting By: Jon Manning This is an easy to follow tutorial on how to install Livezilla 3.2.0.2 live chat program on a linux shared hosting server using cpanel, linux
SOLGARI CLOUD BUSINESS COMMUNICATION SERVICES CLOUD CONTACT CENTRE MICROSOFT DYNAMICS INTEGRATION
SOLGARI CLOUD BUSINESS COMMUNICATION SERVICES CLOUD CONTACT CENTRE MICROSOFT DYNAMICS INTEGRATION APRIL 2015 Microsoft Dynamics CRM Integration The Solgari CRM Integration module provides out of the box
Payius. GoLive Checklist
Payius GoLive Checklist Page 2 Table of Contents 1 Scope...3 2 Testing Complete?...3 3 Merchant account and legalities...3 4 Time to GoLive?...4 5 How the GoLive process works...4 6 Going live Accounting
NT Authentication Configuration Guide
NT Authentication Configuration Guide Version 11 Last Updated: March 2014 Overview of Ad Hoc Security Models Every Ad Hoc instance relies on a security model to determine the authentication process for
Active Directory Integration for Greentree
App Number: 010044 Active Directory Integration for Greentree Last Updated 14 th February 2013 Powered by: AppsForGreentree.com 2013 1 Table of Contents Features... 3 Options... 3 Important Notes... 3
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
Snow Active Directory Discovery
Product Snow Active Directory Discovery Version 1.0 Release date 2014-04-29 Document date 2014-04-29 Snow Active Directory Discovery Installation & Configuration Guide Page 2 of 9 This document describes
Installation / Backup \ Restore of a Coffalyser.Net server database using SQL management studio
Installation / Backup \ Restore of a Coffalyser.Net server database using SQL management studio This document contains instructions how you can obtain a free copy of Microsoft SQL 2008 R2 and perform the
QUANTIFY INSTALLATION GUIDE
QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the
How to Log in to LDRPS-Web v10 (L10) https://enterprise.strohlservices.com
How to Log in to LDRPS-Web v10 (L10) https://enterprise.strohlservices.com Contents First Time Login Instructions... 1 1) Use the Internet Explorer (IE) Web browser*... 1 2) Install the.net Framework...
How to Create and Send a Froogle Data Feed
How to Create and Send a Froogle Data Feed Welcome to Froogle! The quickest way to get your products on Froogle is to send a data feed. A data feed is a file that contains a listing of your products. Froogle
Guide to BBPS and BBMS Blackbaud Payment Services and Blackbaud Merchant Services explained.
Guide to BBPS and BBMS Blackbaud Payment Services and Blackbaud Merchant Services explained. What is BBPS/BBMS? Blackbaud Payment Services (BBPS) is Blackbaud s solution for secure credit card storage.
Adobe Connect LMS Integration for Blackboard Learn 9
Adobe Connect LMS Integration for Blackboard Learn 9 Install Guide Introduction The Adobe Connect LMS Integration for Blackboard Learn 9 gives Instructors, Teaching Assistants and Course Builders the ability
Payment Connect. 70 Royal Little Drive. Providence, RI 02904. Copyright 2002-2013 Optum. All rights reserved. Updated: 3/7/13
70 Royal Little Drive Providence, RI 02904 Copyright 2002-2013 Optum. All rights reserved. Updated: 3/7/13 Table of Contents 1 Payment Connect...1 1.1 Payment Connect...1 1.1.1 Payment Connect Setup Overview...1
External authentication with Astaro AG Astaro Security Gateway UTM appliances Authenticating Users Using SecurAccess Server by SecurEnvoy
External authentication with Astaro AG Astaro Security Gateway UTM appliances Authenticating Users Using SecurAccess Server by SecurEnvoy Contact information SecurEnvoy www.securenvoy.com 0845 2600010
CyberSource EBC for MIT Clubs Transcript
CyberSource EBC for MIT Clubs Transcript... 1 1. INTRODUCTION... 2 2. OVERVIEW... 4 3. NAVIGATING CYBERSOURCE EBC... 7 4. SEARCH FOR AND VIEW TRANSACTIONS... 10 5. VOID TRANSACTIONS... 17 6. MANAGE SOFT
Integrating VMware Horizon Workspace and VMware Horizon View TECHNICAL WHITE PAPER
Integrating VMware Horizon Workspace and VMware Horizon View TECHNICAL WHITE PAPER Table of Contents Introduction.... 3 Requirements.... 3 Horizon Workspace Components.... 3 SAML 2.0 Standard.... 3 Authentication
ImageNow Interact for Microsoft SharePoint Installation, Setup, and User Guide
ImageNow Interact for Microsoft SharePoint Installation, Setup, and User Guide Version: 6.6.x Written by: Product Documentation, R&D Date: March 2012 ImageNow and CaptureNow are registered trademarks of
How To Enable A Websphere To Communicate With Ssl On An Ipad From Aaya One X Portal 1.1.3 On A Pc Or Macbook Or Ipad (For Acedo) On A Network With A Password Protected (
Avaya one X Portal 1.1.3 Lightweight Directory Access Protocol (LDAP) over Secure Socket Layer (SSL) Configuration This document provides configuration steps for Avaya one X Portal s 1.1.3 communication
qliqdirect Active Directory Guide
qliqdirect Active Directory Guide qliqdirect is a Windows Service with Active Directory Interface. qliqdirect resides in your network/server and communicates with qliqsoft cloud servers securely. qliqdirect
DocuSign Connect for Salesforce Guide
Information Guide 1 DocuSign Connect for Salesforce Guide 1 Copyright 2003-2013 DocuSign, Inc. All rights reserved. For information about DocuSign trademarks, copyrights and patents refer to the DocuSign
PC-EFTPOS / BWA Merchant Services. Installation Guide. (Verifone Vx810)
PC-EFTPOS / BWA Merchant Services Installation Guide (Verifone Vx810) Release 1.04 Revision Record Version Date Author Document Revisions Preparation 1.00 July 2011 Harrisson Ghys Richard Bolt Document
Account Activation. Guide
Account Activation Guide Table of Contents Introduction... 3 Activating Your Account... 3 Activation Step 1: Identity Verification... 3 Activation Step 2: User Information... 5 Verify Account Information...
New Mexico State University. AiM 8.X Basic AiM
New Mexico State University AiM 8.X Basic AiM January 22, 2015 Confidential Business Information This documentation is proprietary information of New Mexico State University (NMSU) and is not to be copied,
External Authentication with Cisco ASA Authenticating Users Using SecurAccess Server by SecurEnvoy
External Authentication with Cisco ASA Authenticating Users Using SecurAccess Server by SecurEnvoy Contact information SecurEnvoy www.securenvoy.com 0845 2600010 Merlin House Brunel Road Theale Reading
Quick Start Guide. Installation and Setup
Quick Start Guide Installation and Setup Introduction Velaro s live help and survey management system provides an exciting new way to engage your customers and website visitors. While adding any new technology
Configuration Manual
Configuration Manual Page 1 of 20 Table of Contents Chronicall Setup...3 Standard Installation...3 Non-standard Installation (Recording Library on Separate machine)...8 Configuring Call Recording through
intertrax Suite intertrax exchange intertrax monitor intertrax connect intertrax PIV manager User Guide Version 3 2011
intertrax Suite intertrax exchange intertrax monitor intertrax connect intertrax PIV manager User Guide Version 3 2011 Copyright 2003-2011 by Salamander Technologies, Inc. Protected by US Patents 5,573,278;
Windows XP Exchange Client Installation Instructions
WINDOWS XP with Outlook 2003 or Outlook 2007 1. Click the Start button and select Control Panel: 2. If your control panel looks like this: Click Switch to Classic View. 3. Double click Mail. 4. Click show
PC-EFTPOS IP Communications Gateway Installation Guide. EFT Client & EFT Server
PC-EFTPOS IP Communications Gateway Installation Guide EFT Client & EFT Server Release 1.08 March 2011 Revision Record Version Date Author Document Revisions Preparation 1.00 July 08 Richard Bolt Richard
Digipass for Citrix VM3.0: troubleshooting guide. Creation date: 11/07/2007 Last Review: 30/11/2007 Revision number: 2
Digipass for Citrix VM3.0: troubleshooting guide Creation date: 11/07/2007 Last Review: 30/11/2007 Revision number: 2 Document type: Whitepaper Security status: EXTERNAL Summary This document describes
How To Install An Aneka Cloud On A Windows 7 Computer (For Free)
MANJRASOFT PTY LTD Aneka 3.0 Manjrasoft 5/13/2013 This document describes in detail the steps involved in installing and configuring an Aneka Cloud. It covers the prerequisites for the installation, the
Secure Messaging Server Console... 2
Secure Messaging Server Console... 2 Upgrading your PEN Server Console:... 2 Server Console Installation Guide... 2 Prerequisites:... 2 General preparation:... 2 Installing the Server Console... 2 Activating
Mobile Expense Tracking Quick Start Guide: iphone Edition
Tenrox Mobile Expense Tracking Quick Start Guide: iphone Edition January, 2012 2012 Tenrox. All rights reserved. About this Guide This quick start guide describes how users can quickly track expenses,
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
Microsoft Office 365 with MailDefender
(PC) for Microsoft Office 365 with MailDefender V1.0 Contents 1 Logging in to the Office 365 Portal... 3 1.1 Outlook Web Access Exchange & Lync... 3 1.2 Team Site SharePoint Online... 3 2 Configuring your
How to configure the TopCloudXL WHMCS plugin (version 2+) Update: 16-09-2015 Version: 2.2
èè How to configure the TopCloudXL WHMCS plugin (version 2+) Update: 16-09-2015 Version: 2.2 Table of Contents 1. General overview... 3 1.1. Installing the plugin... 3 1.2. Testing the plugin with the
BASIC CLASSWEB.LINK INSTALLATION MANUAL
LINKS MODULAR SOLUTIONS BASIC CLASSWEB.LINK INSTALLATION MANUAL classweb.link installation Links Modular Solutions Pty Ltd Table of Contents 1. SYSTEM REQUIREMENTS 3 2. DATABASES 3 Standalone Links Database
