BLUEFIN HOSTED PAYMENT FORMS

Size: px
Start display at page:

Download "BLUEFIN HOSTED PAYMENT FORMS"

Transcription

1 BLUEFIN HOSTED PAYMENT FORMS Date modified: 4/15/16 (Version 1.2)

2 Bluefin Payment Systems Page 2

3 Contents Settings Menu... 4 Account Settings... 5 Managing Groups... 5 Hosted Payment Forms... 7 Hosted Payment Form List... 8 Editing Hosted Payment Forms... 9 General Section Response Handling Section Appearance Settings Custom Fields The Hosted Payment Form Rendered Rendering Hosted Payment Forms Custom Form Fields Handling Responses: Online Receipt Pages Receipt Page Decline Page Configurable URLs for Handling Responses Example Code A text link: The same form request as an IFRAME: The same form request via HTTP POST could be done with this HTML snippet: Appendix: Using HASH for Authenticated Transactions Variables Index Bluefin Payment Systems Page 3

4 Settings Menu The Settings menu houses the configuration pages where you will control the behavior of your account, and sub-accounts. For Hosted Payment Forms, two items are of particular interest: Manage Settings: This page allows you to define the overall behavior of your account with regards to processing transactions. Manage Groups: Groups are the mechanism for: Informal categorization of transactions by name. Formal categorization of transactions by merchant account and/or processor. Processing split transactions. Bluefin Payment Systems Page 4

5 Account Settings The first step in getting ready for using Hosted Payment Forms is checking with Bluefin to make sure that your account is configured to allow Hosted Payment Forms. The next step is to look in your account settings (Settings Manage Settings) to ensure your transaction parameters are set correctly. Require Encrypted Swipe. If you are utilizing a P2PE (or encrypted) swipe or card reader, to make use of the Card Present form type, you must have the account set correctly. Contact Bluefin to make sure this option is set correctly. Allow Credit Cards. Set this option to YES to enable or NO to disable all forms of Credit/Debit cards on your forms. Allow Checks. Set this option to YES to enable or NO to disable ACH as a payment option on your forms. After making your selections, make sure you click the UPDATE SETTINGS button at bottom of page to save them. Managing Groups As mentioned above, Groups can provide the mechanism to create categories, or buckets, for transactions, but is optional. Shown below is the List view of your Groups. The right hand column contains four clickable icons providing the following Actions, from left to right: View Show more details of the selected Group. Edit Open an edit window to alter the Group s parameters. Manage Forms Open the Hosted Payment Forms list for the selected Group. Delete Remove the Group from PayConex. Bluefin Payment Systems Page 5

6 Each Group has the following attributes: a) ID. This is a numerical identifier, unique throughout the PayConex system. It is not editable. b) Name. This is a short descriptor, comprised of letters and numbers only, unique to your account. It cannot be changed once set. c) Description. This is a human readable, long descriptor, for display/reporting use. d) Merchant Account. Sometimes this is referred to as the Processor. This ties the Group to a merchant account associated with your primary account. Merchant Account may be left blank/default to define the Group as simply a tool for categorizing transactions. Bluefin Payment Systems Page 6

7 Hosted Payment Forms The Tools menu provides links to the reporting engine within PayConex, quick-links to the Settings and Agent menus, and of particular relevance to this document, the Hosted Payment Forms module. Bluefin Payment Systems Page 7

8 Hosted Payment Form List The Hosted Payment Forms (HPF) List view displays your existing forms/pages grouped by the Group they have been assigned, and allows you to create a new one. Within each Group of HPF s one of the forms can be assigned as the default for the account. The right-hand column contains four clickable icons providing the following Actions : Edit - Update the inputs, layout settings, and other attributes of the form. Preview - Renders the selected HPF in a new tab/window. Delete - Physically deletes the selected HPF. Create a Copy - Creates an exact copy of the selected HPF to facilitate template building. Bluefin Payment Systems Page 8

9 Editing Hosted Payment Forms The HPF Edit page is split into four primary sections, discussed in separate sections: General settings: These define the required inputs. Response Handling: Used to enable transparent redirect of transaction responses for customized receipt, decline, and postback behavior. Appearance: Fonts, colors, borders, and custom copy text are all defined in this section. Custom Fields: Any data that you may wish to be passed through, along with the standard transaction data, is defined here. Bluefin Payment Systems Page 9

10 General Section The General section is where the bulk of the setup is done, and is shown below, with descriptions shown after this image. Form Name: Freeform text. Used for identification only. Bluefin Payment Systems Page 10

11 Type: Specifies the action to be taken. Group: Can be blank. If specified, the Primary Charge will flow into the merchant account associated with this Group. Payment Capture Methods: At least one is required. Your choice to enable Card Present (swipe transactions), Card Not Present (keyboard entry of card data), or ACH Check payment. Any combination can be used. Primary Charge: Mandatory. The amount can be overridden in request data. Secondary Charge: Optional, and disabled by default. If specified, this payment will flow into the Main/Master merchant account. The amount can be overridden in request data. Customer Contact Fields: For reporting use only, unless AVS authentication is required by your account settings. Bluefin Payment Systems Page 11

12 Response Handling Section Use these URLs to specify custom handling of receipts, declines, and asynchronous POSTback. NOTE: If the receipt URL is specified and the decline is left blank, the system will automatically use the receipt URL for declines. So, if using this functionality make sure your programs are constructed to handle both type of responses. Bluefin Payment Systems Page 12

