Adworkz Posting Specifications New Car Ping & Post

Size: px
Start display at page:

Download "Adworkz Posting Specifications New Car Ping & Post"

Transcription

1 Adworkz Posting Specifications New Car Ping & Post Version 3.2 (October 14th, 2014) This document assumes knowledge within the XML and Post environments. This document is current with the date posted above and will instruct how to post information to the Adworkz server and the responses to expect. Posting method Adworkz offers two options while posting New Car leads into our system. Ping & Post: "Single Sell Post" Adworkz will attempt to place your lead with the highest bidder with information sent in the ping. If the ping is accepted, you will have 1 minute and 45 seconds to post your valid lead information along with the transaction ID sent to you in the XML. If the lead "POST" is accepted, XML will be sent back to your system with commission included. If the potential buyer denies the post, we will discontinue all processing of the lead and send an XML back to your system with a denial reason. Post Multi: Sell Above Minimum Price This method allows publishers to maximize revenue by not depending on just the highest bidder for a lead sale. Adworkz will process your lead exactly as in our "Single Sell Post" with one exception. If your highest bidder denies your post, instead of stopping your lead, we will continue our sales attempts with the next highest bidder until we are able to place your lead or exhaust all possibilities that meet your minimum sale price specifications. Posting URL's: For Ping & Post: Ping: Post: For Post Multi: Testing Leads You will need the following information for testing: 1. Username: Testaff 2. Password: password 3. Use zip code for approvals and for denial responses. 4. Put your company name in the LEADID field.

2 5. Include all fields, even if the information in the field is not required. Please contact Adworkz (contact info below) prior to testing. We will reply to your letting you know we are ready to receive test leads from you. After you receive an accepted response, please copy and paste the XML ping and post you sent to us and the response you received from us into an to the "Technical Contact." If Adworkz can verify the test, the "Sales Contact" will issue live credentials to you. If you need support while trying to get an accepted response, please contact the "Technical Contact." Any questions not pertaining to testing lead delivery should be directed to our "Sales Contact." Ping Instructions Content Type: text/xml Ping URL: All fields are required although the information in the field may not be required. (i.e. <TRIMY></TRIM> must be inserted into your XML however, you do not have to provide the actual "TRIM" info between the > and <.) See example ping below. Ping Field Definitions: Field Required Description USERID YES Assigned User ID PASSWORD YES Assigned Password AFFILIATE_SUB_ID YES Your Affiliate's Identifier (Sub ID) MINIMUM_SALE_PRICE NO Minimum Price allowed for lead sale (If not specified all prices are valid) LEADID NO Pass through field (see restrictions for testing) CUSTZIP YES Home address zip code, No dashes or spaces YEAR YES Vehicle Model Year, in the form yyyy MAKE YES Vehicle Make MODEL YES Vehicle Model TRIM NO Vehicle Trim Example Ping XML:

3 <?xml version="1.0" encoding="utf-8"?> <NEW_CAR_PROCESSING> <AFFILIATE_INFO> <USERID>Testaff</USERID> <PASSWORD>password</PASSWORD> <AFFILIATE_SUB_ID>1</AFFILIATE_SUB_ID> <MINIMUM_SALE_PRICE>1.00</MINIMUM_SALE_PRICE> <LEADID>Adworkz</LEADID> </AFFILIATE_INFO> <LEAD_DATA> <CUSTZIP>99999</CUSTZIP> <YEAR>2000</YEAR> <MAKE>Ford</MAKE> <MODEL>Ranger</MODEL> <TRIM>XL</TRIM> </LEAD_DATA> </NEW_CAR_PROCESSING> Example Accepted Response: <APPLICATIONID>8</APPLICATIONID> *you will need this number to resend Post <TRANSACTIONDATE>6/11/2012 3:00:04 PM</TRANSACTIONDATE> <LOANSTATUS>G</LOANSTATUS> <APPSTATUS>A</APPSTATUS> <APPLICATIONURL></APPLICATIONURL> <COMMISSION>7.28</COMMISSION> *this is the offer Price Example Reject Response: <LEADSTATUS>I</LEADSTATUS> <APPSTATUS>D</APPSTATUS> <REASONID></REASONID> <REASONDESC></REASONDESC> <SUCCESS>0</SUCCESS> <MESSAGENUMBER></MESSAGENUMBER> <MESSAGEDESC></MESSAGEDESC> Example Error Response: <LEADSTATUS>I</LEADSTATUS> <APPSTATUS>D</APPSTATUS> <REASONID></REASONID> <REASONDESC></REASONDESC> <SUCCESS>0</SUCCESS> <MESSAGENUMBER></MESSAGENUMBER> <MESSAGEDESC>Er.MSG.</MESSAGEDESC> Post Instructions Post is used to follow up the accepted ping response with the full content of the lead, or to provide the full content of the lead for multi-post (which bypasses the ping entirely). If the Ping-Post method is being used, the APPLICATIONID field is required and must contain the ID returned by the Ping request.

