Monetra Payment System
|
|
|
- Leonard McCarthy
- 10 years ago
- Views:
Transcription
1 Monetra Payment System
2
3 Table of Contents
4 1 Secure Storage and Billing System Overview 1.1 Introduction 1.2 Storage Overview 1.3 Billing Overview
5 2 Installation and Configuration 2.1 New System Installation prefs.conf 2.2 Upgrading Monetra to Support Monetra DSS
6 KEY recurring_per_user = recurring_starting_bin = DESCRIPTION This key controls Monetra user access to the billing system. When set to 'Yes', only the Monetra user that added the transaction can use the Token. This represents the BIN range that the Tokens will be created in.
7 3 Functional/Protocol Overview 3.1 Introduction Monetra Protocol Add Account KEY VALUE TYPE username = A/N Merchant Username associated with account. password = A/N Merchant Password associated with account. action = admin A Denotes admin request type. admin = recurringadd A Denotes type of administrative action (recurring). type = store A Denotes sub-type of recurring action. * See parameters table for additional keys that may be sent. Response: KEY Code = AUTH VALUE Verbiage = Inserted into recurring list Token = Unique Token Replacement number for the real/stored account Edit Account KEY VALUE TYPE username = A/N Merchant Username associated with account. password = A/N Merchant Password associated with account. action = admin A Denotes admin request type. admin = recurringedit A Denotes type of administrative action (recurring). type = store A Denotes sub-type of recurring action.
8 KEY VALUE token = [substitute number] TYPE N Req: Must pass a valid token. account = [cardnumber] N Optional expdate = [card_expire_date] N Optional street = [billing street] A/N Optional zip = [billing zipcode] N Optional active = yes/no A Optional. Denotes if active or not. CardHolderName = A Optional ClientRef = N Optional. Client reference number. Descr = A/N Optional. Description of account. * See parameters table for additional keys that may be sent. Response: KEY Code = AUTH VALUE Verbiage = Inserted into recurring list Token = Unique Token Replacement number for the real/stored account Delete Account KEY VALUE TYPE username = A/N Req. Merchant Username associated with account. password = A/N Req. Merchant Password associated with account. action = admin A Req. Denotes admin request type. admin = recurringdel A Req. Denotes type of administrative action (recurring). token = [substitute number] N Req: Must pass a valid token. Response: KEY Code = AUTH VALUE Verbiage = Recurring card deleted
9 3.1.4 List Accounts KEY VALUE TYPE username = A/N Req. Merchant Username associated with account. password = A/N Req. Merchant Password associated with account. action = admin A Req. Denotes admin request type. admin = recurringlist A Req. Denotes type of administrative action (recurring). type = store A Opt: The type of recurring transaction. active = yes/no A Optional. Denotes if active or not. token = [substitute number] N Opt: Must pass a valid token. ClientRef = N Opt: Client reference. expdate_end = A/N Opt: Ending date range for list. Response: List History KEY VALUE TYPE username = A/N Req. Merchant Username associated with account. password = A/N Req. Merchant Password associated with account. action = admin A Req. Denotes admin request type. admin = recurringhist A Req. Denotes type of administrative action (recurring). type = store A Opt: The type of recurring transaction.
10 KEY VALUE token = [substitute number] TYPE N Opt: Must pass a valid token. ClientRef = N Opt: Client reference. expdate_end = A/N Opt: Ending date range for list. Response: Clear Account KEY VALUE TYPE username = A/N Req. Merchant Username associated with account. password = A/N Req. Merchant Password associated with account. action = admin A Req. Denotes admin request type. admin = recurringclear A Req. Denotes type of administrative action (recurring). type = store A Opt: The type of recurring transaction. token = [substitute number] N Opt: Must pass a valid token. ClientRef = N Opt: Client reference. expdate_end = A/N Opt: Ending date range for list. Response:
11 3.2 Parameters Table PARAMETER Action = Admin Admin = recurringadd recurringedit recurringdel recurringlist recurringhist recurringclear Type = Store/recurring/installment (R add/ O edit/list) Account = Account number on card (R add / O edit) Expdate = Expiration date on card (R add / O edit) Cardholdername = Name on card (O add/edit) Street = Billing street address for card (O add/edit) Zip = Billing zipcode for card (O add/edit) Descr = Description for card (O add/edit) Clientref = Client reference number Token = expdate_end = Active = Unique identifier for entry, returned from add (R edit/list/del/ history) MMYY format. Used to retrieve cards which expire prior to this date (O list) Used to query for cards which hit an exception, or to reset the exception flag (O edit/list) Hist_id = Used to query for specific transaction (O history) Amount = For recurring, amount to charge. For installment, total amount, will be divided equally by installment_total (C add/ O edit) Installment_total = Installment only, total number of payments to be made (C add/edit) Frequency = bdate = Installment/Recurring : daily,weekly,biweekly,monthly,bimonthly,quarterly,semiannually,annually (C add/ O edit) Date to start recurring/installment, if not specified, assume today. Meaningless after first transaction (C add/ O edit) bdate = (In History/ClearHist, date range to pull/clear) (O history/clearhist) edate = edate = Date to end recurring/installment, if not specified, assume infinite. (C add/ O edit) (In History/ClearHist, date range to pull/clear) (C history/clearhist, must exist if bdate exists)
12 4 Usage Examples 4.1 Add/Store Account in System Transaction username=test_user password=test123 action=admin admin=recurringadd type=store account= expdate=1212 street=125 main street zip=32606 clientref= descr=johns marine parts running account Response token= code=auth msoft_code=unknown phard_code=unknown verbiage=inserted into recurring list 4.2 Run Sale for Stored Account Transaction username=test_user password=test123 action=sale token= amount=27.85 ptrannum= comments=june-2009 billing statement Response ttid= code=auth msoft_code=int_success phard_code=success auth=tas137 batch=376 item=6293 cardtype=visa 4.3 Add Account for Recurring Billing Transaction =============== username=test_user password=test123 action=admin Transaction Response =============== Token= code=auth msoft_code=unknown
13 admin=recurringadd type=recurring account= expdate=1212 street=123 main zip=32606 bdate=06/01/2007 amount=25.50 frequency=monthly clientref=38429 descr=state road reality phard_code=unknown verbiage=inserted into recurring list 4.4 Add Account for Installment Billing Transaction =============== username=test_user password=test123 action=admin admin=recurringadd type=installment account= expdate=1212 street=123 main zip=32606 bdate=06/01/2007 amount= installment_total=12 frequency=monthly clientref= descr=porter johnson rentalatlanta Transaction Response =============== Token= code=auth msoft_code=unknown phard_code=unknown verbiage=inserted into recurring list 4.5 Report/List of Stored/Recurring Transactions Transaction =============== username=test_user password=test123 action=admin Transaction Response =============== See response below.
14 admin=recurringlist
15 5 Design and Implimentation Notes 5.1 Exception Handling IMPORTANT: 5.2 Dates and Time for Scheduling
16 6 Graphical User Interface Examples 6.1 Monetra Manager: DSS Settings
17 6.2 Monetra Client: Add Account Step 1. Step 2.
18 Step 3. Step 4.
19 Step 5. Step 6.
20 6.3 Monetra Client: Edit Account Step 1. Step 2.
21 Step 3. Step 4. Step 5.
22 7 Document Version and Changes Date Version Change
Monetra Data Security Shield Secure Storage and Billing System
Monetra Data Security Shield Secure Storage and Billing System Revision: 1.0 May, 2007 Main Street Softworks, Inc. www.mainstreetsoftworks.com Copyright 1999-2007 Main Street Softworks, Inc. The information
PAYLINE USER GUIDE LOGGING INTO PAYLINE PROCESSING A PURCHASE
Payline User Guide PAYLINE USER GUIDE Payline is a web-based payment management client that can be used to process credit card transactions manually, process refunds, set up recurring payments and generate
ARGOFIRE REFERENCE GUIDE
ARGOFIRE REFERENCE GUIDE FREQUENTLY ASKED QUESTIONS Q: How do I log in to ArgoFire? A: Navigate to https://secure.ftipgw.com/admin/login.aspx and enter your Username and Password Q: How do I charge or
How to pull content from the PMP into Core Publisher
How to pull content from the PMP into Core Publisher Below you will find step-by-step instructions on how to set up pulling or retrieving content from the Public Media Platform, or PMP, and publish it
PAYLINE USER GUIDE. 1 Logging into Payline. 2 - Processing a Purchase
PAYLINE USER GUIDE Payline is a web-based payment management client that can be used to process credit card transactions manually, process refunds, set up recurring payments and generate reports to name
Credit Card Retrieval API Implementation Guide This guide illustrates how to implement the Credit Card Retrieval API.
Credit Card Retrieval API Implementation Guide This guide illustrates how to implement the Credit Card Retrieval API. Copyright: Jumio Inc. 268 Lambert Avenue, Palo Alto, CA 94306 Contents Credit Card
ZyXEL IP PBX Support Note. ZyXEL IP PBX (X2002) VoIP. Support Notes
ZyXEL IP PBX (X2002) VoIP Support Notes Version 1.00 October 2008 1 Contents Overview ZyXEL IP PBX Support Note 1. How to manage and maintain your IPPBX?...3 1.1 Firmware Upgrade..3 1.2 Backing up your
Monetra Payment Software
Monetra Payment Software Fast Start: Installation and Configuration Guide Revision: 3.0 Publication date October, 2013 Copyright 2013 Main Street Softworks, Inc. Fast Start: Installation and Configuration
The Wells Fargo Payment Gateway Business Center. User Guide
The Wells Fargo Payment Gateway Business Center User Guide Contents 1 Introduction 1 About the Wells Fargo Payment Gateway service Business Center 1 About this guide 2 Access the Business Center 2 Log
Refer to the Integration Guides for the Connect solution and the Web Service API for integration instructions and issues.
Contents 1 Introduction 4 2 Processing Transactions 5 2.1 Transaction Terminology 5 2.2 Using Your Web Browser as a Virtual Point of Sale Machine 6 2.2.1 Processing Sale transactions 6 2.2.2 Selecting
Cash Management 5.0 User Guide
Cash Management 5.0 User Guide Accessing Cash Management Online Banking Access Cash Management using www.busey.com as you always have. 1. Enter your company ID as assigned by your financial institution
Simple Membership Plugin Setup Documentation
Simple Membership Plugin Setup Documentation After you install the membership plugin, you need to create a membership level. You can create as many membership levels as you want. Membership levels allow
Virtual Communities Operations Manual
Virtual Communities Operations Manual The Chapter Virtual Communities (VC) have been developed to improve communication among chapter leaders and members, to facilitate networking and communication among
GETTING STARTED CREATE A NEW EMAIL. 1 P age
How To: Create an Email from a Template (One Time Custom Email & Recurring Custom Email) This documentation is designed to walk through the necessary steps to create a new One Time Custom Email and a Recurring
Ingenico QUICK REFERENCE GUIDE
QUICK REFERENCE GUIDE Ingenico This Quick Reference Guide will guide you through understanding your terminal s functionality and navigation, and will help you with troubleshooting. INDUSTRY Retail and
Managed Rebill web services
Web Active Corporation Managed Rebill web services Data type and field specifications Moe Oo 10/02/2009 Version 1.5 Contents Introduction... 4 Data Field Specifications... 5 Return format for Query Next
TSYS Tokenization and Card Processing
TSYS Tokenization and Card Processing Updated: 5/23/16 Build 7.0.4626 1 This page Intentionally Left Blank 2 Overview... 4 Terminal Requirements... 4 Tsys Contact Information... 4 PCI Compliance... 4 Trustwave
SFTP Batch Processor. Version 1.0
SFTP Batch Processor Version 1.0 CONTENTS 1. OVERVIEW... 2 2. SFTP CONNECTION... 3 3. INPUT FILE SPECIFICATION... 4 4. OUTPUT FILE SPECIFICATION... 6 5. BATCHING SCENARIOS... 8 7. MESSAGE FIELD PROPERTIES...
Oracle Communications Cartridge Feature Specification for Broadsoft Broadworks Enterprise Services
Oracle Communications ASAP Cartridge for Broadsoft Broadworks Enterprise s Cartridge Version 1.0 Oracle Communications Cartridge Feature Specification for Broadsoft Broadworks Enterprise s Vendor: BroadSoft(BS)
October Production Release Notification
October Production Release Notification This release notification highlights key features and updates that are part of the scheduled 16- OCT-2011 Fusebox production release. This document contains important
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
Single Sign On: Volunteer Connection Support Tree for Administrators Release 2.0
Single Sign On: Volunteer Connection Support Tree for Administrators Release 2.0 Updated 2/24/2016 Page 1 Single Sign On Volunteer Connection Support Tree for Administrators Purpose General Information
REDFIN Document Version 2.07.0415-a
REDFIN NETWORK PAYMENT GATEWAY Document Version 2.07.0415-a Copyright 2001-08 Secured Financial Network, Inc. All Rights Reserved Table of Contents Introduction...4 Overview...5 Ch 1: Beginning to Use
Payment Express Hosted PX Pay 2.0 Integration Guide. Version 2.0
Payment Express Hosted PX Pay 2.0 Integration Guide Version 2.0 COPYRIGHT Copyright 2015, Payment Express 98 Anzac Avenue PO Box 8400 Auckland, 1150 New Zealand www.paymentexpress.com All rights are reserved.
Virtual Terminal & Online Portal
Authipay Gateway Virtual Terminal & Online Portal User Guide Version 5 (EMEA) Virtual Terminal & Online Portal User Guide Version 5 (EMEA) CONTENTS 1 Introduction... 5 2 Processing Transactions... 6 2.1
RITS Training. Accessing RITS Password Administration Certificate Administration
RITS Training Accessing RITS Password Administration Certificate Administration Contents Accessing RITS Setting up your PC Network and internet access to RITS Connectivity testing Security features Logging
Merchant User Manual
PIVOTAL PAYMENTS PAYMENT SERVER Document Version 2.07.0415 Copyright 2007-2008 Pivotal Payments Inc. All Rights Reserved. Visit us at: www.pivotalpayments.com Merchant User Manual Congratulations on the
ACS 5.x and later: Integration with Microsoft Active Directory Configuration Example
ACS 5.x and later: Integration with Microsoft Active Directory Configuration Example Document ID: 113571 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information
Quick Reference Guide. ict200 Series
Quick Reference Guide ict200 Series Hotkey Support Pressing one of the numeric keys (0-9) from the Idle Screen will take the user directly to certain pre-assigned transactions or tasks. Should any of those
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.
Backing Up TestTrack Native Project Databases
Backing Up TestTrack Native Project Databases TestTrack projects should be backed up regularly. You can use the TestTrack Native Database Backup Command Line Utility to back up TestTrack 2012 and later
Payment Express Ecommerce PX Pay Interface
Payment Express Ecommerce PX Pay Interface 1 2 CONTENTS OVERVIEW... 3 BASIC COMMUNICATION... 5 PREPARATION... 8 TRANSACTION REQUEST... 9 GenerateRequest XML Document... 9 Request XML Document... 10 TRANSACTION
PowerShell Configuration Guide
PowerShell Configuration Guide Table of Contents Windows PowerShell 2 Prerequisites... 3 IIS Settings... 3 ActiveSync Server PowerShell Connection Settings... 8 NotifyMDM Version 3.x Windows PowerShell
Skipjack Merchant User Guide. Quick Guide. (a supplement to the Merchant User Guide)
Skipjack Merchant User Guide Quick Guide (a supplement to the Merchant User Guide) COPYRIGHT INFORMATION Evolve Adaptive Technology and Skipjack Financial Services are registered trademarks of the Bradley-Madison
Virtual Terminal Solution
Virtual Terminal Solution VersaPay Table of Contents Introduction 1 How to Process a Transaction 2 Storing and Reusing a Customer s Credit Card Number 5 Setting up Automatic Recurring Billing 9 Hosted
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
Cloud Elements ecommerce Hub Provisioning Guide API Version 2.0 BETA
Cloud Elements ecommerce Hub Provisioning Guide API Version 2.0 BETA Page 1 Introduction The ecommerce Hub provides a uniform API to allow applications to use various endpoints such as Shopify. The following
NETBANX Back Office User s Guide
NETBANX Back Office User s Guide January 2014 This manual and accompanying electronic media are proprietary products of Optimal Payments plc. They are to be used only by licensed users of the product.
HADS 2.1.0e Installation and migration
Ageing, Disability and Home Care, Department of Family and Community Services MDS fact sheet - February 2012 HADS 2.1.0e Installation and migration Caution! If at any stage during this process you receive
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
QUICK REFERENCE GUIDE Retail Application
Ingenico Telium2 Canada QUICK REFERENCE GUIDE Retail Application 2015 Elavon Inc. Elavon is a registered trademark in the United States and other countries. All rights reserved. Apple Pay and Touch ID
Cypress Connexion HELP Guide www.cypressconnexion.com
Welcome to Cypress Connexion your one-stop-shop for accessing and managing your Cypress Communications account online, at your convenience. The following guide will provide you with helpful information
Merchant User Manual PAYMENT GATEWAY
PAYMENT GATEWAY Document Version 1304301 Copyright 2013 epaymentamerica, Inc. All Rights Reserved Table of Contents Introduction... 4 Overview... 5 Ch 1: Beginning to Use EPA Gateway.. 6 Logon as a Merchant...6
Electronic Payment Instructions and Tutorial TABLE OF CONTENTS. Getting Started 2. Making a One Time Payment 3. Creating an Account 4
TABLE OF CONTENTS TOPIC PAGE Getting Started 2 Making a One Time Payment 3 Creating an Account 4 Setting Up Recurring Payments 8 Change Recurring Payments 13 Setting Up Additional Bank Accounts 16 Adding
Audits. Email Alerts. Procedure
You can generate access and activity audits for your organization s Cisco ScanCenter account. You can also configure email alerts to notify you of failed Cisco ScanCenter login attempts. You must have
Getting started Cassandra Access control list
Getting started Cassandra Access control list Introduction: This document aims to provide a few easy to follow steps for the first-time user. We will cover the following subjects regarding our access control
Quick Reference Guide. Lloyds Bank Cardnet Online Management Information System
Quick Reference Guide Lloyds Bank Cardnet Online Management Information System Table of Contents 1. Logging In 3 2. Searching for Merchant Numbers 4 3. Merchant Profile Details 5 4. Transaction Activity
Information Systems. Connecting Smartphones to NTU s Email System
Information Systems Connecting Smartphones to NTU s Email System Connecting Smartphones to NTU s Email System Contents Things to be aware of before you start 3 Connecting a Windows Mobile 6 (6.0-6.5) Phone
Emdeon ecashiering Manual. February 22, 2010
Emdeon ecashiering Manual February 22, 2010 Purpose... 4 Objectives... 4 Special Symbol... 4 Introduction to Emdeon ecashiering... 5 ecashiering Access... 5 Suggested ecashiering System Roles... 5 ecashiering
ACS EPF Download Manager Technical Guide. Table of Contents
Table of Contents Introduction... 3 Administration... 3 Disclaimer... 3 System Requirements... 3 Software Download... 3 Software Installation... 4 Preparing for the Installation... 4 Unzip the Software
Using PAYD. Mobile app. For Android TM devices (05/13)
Using PAYD TM Mobile app For Android TM devices TM (05/13) Contents Important: Read First........................... 2 TM Set up the app.................................. 3 Connect the card reader.........................
Business Online Banking & Bill Pay Guide to Getting Started
Business Online Banking & Bill Pay Guide to Getting Started What s Inside Contents Security at Vectra Bank... 4 Getting Started Online... 5 Welcome to Vectra Bank Business Online Banking. Whether you re
Adeptia Suite LDAP Integration Guide
Adeptia Suite LDAP Integration Guide Version 6.2 Release Date February 24, 2015 343 West Erie, Suite 440 Chicago, IL 60654, USA Phone: (312) 229-1727 x111 Fax: (312) 229-1736 DOCUMENT INFORMATION Adeptia
ecommerce LMS Administrator s Manual
ecommerce LMS Administrator s Manual Table of Contents Introduction... 1 Logging in to the System... 2 Welcome Screen... 3 Modifying Your Personal Profile... 3 Changing Your Password... 7 Modifying Your
Virtual Code Authentication User s Guide. June 25, 2015
Virtual Code Authentication User s Guide June 25, 2015 Virtual Code Authentication User s Guide Overview of New Security Modern technologies call for higher security standards as practiced among many other
*NEW* White Label Reseller Billing System Guide
*NEW* White Label Reseller Billing System Guide Document Updated: May 29, 2012 Billing Features Page 2 Upgraded Billing System Cost Page 3 Getting Started Page 4-6 How It Works Page 6-8 Basic Billing Flow
Brainshark/Salesforce.com Integration Installation Procedures
Page1 Brainshark/Salesforce.com Integration Installation Procedures The Brainshark/Salesforce integration allows Salesforce users to send emails containing links to Brainshark presentations from a contact
Safewhere*Identify 3.4. Release Notes
Safewhere*Identify 3.4 Release Notes Safewhere*identify is a new kind of user identification and administration service providing for externalized and seamless authentication and authorization across organizations.
Merchant One Payment Systems Integration Resources. Direct Post API Documentation June 2007
Merchant One Payment Systems Integration Resources Direct Post API Documentation June 2007 Table of Contents Methodology... 2 Direct Post Method (Server to Server) FIG. 1... 2 Transaction Types... 3 Sale
CreditLine (4.30A) Click on the chapter titles below to view them: 1: Getting Started. 2: CreditLine Configuration
26/10/2015 CreditLine (4.30A) Click on the chapter titles below to view them: 1: Getting Started 2: CreditLine Configuration 3: Converting To Open GI/UPG Mode (CreditLine Plus) 4: Processing Credit Card
Keeper Care System Data Manager Version 1.2.6
Automated Inventory Solutions, Inc. User Manual Keeper Care System Data Manager Version 1.2.6 Automated Inventory Solutions Phone: (304)725-4801 Fax: (304)725-6983 www.aisvendors.com Email: [email protected]
Resource Online User Guide JUNE 2013
Resource Online User Guide JUNE 2013 CHASE PAYMENTECH SOLUTIONS MAKES NO WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, WITH REGARD TO THIS MATERIAL, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
Terminal Guide. Ingenico ICT220, ICT250, IWL220 & IWL250 Retail & Restaurant POS
Terminal Guide Ingenico ICT220, ICT250, IWL220 & IWL250 Retail & Restaurant POS This Quick Reference Guide will guide you through understanding your terminal s functionality, for both countertop and wireless
Welcome to Collage (Draft v0.1)
Welcome to Collage (Draft v0.1) Table of Contents Welcome to Collage (Draft v0.1)... 1 Table of Contents... 1 Overview... 2 What is Collage?... 3 Getting started... 4 Searching for Images in Collage...
How To Get A Certificate From Digicert On A Pc Or Mac Or Mac (For Pc Or Ipa) On A Mac Or Ipad (For Mac) On Pc Or Pc Or Pb (For Ipa Or Mac) For Free
DigiCert User Guide Version 3.7 Contents 1 User Management... 7 1.1 Roles and Account Access... 7 1.1.1 Administrator Role... 7 1.1.2 User Role... 7 1.1.3 CS Verified User... 7 1.1.4 EV Verified User...
GATEWAY FREEDOM INTEGRATION GUIDE
Payment solutions for online commerce GATEWAY FREEDOM INTEGRATION GUIDE Copyright PayPoint.net 2010 This document contains the proprietary information of PayPoint.net and may not be reproduced in any form
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...
How To Create A Document On A Pc Or Macbook
ApplicationXtender 6.5 Document Manager User Guide (version 1.0) CCS Computing and Communications Service June 2013 Table of Contents OVERVIEW... 3 Logging in to AppXtender Document Manager... 4 Changing
Configuring Integration Between Multichannel and Salesforce.com
Configuring Integration Between Multichannel and Salesforce.com Copyright 2013-2014 LiveOps Inc. All rights reserved. LiveOps, LiveOps Applications, LiveOps Authoring, LiveOps Insight, LiveOps Social and
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
Chapter 6 Using Network Monitoring Tools
Chapter 6 Using Network Monitoring Tools This chapter describes how to use the maintenance features of your Wireless-G Router Model WGR614v9. You can access these features by selecting the items under
How To Reverse A Credit Card Transaction On A Credit Cards Card On A Microsoft Card (Iota) On A Pc Or Macbook (Macro) On An Iphone Or Ipad (Macromax) On The Pc Or Ip
1 Password/Username Incorrect. Please remember that usernames and passwords are case-sensitive. Error Messages Sent by login screen when the username and/or the password are incorrect. 2 Access to page
WHMCS LUXCLOUD MODULE
èè WHMCS LUXCLOUD MODULE Update: 02.02.2015 Version 2.0 This information is only valid for partners who use the WHMCS module (v2.0 and higher). 1.1 General overview 1.2 Installing the plugin Go to your
Merchant e-solutions Payment Gateway Back Office User Guide. Merchant e-solutions January 2011 Version 2.5
Merchant e-solutions Payment Gateway Back Office User Guide Merchant e-solutions January 2011 Version 2.5 This publication is for information purposes only and its content does not represent a contract
PayPal Usage Document
For the Administrator, PayPal Usage Document Before choosing the PayPal as the default payment gateway, the Administrator must know some things. First, the DUT system only accepts the Completed payment
Academic Jobs Online (AJO) Job Aid Group Manager Support
Academic Jobs Online (AJO) Job Aid Group Manager Support 1 Table of Contents Login to AJO... 3 Admin Config... 4 Creating a New Job Listing... 11 View Applicant List... 16 Jobs... 18 Documenting the Recruitment
Volume PLANETAUTHORIZE PAYMENT GATEWAY. vtiger CRM Payment Module. User Guide
Volume 2 PLANETAUTHORIZE PAYMENT GATEWAY vtiger CRM Payment Module User Guide S A L E M A N A G E R M E R C H A N T S E R V I C E S User Guide and Installation Procedures Information in this document,
Use Enterprise SSO as the Credential Server for Protected Sites
Webthority HOW TO Use Enterprise SSO as the Credential Server for Protected Sites This document describes how to integrate Webthority with Enterprise SSO version 8.0.2 or 8.0.3. Webthority can be configured
ESL Business Internet Banking ONLINE GUIDE. Revised 05/15
ESL Business Internet Banking ONLINE GUIDE Revised 05/15 Offering convenience and ease is part of being a better business partner. WELCOME TO ESL BUSINESS INTERNET BANKING. Throughout this guide, we will
The Erado Hosted Messaging Installation Process Erado Hosted Mail Services with Domain Transfer
The Erado Hosted Messaging Installation Process Erado Hosted Mail Services with Domain Transfer Welcome to Erado Message Control Solutions. We appreciate the opportunity to serve you. To expedite the installation
Charleston Southern University Procurement Card (P-card) User Guide
Charleston Southern University Procurement Card (P-card) User Guide Index Overview. 3 Concepts. 3 Terms.. 4 Processing cycle... 4 Contacts... 4 Logging in 5 Home Page.. 6 Customizing Columns 7 Email Notification
imis20.2 Product Update Brian Lindsey, ASI What s New and What s Coming
imis20.2 Product Update Brian Lindsey, ASI What s New and What s Coming imis 300 20.2 Development Themes Engagement Management RiSE Web Development Platform Continuous Performance Improvements Engagement
Setting Up the Mercent Marketplace Price Optimizer Extension
For Magento ecommerce Software Table of Contents Overview... 3 Installing the Mercent Marketplace Price Optimizer extension... 4 Linking Your Amazon Seller account with the Mercent Developer account...
Customer Portal User Manual. 2012 Scott Logic Limited. All rights reserve. 2013 Scott Logic Limited. All rights reserved
Customer Portal User Manual 2012 Scott Logic Limited. All rights reserve Contents Introduction... 2 How should I use it?... 2 How do I login?... 2 How can I change my password?... 3 How can I find out
How to Add Users 1. 2.
Administrator Guide Contents How to Add Users... 2 How to Delete a User... 9 How to Create Sub-groups... 12 How to Edit the Email Sent Out to New Users... 14 How to Edit and Add a Logo to Your Group's
Mobile Merchant Reference Guide
COPYRIGHT NOTICE Copyright 2013 Blackstone Merchant Services, Inc. All rights reserved. This document is for internal use only. No part of this publication may be reproduced, transmitted, transcribed,
Online Statements. About this guide. Important information
Online Statements About this guide This guide shows you how to: View online statements, including CommBiz Activity Statements (Billing summaries) and online statements for Transaction Accounts, Credit
ONLINE WATER BILL PAYMENT FEATURES
TOWN OF DILLSBORO, INDIANA ONLINE WATER BILL PAYMENT FEATURES A GUIDE FOR RESIDENTS 1 TABLE OF CONTENTS ONLINE WATER BILL PAYMENT FUNCTIONALITY... 3 About the Town s Online Payment Service... 3 How to
Print Manager Plus 2010 How to Migrate your Database to a New SQL or Print Server
1) Make a Copy of the Existing PMP SQL Database Files. 2) Upgrade PMP by running the installer on the old server 3) Install SQL 2005 or 2008 SQL server on the New Server (you may also use the PMP 2010
National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide
National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide NFIRS 5.0 Software Version 5.3 Prepared for: Directorate of Preparedness and Response (FEMA) Prepared by:
Sage CRM 6.1 Release Notes
Sage CRM 6.1 Release Notes Who Should Read these Release Notes Date of Release Version Numbers These release notes are for Sage CRM Integration Beta participants only. Please note that while the document
Checklist: 5 Essential BaaS Features Every Mobile App Needs
RAD Studio Checklist: 5 Essential BaaS Features Every Mobile App Needs Today, apps are connected with an expectation to easily store information across multiple platforms and devices while still providing
Elementary Website Management December 2013
Elementary Website Management December 2013 1 Table of Contents What is WordPress? 3 What is the Website Manager App? 3 What is Google Calendars? 3 What do I use for what? 3 WordPress 4 Logging into the
Skipjack VPOS User Guide
Skipjack VPOS User Guide Skipjack 2230 Park Avenue Cincinnati, OH 45206 www.skipjack.com User Guide Table of Contents Click on a topic below to view its contents. Logging in to Your Account p. 3 Launch