13 Appearance Settings The appearance settings allow you to change the look of your HPF to better match your environment. The options are shown below and discussed in detail. Custom Logo: Upload a logo image in JPG, PNG, or GIF format, sized 600w x 200h pixels, with 1MB being the maximum file size. I responded out of this system, and informed them that the dimensions are: 1MB maximum size 600x200 maximum dimensions Accepted file types: gif, jpg, jpeg, tiff, png, bmp Bluefin Payment Systems Page 13

14 Design Elements: A color picker is provided to assist you setting colors of the layout elements in your form, or you may type the hex color code. You may select from several common web friendly fonts. The default is Helvetica. Layout Text: You may specify a custom title for your form, as well as text to be displayed at the top and bottom of your payment page, and a message shown on the payment confirmation page/receipt. Custom Fields Each Custom Field Group allows you to specify a placeholder for non-standard data that your business, or your customers, need in order to complete the end to end payment process. Unless specified as hidden, the data sent via these fields will show up on the standard receipt and decline pages. The Hosted Payment Form Rendered Below is a typical Hosted Payment Form using the default color/font pallet, a Custom Logo, and a Required Amount field. Each standard input field makes use of HTML5 placeholders to assist users in completing the form. Required fields are marked with an asterisk in the label. Real-time field level form validation is performed on each relevant form field, and the form itself will not submit until it is validated, further ensuring that the data sent through to the PayConex API is as complete and accurate as possible. Bluefin Payment Systems Page 14

15 Rendering Hosted Payment Forms The Hosted Payment Forms can be accessed via a direct HTTP request using either GET or POST methods. The base URL to the Hosted Payment Pages is: Certification: Production: These parameters must be sent with your request: PARAMETER TYPE CONTEXT DESCRIPTION action string Required The API method name for rendering HPF s aid integer Required Your PayConex Account ID (Zero-padded 12-digit) id integer Required The Hosted Payment Form numerical ID. Bluefin Payment Systems Page 15

16 These parameters are optional, depending upon your payment pages settings: PARAMETER TYPE CONTEXT DESCRIPTION amount string conditional Required for display_only & hidden fields. Default amount can be sent for required & optional. If form uses multiple amounts both must be sent, delimited by a colon (e.g :1.57) first_name string conditional Payer/customer First Name. Required if display_only or hidden. last_name string conditional Payer/customer Last Name. Required if display_only or hidden. street_address1 string conditional Payer/customer street address. Required if display_only or hidden. city string conditional Payer/customer city. Required if display_only or hidden. state string conditional Payer/customer state (2-character). Required if display_only or hidden. zip string conditional Payer/customer postal (zip) code. Required if display_only or hidden. country string conditional Payer/customer Country. Required if display_only or hidden. phone string conditional Payer/customer phone number. Required if display_only or hidden. string conditional Payer/customer address. Required if display_only or hidden. token_id integer optional A valid payment token ID (transaction id from previous successful AUTH, SALE, or STORE). Setting this disables the Payment Inputs for Card & ACH data. Custom Form Fields In addition to the pre-defined fields listed above, merchants can pass their own user-defined custom parameters. These parameters are defined when creating the hosted form. To submit data to be passed through the system via custom form fields simply send key/value pairs representing the custom field s name, and its value. For example, if one of your custom fields is capturing customer account numbers you might define that as customer_number and in the API request transmit it as &customer_number= If a custom field is defined as either Display Only or Hidden, it must be passed with the request, even if its value is blank/null. Bluefin Payment Systems Page 16

17 Handling Responses: The Hosted Payment Forms module essentially has two (2) ways of handling transaction responses. Online Receipt pages, and Transparent Redirect. Online Receipt Pages For merchants that do not have a full-service back-end application, or do not require direct feedback, the online receipt pages provide the easiest solution for providing customers with confirmation receipts and decline notifications. Receipt Page The receipt page is displayed whenever a transaction is successful, or approved. It will utilize the same logo as the hosted payment form, and will echo the confirmation text as defined on the HPF edit admin page. Receipts will display the following data from the transaction: Payment Amount, or amounts in the case of split transactions. Payment Date Payment Method. The type & last 4 digits of card or account. Payment Status: Approved for Cards, Pending for ACH. Billing name Custom field(s) A button is included to allow customers to print their receipt. Decline Page The decline pages are terminal. They do not provide a means to re-try the transaction. Customers will be presented with a generic message telling them the payment was declined, plus: Payment date Response Code. A numeric code. Response Message. This is the decline notice reflected back from the processor. Bluefin Payment Systems Page 17

18 Configurable URLs for Handling Responses It is possible for the Merchant to specify the various URL s for Response Handling outside of the form setup, if desired. Doing so could lessen the number of forms needed for a Merchant, but it needs t handled in a secure fashion, so care and expertise needs to be used. In the URL that is used to render the Hosted Payment Form, you can control the back-end behavior with by adding even more elements to the URL string. The possible values are explained in the table below. Note that none of them can be sent directly (plain text) and must be included in a hash for security reasons. They do not however need to be specified in a hash_key since they are required to be hashed. For more on HASH and its use, refer to the appendix in this document. PARAMETER TYPE CONTEXT DESCRIPTION success_url string optional Used for a non-default (merchant "hosted") successful transaction receipt. Must be a valid URL that will be called if transaction is successful. It needs to be specified inside the hash, but does NOT need to be included in the hash_key. decline_url string optional Used for a non-default (merchant "hosted") NOT successful transaction receipt. Must be a valid URL that will be called if transaction is declined. It needs to be specified inside the hash, but does NOT need to be included in the hash_key. cancel_url string optional Must be a valid URL that will be called if user presses Cancel button on HPF. It needs to be specified inside the hash, but does NOT need to be included in the hash_key. timeout_redirect string optional Must be a valid URL that will be used if the HPF times out on the user. It needs to be specified inside the hash, but does NOT need to be included in the hash_key. postback_url string optional Must be a valid URL to receive POSTback data. Bluefin Payment Systems Page 18

