Adworkz Posting Specifications Auto Ping & Post

Size: px
Start display at page:

Download "Adworkz Posting Specifications Auto Ping & Post"

Transcription

1 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 and will instruct how to post information to the Adworkz server and the responses to expect. Posting method Adworkz offers two options while posting Auto 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. <BANKRUPTCY> </BANKRUPTCY> must be inserted into your XML however, you do not have to provide the actual "BANKRUPTCY" info between the > and <.) See example ping below. Ping Field Definitions: Field Required Description USERID YES Assigned User ID PASSWORD YES Assigned Password CAMPAIGN_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) COUNTRY YES USA SSN YES Social Security Number, 9 digits only, no dashes or spaces CUSTZIP YES Home address zip code, No dashes or spaces MONTHLY_INCOME YES Income per month, digits only, no decimals DOB NO Date of Birth as yyyy-mm-dd BANKRUPTCY NO Years since most recent bankruptcy (1-7), 0 for none.

3 Example Ping XML: <?xml version="1.0" encoding="utf-8"?> <AUTO_LOAN_PROCESSING> <AFFILIATE_INFO> <USERID>USER_ID_HERE </USERID> <PASSWORD>password</PASSWORD> <CAMPAIGN_ID>testID</CAMPAIGN_ID> <MINIMUM_SALE_PRICE>3.00</MINIMUM_SALE_PRICE> <LEADID>COMPANY NAME</LEADID> <COUNTRY>USA</COUNTRY> </AFFILIATE_INFO> <LEAD_DATA> <SSN> </SSN> <CUSTZIP>99999</CUSTZIP> <MONTHLY_INCOME>3500</MONTHLY_INCOME> <DOB> </DOB><!-- optional --> <BANKRUPTCY></BANKRUPTCY><!-- optional --> </LEAD_DATA> </AUTO_LOAN_PROCESSING> Example Accepted Response: <TRANSACTIONID> </TRANSACTIONID> <APPLICATIONID> AppID </APPLICATIONID> *will need this number to resend Post <LOANSTATUS>G</LOANSTATUS> <APPSTATUS>A</APPSTATUS> <APPLICATIONURL></APPLICATIONURL> <COMMISSION>PRICE</COMMISSION> *this is the offer Price Example Reject Response: <TRANSACTIONID></TRANSACTIONID> <LEADSTATUS>I</LEADSTATUS> <APPSTATUS>D</APPSTATUS> <REASONID></REASONID> <REASONDESC></REASONDESC> <SUCCESS>0</SUCCESS> <MESSAGENUMBER></MESSAGENUMBER> <MESSAGEDESC></MESSAGEDESC> Example Error Response: <TRANSACTIONID></TRANSACTIONID> <LEADSTATUS>I</LEADSTATUS> <APPSTATUS>D</APPSTATUS> <REASONID></REASONID> <REASONDESC></REASONDESC> <SUCCESS>0</SUCCESS> <MESSAGENUMBER></MESSAGENUMBER> <MESSAGEDESC>Er.MSG.</MESSAGEDESC> Post Instructions

4 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. Post Field Definitions Field Required Description USERID YES Assigned User ID PASSWORD YES Assigned Password APPLICATIONID YES* Application Id returned by PING, not required for multi-post IPADDRESS YES IP address of applicant SOURCE_URL NO Web site URL where form was completed CUST_FNAME YES First Name CUST_MNAME NO Middle 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 YES Address DOB YES Date of Birth as yyyy-mm-dd COUNTRY YES USA CUSTADDR1 YES Home Address Line 1 (ex. House number and street) CUSTADDR2 NO Home Address Line 2 (ex. Apt) CUSTCITY YES Home Address City CUSTSTATE YES Two character state abbreviation CUSTZIP YES Digits only, no dashes or spaces TIME_AT_ADDRESS_Y YES Years at home address, digits only TIME_AT_ADDRESS_M YES Months at home address, digits only