4 Post Field Definitions Field Required Description USERID YES Assigned User ID PASSWORD YES Assigned Password APPLICATIONID YES Application Id returned by PING IPADDRESS YES IP address of applicant SOURCE_URL YES Web site URL where form was completed CUST_FNAME YES First Name CUST_LNAME YES Last Name HOME_PHONE YES 10 digits only, no dashes or spaces CELL_PHONE YES 10 digits only, no dashes or spaces May use home phone if not collected WORK_PHONE YES 10 digits only, no dashes or spaces YES Address CONTACT_METHOD YES How does the consumer want to be contacted? P = Phone, E = CONTACT_TIME YES Preferred time of day for contact? (Morning,Afternoon,Evening,Any) TIME_FRAME YES When does the consumer intend to purchase the vehicle? 1 = Now 2 = One week 3 = Two weeks 4 = One Month 5 = More than a month CUSTADDR YES Home Address CUSTCITY YES Home Address City CUSTSTATE YES Two character state abbreviation CUSTZIP YES Digits only, no dashes or spaces YEAR YES Vehicle Model Year, in the form yyyy MAKE YES Vehicle Make

5 MODEL YES Vehicle Model TRIM NO Vehicle Trim FINANCING YES Financing Method: 1 = Loan 2 = Lease 3 = Cash 4 = Credit Union 5 = Other TRADE_IN_YEAR NO Trade in vehicle model year TRADE_IN_MAKE NO Trade in vehicle make TRADE_IN_MODEL NO Trade in vehicle model TRADE_IN_MILEAGE NO Trade in vehicle current mileage, digits only Example Post XML

6 <?xml version="1.0" encoding="utf-8"?> <NEW_CAR_PROCESSING> <AFFILIATE_INFO> <USERID>Testaff</USERID> <PASSWORD>password</PASSWORD> <APPLICATIONID>8</APPLICATIONID> </AFFILIATE_INFO> <CUSTOMER_TRACKING> <IPADDRESS> </IPADDRESS> <SOURCE_URL> </CUSTOMER_TRACKING> <LEAD_DATA> <CUSTOMER_CONTACT> <CUST_FNAME>TEST</CUST_FNAME> <CUST_LNAME>TEST</CUST_LNAME> <HOME_PHONE> </HOME_PHONE> <CELL_PHONE> </CELL_PHONE> <WORK_PHONE> </WORK_PHONE> <CONTACT_METHOD>P</CONTACT_METHOD> <CONTACT_TIME>MORNING</CONTACT_TIME> <TIME_FRAME>2</TIME_FRAME> </CUSTOMER_CONTACT> <CUSTOMER_HOME> <CUSTADDR>PO BOX 710</CUSTADDR> <CUSTCITY>SPOKANE</CUSTCITY> <CUSTSTATE>WA</CUSTSTATE> <CUSTZIP>99999</CUSTZIP> </CUSTOMER_HOME> <VEHICLE_INFO> <YEAR>2003</YEAR> <MAKE>Ford</MAKE> <MODEL>Ranger</MODEL> <TRIM>XL</TRIM> <FINANCING>1</FINANCING> </VEHICLE_INFO> <TRADE_IN_INFO> <TRADE_IN_YEAR></TRADE_IN_YEAR> <TRADE_IN_MAKE></TRADE_IN_MAKE> <TRADE_IN_MODEL></TRADE_IN_MODEL> <TRADE_IN_MILEAGE></TRADE_IN_MILEAGE> </TRADE_IN_INFO> </LEAD_DATA> </NEW_CAR_PROCESSING> Example Accepted Response: <TRANSACTIONID> </TRANSACTIONID> <APPLICATIONID></APPLICATIONID> <LOANSTATUS>G</LOANSTATUS> <APPSTATUS>A</APPSTATUS> <APPLICATIONURL></APPLICATIONURL> <COMMISSION>Commission</COMMISSION> *Final Commission Price Example Reject Response:

7 <LEADSTATUS>I</LEADSTATUS> <APPSTATUS>D</APPSTATUS> <REASONID></REASONID> <REASONDESC></REASONDESC> <SUCCESS>0</SUCCESS> <MESSAGENUMBER></MESSAGENUMBER> <MESSAGEDESC></MESSAGEDESC> Example Error Response: <LEADSTATUS>I</LEADSTATUS> <APPSTATUS>D</APPSTATUS> <REASONID></REASONID> <REASONDESC></REASONDESC> <SUCCESS>0</SUCCESS> <MESSAGENUMBER></MESSAGENUMBER> <MESSAGEDESC>Er.MSG.</MESSAGEDESC> Sending Live Leads After confirming that an approved test lead was received, live credentials will be issued by our "Sales Contact." We require the process of sending live leads to begin on weekdays before noon, Pacific Standard Time (PST), so that we have time to monitor before the close of business that day. Please be sure to confirm with the "Technical Contact" before you begin sending live leads. Returning Leads We ask our Auto and New Car partners to submit and retrieve their returns through our extranet. You should receive your login credentials from Adworkz, but if you have not received them after going live, please ask for them. We will have our return files ready for you to retrieve shortly after 3:30 pm PST/6:30 pm EST on the 15th of each month or the following business day if the 15th falls on a weekend or holiday. Contact Information Mailing Address: Adworkz, Inc PO Box 710 Spokane, WA Street Address: Adworkz, Inc 10 N. Post Street, Suite 422 Spokane, WA Phone: 877-ADWORKZ (tel: ) ( ) Fax: (fax: ) Sales Contact Jason Coffman Phone: x200 (tel: ) jasonc@adworkz.com Technical Contact Jason Coffman Phone: x200 (tel: ) jasonc@adworkz.com

8

Adworkz Posting Specifications Auto Ping & Post

Adworkz Posting Specifications Auto Ping & Post Adworkz Posting Specifications Auto Ping & Post Version 4.3 (August 19th, 2014) This document assumes knowledge within the XML and Post environments. This document is current with the date posted above