19 Example Code To render Form ID 21 on Account , passing 2 amounts ($ & $3.95) A text link: <a href=" id=21&amount=123.45:3.95">make a Payment</a> The same form request as an IFRAME: <iframe src=" unt=10.10:1.50" frameborder="0" height="850" width="660" scrolling="no" seamless="seamless" ></iframe> The same form request via HTTP POST could be done with this HTML snippet: <html> <head></head> <body onload="submitform()"> <form action=" method="post" id="autopostform" hidden="hidden" style="visibility:hidden;"> <input type="hidden" name="action" value="view"/> <input type="hidden" name="aid" value=" "/> <input type="hidden" name="id" value="21"/> <input type="hidden" name="amount" value="123.45:3.95"/> <input type="hidden" name="customer_number" value="1234-abcd-001-b"/> <!-- Custom Field --> </form> <script type="text/javascript"> function submitform() { var myform = document.getelementbyid('autopostform'); myform.submit(); } </script> </body> </html> Bluefin Payment Systems Page 19

20 Appendix: Using HASH for Authenticated Transactions A hash function is an algorithm that transforms (hashes) an arbitrary set of data elements, such as a text string or file, into a single fixed length value (the hash). The computed hash value is a means of protecting sensitive data. Bluefin has included this functionality in to its API s, and it uses a Secure Hash Algorithm (SHA-256) type of hash. There are two pieces that are tied to sending a hash; the hash value and the hash_key value (string), although the hash_key is not always required. A description of each REQUIRED parameter in any HASH is included below. Parameter Req'd Description account_id Yes This is the merchant account ID. For any hash, this MUST be included and be the first parameter. api_accesskey Yes This is the merchant s unique key. It should NEVER be given out to anyone. For any hash, this MUST be included and be the second parameter. If it is ever sent in the hash, and outside the hash (it is sent twice), you will receive a Security Violation error. timestamp Yes This is a 10-digit UNIX timestamp representing the number of seconds since Epoch (00:00:00 on January 1, 1970) and should represent the time this transaction occurs. For any hash, this MUST be included and be the third parameter. It is possible in any transaction type to use the HASH method for more than just the required fields (listed above). This is strictly up to the vendor/merchant, but it is recommended by Bluefin to do so. If the merchant wishes to include other data values in the hash, they can be appended to the hash value, but another element must be sent, called the hash_key, which is explained below. Parameter Req'd Description hash_key No A string containing a comma delimited list of parameters used to build the hash. This list should NOT include the three parameters above, or other parameters that are used in transparent redirect (see the Transparent Redirect section for more information). NOTE: All HASH parameters are case sensitive. NOTE: When using the transparent redirect method, the HASH method is REQUIRED. Example #1: If the merchant wishes to send the minimum values of a hash, given the following values: account_id :: api_accesskey :: e6f157d2-66cf-43d5-8a56-c4c57d5760d7 timestamp :: Bluefin Payment Systems Page 20

21 This would be the hash string: ,e6f157d2-66cf-43d5-8a56-c4c57d5760d7, With a resulting hash value that is sent as something like: b48171ba3c4ffbc d661d52a109d d208f52bf7392cbf95 Example #2: Given the same minimum values, and a transaction amount of $123.00, the hash string would look like: ,e6f157d2-66cf-43d5-8a56-c4c57d5760d7, , And the resulting hash value that is sent is something like: c602825bed7fdc9b256ec6ce074b88e6befc18bd0eb295a9acb7af024708aedf Note that in the above example #2 that the merchant would also have to send the following, which would indicate the optional hash_key parameter is included in the hash: hash_key = transaction_amount Variables Index When using a hash, the table below shows the variables that would be sent to QSAPI, along with the request format variables for the given transaction type. Parameter Req'd Description account_id Yes This is the merchant account ID. timestamp Yes This is a 10-digit UNIX timestamp representing the number of seconds since Epoch (00:00:00 on January 1, 1970) and should represent the time this transaction occurs. hash Yes The hash value (NOT the hash string) hash_key No Only required if additional (optional) parameters were included in the hash string NOTE: The parameter "api_accesskey" is NOT to be sent as a separate variable when using transparent redirect. Doing so compromises the integrity of the data, PCI compliancy, and will result in a "security violation" error. NOTE: All HASH parameters are case sensitive. NOTE: The HASH function is new in version 3.8 of the API. Prior versions do not contain this feature. Bluefin Payment Systems Page 21

Website Payments Pro Hosted Solution Integration Guide. (Payflow Edition) United Kingdom

Website Payments Pro Hosted Solution Integration Guide. (Payflow Edition) United Kingdom Website Payments Pro Hosted Solution Integration Guide (Payflow Edition) United Kingdom Last updated: May 2014 Website Payments Pro Hosted Solution Integration Guide Document Number: 10112.en_GB-201210

More information

Website Payments Plus Integration Guide

Website Payments Plus Integration Guide Website Payments Plus Integration Guide Last updated: July 2012 Website Payments Plus Integration Guide Document Number: 10114.en_US-201207 2012 PayPal, Inc. All rights reserved. PayPal is a registered