5 RENT_OWN YES 1 = Own, 0 = Rent MONTHLY_RENT YES Monthly rent or mortgage payment, digits only, no decimal EMPLOYER YES Employer's Name JOB TITLE YES Job Title MONTHLY_INCOME YES Income per month, digits only, no decimal WORK_PHONE YES 10 digits only, no dashes or spaces WORK_PHONE_EXT NO Work phone extension number, if any TIME_AT_EMPLOYMENT_Y YES Years at current employer, digits only TIME_AT_EMPLOYMENT_M YES Months at current employer, digits only SSN YES Social Security Number, 9 digits only, no dashes or spaces COSIGNER_AVAILABLE NO Does applicant have a cosigner? 1 = Yes, 0 = No DOWNPAYMENT NO Requested downpayment amount, digits only, no decimals TRADE_IN NO Trade In Available? 1 = Yes, 0 = No EST_TRADE_IN_VALUE NO If trade in available, estimated value, digits only, no decimals CHECKING_ACCOUNT_OPEN NO Does applicant have checking account? 1 = Yes, 0 = No SAVINGS_ACCOUNT_OPEN NO Does applicant have savings account? 1 = Yes, 0 = No BANKRUPTCY NO Years since most recent bankruptcy (1-7), 0 for none. TERMS_OF_SERVICE YES Has applicant agreed to terms of service, including credit check? 1 = Yes, 0 = No Example Post XML

6 <?xml version="1.0" encoding="utf-8"?> <AUTO_LOAN_PROCESSING> <AFFILIATE_INFO> <USERID>Testaff</USERID> <PASSWORD>password</PASSWORD> <APPLICATIONID></APPLICATIONID> </AFFILIATE_INFO> <CUSTOMER_TRACKING> <IPADDRESS> </IPADDRESS> <SOURCE_URL> </CUSTOMER_TRACKING> <LEAD_DATA> <CUSTOMER_PERSONAL> <CUST_FNAME>Test</CUST_FNAME> <CUST_MNAME /> <CUST_LNAME>Test</CUST_LNAME> <HOME_PHONE> </HOME_PHONE> <CELL_PHONE> </CELL_PHONE> <DOB> </DOB> </CUSTOMER_PERSONAL> <CUSTOMER_HOME> <COUNTRY>USA</COUNTRY> <CUSTADDR1>PO BOX 710</CUSTADDR1> <CUSTADDR2 /> <CUSTCITY>Spokane</CUSTCITY> <CUSTSTATE>WA</CUSTSTATE> <CUSTZIP>99999</CUSTZIP> <TIME_AT_ADDRESS_Y>0</TIME_AT_ADDRESS_Y> <TIME_AT_ADDRESS_M>6</TIME_AT_ADDRESS_M> <RENT_OWN>1</RENT_OWN> <MONTHLY_RENT>1500</MONTHLY_RENT> </CUSTOMER_HOME> <CUSTOMER_EMPLOYMENT> <EMPLOYER>Yes</EMPLOYER> <JOB_TITLE>worker</JOB_TITLE> <MONTHLY_INCOME>3500</MONTHLY_INCOME> <WORK_PHONE> </WORK_PHONE> <WORK_PHONE_EXT>200</WORK_PHONE_EXT> <TIME_AT_EMPLOYMENT_Y>3</TIME_AT_EMPLOYMENT_Y> <TIME_AT_EMPLOYMENT_M>6</TIME_AT_EMPLOYMENT_M> </CUSTOMER_EMPLOYMENT> <LOAN_CREDIT_DETAILS> <SSN> </SSN> <COSIGNER_AVAILABLE>1</COSIGNER_AVAILABLE> <DOWNPAYMENT>500</DOWNPAYMENT> <TRADE_IN>0</TRADE_IN> <EST_TRADE_IN_VALUE>0</EST_TRADE_IN_VALUE> <CHECKING_ACCOUNT_OPEN>1</CHECKING_ACCOUNT_OPEN> <SAVINGS_ACCOUNT_OPEN>0</SAVINGS_ACCOUNT_OPEN> <BANKRUPTCY>2</BANKRUPTCY> <PREFERRED_MONTHLY_PAYMENT>350</PREFERRED_MONTHLY_PAYMENT> <TERMS_OF_SERVICE>1</TERMS_OF_SERVICE> </LOAN_CREDIT_DETAILS> </LEAD_DATA> </AUTO_LOAN_PROCESSING> Example Accepted Response: <TRANSACTIONID> </TRANSACTIONID> <APPLICATIONID></APPLICATIONID> <LOANSTATUS>G</LOANSTATUS> <APPSTATUS>A</APPSTATUS> <APPLICATIONURL></APPLICATIONURL> <COMMISSION>Commission</COMMISSION> *Final Commission Price