More information

Employee Management Certification Exam. P130 Employee Management: Basic

Employee Management Certification Exam. P130 Employee Management: Basic Employee Management Certification Exam P130 Employee Management: Basic Certification Test Prerequisites You will perform the certification test in your installed copy of Acumatica with the Template DATA

More information

Online Payment Center T-Mobile User s Guide

Online Payment Center T-Mobile User s Guide Online Payment Center T-Mobile User s Guide Table of Contents Introduction... 3 Features... 3 Getting Started... 4 Starting Qpay Online Payment Center... 4 Login... 4 Changing Your Password... 5 Navigating...

More information

YOUR GUIDE TO THE iphone MOBILE APP WITH 1st SOURCE

YOUR GUIDE TO THE iphone MOBILE APP WITH 1st SOURCE YOUR GUIDE TO THE iphone MOBILE APP WITH 1st SOURCE Strong. Stable. Local. Personal. 10/12 Install, Sign On and View Account Balances 1. Visit the iphone App Store on your iphone and search for 1st Source

More information

e-filing Secure Web Service User Manual

e-filing Secure Web Service User Manual e-filing Secure Web Service User Manual Page1 CONTENTS 1 BULK ITR... 6 2 BULK PAN VERIFICATION... 9 3 GET ITR-V BY TOKEN NUMBER... 13 4 GET ITR-V BY ACKNOWLEDGMENT NUMBER... 16 5 GET RETURN STATUS... 19

More information

Maryland MVA Batch Vehicle Access (BVA) User Guide

Maryland MVA Batch Vehicle Access (BVA) User Guide Maryland MVA Batch Vehicle Access (BVA) User Guide Version 1.1 NIC Maryland in partnership with the Maryland Motor Vehicle Administration PO Box 6728 Annapolis, MD 221401 P: (410) 990 1090 F: (800) 861

More information

Prescription Review (PMP) - SAW Integration

Prescription Review (PMP) - SAW Integration Prescription Review (PMP) - SAW Integration The document that follows is intended to help in registering for use of the Prescription Review program through the Secure Access Washington Web portal. Some

More information

account multiple solutions

account multiple solutions Quick Start Guide 1 Our easy to use guide will get you up and running in no time! The guide will assist you to: Validate bank numbers Validate ID numbers Access number tips Release funds to your bank Transfer

More information

SYSPRO App Store: Registration Guide

SYSPRO App Store: Registration Guide SYSPRO App Store: Registration Guide SYSPRO App Store Registration Guide 2 Table of Contents What is the SYSPRO App Store?... 3 The SYSPRO App Store URL... 3 Who can use it?... 3 Register as a customer...

More information

NCUSD 203 Campus Portal Login FAQ

NCUSD 203 Campus Portal Login FAQ This document will provide you answers to all of your questions regarding setting up and troubleshooting issues with your Campus Portal Login Account. Please see the list of frequently questions below.

More information

Free Medical Billing. Insurance Payment Posting: The following instructions will help guide you through Insurance Payment Posting Procedures.

Free Medical Billing. Insurance Payment Posting: The following instructions will help guide you through Insurance Payment Posting Procedures. : The following instructions will help guide you through Procedures. Click Windows Start Button Click Open Internet Browser Enter Https://www.FreeMedicalBilling.net Click Login to Your Account Enter Username:

More information

Membership Opening JUNE 2014 DRAFT DESIGNS UNDER CONSTRUCTION

Membership Opening JUNE 2014 DRAFT DESIGNS UNDER CONSTRUCTION Membership Opening Membership Opening Required Configurable Promotion Eligibility Live Help Branding Personal Info Third Party Vendor Verification Third Party Vendor Funding Possible other features? Keep

More information

BlackBerry Internet Service Using the Browser on Your BlackBerry Smartphone Version: 2.8

BlackBerry Internet Service Using the Browser on Your BlackBerry Smartphone Version: 2.8 BlackBerry Internet Service Using the Browser on Your BlackBerry Smartphone Version: 2.8 User Guide SWDT653811-793266-0827104650-001 Contents Getting started... 3 About messaging service plans for BlackBerry

More information

Totally Internet Based Software. System Setup. Strategy Systems, Inc. PO Box 2136 Rogers, AR 72757 (479) 271-7400

Totally Internet Based Software. System Setup. Strategy Systems, Inc. PO Box 2136 Rogers, AR 72757 (479) 271-7400 Totally Internet Based Software System Setup Strategy Systems, Inc. PO Box 2136 Rogers, AR 72757 (479) 271-7400 Adding Users... 1 User Information Tab... 1 Operations Tab... 2 Accounting Tab... 2 Display

More information

Riverbed Cascade Shark Common REST API v1.0

Riverbed Cascade Shark Common REST API v1.0 Riverbed Cascade Shark Common REST API v1.0 Copyright Riverbed Technology Inc. 2015 Created Feb 1, 2015 at 04:02 PM Contents Contents Overview Data Encoding Resources information: ping information: list

More information

How to Get Set Up for the 2014 BE-180 and Request an Extension if Needed

How to Get Set Up for the 2014 BE-180 and Request an Extension if Needed How to Get Set Up for the 2014 BE-180 and Request an Extension if Needed For instructions on how to get set up for the 2014 BE-180 and to request an extension if one is needed, click on one of the links

More information

Cash Management User Manual

Cash Management User Manual Product Overview This manual contains instructions for setting up your Administrator access as well as establishing access for those who will have access to your account information through Online Banking