More information

SelectSurvey.NET User Manual

SelectSurvey.NET User Manual SelectSurvey.NET User Manual Creating Surveys 2 Designing Surveys 2 Templates 3 Libraries 4 Item Types 4 Scored Surveys 5 Page Conditions 5 Piping Answers 6 Previewing Surveys 7 Managing Surveys 7 Survey

More information

UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT

UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT Table of Contents Creating a Webform First Steps... 1 Form Components... 2 Component Types.......4 Conditionals...

More information

Website Payments Pro Hosted Solution Integration Guide. Hong Kong

Website Payments Pro Hosted Solution Integration Guide. Hong Kong Website Payments Pro Hosted Solution Integration Guide Hong Kong Last updated: May 2014 Website Payments Pro Hosted Solution Integration Guide Document Number: 10115.en_US-201308 1999-2014 PayPal, Inc.

More information

ADP Workforce Now Portal Administrator Guide. Version 1.2

ADP Workforce Now Portal Administrator Guide. Version 1.2 ADP Workforce Now Portal Administrator Guide Version 1.2 ADP s Trademarks The ADP Logo and ADP are registered trademarks of ADP, Inc. ADP Workforce Now is a trademark of ADP, Inc. Third-Party Trademarks

More information

Credomatic Integration Resources. Browser Redirect API Documentation June 2007

Credomatic Integration Resources. Browser Redirect API Documentation June 2007 Credomatic Integration Resources Browser Redirect API Documentation June 2007 Table of Contents Methodology... 2 Browser Redirect Method (Browser to Server) FIG. 1... 2 API Authentication Parameters...

More information

Pasarela Integral Integration Guide. Spain

Pasarela Integral Integration Guide. Spain Pasarela Integral Integration Guide Spain Last updated: May 2014 Pasarela Integral Integration Guide Document Number: 10117.en_US-201308 1999-2014 PayPal, Inc. All rights reserved. PayPal is a registered

More information

Payment Page Integration

Payment Page Integration A step by step guide to integrating Nochex with your website. All the information you need to be up and running with your account. Version 2.0 Updated 16 th January 2007 Payment Page Implementation 1 Table

More information

Merchant Interface Online Help Files

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

More information

Intell-a-Keeper Reporting System Technical Programming Guide. Tracking your Bookings without going Nuts! http://www.acorn-is.

Intell-a-Keeper Reporting System Technical Programming Guide. Tracking your Bookings without going Nuts! http://www.acorn-is. Intell-a-Keeper Reporting System Technical Programming Guide Tracking your Bookings without going Nuts! http://www.acorn-is.com 877-ACORN-99 Step 1: Contact Marian Talbert at Acorn Internet Services at

More information

Bitrix Site Manager 4.0. Quick Start Guide to Newsletters and Subscriptions

Bitrix Site Manager 4.0. Quick Start Guide to Newsletters and Subscriptions Bitrix Site Manager 4.0 Quick Start Guide to Newsletters and Subscriptions Contents PREFACE...3 CONFIGURING THE MODULE...4 SETTING UP FOR MANUAL SENDING E-MAIL MESSAGES...6 Creating a newsletter...6 Providing

More information

Distributor Control Center Private Label/Channel Administrators

Distributor Control Center Private Label/Channel Administrators March 13, 2014 Distributor Control Center Private Label/Channel Administrators Version 2.6.3 Everyone.net Table of Contents Distributor Control Center... 1 1 The Distributor Control Center... 4 1.1 Introduction...

More information

WEB TERMINAL AND RECURRING BILLING

WEB TERMINAL AND RECURRING BILLING PROCESSING TRANSACTIONS WITH WEB TERMINAL AND RECURRING BILLING Document Version 1.4 December 2013 For further information please contact Digital River customer support at 0800 756 3350 or [email protected].

More information

Further web design: HTML forms

Further web design: HTML forms Further web design: HTML forms Practical workbook Aims and Learning Objectives The aim of this document is to introduce HTML forms. By the end of this course you will be able to: use existing forms on

More information

Appointment Router Salesforce.com Web- to- Lead Integration Guide. Date: January 19, 2011

Appointment Router Salesforce.com Web- to- Lead Integration Guide. Date: January 19, 2011 Appointment Router Salesforce.com Web- to- Lead Integration Guide Date: January 19, 2011 Overview This document describes the method used to integrate Salesforce.com Web-to-Lead forms with TimeTrade s

More information

PaperCut Payment Gateway Module - RBS WorldPay Quick Start Guide

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

More information

Integrating Luceo with your Website Using iframes. Version 4.1 Jan 15, 2013

Integrating Luceo with your Website Using iframes. Version 4.1 Jan 15, 2013 Integrating Luceo with your Website Using iframes Version 4.1 Jan 15, 2013 Table of Contents Table of Contents... 2 Preface... 3 Confidential Information... 3 Intellectual Property... 3 Quick Start Guide...

More information

Fleet Manager II. Operator Manual

Fleet Manager II. Operator Manual Fleet Manager II Operator Manual Table of Contents Table of Contents Table of Contents 2 About this Publication 4 Trademarks 5 About Fleet Manager II 6 Contact BW Technologies by Honeywell 7 Getting Started

More information

Time Clock Import Setup & Use

Time Clock Import Setup & Use Time Clock Import Setup & Use Document # Product Module Category CenterPoint Payroll Processes (How To) This document outlines how to setup and use of the Time Clock Import within CenterPoint Payroll.

More information