7 Example Reject Response: <TRANSACTIONID></TRANSACTIONID> <LEADSTATUS>I</LEADSTATUS> <APPSTATUS>D</APPSTATUS> <REASONID></REASONID> <REASONDESC></REASONDESC> <SUCCESS>0</SUCCESS> <MESSAGENUMBER></MESSAGENUMBER> <MESSAGEDESC></MESSAGEDESC> Example Error Response: <TRANSACTIONID></TRANSACTIONID> <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 Technical Contact

8 Jason Coffman Phone: x200 (tel: ) Jason Coffman Phone: x200 (tel: )

Adworkz Posting Specifications New Car Ping & Post

Adworkz Posting Specifications New Car Ping & Post 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

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

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

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

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

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

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

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

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

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

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

Using YSU Password Self-Service

Using YSU Password Self-Service Using YSU Password Self-Service Using YSU Password Self-Service Password Self-Service Web Interface Required Items: YSU (MyYSU) Directory account, Web browser This guide will assist you with using the

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

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

Guide. for HR Users. Posted May 1, 2012

Guide. for HR Users. Posted May 1, 2012 Guide for HR Users Posted May 1, 2012 Go to this URL: https://hrx.talx.com/webmanager/loginclientkey.aspx to log on to the Administrative site for the UGA Onboarding System. The Employer Code is 13990

More information

Online Services through My Direct Care www.mydirectcare.com

Online Services through My Direct Care www.mydirectcare.com Online Services through My Direct Care www.mydirectcare.com WEB PORTAL Employers and Employees associated with Consumer Direct have access to online services available through a secure website www.mydirectcare.com.

More information

Go to www.breeze.ca.gov and click on the Click Here to Access BreEZe Online Services link.

Go to www.breeze.ca.gov and click on the Click Here to Access BreEZe Online Services link. STEP BY STEP USER GUIDE FOR NURSES TO RENEW ONLINE Go to www.breeze.ca.gov and click on the Click Here to Access BreEZe Online Services link. If you have never registered in the new BreEZe system, click

More information

ACCREDITATION COUNCIL FOR PHARMACY EDUCATION. CPE Monitor. Technical Specifications

ACCREDITATION COUNCIL FOR PHARMACY EDUCATION. CPE Monitor. Technical Specifications ACCREDITATION COUNCIL FOR PHARMACY EDUCATION CPE Monitor Technical Specifications Prepared by Steven Janis, RWK Design, Inc. Created: 02/10/2012 Revised: 09/28/2012 Revised: 08/28/2013 This document describes

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

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

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

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

How To Electronically File An American Health Care Act Information Return

How To Electronically File An American Health Care Act Information Return Tutorial for Affordable Care Act (ACA) Application for Transmitter Control Code (TCC) ACA Application for TCC 1 How do I request a Transmitter Control Code (TCC) to electronically file Affordable Care

More information

epay Frequently Asked Questions

epay Frequently Asked Questions epay Frequently Asked Questions Do I have to use the Online Payment System (epay)?... 2 What is the difference between epay and the automatic debit (ACH) program?... 2 Will I receive an e-mail after submitting

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

LoanTek User Guide. The A to Z Guide to your LoanTek account. LoanTek, Inc. LoanTek Top 50 Mortgage Service Provider Mortgage Executive Magazine