More information

Payment Plan Questions & Answers

Payment Plan Questions & Answers Table of Contents What is a tuition/monthly payment plan?... 2 Who is ECSI and what do they do?... 2 How do I sign up for a tuition/monthly payment plan?... 2 How can I enroll in a tuition/monthly payment

More information

Contents LOGIN. Order an Official Transcript National Student Clearinghouse Tutorial Page 1 of 9

Contents LOGIN. Order an Official Transcript National Student Clearinghouse Tutorial Page 1 of 9 National Student Clearinghouse Tutorial Page 1 of 9 Contents LOGIN... 1 ENTER PERSONAL INFORMATION... 2 SELECT RECIPIENT... 4 ENTER RECIPIENT DETAILS... 4 REVIEW ORDER... 5 PAYMENT PROCESS... 6 SIGN PAPERLESS

More information

Table of Contents. User Request for Access... 3. User Login... 3. Upload a Data File... 4

Table of Contents. User Request for Access... 3. User Login... 3. Upload a Data File... 4 Table of Contents User Request for Access... 3 User Login... 3 Upload a Data File... 4 Add Patient Records Direct Dispenser Users... 5 Pharmacy... 8 Search for Patient Records... 10 Search for Error Records...

More information

Who Is Your Insurance Web Service

Who Is Your Insurance Web Service Who Is Your Insurance Web Service Contents Service address...2 Insurance search...2 Authentication Request...2 Structure of the authentication message...2...2 Authentication Response...3 Structure of the

More information

Single Sign On: Volunteer Connection Support Tree for Administrators Release 2.0

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

More information

South Side Bank s Bill Pay User Guide

South Side Bank s Bill Pay User Guide South Side Bank s Bill Pay User Guide Welcome to South Side Bank s Bill Pay Service. The monthly cost for South Side Bank s Bill Pay Service is $6.95. This fee, however, is waived as long as at least one

More information

Create New MyWorkKeys Account Quick-Start Guide for the ACT National Career Readiness Certificate (ACT NCRC )

Create New MyWorkKeys Account Quick-Start Guide for the ACT National Career Readiness Certificate (ACT NCRC ) Creating a New Account Step 1. Log in to MyWorkKeys.com. Type MyWorkKeys.com into your Internet browser and press Enter. The URL changes, and now the ACT National Career Readiness Certificate page displays.

More information

Account Link Funds Transfer Service. Account-to-Account Transfers between Texans Credit Union and other Financial Institutions

Account Link Funds Transfer Service. Account-to-Account Transfers between Texans Credit Union and other Financial Institutions Account Link Funds Transfer Service Account-to-Account Transfers between Texans Credit Union and other Financial Institutions Frequently Asked Questions Getting Started How do I sign up for this service?

More information

NEWSTAR Sales. Web Lead Guide. Copyright @ April 2009 Constellation HomeBuilder Systems, Inc. All right reserved

NEWSTAR Sales. Web Lead Guide. Copyright @ April 2009 Constellation HomeBuilder Systems, Inc. All right reserved NEWSTAR Sales Copyright @ April 2009 Constellation HomeBuilder Systems, Inc. All right reserved Product and Company Information Product and Company Information The information in this document is confidential

More information

account multiple solutions

account multiple solutions Start Guide Salary Payments for Sage VIP Payroll & HR 1 Our easy to use guide will get you up and running in no time! Sage Pay allows you to seamlessly transfer your salary payments from Sage VIP Payroll

More information

eexcess Application Reference Guide

eexcess Application Reference Guide eexcess Application Reference Guide 1 The eexcess Internet Address Online quoting and binding from any internet capable computer. The URL: Type www.chartisinsurance.com/eexcess at the browser address line

More information

Common Questions about NetTeller Internet Banking

Common Questions about NetTeller Internet Banking Common Questions about NetTeller Internet Banking 1. What is NetTeller Online Banking? NetTeller Online Banking allows our customers a secure and convenient access to their accounts using the Internet

More information

About Us. Auto Leads. Call Center B.D.C. Direct Mail Campaigns. Special Promotion. - Auto Leads Team. YourHotLeads.com CustomerTrack Platform

About Us. Auto Leads. Call Center B.D.C. Direct Mail Campaigns. Special Promotion. - Auto Leads Team. YourHotLeads.com CustomerTrack Platform Issue #1230b YourHotLeads.com CustomerTrack Platform Auto Leads Do you wonder where all the buyers are? Would you like to know every customer in your area who is actively looking to purchase a vehicle

More information

Address Information. USPS Web Tools Application Programming Interface User s Guide. Document Version 4.0 (2/01/2015)

Address Information. USPS Web Tools Application Programming Interface User s Guide. Document Version 4.0 (2/01/2015) Address Information USPS Web Tools Application Programming Interface User s Guide Document Version 4.0 (2/01/2015) Table of Contents 1.0 Introduction To Web Tools... 2 Before you get started:... 2 Important

More information

EDINBURGH UNIVERSITY PRESS LIBRARIAN ADMINISTRATION USER GUIDE http://www.euppublishing.com

EDINBURGH UNIVERSITY PRESS LIBRARIAN ADMINISTRATION USER GUIDE http://www.euppublishing.com EDINBURGH UNIVERSITY PRESS LIBRARIAN ADMINISTRATION USER GUIDE http://www.euppublishing.com Journal Subscription Activation... 1 1. Register as an Individual User... 1 2. Subscription Confirmation Email...