How to Create a Facebook Page for Pro Contractors

How to Create a Facebook Page for Pro Contractors Set Up a Personal Page First Facebook requires you to set up a personal page/ account prior to setting up a business page (even if you never use your personal page.) Click here to access Facebook. Once

More information

INTEGRATION PROCEDURES AND SPECIFICATIONS

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

More information

EmailCampaigns. Product Use Guide. Copyright LeadFormix Inc. All Rights Reserved

EmailCampaigns. Product Use Guide. Copyright LeadFormix Inc. All Rights Reserved EmailCampaigns Product Use Guide Copyright LeadFormix Inc. All Rights Reserved 1 Email Campaign User Manual... 3 2 Special Features of Email Campaign... 7 3 Monitoring Email Campaigns: What our clients

More information

Client Marketing: Sets

Client Marketing: Sets Client Marketing Client Marketing: Sets Purpose Client Marketing Sets are used for selecting clients from the client records based on certain criteria you designate. Once the clients are selected, you

More information

A quick guide to... Setting Up Your Campaigns

A quick guide to... Setting Up Your Campaigns A quick guide to... Setting Up Your Campaigns In this guide... Learn how to create a GetResponse email marketing campaign and manage all the built-in options designed to maximize the effectiveness of you

More information

UPG plc Atlas Technical Integration Guide

UPG plc Atlas Technical Integration Guide UPG plc Atlas Technical Integration Guide Version 13.8.16 Released Aug 2013 Description Integrating your website or payment system into the UPG plc Atlas ecommerce gateway platform UPG Plc. version 13.8.16

More information

PassKey Manager. Schoolwires Centricity

PassKey Manager. Schoolwires Centricity Schoolwires Centricity Table of Contents Introduction... 1 What Provides... 1 What Does Not Provide... 1 Definitions for... 1 Manage PassKeys in Site Manager... 2 Access... 2 Create PassKeys... 2 Create

More information

Retail epay User Manual

Retail epay User Manual Retail epay User Manual USAEPAY RETAIL EPAY CHARGE Whether you are a Windows, Mac OS or Linux/Unix user, USA epay's epay Charge Retail Software is your number one solution for processing retail sales using

More information

Customizing forms and writing QuickBooks Letters

Customizing forms and writing QuickBooks Letters LESSON 15 Customizing forms and writing QuickBooks Letters 15 Lesson objectives, 398 Supporting materials, 398 Instructor preparation, 398 To start this lesson, 398 About QuickBooks forms, 399 Customizing

More information

Smart Card Authentication. Administrator's Guide

Smart Card Authentication. Administrator's Guide Smart Card Authentication Administrator's Guide October 2012 www.lexmark.com Contents 2 Contents Overview...4 Configuring the applications...5 Configuring printer settings for use with the applications...5

More information

PaperCut Payment Gateway Module PayPal Website Payments Standard Quick Start Guide

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

More information

UOFL SHAREPOINT ADMINISTRATORS GUIDE

UOFL SHAREPOINT ADMINISTRATORS GUIDE UOFL SHAREPOINT ADMINISTRATORS GUIDE WOW What Power! Learn how to administer a SharePoint site. [Type text] SharePoint Administrator Training Table of Contents Basics... 3 Definitions... 3 The Ribbon...

More information

Invoice Quotation and Purchase Orders Maker

Invoice Quotation and Purchase Orders Maker Invoice Quotation and Purchase Orders Maker Professional Edition Version 2.0.0.0 Help File By: Khaled Aljundi Software developer 1 P a g e Table of Contents 1.0 License Agreement... 3 2.0 About This Software...

More information

Nintex Forms 2013 Help

Nintex Forms 2013 Help Nintex Forms 2013 Help Last updated: Friday, April 17, 2015 1 Administration and Configuration 1.1 Licensing settings 1.2 Activating Nintex Forms 1.3 Web Application activation settings 1.4 Manage device

More information

User s Guide for the Texas Assessment Management System

User s Guide for the Texas Assessment Management System User s Guide for the Texas Assessment Management System Version 8.3 Have a question? Contact Pearson s Austin Operations Center. Call 800-627-0225 for technical support Monday Friday, 7:30 am 5:30 pm (CT),

More information

Ease-E-Club Client Management Software by Computerease

Ease-E-Club Client Management Software by Computerease Ease-E-Club Client Management Software by Computerease Bluefin Payment Setup and Processing The Bank Export, Point of Sale and Client file are integrated with Bluefin Payment Systems: http://bluefin.com/computerease.

More information

Configuring iplanet 6.0 Web Server For SSL and non-ssl Redirect

Configuring iplanet 6.0 Web Server For SSL and non-ssl Redirect Introduction Configuring iplanet 6.0 Web Server For SSL and non-ssl Redirect This document describes the process for configuring an iplanet web server for the following situation: Require that clients

More information

AliPay International Services

AliPay International Services Title Page AliPay International Services Using the SCMP API May 2016 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For general

More information

QQ WebAgent Quick Start Guide

QQ WebAgent Quick Start Guide QQ WebAgent Quick Start Guide Contents QQ WebAgent Quick Start Guide... 1 Implementing QQ WebAgent. on Your Web Site... 2 What You Need to Do... 2 Instructions for Web designers, Webmasters or Web Hosting

More information

Logi Ad Hoc Reporting System Administration Guide

Logi Ad Hoc Reporting System Administration Guide Logi Ad Hoc Reporting System Administration Guide Version 11.2 Last Updated: March 2014 Page 2 Table of Contents INTRODUCTION... 4 Target Audience... 4 Application Architecture... 5 Document Overview...