LoanTek User Guide. The A to Z Guide to your LoanTek account. LoanTek, Inc. LoanTek Top 50 Mortgage Service Provider Mortgage Executive Magazine LoanTek User Guide The A to Z Guide to your LoanTek account LoanTek, Inc LoanTek Top 50 Mortgage Service Provider Mortgage Executive Magazine 1 Contents Getting Started... 1 Logging into your LoanTek account...

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

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

CREDIT SWEEPERS & ASSOCIATES LLC

CREDIT SWEEPERS & ASSOCIATES LLC First Name: Middle Name: Last Name: Mother's Maiden: Date of Birth: Email: Place of Birth: Social Security #: Driver's License #: Home Phone #: Mobile Phone #: Current Address: Apartment #: Town or City:

More information

The Initial Registration Process. During the initial registration process, this guide assumes the user has been provided a login ID.

The Initial Registration Process. During the initial registration process, this guide assumes the user has been provided a login ID. eopf Account Guide The following processes are covered in this guide: Initial Registration Process (for new users) Forgotten Password Process Forgotten Login ID Process The Initial Registration Process

More information

IRS Tax Transcript Request Guide

IRS Tax Transcript Request Guide IRS Tax Transcript Request Guide Your 2014 Income Tax Transcript should be available through the IRS s Get Transcript tool if you have already filed your 2014 federal income tax return and you have waited

More information

BANKWEST MORTGAGE MANUFACTURED HOUSING CREDIT APPLICATION

BANKWEST MORTGAGE MANUFACTURED HOUSING CREDIT APPLICATION BANKWEST MORTGAGE MANUFACTURED HOUSING CREDIT APPLICATION DATE OF APPLICATION: SALES PRICE: DOWN PAYMENT (10% Minimum)*: PURPOSE OF LOAN: PURCHASE CONSTRUCTION REFINANCE LOAN AMOUNT: HOME WILL BE: PRIMARY

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

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

SNACS. Free and Reduced Price School Meal Application Guide

SNACS. Free and Reduced Price School Meal Application Guide SNACS Free and Reduced Price School Meal Application Guide Wisconsin Department of Public Instruction 125 South Webster Street, P.O. Box 7841, Madison, WI 53707 Phone: (800) 441-4563, Fax: (608) 267-0363

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

Installation and Configuration Guide for

Installation and Configuration Guide for Installation and for Brickwork Version: 4.1506 Last Updated: February 13 th, 2014 Table of Contents 1 Document Version... 4 2 Contact Information... 5 3 Overview... 6 3.1 Brickwork Overview... 6 3.2 Custom

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

OpenClinica SSL VPN Access New User Setup Guide

OpenClinica SSL VPN Access New User Setup Guide OpenClinica SSL VPN Access New User Setup Guide Version 1.2 9/10/2014 New User Remote Access Request for OpenClinica Business Partners need authentication credentials, which include the username, password,

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

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

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

7. Tools Menu. 8. UMR Contact Information

7. Tools Menu. 8. UMR Contact Information MyBenny User Guide 1. UMR.com Registration Procedures 2. Locating the Debit Card Links on UMR.com 3. MyBenny.com Registration Procedures 4. Logging into MyBenny.com 5. Viewing Activity and Transaction

More information

Vendor Solutions Gateway

Vendor Solutions Gateway Vendor Solutions Gateway Vendor Registration User Guide Because of increasing regulatory requirements within the business environment, a new business requirement is being implemented for all supply partners

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

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

First Legacy Generations Greater Kinston Latino Shepherd. Dear Small Business Applicant:

First Legacy Generations Greater Kinston Latino Shepherd. Dear Small Business Applicant: 1 Dear Small Business Applicant: Thank you for contacting your Credit Union about a loan for your small business. We look forward to working with you to find financing that best meets your needs. To make

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

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

ValueOptions Provider Guide to using Single Claim Submission

ValueOptions Provider Guide to using Single Claim Submission ValueOptions Provider Guide to using Single Claim Submission www.valueoptions.com You may only use Single Claim Submission for outpatient claims. Inpatient claims may not be entered through Single Claim