More information

OneLogin Integration User Guide

OneLogin Integration User Guide OneLogin Integration User Guide Table of Contents OneLogin Account Setup... 2 Create Account with OneLogin... 2 Setup Application with OneLogin... 2 Setup Required in OneLogin: SSO and AD Connector...

More information

Georgia Department of Revenue. georgia tax center. Quick Reference Guide

Georgia Department of Revenue. georgia tax center. Quick Reference Guide georgia tax center Quick Reference Guide 1 Table of Contents 1. Forgot Password or Username.. 3 2. Create a New GTC Profile.. 4 3. Register a New GA Business.. 5 4. Add Accounts to my GTC Profile. 6 5.

More information

CONNECTICUT INSURANCE VERIFICATION SYSTEM (CTIVS)

CONNECTICUT INSURANCE VERIFICATION SYSTEM (CTIVS) CONNECTICUT INSURANCE VERIFICATION SYSTEM (CTIVS) Implementation Guide for Insurance Companies Version 1 December 15, 2014 MV Solutions, Inc. 2014 Table of Contents 1. INTRODUCTION... 3 2. BOOK OF BUSINESS

More information

This document outlines the backend specifications of the CITI Program Single Sign On Portal.

This document outlines the backend specifications of the CITI Program Single Sign On Portal. SSO Developer Handbook This document outlines the backend specifications of the CITI Program Single Sign On Portal. 1 P a g e C I T I S i n g l e S i n g O n P o r t a l D e v e l o p e r H a n d b o o

More information

Karelo e-services Inc. Contact us: service@karelo.com Tel. 604-608 2774 Fax 604-648 9188 MALING LISTS SYSTEM DOCUMENTATION TABLE OF CONTENTS

Karelo e-services Inc. Contact us: service@karelo.com Tel. 604-608 2774 Fax 604-648 9188 MALING LISTS SYSTEM DOCUMENTATION TABLE OF CONTENTS Karelo e-services Inc. Contact us: service@karelo.com Tel. 604-608 2774 Fax 604-648 9188 MALING LISTS SYSTEM DOCUMENTATION TABLE OF CONTENTS 1. ACCESSING MAILING LIST SYSTEM... 2 2. PREPARING AND SENDING

More information

Summary. How-To: Active Directory Integration. April, 2006

Summary. How-To: Active Directory Integration. April, 2006 How-To How-To Integrate CanIt-PRO with Active Directory: April, 2006 Summary Several organizations use Active Directory to manage their user accounts. This paper describes how to integrate CanIt-PRO with

More information

Version 1.7. Inbound Email Integration (POP3 and IMAP) Installation, Configuration and User Guide. Last updated October 2011

Version 1.7. Inbound Email Integration (POP3 and IMAP) Installation, Configuration and User Guide. Last updated October 2011 Version 1.7 Inbound Email Integration (POP3 and IMAP) Installation, Configuration and User Guide Last updated October 2011 1 Introduction and Overview... 1 2 The Case for Email monitoring... 2 3 Installation

More information

SEPTA eps FREQUENTLY ASKED QUESTIONS

SEPTA eps FREQUENTLY ASKED QUESTIONS SEPTA eps FREQUENTLY ASKED QUESTIONS Can more than one person from my company register for the SEPTA eps? No. The Vendor Registration Form will register you under your Company Name so all employees should

More information

User Manual 03/12/2014. A collaborative effort by

User Manual 03/12/2014. A collaborative effort by User Manual 03/12/2014 A USER GUIDE DESIGNED TO HELP CREATE AND MAINTAIN PERSONAL ACCOUNTS IN mynhdoe, THE NH DEPARTMENT OF EDUCATION SINGLE SIGN-ON SYSTEM FOR ACCESSING SECURE APPLICATIONS A collaborative

More information

NT Authentication Configuration Guide

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

More information

Frequently Asked Questions

Frequently Asked Questions General Q: Who can I contact if I have questions about Mobile Banking? A: Please contact your branch, or Chemical Bank s Customer Care Center at (800) 867-9757 or by email at CustomerCareCenter@ChemicalBankMI.com.

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Questions regarding your account may be directed to the Chesterfield County Department of Utilities billing and customer service section at 804-748-1291 from 8:30 a.m. to 5 p.m.

More information

Rent Centric Version 2.4 Complete Feature List True Cross Browser Cloud Computing

Rent Centric Version 2.4 Complete Feature List True Cross Browser Cloud Computing Rent Centric Version 2.4 Complete Feature List True Cross Browser Cloud Computing Rent Centric, Inc. not only provides the most cost effective, easy to deploy car rental software solution, but also the

More information

SQL Financial Accounting GST - How To Start A New Margin Scheme Database. estream Software : : :

SQL Financial Accounting GST - How To Start A New Margin Scheme Database. estream Software : : : e SQL Financial Accounting GST - How To Start A New Margin Scheme Database SQL-GST-How to start a new margin scheme.doc Page i e Table of contents 1 INTRODUCTION... 2 2 SETUP MARGIN SCHEME DATABASE...

More information

Business Online Banking User Guide

Business Online Banking User Guide Welcome to online business banking at Lewiston State Bank. If you have not enrolled for online business banking yet, please visit one of our locations or contact customer service toll free at (800) 233

More information

City of Toppenish Online Presentment and Payment Frequently Asked Questions