More information

Microsoft Office Live Meeting Events User s Guide

Microsoft Office Live Meeting Events User s Guide Microsoft Office Live Meeting Events User s Guide Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the companies,

More information

Building a Website using Site Builder

Building a Website using Site Builder Building a Website using Site Builder Getting Started Request a site via [email protected]. Go to http://www.whoi.edu/siteselect.do Log in using your email username and password Click on your site Site Builder

More information

Do-It-Yourself Templates

Do-It-Yourself Templates Whitepaper Do-It-Yourself Templates Using Your Own Content to Create Message Templates August 4, 2010 Copyright 2010 L-Soft international, Inc. Information in this document is subject to change without

More information

Creating Web Pages with Microsoft FrontPage

Creating Web Pages with Microsoft FrontPage Creating Web Pages with Microsoft FrontPage 1. Page Properties 1.1 Basic page information Choose File Properties. Type the name of the Title of the page, for example Template. And then click OK. Short

More information

MRED Guide to: Managing Your PREMIUM Goomzee Account

MRED Guide to: Managing Your PREMIUM Goomzee Account Goomzee- User s Guide MRED Guide to: Managing Your PREMIUM Goomzee Account Promote Your Properties In Minutes Goomzee is a comprehensive mobile marketing and lead generation system for real estate professionals.

More information

Supplier Management System User Guide

Supplier Management System User Guide Supplier Management System User Guide Copyright 2007-2010 by CVM Solutions LLC. All Rights Reserved. The material contained in this document is proprietary data and is the intellectual property of CVM

More information

Kaseya 2. User Guide. for VSA 6.3

Kaseya 2. User Guide. for VSA 6.3 Kaseya 2 Ticketing User Guide for VSA 6.3 September 17, 2013 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULA as updated

More information

Kaseya 2. User Guide. Version 7.0. English

Kaseya 2. User Guide. Version 7.0. English Kaseya 2 Ticketing User Guide Version 7.0 English September 3, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as

More information

Novell Identity Manager

Novell Identity Manager AUTHORIZED DOCUMENTATION Manual Task Service Driver Implementation Guide Novell Identity Manager 4.0.1 April 15, 2011 www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with

More information

Using Form Tools (admin)

Using Form Tools (admin) EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATICS Directorate A - Corporate IT Solutions & Services Corporate Infrastructure Solutions for Information Systems (LUX) Using Form Tools (admin) Commission

More information

Merchant One Payment Systems Integration Resources. Direct Post API Documentation June 2007

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

More information

Quick reference Approver

Quick reference Approver The Commercial Card Expense Reporting (CCER) service Quick reference Approver Accessing the Commercial Card Expense Reporting (CCER) service 1. Sign on to the Commercial Electronic Office (CEO ) portal

More information

Morningtime Ogone Pro Manual (manual v1.0)... 1. Step 1 - Preparations... 1. Step 2 - unpack and copy files... 2

Morningtime Ogone Pro Manual (manual v1.0)... 1. Step 1 - Preparations... 1. Step 2 - unpack and copy files... 2 MORNINGTIME OGONE PRO MANUAL (MANUAL V1.0) 1. Sign up for an Ogone account at http://www.ogone.com. 2. This module works for Magento Community 1.3-1.5 and Enterprise 1.7-1.10 CONTENTS Morningtime Ogone

More information

Advanced Order Management Module Hosted Ecommerce Service Module Help Document

Advanced Order Management Module Hosted Ecommerce Service Module Help Document Advanced Order Management Module Hosted Ecommerce Service Module Help Document This module is available as Optional Add On Module at one time charges of US $125.00 * on hosting plans as available at ecommercehosted.com

More information

Administrative Features

Administrative Features My Profile and User Manager These tools allow you to manage user information assigned to your account. Log into your Workopolis Employer Account. Under the My Account Settings menu, select either: My Profile

More information

Building Event Registration Forms in DonorSnap

Building Event Registration Forms in DonorSnap Building in DonorSnap Online Forms is a module that comes installed with DonorSnap. You create your own forms. Forms are built within DonorSnap and uploaded to your website. When someone submits a form,

More information

PaymentNet Federal Card Solutions Cardholder FAQs

PaymentNet Federal Card Solutions Cardholder FAQs PaymentNet Federal Card Solutions It s easy to find the answers to your questions about PaymentNet! June 2014 Frequently Asked Questions First Time Login How do I obtain my login information?... 2 How

More information

Interspire Website Publisher Developer Documentation. Template Customization Guide

Interspire Website Publisher Developer Documentation. Template Customization Guide Interspire Website Publisher Developer Documentation Template Customization Guide Table of Contents Introduction... 1 Template Directory Structure... 2 The Style Guide File... 4 Blocks... 4 What are blocks?...

More information

Joomla! extension JSN UniForm User Manual

Joomla! extension JSN UniForm User Manual Joomla! extension JSN UniForm User Manual (for JSN UniForm 3.2.x) www.facebook.com/joomlashine www.twitter.com/joomlashine www.youtube.com/joomlashine This documentation is release under Creative Commons

More information

VF-Blaster 2.0 VisionFriendly.com 630-553-0000

VF-Blaster 2.0 VisionFriendly.com 630-553-0000 VisionFriendly.com 630-553-0000 Table of Contents Subject Page Quick Start Guide 2 8 Easy Steps to Send Out a VF-Blaster 2.0 Email Campaign 2 Upload a List 4 Upload a List 4 Map File Fields to List Fields