More information

Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal

Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal This Application Note explains how to configure ConnectWise PSA (Professional Service Automation) application settings and Cisco

More information

Online eopf Self-service Feature for Login ID and Password Retrieval for New Users

Online eopf Self-service Feature for Login ID and Password Retrieval for New Users For Employees Online eopf Self-service Feature for Login ID and Password Retrieval for New Users eopf provides web-based access for Federal personnel to view and print employment documents. Employees are

More information

ONLINE BILL PAY QUICK REFERENCE GUIDE

ONLINE BILL PAY QUICK REFERENCE GUIDE Thank you for enrolling in the DiCarlo Food Service On-line Payment Program. By enrolling in this service, you will have the ability to: Bullet Receive an email notification when your bill is ready Securely

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

Address Update Web Application. User Manual. Defense Manpower Data Center Department of Defense

Address Update Web Application. User Manual. Defense Manpower Data Center Department of Defense Defense Manpower Data Center Department of Defense Address Update Web Application User Manual Abstract This guide describes how to use Address Update Web Application to update contact information stored

More information

Defense Civilian Personnel Data System (DCPDS) Army Only DCPDS Portal User Guide

Defense Civilian Personnel Data System (DCPDS) Army Only DCPDS Portal User Guide Defense Civilian Personnel Data System (DCPDS) Army Only DCPDS Portal User Guide Lockheed Martin Enterprise Solutions and Services (LMES&S) 1777 N.E. Loop 410 San Antonio, Texas 78217 DCPDS Portal Users

More information

Implementation Guide for. Direct Filing of. Telecommunications Returns

Implementation Guide for. Direct Filing of. Telecommunications Returns Illinois Department of Revenue Implementation Guide for Direct Filing of Telecommunications Returns July 2014 Overview We encourage all taxpayers to file electronically. Illinois business taxpayers can

More information

Business Switch Kit. Anytime we can be of assistance, please call. We re here to work for you.

Business Switch Kit. Anytime we can be of assistance, please call. We re here to work for you. Business Switch Kit Thank you for choosing RiverBank! Enclosed you will find a complete and easy to use guide for switching your bank accounts from your current financial institution to RiverBank. And

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

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

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

Email Client configuration and migration Guide Setting up Thunderbird 3.1

Email Client configuration and migration Guide Setting up Thunderbird 3.1 Email Client configuration and migration Guide Setting up Thunderbird 3.1 1. Open Mozilla Thunderbird. : 1. On the Edit menu, click Account Settings. 2. On the Account Settings page, under Account Actions,

More information

MERCHANT SERVICES ONLINE

MERCHANT SERVICES ONLINE MERCHANT SERVICES ONLINE TD Retail Card Services FAST, FREE & SECURE Web Manual Version 10.01 v.1005 Table of Contents The TDRCS Online Merchant Services Website What is it? Benefits to Dealers How to

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

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

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

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

CareWebQI Medical User Guide. www.coloradopar.com. 2010 APS Healthcare, Inc. 1

CareWebQI Medical User Guide. www.coloradopar.com. 2010 APS Healthcare, Inc. 1 CareWebQI Medical User Guide www.coloradopar.com 2010 APS Healthcare, Inc. 1 Go to www.coloradopar.com This is our information site for the ColoradoPAR Program This page should appear 2010 APS Healthcare,

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

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

How to Submit a Kindergarten Application Online

How to Submit a Kindergarten Application Online How to Submit a Kindergarten Application Online Create an Account First time visitors need to create an account before submitting an online application. Please note: you will be asked to enter a valid

More information

Smart Assessor Automated Data Integration

Smart Assessor Automated Data Integration What it does: Smart Assessor Automated Data Integration This is a tool Smart Assessor has developed to allow our clients to send to us XML data via FTP, which we will then take and import into our system.

More information

MQA Online Services Portal