City of Toppenish Online Presentment and Payment Frequently Asked Questions City of Toppenish Online Presentment and Payment Frequently Asked Questions General What are some of the benefits of receiving my bill electronically? It is convenient, saves time, reduces errors, allows

More information

North Georgia Credit Union Bill Pay Agreement & Disclosure

North Georgia Credit Union Bill Pay Agreement & Disclosure North Georgia Credit Union Bill Pay Agreement & Disclosure Welcome to Paytraxx Bill Pay Service. Bill Pay is an optional service that may be added to the financial institution s Internet Banking Service.

More information

Systems Upgrade Information Frequently Asked Questions

Systems Upgrade Information Frequently Asked Questions Systems Upgrade Information Frequently Asked Questions We ll be continually updating this page to ensure you have the most accurate and up-to-date information possible. Please check back often to stay

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

Guide to Complete EIA SSO (Single Sign-On) Registration. 1. Open your Internet Browser, enter this address, and press Enter

Guide to Complete EIA SSO (Single Sign-On) Registration. 1. Open your Internet Browser, enter this address, and press Enter Guide to Complete EIA SSO (Single Sign-On) Registration 1. Open your Internet Browser, enter this address, and press Enter https://signon.eia.doe.gov/ssoserver/login 2. In the window that opens, bypass

More information

Login Instructions. 1. Type web URL https://www.getrave.com/login/wmichmed into your browser s address bar.

Login Instructions. 1. Type web URL https://www.getrave.com/login/wmichmed into your browser s address bar. Rave Alert System WMed has partnered with Rave Mobile Safety to provide an emergency alert system to inform you of emergency situations, closures, and other important notifications. The system allows for

More information

Online Utility Bill Payment FAQ s

Online Utility Bill Payment FAQ s General Online Utility Bill Payment FAQ s What are some of the benefits of receiving my bill electronically? It is convenient, saves time, reduces errors, allows you to receive bills anywhere at any time

More information

PayPal Usage Document

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

More information

WEB TRANSACTIONS. Shoppers Charge Accounts Co.

WEB TRANSACTIONS. Shoppers Charge Accounts Co. WEB TRANSACTIONS Shoppers Charge Accounts Co. Table of Contents Page 2 SCA s Online Merchant Services Website Benefits to Dealers How to Use It Log In Main Menu Consumer Credit Application Consumer Credit

More information

Fort Bend ISD Summer School Online Course Request and Payment Guide 2015

Fort Bend ISD Summer School Online Course Request and Payment Guide 2015 Summer School This year you can make your course selections for 2015 Summer School Programs in Skyward Family Access. Skyward Family Access allows you to select your summer school course and pay for it

More information

account multiple solutions

account multiple solutions Start Guide Salary Payments for Sage Pastel Payroll & HR 1 Our easy to use guide will get you up and running in no time! Sage Pay allows you to seamlessly transfer your salary payments from Sage Pastel

More information

Citizens 1 st National Bank Mobile Banking FAQ

Citizens 1 st National Bank Mobile Banking FAQ Citizens 1 st National Bank Mobile Banking FAQ Citizens 1 st National Bank has an App for its customers available for Apple iphones, ipads and Android phones. SMARTPHONE DEVICE MINIMUM REQUIREMENTS APPLE

More information

Email Security Enhancements 3/9/15

Email Security Enhancements 3/9/15 Email Security Enhancements 3/9/15 CU Recovery and The Loan Service Center recently implemented security enhancements to our email system. This feature allows emails containing sensitive data to be securely

More information

ithenticate User Manual

ithenticate User Manual ithenticate User Manual Updated November 20, 2009 Contents Introduction 4 New Users 4 Logging In 4 Resetting Your Password 5 Changing Your Password or Username 6 The ithenticate Account Homepage 7 Main

More information

How Board Members and State Employees Utilize the Security Portal to Access PDMP. July 30, 2014 Version 2 Software Release Version 3.4.

How Board Members and State Employees Utilize the Security Portal to Access PDMP. July 30, 2014 Version 2 Software Release Version 3.4. How Board Members and State Employees Utilize the Security Portal to Access PDMP July 30, 2014 Version 2 Software Release Version 3.4.11 Table of Contents How to Access PDMP via the ADPH Security Portal...

More information

7. In the boxed unlabeled field, enter the last 4 digits of your Social Security number.

7. In the boxed unlabeled field, enter the last 4 digits of your Social Security number. CREATE YOUR MYVIEW LOGIN To access myview while ensuring security, you will be given an encrypted access key token. You will use this token the first time you log into myview. Once you have successfully

More information

Start Here. Installation Guide. Rosetta Stone Standalone License. This Guide Will Show You How To: Install the Student Management System...

Start Here. Installation Guide. Rosetta Stone Standalone License. This Guide Will Show You How To: Install the Student Management System... Rosetta Stone Standalone License Installation Guide This Guide Will Show You How To: Install the Student Management System... Set Up the SMS... Install Rosetta Stone... 4 Configure Rosetta Stone (If Needed)...

More information

Web Authentication Application Note

Web Authentication Application Note What is Web Authentication? Web Authentication Application Note Web authentication is a Layer 3 security feature that causes the router to not allow IP traffic (except DHCP-related packets) from a particular

More information

Installation Manual. for the Becker Traffic Assist Z099, Z098, Z100 and Z201

Installation Manual. for the Becker Traffic Assist Z099, Z098, Z100 and Z201 Installation Manual for the Becker Traffic Assist Z099, Z098, Z100 and Z201 Table of contents 1. 2. 3. 4. 5. 6. Connecting to your PC..........................................................................