More information

Payment solutions for online commerce. Web Hosted Integration Guide. (Gateway Hosted)

Payment solutions for online commerce. Web Hosted Integration Guide. (Gateway Hosted) Payment solutions for online commerce Web Hosted Integration Guide (Gateway Hosted) Copyright PayPoint.net 2014 This document contains the proprietary information of PayPoint.net and may not be reproduced

More information

Strategic Asset Tracking System User Guide

Strategic Asset Tracking System User Guide Strategic Asset Tracking System User Guide Contents 1 Overview 2 Web Application 2.1 Logging In 2.2 Navigation 2.3 Assets 2.3.1 Favorites 2.3.3 Purchasing 2.3.4 User Fields 2.3.5 History 2.3.6 Import Data

More information

Oracle Taleo Business Edition Cloud Service. What s New in Release 15B1

Oracle Taleo Business Edition Cloud Service. What s New in Release 15B1 Oracle Taleo Business Edition Cloud Service What s New in Release 15B1 July 2015 TABLE OF CONTENTS REVISION HISTORY... 3 OVERVIEW... 4 RELEASE FEATURE SUMMARY... 4 CAREERS WEBSITES... 5 Mobile Enabled

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

Order Manager Toolkit

Order Manager Toolkit Order Manager Toolkit Magento Extension User Guide Official extension page: Order Manager Toolkit Page 1 Table of contents: 1. Order Manager Toolkit: functionality on the order grid.. 3 2. Extended grid:

More information

Elavon Payment Gateway Hosted Payment Page

Elavon Payment Gateway Hosted Payment Page Elavon Payment Gateway Hosted Payment Developers Guide Version: v1.1 1 Table of Contents 1 About This Guide.. 4 1.1 Purpose....4 1.2 Audience.4 1.3 Prerequisites...4 1.4 Related Documents..4 1.5 Conventions..4

More information

Aras Corporation. 2005 Aras Corporation. All rights reserved. Notice of Rights. Notice of Liability

Aras Corporation. 2005 Aras Corporation. All rights reserved. Notice of Rights. Notice of Liability Aras Corporation 2005 Aras Corporation. All rights reserved Notice of Rights All rights reserved. Aras Corporation (Aras) owns this document. No part of this document may be reproduced or transmitted in

More information

Google Sites: Creating, editing, and sharing a site

Google Sites: Creating, editing, and sharing a site Google Sites: Creating, editing, and sharing a site Google Sites is an application that makes building a website for your organization as easy as editing a document. With Google Sites, teams can quickly

More information

Content Manager User Guide Information Technology Web Services

Content Manager User Guide Information Technology Web Services Content Manager User Guide Information Technology Web Services The login information in this guide is for training purposes only in a test environment. The login information will change and be redistributed

More information

Customize Bluefin Payment Processing app to meet the needs of your business. Click here for detailed documentation on customizing your application

Customize Bluefin Payment Processing app to meet the needs of your business. Click here for detailed documentation on customizing your application STEP 1 Download and install Bluefin Payment Processing app STEP 2 Sign up for a Bluefin merchant account Once you install the application, click the Get Started link from the home page to get in touch

More information

Installing and Sending with DocuSign for NetSuite v2.2

Installing and Sending with DocuSign for NetSuite v2.2 DocuSign Quick Start Guide Installing and Sending with DocuSign for NetSuite v2.2 This guide provides information on installing and sending documents for signature with DocuSign for NetSuite. It also includes

More information

Kentico CMS User s Guide 5.0

Kentico CMS User s Guide 5.0 Kentico CMS User s Guide 5.0 2 Kentico CMS User s Guide 5.0 Table of Contents Part I Introduction 4 1 Kentico CMS overview... 4 2 Signing in... 5 3 User interface overview... 7 Part II Managing my profile

More information

API Integration Payment21 Button

API Integration Payment21 Button API Integration Payment21 Button The purpose of this document is to describe the requirements, usage, implementation and purpose of the Payment21 Application Programming Interface (API). The API will allow

More information

Table of Contents. Manual for Core Staff - Equipment/Scheduling Core Facilities

Table of Contents. Manual for Core Staff - Equipment/Scheduling Core Facilities Table of Contents 1. Overview 2. How do I manage my account? 3. Equipment Scheduling Workflow Overview 4. Equipment Scheduling Walk Through a. How do I access the list of calendars available for scheduling?

More information

Portal Connector Fields and Widgets Technical Documentation

Portal Connector Fields and Widgets Technical Documentation Portal Connector Fields and Widgets Technical Documentation 1 Form Fields 1.1 Content 1.1.1 CRM Form Configuration The CRM Form Configuration manages all the fields on the form and defines how the fields

More information

Internet Technologies

Internet Technologies QAFQAZ UNIVERSITY Computer Engineering Department Internet Technologies HTML Forms Dr. Abzetdin ADAMOV Chair of Computer Engineering Department [email protected] http://ce.qu.edu.az/~aadamov What are forms?

More information

Grant Management System Training Guide Module 9 Notification Center Home Dashboard Ver 6.1 Updated: 2.13.2014

Grant Management System Training Guide Module 9 Notification Center Home Dashboard Ver 6.1 Updated: 2.13.2014 Grant Management System Training Guide Module 9 Notification Center Home Dashboard Ver 6.1 Updated: 2.13.2014 Prepared by: Table of Contents Module 9: Notification Center on the Home Dashboard This module

More information

Scan Physical Inventory