MQA Online Services Portal MQA Online Services Portal Registration and Adding a License User Guide 1. Hello and welcome to the Division of Medical Quality Assurance s online help tutorials. The MQA Online Services Portal is the

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

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

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

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

STEPS TO APPLY FOR YOUR EMERGENCY 30-DAY SUB PERMIT ON-LINE (RECOMMENDATION ONLY)

STEPS TO APPLY FOR YOUR EMERGENCY 30-DAY SUB PERMIT ON-LINE (RECOMMENDATION ONLY) STEPS TO APPLY FOR YOUR EMERGENCY 30-DAY SUB PERMIT ON-LINE (RECOMMENDATION ONLY) 1. The first step is to complete an application (41-4 form). In order for your application to be processed on-line you

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

Recognition Program Online Application Step-by-step Instructions Guide for Single Site Submission

Recognition Program Online Application Step-by-step Instructions Guide for Single Site Submission Recognition Program Online Application Step-by-step Instructions Guide for Single Site Submission No part of this publication may be reproduced or transmitted in any form or by any means, electronic or

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

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

Instructions How to use and send the PIT (Physician in Training) Permit Application Spreadsheet

Instructions How to use and send the PIT (Physician in Training) Permit Application Spreadsheet Instructions How to use and send the PIT (Physician in Training) Permit Application Spreadsheet 1. Download and save the TMB PIT Permit Application Submission Spreadsheet. a. Double click on the attachment

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

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

Active Directory Authentication Integration

Active Directory Authentication Integration Active Directory Authentication Integration This document provides a detailed explanation of how to integrate Active Directory into the ipconfigure Installation of a Windows 2003 Server for network security.

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

Application Installation/Setup

Application Installation/Setup Application Installation/Setup Q: Who is allowed to use the iphone or Android Mobile Banking Applications? A: Any customer with personal accounts may access the App. The customer must also be in good standing

More information

Create your portal account, and connect to your medical records.

Create your portal account, and connect to your medical records. Create your portal account, and connect to your medical records. Follow these steps if you have not received an email invitation to register. Any questions, please email us at patientportal@raleighmedicalgroup.com

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

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

RSA SecurID TOKEN User Guide for Initial Setup and Use Secure Access to Andes Petroleum E-mail from Internet

RSA SecurID TOKEN User Guide for Initial Setup and Use Secure Access to Andes Petroleum E-mail from Internet GLOSSARY RSA SecurID TOKEN User Guide for Initial Setup and Use Secure Access to Andes Petroleum E-mail from Internet This guide applies, if you ve assigned a RSA SecureID TOKEN. For more information or

More information

Online Banking Frequently Asked Questions

Online Banking Frequently Asked Questions HOME BANKING Q. What is Freedom's Home Banking? A. Freedom s Home Banking allows you to bank anywhere, at any time, electronically. Our system allows you to securely access your accounts by way of any

More information

ALASKA STATE HOCKEY ASSOCIATION ONLINE BACKGROUND SCREENING PROGRAM INSTRUCTIONS

ALASKA STATE HOCKEY ASSOCIATION ONLINE BACKGROUND SCREENING PROGRAM INSTRUCTIONS ALASKA STATE HOCKEY ASSOCIATION ONLINE BACKGROUND SCREENING PROGRAM INSTRUCTIONS The following instructions, together with the online instructions and prompts provided by the Acxiom Information Security

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

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

Four easy, pain-free steps to moving your checking account.

Four easy, pain-free steps to moving your checking account. Four easy, pain-free steps to moving your checking account. 1. 2. 3. 4. OPEN YOUR NEW ACCOUNTS First, open a new account with Bank of American Fork. We ll explain your choices of bank cards, checks, image

More information

Attention: Please read this entire page before filling out the application. If you do not provide what is needed, we cannot help you.

Attention: Please read this entire page before filling out the application. If you do not provide what is needed, we cannot help you. Attention: Please read this entire page before filling out the application. If you do not provide what is needed, we cannot help you. SCC CANNOT GIVE ANY IMMEDIATE HELP. Allow up to 3-4 weeks for processing

More information