More information

Training Module for Customer Portal & Customer Care. Enabling the Next Wave of Connectivity

Training Module for Customer Portal & Customer Care. Enabling the Next Wave of Connectivity Training Module for Customer Portal & Customer Care Customer Portal Interface used by the registered end user to interact with the network End user can modify Information, change Password & check the account,billing

More information

Online Presentment and Payment FAQ s

Online Presentment and Payment FAQ s General Online Presentment and Payment FAQ s What are some of the benefits of receiving my bill electronically? It is convenient, saves time, reduces errors, bills don t get misplaced, allows you to receive

More information

imobitrax v1.3 User Guide

imobitrax v1.3 User Guide imobitrax v1.3 User Guide Getting Started o Server Requirements o Selecting a Web Host o Installing the Software o Creating Your Administration Account Preparing Your Installation o Adding a Traffic Source

More information

Seller Training. Road America

Seller Training. Road America Seller Training Road America The first step towards selling vehicles with Road America --registration Sellers use this link for their first step towards listing vehicles with Road America Sellers must

More information

How do I contact someone if my question is not answered in this FAQ?

How do I contact someone if my question is not answered in this FAQ? Help Where may I find the answers to my Internet Banking questions? How do I contact someone if my question is not answered in this FAQ? Enrolling How do I enroll in Internet Banking? Logging In How do

More information

Online Presentment and Payment FAQ s

Online Presentment and Payment FAQ s General Online Presentment and Payment FAQ s What are some of the benefits of receiving my bill electronically? It is convenient, saves time, reduces errors, bills don t get misplaced, allows you to receive

More information

Provider Portal Manual Electronic Claims:

Provider Portal Manual Electronic Claims: Provider Portal Manual Electronic Claims: Site Registration Site Navigation Site Training FAQs Introduction and Overview... 1 Section I Prerequisites... 2 Section II Creating an Account... 2 Section III

More information

ithenticate User Manual

ithenticate User Manual ithenticate User Manual Version: 2.0.2 Updated March 16, 2012 Contents Introduction 4 New Users 4 Logging In 4 Resetting Your Password 5 Changing Your Password or Username 6 The ithenticate Account Homepage

More information

Dealer Lead Track Home Page

Dealer Lead Track Home Page Page 1 Dealer Lead Track Home Page Page 2 Management Summary 100% Web Based - No Software to Download - No Contract to Sign Digital Ups Log Guide Staff To Effectively Manage Customer Leads Improved Customer

More information

Logging into the control panel

Logging into the control panel Logging into the control panel Before any changes can be made to your email system, you must first login to the Plesk control panel. To get access to the control panel login screen, enter http://mymail.bam.com.au

More information

Working in Park City Group s Extranet

Working in Park City Group s Extranet Working in Park City Group s Extranet This is a guide to working in the Park City Group (PCG) Extranet. The Extranet is your portal into seeking support from our trained professionals, enabling timely

More information

PayEx Merchant Administrator Manual

PayEx Merchant Administrator Manual PayEx Solutions AS Postadresse: Postboks 308 Sentrum 0103 Oslo Besøkadresse: Wergelandsveien 1 Tlf: +47 2203 6000 Faks: +47 2203 6110 solutions@payex.no Org.nr: 981 890 620 Sted: Oslo www.payex.no PayEx

More information

CS 3610: Software Engineering. Summer 2013. Software Requirements Specification Document. Project Title: Road Repair Tracking System

CS 3610: Software Engineering. Summer 2013. Software Requirements Specification Document. Project Title: Road Repair Tracking System CS 3610: Software Engineering Summer 2013 Software Requirements Specification Document Project Title: Road Repair Tracking System Team 7 Ryan Wooten Chris Wyland Due Date Tuesday 06/04/2013 Table of Contents

More information

aprompt User Guide Setting up a mailbox on the Apple IPhone 3G aprompt.co.uk User Guide Version 3.0 Advanced Mailbox on Apple IPhone 3G

aprompt User Guide Setting up a mailbox on the Apple IPhone 3G aprompt.co.uk User Guide Version 3.0 Advanced Mailbox on Apple IPhone 3G aprompt User Guide Setting up a mailbox on the Apple IPhone 3G Setting up an Advanced mailbox on the Apple IPhone 3G In order to be able to send and receive emails from and to your new email account you

More information

Configuring User Identification via Active Directory

Configuring User Identification via Active Directory Configuring User Identification via Active Directory Version 1.0 PAN-OS 5.0.1 Johan Loos johan@accessdenied.be User Identification Overview User Identification allows you to create security policies based

More information

IPOne Phone System User Interface Guide

IPOne Phone System User Interface Guide IPOne Phone System User Interface Guide DoubleHorn Communications, LLC 1802 W. 6 th Street Austin, TX 78703 Main Office: 512-637-5200 Toll Free: 877-637-HORN (4676) DHC Support: Dial 611 IPOne Phone System

More information

Presented by Jeris Creasey. Information Technology Trainer, Information & Telecommunication Systems

Presented by Jeris Creasey. Information Technology Trainer, Information & Telecommunication Systems Presented by Jeris Creasey Information Technology Trainer, Information & Telecommunication Systems Submitting a Helpdesk Request 3 Logging into the KBOX server 4 The Knowledge Base Tab 5 The Help Desk

More information

IIS, FTP Server and Windows

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:

More information

Safeguard Ecommerce Integration / API