Scan Physical Inventory Scan Physical Inventory There are 2 ways to do Inventory: #1 Count everything in inventory, usually done once a quarter #2 Count in cycles per area or category. This is a little easier and usually takes

More information

Three Step Redirect API V2.0 Patent Pending

Three Step Redirect API V2.0 Patent Pending Three Step Redirect API V2.0 Patent Pending Contents Three Step Redirect Overview... 4 Three Step Redirect API... 4 Detailed Explanation... 4 Three Step Transaction Actions... 7 Step 1... 7 Sale/Auth/Credit/Validate/Offline

More information

Document Manager 2.0. Corporate Administrator Guide

Document Manager 2.0. Corporate Administrator Guide Document Manager 2.0 Corporate Administrator Guide Introduction to the Corporate Administrator Guide Document Manager 2.0 is the Web to Print ordering application for OfficeMax ImPress. Many features and

More information

Jadu Content Management Systems Web Publishing Guide. Table of Contents (click on chapter titles to navigate to a specific chapter)

Jadu Content Management Systems Web Publishing Guide. Table of Contents (click on chapter titles to navigate to a specific chapter) Jadu Content Management Systems Web Publishing Guide Table of Contents (click on chapter titles to navigate to a specific chapter) Jadu Guidelines, Glossary, Tips, URL to Log In & How to Log Out... 2 Landing

More information

Password Reset Server User Guide

Password Reset Server User Guide Table of Contents Getting Started... 3 Product Overview... 3 Installation... 3 Accessing Password Reset Server... 3 Terminology... 4 Password Sources... 5 Creating a new Password Source... 5 Security Policies...

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

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) 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

More information

INTRODUCTION TO ATRIUM... 2 SYSTEM REQUIREMENTS... 2 TECHNICAL DETAILS... 2 LOGGING INTO ATRIUM... 3 SETTINGS... 4 NAVIGATION PANEL...

INTRODUCTION TO ATRIUM... 2 SYSTEM REQUIREMENTS... 2 TECHNICAL DETAILS... 2 LOGGING INTO ATRIUM... 3 SETTINGS... 4 NAVIGATION PANEL... INTRODUCTION TO ATRIUM... 2 SYSTEM REQUIREMENTS... 2 TECHNICAL DETAILS... 2 LOGGING INTO ATRIUM... 3 SETTINGS... 4 CONTROL PANEL... 4 ADDING GROUPS... 6 APPEARANCE... 7 BANNER URL:... 7 NAVIGATION... 8

More information

Release Notes. DocuSign Spring 15 Release Notes. Contents

Release Notes. DocuSign Spring 15 Release Notes. Contents Release Notes Updated March 6, 2015 DocuSign Spring 15 Release Notes This document provides information about the updates deployed to the DocuSign Production environment as part of the March 6, 2015 DocuSign

More information

Introduction to the TI Connect 4.0 software...1. Using TI DeviceExplorer...7. Compatibility with graphing calculators...9

Introduction to the TI Connect 4.0 software...1. Using TI DeviceExplorer...7. Compatibility with graphing calculators...9 Contents Introduction to the TI Connect 4.0 software...1 The TI Connect window... 1 Software tools on the Home screen... 2 Opening and closing the TI Connect software... 4 Using Send To TI Device... 4

More information

Google Sites: Site Creation and Home Page Design

Google Sites: Site Creation and Home Page Design Google Sites: Site Creation and Home Page Design This is the second tutorial in the Google Sites series. You should already have your site set up. You should know its URL and your Google Sites Login and

More information

NAB Trade Finance Online Customer User Guide

NAB Trade Finance Online Customer User Guide NAB Trade Finance Online Customer User Guide Contents Introduction Scope... 2 How to Use This Guide... 2 Users of NAB Trade Finance Online... 3 Resources... 3 Your Profile... 4 Introduction... 4 Roles...

More information

Advanced Tornado TWENTYONE. 21.1 Advanced Tornado. 21.2 Accessing MySQL from Python LAB

Advanced Tornado TWENTYONE. 21.1 Advanced Tornado. 21.2 Accessing MySQL from Python LAB 21.1 Advanced Tornado Advanced Tornado One of the main reasons we might want to use a web framework like Tornado is that they hide a lot of the boilerplate stuff that we don t really care about, like escaping

More information

Work with PassKey Manager

Work with PassKey Manager Work with PassKey Manager Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress and logos of Blackboard, Inc. All other

More information

one Managing your PBX Administrator ACCESSING YOUR PBX ACCOUNT CHECKING ACCOUNT ACTIVITY

one Managing your PBX Administrator ACCESSING YOUR PBX ACCOUNT CHECKING ACCOUNT ACTIVITY one Managing your PBX Administrator ACCESSING YOUR PBX ACCOUNT Navigate to https://portal.priorityonenet.com/ and log in to the PriorityOne portal account. If you would like your web browser to keep you

More information

Website Payments Pro Hosted Solution Integration Guide. United Kingdom

Website Payments Pro Hosted Solution Integration Guide. United Kingdom Website Payments Pro Hosted Solution Integration Guide United Kingdom Last updated: May 2014 Website Payments Pro Hosted Solution Integration Guide Document Number: 10112.en_GB-201308 1999-2014 PayPal,

More information

User Manual Version 15.1

User Manual Version 15.1 Users Manual Version 15.1 Table of Contents 1. Getting Started... 1-1 Ordering Copies of the iq software... 1-1 Installing the iq software... 1-1 Getting Support... 1-1 Contact the iq Help Line......1-1

More information