Safeguard Ecommerce Integration / API Safeguard Ecommerce Integration / API Product Manual Version 3 Revision 1.11 Table of Contents 1. INTRODUCTION... 4 1.1 Available commands... 4 2. HOW THE ADMINISTRATION SYSTEM IS EXPECTED TO BE USED OPERATIONALLY...

More information

Online Payment FAQ s

Online Payment FAQ s General Online Payment FAQ s What are the benefits of paying a bill online? Paying online with a credit card or electronic check saves time, gives you the flexibility to pay how and when desired, and saves

More information

FAXAWAY BROADCAST FAX USER'S GUIDE

FAXAWAY BROADCAST FAX USER'S GUIDE 417 Second Avenue West, Seattle, Washington 98119 USA Tel: 1(206)479-7000/Fax: 1(206)479-7500 E-mail: bcast@fax2.faxaway.com FAXAWAY BROADCAST FAX USER'S GUIDE QUICK START A. Requirements B. Installing

More information

Basic, Professional & Professional Box

Basic, Professional & Professional Box Basic, Professional & Professional Box Onboarding Reference v 4.2 2015 Contents 1 Purpose & Precondition... 3 2 Get the credentials... 3 3 Onboarding for Linux based systems... 4 3.1 Connect to other M2M-Peers...

More information

Citrix (SSL) Access Gateway End User Documentation

Citrix (SSL) Access Gateway End User Documentation Citrix (SSL) Access Gateway End User Documentation This document details the steps required to remotely access internal ADOT web sites and applications through the Citrix Access Gateway. Citrix Access

More information

BankNet Instructions for Large File Transfer. May 20, 2013 Version 1.1

BankNet Instructions for Large File Transfer. May 20, 2013 Version 1.1 May 20, 2013 Version 1.1 Table of Contents 1 Introduction... 1 2 Accessing the Secure Large File Transfer Tool... 2 3 Setting Your Email Address for Confirmation Notifications.. 7 4 Uploading a File...

More information

Instructions for the Business MasterCard Nonprofit Packet

Instructions for the Business MasterCard Nonprofit Packet Instructions for the Business MasterCard Nonprofit Packet STEP 1: Business MasterCard Application and Authorization All fields must be completed in their entirety. Business Information section: Please

More information

API Integration Payment21 Recurring Billing

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

More information

The Toyota Foundation Grant Programs Guide for Web-based Grant Applications (Project Proposals)

The Toyota Foundation Grant Programs Guide for Web-based Grant Applications (Project Proposals) The Toyota Foundation Grant Programs Guide for Web-based Grant Applications (Project Proposals) 1 1. Before Applying Please check the following before starting application processes via the Toyota Foundation

More information

Introduction... 2. Configuration & Spam Detection... 2. WinWare Webmail... 3. Email Accounts... 3. Email Account Notes... 4. Definitions...

Introduction... 2. Configuration & Spam Detection... 2. WinWare Webmail... 3. Email Accounts... 3. Email Account Notes... 4. Definitions... Page 1 Table of Contents Introduction... 2 Configuration & Spam Detection... 2 WinWare Webmail... 3 Email Accounts... 3 Email Account Notes... 4 Definitions... 5 Sender Policy Framework (SPF)... 5 Email

More information

Supplier Quick Reference Guide. Ariba, Inc., All rights reserved.

Supplier Quick Reference Guide. Ariba, Inc., All rights reserved. Supplier Quick Reference Guide Ariba, Inc., All rights reserved. What to do before the Event: 1. Develop a bidding strategy 2. Verify System Requirements. 3. FOR a CBE (Competitive Bidding Event) which

More information

Helpdesk manual. Version: 1.1

Helpdesk manual. Version: 1.1 Version: 1.1 Date: 06-May-2014 Introduction Once a new system has been delivered, or an update has taken place, issues could occur, questions raised and new functionality needed. You can register these

More information

Job Order Entry Step-by-Step Instructions

Job Order Entry Step-by-Step Instructions Job Order Entry Step-by-Step Instructions Job Center of Wisconsin offers a no-fee way to ease the hiring burden. 24/7 access to input, edit, or remove job postings for convenience Save time by using the

More information

Quick Reference Guide. Online Courier: FTP. Signing On. Using FTP Pickup. To Access Online Courier. https://onlinecourier.suntrust.

Quick Reference Guide. Online Courier: FTP. Signing On. Using FTP Pickup. To Access Online Courier. https://onlinecourier.suntrust. Quick Reference Guide Online Courier: FTP https://onlinecourier.suntrust.com With SunTrust Online Courier, you can have reports and files delivered to you using an FTP connection. There are two delivery

More information

eprism Enterprise Tech Notes

eprism Enterprise Tech Notes eprism Enterprise Tech Notes Utilizing Microsoft Active Directory for eprism s Directory Services Context eprism can integrate with an existing LDAP (Lightweight Directory Access Protocol) directory for

More information

TRAINING MANUAL FOR NATIONAL E-GOVERNMENT PROCUREMENT SYSTEM OF NEPAL

TRAINING MANUAL FOR NATIONAL E-GOVERNMENT PROCUREMENT SYSTEM OF NEPAL TRAINING MANUAL FOR NATIONAL E-GOVERNMENT PROCUREMENT SYSTEM OF NEPAL Bidders Group www.bolpatra.gov.np/egp Organized By: Government of Nepal Public Procurement Monitoring Office, Tahachal, Kathmandu Table

More information