Private Medical Insurance

Size: px
Start display at page:

Download "Private Medical Insurance"

Transcription

1 Private Medical Insurance Web Service Integration Guide Version Date 17/12/2014

2 Service Description Leads can be sent into LeadStream using the SOAP web service. This enables you to send Private Medical Insurance leads into LeadStream through your own custom designed form. ote: LeadStream cannot be held responsible for the data sent via the web service that does not meet the criteria and subsequently does not get sent into LeadStream. Errors that may occur during lead processing are described later in this document. We recommend thorough testing of your form before making it Live. The SOAP Web Service The LeadStream Private Medical Insurance Web Service can be located on the following URL: Live URL: Test URL: AddPmiLead Method Call Once you have gathered lead details from the client, the first point of interaction with LeadStream should start with a call to our AddPmiLead method on the LeadStream Web Service. Please note that you must validate the data submitted by the client before you post it to the LeadStream web service. <PmiLead xmlns=" <SupplierId></SupplierId> <SupplierKey></SupplierKey> <ChannelId></ChannelId> <LeadTypeId></LeadTypeId> <IpAddress></IpAddress> <MarketingUrl></MarketingUrl> <MarketingSource></MarketingSource> <MarketingMedium></MarketingMedium> <MarketingTerm></MarketingTerm> <MarketingPermission></MarketingPermission> <AffSubId1></AffSubId1> <AffSubId2></AffSubId2> <AffSubId3></AffSubId3> <Title></Title> <Firstame></Firstame> <Lastame></Lastame> <DobDay></DobDay>

3 <DobMonth></DobMonth> <Dobear></Dobear> <Address1></Address1> <Address2></Address2> <Town></Town> <Postcode></Postcode> < ></ > <Phone></Phone> <PhoneAlt></PhoneAlt> <WhoToCover></WhoToCover> <WhenToStart></WhenToStart> <HaveInsurance></HaveInsurance> <Gender></Gender> <Smoker></Smoker> <fm1_firstame></fm1_firstame> <fm1_lastame></fm1_lastame> <fm1_dob></fm1_dob> <fm1_gender></fm1_gender> <fm1_smoker></fm1_smoker> <fm2_firstame></fm2_firstame> <fm2_lastame></fm2_lastame> <fm2_dob></fm2_dob> <fm2_gender></fm2_gender> <fm2_smoker></fm2_smoker> <fm3_firstame></fm3_firstame> <fm3_lastame></fm3_lastame> <fm3_dob></fm3_dob> <fm3_gender></fm3_gender> <fm3_smoker></fm3_smoker> <fm4_firstame></fm4_firstame> <fm4_lastame></fm4_lastame> <fm4_dob></fm4_dob> <fm4_gender></fm4_gender> <fm4_smoker></fm4_smoker> <fm5_firstame></fm5_firstame> <fm5_lastame></fm5_lastame> <fm5_dob></fm5_dob> <fm5_gender></fm5_gender> <fm5_smoker></fm5_smoker> </PmiLead> Field ame Description Values Req. SupplierId Supplied by LeadStream Int SupplierKey Supplied by LeadStream String ChannelId Supplied by LeadStream Int LeadTypeId Use 10 for PMI Int IpAddress The IP address of the customer s computer making the original enquiry. String (15)

4 MarketingUrl The URL of the landing page used to generate the lead. String (3-50) MarketingSource The marketing source used to generate the lead (e.g. String (3-50) google) MarketingMedium The marketing medium used to generate the lead (e.g. ppc) String (3-50) MarketingTerm The marketing term used to generate the lead (e.g. life String (3-50) insurance quotes) MarketingPermission Whether the customer has specifically opted in to future Specify: es, o marketing AffSubId1 3 x custom fields for you to submit a custom identification String (0-300) AffSubId2 string (e.g. your customer s String (0-300) AffSubId3 ID, or CRM ID number so you can identify the customer at a later stage.) String (0-300) Title The customer s title (e.g. Mr, Specify: Mr, Mrs, Mrs, Miss, Dr) Miss, Ms, Dr Firstame String (3-50) Lastame String (3-50) DobDay Integer 1-31 DobMonth Integer 1-12 Dobear Integer: Address1 String (3-50) Address2 String (3-50) Town String (3-40) Postcode String (5-9) String (3-50) Phone String (11-13) PhoneAlt String (11-13) WhoToCover Specify: Just Me, My Family WhenToStart Specify: Today, Within 3 Months, Within 6 Months, Over 6 Months HaveInsurance Specify: es, Paid By Myself, es, Paid By My Company, o Gender Smoker Specify: es, o fm1_firstame String (3-50) fm1_lastame String (3-50) fm1_dob String (10)

5 fm1_gender fm1_smoker Specify: es, o fm2_firstame String (3-50) fm2_lastame String (3-50) fm2_dob String (10) fm2_gender fm2_smoker Specify: es, o fm3_firstame String (3-50) fm3_lastame String (3-50) fm3_dob String (10) fm3_gender fm3_smoker Specify: es, o fm4_firstame String (3-50) fm4_lastame String (3-50) fm4_dob String (10) fm4_gender fm4_smoker Specify: es, o fm5_firstame String (3-50) fm5_lastame String (3-50) fm5_dob String (10) fm5_gender fm5_smoker Specify: es, o AddPmiLead Method Response Once the above details are sent to LeadStream using the AddPmiLead method, the web service will respond with a status whether the lead has been successfully submitted or not with the following XML response. <LeadResult> <Outcome>OK</Outcome> <Status>Valid</Status> <Earnings>37.5</Earnings> <ErrorCode></ErrorCode> <ErrorField></ErrorField> <ErrorMessage></ErrorMessage> </LeadResult> Element ame Description Values Whether the lead was OK Outcome successfully accepted by ERROR LeadStream

6 Status Earnings ErrorCode ErrorField ErrorMessage The status of the lead in the LeadStream system. our earnings (in GBP). Set if Status is Valid. Delivered Valid Invalid Duplicate Test Quality Check Decimal Int String String After receiving the response you must check the Outcome element to ascertain if the delivery was successful. If the lead has been successfully submitted, the value OK will be returned. If ERROR is returned, a reason for the error will be provided in the ErrorCode, ErrorField and ErrorMessage elements. A list of error codes can be found below. Testing The Integration If you want to submit test leads then please change the web service URL as shown below. Test URL: ou may also submit test leads to the live service providing the word test is entered into either the Firstame or Lastame fields. Going Live When the integration is ready to go live then make sure that live web service URL is used. Additional Lead Data Validation When LeadStream accepts a lead, a check is made whether the same lead has been submitted to the service (based on a matching telephone number or address) for the same product and validated within the last 30 days. If the lead is a duplicate then the lead will be marked as duplicate and not validated within our system.

7 Telephone numbers, addresses and postal addresses are all validated in real time when leads are submitted via validation systems. Leads with invalid telephone numbers, addresses and postal addresses will be rejected.

Life Insurance. Web Service Integration Guide

Life Insurance. Web Service Integration Guide Life Insurance Web Service Integration Guide Version 1.0.0 Date 17/12/2014 Service Description Leads can be sent into LeadStream using the SOAP web service. This enables you to send Life Insurance leads

More information

GetLibraryUserOrderList

GetLibraryUserOrderList GetLibraryUserOrderList Webservice name: GetLibraryUserOrderList Adress: https://www.elib.se/webservices/getlibraryuserorderlist.asmx WSDL: https://www.elib.se/webservices/getlibraryuserorderlist.asmx?wsdl

More information

DEVELOPING CONTRACT - DRIVEN WEB SERVICES USING JDEVELOPER. The purpose of this tutorial is to develop a java web service using a top-down approach.

DEVELOPING CONTRACT - DRIVEN WEB SERVICES USING JDEVELOPER. The purpose of this tutorial is to develop a java web service using a top-down approach. DEVELOPING CONTRACT - DRIVEN WEB SERVICES USING JDEVELOPER Purpose: The purpose of this tutorial is to develop a java web service using a top-down approach. Topics: This tutorial covers the following topics:

More information

The #1 Fastest Growing Customer Service Software. Comm100 Email Marketing API Guide. Copyright 2011 Comm100. All Rights Reserved.

The #1 Fastest Growing Customer Service Software. Comm100 Email Marketing API Guide. Copyright 2011 Comm100. All Rights Reserved. The #1 Fastest Growing Customer Service Software Comm100 Email Marketing API Guide Copyright 2011 Comm100. All Rights Reserved. Comm100 Email Marketing API Guide 1 Introduction Comm100 Email Marketing

More information

Token Payment Web Services

Token Payment Web Services Web Active Corporation/eWAY Token Payment Web Services Data type and field specifications 23/06/2010 Version 1.4 Contents Introduction... 3 Data Field Specifications... 4 Field Description... 6 Validation

More information

Oregon Truck Tracking Online

Oregon Truck Tracking Online Oregon Truck Tracking Online OTTOExchange Technical Specifications The Oregon Department of Transportation provides this web service as an interface for private sector companies to automate collection

More information

Setting up a basic database in Access 2007

Setting up a basic database in Access 2007 Setting up a basic database in Access 2007 1. Open Access. This is the screen that you should see 2. Click on Blank database 3. Enter the name customer mailing list in the file name section (this will

More information

PROCESS TRANSACTION API

PROCESS TRANSACTION API PROCESS TRANSACTION API Document Version 8.7 May 2015 For further information please contact Digital River customer support at (888) 472-0811 or support@beanstream.com. 1 TABLE OF CONTENTS 2 Lists of tables

More information

Merchant e-solutions Payment Gateway FX Processing. Merchant e-solutions October 2008 Version 1.3

Merchant e-solutions Payment Gateway FX Processing. Merchant e-solutions October 2008 Version 1.3 Merchant e-solutions Payment Gateway FX Processing Merchant e-solutions October 2008 Version 1.3 This publication is for information purposes only and its content does not represent a contract in any form.

More information

Incoming XML files specification

Incoming XML files specification Incoming XML files specification Authors Infinite project team Version / publication date 1.0 / 10.09.2013 Copyright: INFINITE Sp. z o.o., ul. Projektowa 1, 20-952 Lublin tel.: +48-81-745-17-50 www.infinite.pl,

More information

Przelewy24 WebServices

Przelewy24 WebServices Przelewy24 WebServices service@przelewy24.pl Version: 2.5.0, Date: 2012-11-29 1. Configuration To activate access to the Service: a. Send your IP address (your server s address) to service@przelewy24.pl

More information

3 Data Properties and Validation Rules

3 Data Properties and Validation Rules 3 Data Properties and Validation Rules 3.1 INTRODUCTION Once a database table has been created and the fields named and the type of data which is to be stored in the field chosen, you can make further

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

Contact Management. User Guide V3.0. Subject to change without prior notice. www.teczo.com

Contact Management. User Guide V3.0. Subject to change without prior notice. www.teczo.com Contact Management V3.0 Subject to change without prior notice Table of Contents Table of Contents... 2 1.0 Module Overview... 3 2.0 Using the Module... 4 2.1 Contact Management Summary Page... 4 2.1.1

More information

HP Service Virtualization

HP Service Virtualization HP Service Virtualization Fixed Length Protocol Virtualization SV Training September 2014 Fixed Length Protocol Virtualization Technology Description Use Cases Supported Message Structures SV Service Description

More information

Claim for Special Child Care Benefit and/or increased weekly limit of hours

Claim for Special Child Care Benefit and/or increased weekly limit of hours Claim for Special Child Care Benefit and/or increased weekly limit of hours When to use this form Special Child Care Benefit (rate) for hardship, and/or Increased weekly limit of hours due to exceptional

More information

Merchant Implementation Guide

Merchant Implementation Guide Merchant Implementation Guide Version 5.0 2013 Centricom Pty Limited. All rights reserved. Disclaimer and limitation of Liability This Merchant Implementation Guide sets out the proper procedures for the

More information

2009, AdventNet Inc. All rights reserved. Product Customization

2009, AdventNet Inc. All rights reserved. Product Customization 2009, AdventNet Inc. All rights reserved Product Customization Table of Contents Introduction... 4 Company Details... 5 Company Logo... 6 Currency Settings... 7 Fiscal Year Settings... 8 Primary Contact...

More information

Transaction Inquiries

Transaction Inquiries Transaction Inquiries Publisher guide 3/26/2014 A guide to Tradedoubler s Transaction Inquiries system for publishers Contents 1. Introduction... 3 2. How it works... 3 3. Accessing the interface... 3

More information

GTPayment Merchant Integration Manual

GTPayment Merchant Integration Manual GTPayment Merchant Integration Manual Version: Page 1 of 7 What s New in version 1.2.0? 1. Price format limit. Only number or decimal point What s New in version 1.2.1? 1. Take out the Moneybookers

More information

SPARROW Gateway. Developer API. Version 2.00

SPARROW Gateway. Developer API. Version 2.00 SPARROW Gateway Developer API Version 2.00 Released May 2015 Table of Contents SPARROW Gateway... 1 Developer API... 1 Overview... 3 Architecture... 3 Merchant Private Key and Payment Types... 3 Integration...

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

Documentation to use the Elia Infeed web services

Documentation to use the Elia Infeed web services Documentation to use the Elia Infeed web services Elia Version 1.0 2013-10-03 Printed on 3/10/13 10:22 Page 1 of 20 Table of Contents Chapter 1. Introduction... 4 1.1. Elia Infeed web page... 4 1.2. Elia

More information

Understanding Data De-duplication. Data Quality Automation - Providing a cornerstone to your Master Data Management (MDM) strategy

Understanding Data De-duplication. Data Quality Automation - Providing a cornerstone to your Master Data Management (MDM) strategy Data Quality Automation - Providing a cornerstone to your Master Data Management (MDM) strategy Contents Introduction...1 Example of de-duplication...2 Successful de-duplication...3 Normalization... 3

More information

API Documentation. Version 2.0

API Documentation. Version 2.0 API Documentation Version 2.0 Table of Contents 1. Overview...5 1.1 Test Merchant Account v/s Live Merchant Account...5 1.2 Target Audience...5 1.3 Assistance...6 1.4 Technical Architecture...6 2 Getting

More information

The authority will not pay out for additional costs, documentation copies, loss of time, photograph fees, or any other out of pocket expenses.

The authority will not pay out for additional costs, documentation copies, loss of time, photograph fees, or any other out of pocket expenses. Tree root damage online claim form Claims are not accepted via email Audit and Risk Management Unit Insurance Team Salford City Council 1st Floor, Unity House Chorley Road, Swinton M27 5AW To whom it may

More information

How to set up a database in Microsoft Access

How to set up a database in Microsoft Access Contents Contents... 1 How to set up a database in Microsoft Access... 1 Creating a new database... 3 Enter field names and select data types... 4 Format date fields: how do you want fields with date data

More information

ipayment Gateway API (IPG API)

ipayment Gateway API (IPG API) ipayment Gateway API (IPG API) Accepting e-commerce payments for merchants Version 3.2 Intercard Finance AD 2007 2015 Table of Contents Version control... 4 Introduction... 5 Security and availability...

More information

REST Webservices API Reference Manual

REST Webservices API Reference Manual crm-now/ps REST Webservices API Reference Manual Version 1.5.1.0 crm-now development documents Page 1 Table Of Contents OVERVIEW...4 URL FORMAT...4 THE RESPONSE FORMAT...4 VtigerObject...5 Id Format...5

More information

Requirement engineering Exercise the POS System solution

Requirement engineering Exercise the POS System solution Requirement engineering Exercise the POS System solution Problem Description A POS (Point-Of-Sale) system is a computer system typically used to manage the sales in retail stores. It includes hardware

More information

Batch Validation Tool User Guide

Batch Validation Tool User Guide Batch Validation Tool User Guide Learning Records Service August 2013 Audience: Learner Registration Bodies (LRBs) and Awarding Organisations (AOs). LRS Batch Validation Tool User Guide v4.0 Page 1 Contents

More information

Self Service User Authentication Service Usage Guidelines. Copyright 2013, CionSystems Inc.

Self Service User Authentication Service Usage Guidelines. Copyright 2013, CionSystems Inc. Self Service User Authentication Service Usage Guidelines Table of Contents User Authentication Service Functionality... 2 WebService URL:... 2 Methods Exposed by Service... 2 AuthenticateUser... 2 ValidateTwoFactorAuthentication...

More information

How To Get A Credit Card From A Credit Union

How To Get A Credit Card From A Credit Union Client Initial Fact Find / Meeting tes Date: Meeting Location Credit Advisor Clint / Bertrand / Colin Meeting Type Person / Telephone / Skype Credit Guide Sent: E / F / M CLIENT DETAILS: Full name (Client

More information

Twinfield Single Sign On

Twinfield Single Sign On Twinfield Single Sign On manual, version 5.4 April 2009 For general information about our webservices see the Twinfield Webservices Manual Twinfield International NV De Beek 9-15 3871 MS Hoevelaken Netherlands

More information

XenDesktop 5 (SP1) Broker Event Log Messages. This article contains information on XenDesktop 5 (SP1) Broker Event Log Messages.

XenDesktop 5 (SP1) Broker Event Log Messages. This article contains information on XenDesktop 5 (SP1) Broker Event Log Messages. XenDesktop 5 (SP1) Broker Event Log Messages This article contains information on XenDesktop 5 (SP1) Broker Event Log Messages. It is important to note that event log messages can be added to the product

More information

AliPay International Services

AliPay International Services Title Page AliPay International Services Using the Simple Order API September 2015 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information

More information

Encrypted Search for PPC

Encrypted Search for PPC Encrypted Search for PPC A Lot of Hype, Little Impact May 2014 Lead contributors Suzie Rafla Head of Paid Search Havas Media suzie.rafla@havasmg.com 2014 Havas Media Group 2 Background On Wednesday 9th

More information

SalesJunction.com. Sales Force Automation & CRM. SJAPI Guide

SalesJunction.com. Sales Force Automation & CRM. SJAPI Guide SalesJunction.com Sales Force Automation & CRM SJAPI Guide Table of Contents API Essentials 2 AddAcct.asp 2 AddAct.asp 3 AddCont.asp 3 AddOpp.asp 4 FindContacts.asp 4 FindContacts_ViaEmail.asp 5 GetAcct.asp

More information

goaml PILOT STAKEHOLDER USER GUIDE REGISTRATION

goaml PILOT STAKEHOLDER USER GUIDE REGISTRATION goaml PILOT STAKEHOLDER USER GUIDE REGISTRATION FINANCIAL INTELLIGENCE CENTRE REPUBLIC OF SOUTH AFRICA Private Bag X177, Centurion, 0046 https://gostage.fic.gov.za/goamlweb_uat www.fic.gov.za/secure/queries.aspx

More information

Hosted Credit Card Forms Implementation Guide

Hosted Credit Card Forms Implementation Guide Hosted Credit Card Forms Implementation Guide Merchant implementation instructions to integrate to the Setcom s hosted credit card forms. Covers: fraud screening, Verified by Visa, MasterCard SecureCode

More information

Process Transaction API

Process Transaction API Process Transaction API Document Version 5.9 March 2011 For further information please contact Beanstream customer support at (250) 472-2326 or support@beanstream.com. BEAN # Page 2 of 90 Date Overview...

More information

CPC Live Cost Analysis Feature Guide

CPC Live Cost Analysis Feature Guide CPC Live Cost Analysis Feature Guide June 2004 CPC Live Cost Analysis Feature Guide - June 2004 2/8 CPC Live Cost Analysis CPC Live Cost Analysis provides you real-time insight into the effectiveness of

More information

MS ACCESS DATABASE DATA TYPES

MS ACCESS DATABASE DATA TYPES MS ACCESS DATABASE DATA TYPES Data Type Use For Size Text Memo Number Text or combinations of text and numbers, such as addresses. Also numbers that do not require calculations, such as phone numbers,

More information

SSL API Documentation. Version 1.2.1

SSL API Documentation. Version 1.2.1 SSL API Documentation Version 1.2.1 Table of Contents Document Information! 3 API Connection Information! 4 API Error Handling! 5 API Error Messages! 6 Account Balance Query! 7 Query Certificate Status!

More information

Secure XML API Integration Guide. (with FraudGuard add in)

Secure XML API Integration Guide. (with FraudGuard add in) Secure XML API Integration Guide (with FraudGuard add in) Document Control This is a control document DESCRIPTION Secure XML API Integration Guide (with FraudGuard add in) CREATION DATE 02/04/2007 CREATED

More information

Gardners ebooks frequently asked questions

Gardners ebooks frequently asked questions How does the web service work? The technical process is covered in our I24 ebook Ordering via Web Services.pdf which explains all the web service file layout and method. It is recommended that you read

More information

Office of Court Administration Automated Registry (AR) Interface Design Document for DSHS - Clinical Management for Behavioral Health Services (CMBHS)

Office of Court Administration Automated Registry (AR) Interface Design Document for DSHS - Clinical Management for Behavioral Health Services (CMBHS) Office of Court Administration Automated Registry (AR) Interface Design Document for DSHS - Clinical Management for Behavioral Health Services (CMBHS) August 04, 2009 Interface Design Document for CMBHS

More information

Tracking Sweden API. Version 3.1

Tracking Sweden API. Version 3.1 Tracking Sweden API Version 3.1 : Date: 2008-09-04 Sida 2 av 14 Revision history Version Date Comments 3.1 2008-09-04 Removed statistic variables and made remaining optional. 3.0 2008-06-19 Added XML parametres

More information

User Manual. MDLsolutions Dialer/Predictive Dialer, Supervisor/Call Center Manager Dashboard and Agent Interface. Getting Started Quick Start Page 2

User Manual. MDLsolutions Dialer/Predictive Dialer, Supervisor/Call Center Manager Dashboard and Agent Interface. Getting Started Quick Start Page 2 Rel: 1.8-3/07/2012 User Manual MDLsolutions Dialer/Predictive Dialer, Supervisor/Call Center Manager Dashboard and Agent Interface. CONTENT Getting Started Quick Start Page 2 Predictive Dialer/Dialer Statistics

More information

Application for a street trading licence

Application for a street trading licence For official use only - Date received DD MM YEAR Application for a street trading licence London Local Authorities Act 1990-2012 Please read the following instructions first Before completing this form

More information

Search Engine Optimization. Your Visual Blueprint for Effective Internet Marketing. 3rd Edition

Search Engine Optimization. Your Visual Blueprint for Effective Internet Marketing. 3rd Edition Brochure More information from http://www.researchandmarkets.com/reports/2330957/ Search Engine Optimization. Your Visual Blueprint for Effective Internet Marketing. 3rd Edition Description: Your visual,

More information

Fact Sheet > Super SA > Triple S > Your Questions Answered MAKING AN INCOME PROTECTION CLAIM

Fact Sheet > Super SA > Triple S > Your Questions Answered MAKING AN INCOME PROTECTION CLAIM Fact Sheet > Super SA > Triple S > Your Questions Answered MAKING AN INCOME PROTECTION CLAIM > 1 IN THIS FACT SHEET > What is Income Protection (IP)? > Circumstances under which IP will not be paid > Step

More information

Easy CollECt and the transaction ManagEr interface

Easy CollECt and the transaction ManagEr interface Easy Collect and the Transaction Manager Interface Table of Contents 1 2 3 Easy Collect... 4 1.1. Configuring your account for Easy Collect... 4 1.1.1. Creating your Easy Collect ID... 4 1.1.1.1. Transaction

More information

Tableau Server Trusted Authentication

Tableau Server Trusted Authentication Tableau Server Trusted Authentication When you embed Tableau Server views into webpages, everyone who visits the page must be a licensed user on Tableau Server. When users visit the page they will be prompted

More information

Color Screen Phones: SIP-T48G and SIP-T46G with firmware version 73

Color Screen Phones: SIP-T48G and SIP-T46G with firmware version 73 This document provides detailed information on how to use ACD (automatic call distribution) feature on Yealink IP phones integrated with Star2Star platform. ACD enables organizations to manage a large

More information

Gateway Integration Specifications Credit Card Processing

Gateway Integration Specifications Credit Card Processing Gateway Integration Specifications Credit Card Processing Version 3.2 Trine Commerce Systems, Inc. 2613 Wilson Street Austin, TX 78704 512-586-2736 legal@trinecs.com techsupport@trinecs.com Legal Notice

More information

Our server platform consists of Microsoft Windows 2008 servers with SQL Server 2005 which are under 24/24 monitoring.

Our server platform consists of Microsoft Windows 2008 servers with SQL Server 2005 which are under 24/24 monitoring. DomainAPI v2.1 ARCHITECTURE Server platform Our server platform consists of Microsoft Windows 2008 servers with SQL Server 2005 which are under 24/24 monitoring. Application The Register.eu Gateway is

More information

Advanced Quote & Order Processing

Advanced Quote & Order Processing Advanced Quote & Order Processing User Guide: Introduction Page 2 Creating a Quote Page 3 Adding Products/Line Items to your quote Page 5 Adding additional Products to your quote Page 5 Adjusting Price,

More information

Mobility Tool Guide for Beneficiaries of Leonardo da Vinci programme

Mobility Tool Guide for Beneficiaries of Leonardo da Vinci programme EUROPEAN COMMISSION Directorate-General for Education and Culture Lifelong Learning: policies and programme Coordination of the "Lifelong learning" programme Mobility Tool Guide for Beneficiaries of Leonardo

More information

The following are two things that cannot be done with a lead until it has been converted to a prospect or account:

The following are two things that cannot be done with a lead until it has been converted to a prospect or account: Customer Management Work with the Leads Database & Lead Entry The Oasis-CRM Leads Database is quarantined from the main Oasis-CRM accounts and contacts database until they are converted to a prospect or

More information

How To Connect Legrand Crm To Myob Exo

How To Connect Legrand Crm To Myob Exo Legrand CRM MYOB EXO Accounting link and transfer of Data Contents 1. Introduction 2. Adding New Accounts Option 3. Get Latest Financial Data Option 4. Updating Address Details Option 5. Viewing Transaction

More information

Multi-Platform Open Annuity

Multi-Platform Open Annuity Multi-Platform Open Annuity Application Form Powered by the London & Colonial... Upgradable, Capable, Flexible www.londoncolonial.com Multi-Platform Open Annuity Form To London & Colonial Assurance PLC:

More information

Land Registry Paying for Land Registry services by variable direct debit. Version 12, January 2016. Land Registry Variable Direct Debit Scheme

Land Registry Paying for Land Registry services by variable direct debit. Version 12, January 2016. Land Registry Variable Direct Debit Scheme Land Registry Paying for Land Registry services by variable direct debit Version 12, January 2016 Land Registry Variable Direct Debit Scheme Variable direct debit scheme details A variable direct debit

More information

Financial Advisor Network A guide to our services

Financial Advisor Network A guide to our services Financial Advisor Network A guide to our services Welcome We are Oportura. For half a decade, we ve been generating quality leads for Independent Financial Advisors across the UK. Using a range of innovative

More information

Global Transport Secure ecommerce. Web Service Implementation Guide

Global Transport Secure ecommerce. Web Service Implementation Guide Global Transport Secure ecommerce Web Service Implementation Guide Version 1.0 October 2013 Global Payments Inc. 10 Glenlake Parkway, North Tower Atlanta, GA 30328-3447 Global Transport Secure ecommerce

More information

การใช งานระบบฐานข อม ลงานว จ ยและนว ตกรรม

การใช งานระบบฐานข อม ลงานว จ ยและนว ตกรรม การใช งานระบบฐานข อม ลงานว จ ยและนว ตกรรม การเข าส ระบบของฐานข อม ล 1.การเข าใช งานระบบฐานข อม ลงานว จ ยและนว ตกรรมน น เม อเข ามาหน าเว บหล กแล วจะม หน าตา ด งร ปท 1 ร ปท 1 หน าหล กของฐานข อม ลงานว จ ยและนว

More information

Members Online User guide

Members Online User guide Members Online User guide Members Online login To log into Members Online, follow the steps below: On the Members Online Login page, enter your Member number and Password. Click the Login button. Note

More information

Claims Management Claim Form. When you have filled in the form, please send it to us at:

Claims Management Claim Form. When you have filled in the form, please send it to us at: For our use only.../... Claims Management Claim Form When you have filled in the form, please send it to us at: Solicitors Regulation Authority Claims Management The Cube 199 Wharfside Street Birmingham

More information

Search invoice API. Version 5.1

Search invoice API. Version 5.1 Search invoice API Version 5.1 : Date: 2010-12-06 Sida 2 av 20 Revision history Version Date Comments 5.1 2010-12-06 Added information regarding e-service authentication including link to application form.

More information

Web Services Credit Card Errors A Troubleshooter

Web Services Credit Card Errors A Troubleshooter Web Services Credit Card Errors A Troubleshooter March 2011 This manual and accompanying electronic media are proprietary products of Optimal Payments plc. They are to be used only by licensed users of

More information

Installing the ASP.NET VETtrak APIs onto IIS 5 or 6

Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 2 Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 3... 3 IIS 5 or 6 1 Step 1- Install/Check 6 Set Up and Configure VETtrak ASP.NET API 2 Step 2 -...

More information

Overview of Web Services API

Overview of Web Services API 1 CHAPTER The Cisco IP Interoperability and Collaboration System (IPICS) 4.5(x) application programming interface (API) provides a web services-based API that enables the management and control of various

More information

Webware License Management Guide

Webware License Management Guide Webware License Management Guide November 1, 2007 Chapter 1. Generating new licenses... 3 Before you start... 3 Starting the license generation process... 3 Providing your HP order number... 4 Selecting

More information

QIWI Wallet Pull Payments API

QIWI Wallet Pull Payments API QIWI Wallet QIWI Wallet Pull Payments API Version 2.1 Table of contents 1. Introduction... 2 1.1. Purpose of the API... 2 1.2. Things to Know About QIWI Wallet... 2 2. QIWI Wallet Interface... 3 2.1. Creating

More information

Melissa Data Address Verification Web Service

Melissa Data Address Verification Web Service Introduction Melissa Data Address Verification Web Service What is Melissa Data? Melissa Data is a database of addresses recognized by the US Postal Service. The record set contains all data for all addresses

More information

We do Online SEO Training. We do Class Room SEO Training. SEO & internet marketing Training

We do Online SEO Training. We do Class Room SEO Training. SEO & internet marketing Training SEO and internet marketing training Advance Training by SEORUCHI We do Online SEO Training We do Class Room SEO Training SEO & internet marketing Training 1 Basic of Topics in SEO What is Internet What

More information

Load Balancing using MS-Redirect Mechanism

Load Balancing using MS-Redirect Mechanism Load Balancing using MS-Redirect Mechanism G. Naveen Kumar 1, T. Ram Kumar 2 and B.Phijik 3 Vignan s Institute of Technology and Aeronautical Engineering Deshmukhi(v), Pochampalli(M), Nalgonda, Hyderabad

More information

Pay Per Click (PPC) Drive Calls To Your Business

Pay Per Click (PPC) Drive Calls To Your Business Pay Per Click (PPC) Drive Calls To Your Business Targeting Prospects Target Local Searchers By Keyword -Included Devices: Mobile & Tablet, Desktop & Laptop Target Searchers Google Adwords -Google s Display

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

UPMC HEALTH PLAN. HIPAA EDI Companion Guide

UPMC HEALTH PLAN. HIPAA EDI Companion Guide UPMC HEALTH PLAN HIPAA EDI Companion Guide For 270/271 Eligibility Inquiry & Response Companion Guide Version: 1.2 Refers to the Implementation Guide Based on X12 Version 005010X279A1 ~ 1 ~ Disclosure

More information

Operation of Qvidian Proposal Automation (QPA) CRM APIs

Operation of Qvidian Proposal Automation (QPA) CRM APIs Operation of Qvidian Proposal Automation (QPA) CRM APIs Last Updated: 10/30/2012 Background QPA is the leading application for the production of structured sales documents and for the management and completion

More information

Attack Vector Detail Report Atlassian

Attack Vector Detail Report Atlassian Attack Vector Detail Report Atlassian Report As Of Tuesday, March 24, 2015 Prepared By Report Description Notes cdavies@atlassian.com The Attack Vector Details report provides details of vulnerability

More information

INSTRUCTIONS. for signing documents using "Asan İmza" mobile e-signature through the "AsanDoc" program on different operating systems

INSTRUCTIONS. for signing documents using Asan İmza mobile e-signature through the AsanDoc program on different operating systems INSTRUCTIONS for signing documents using "Asan İmza" mobile e-signature through the "AsanDoc" program on different operating systems Contents Signing e-documents with AsanDoc : Microsoft Windows... 3 Signing

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

Ź Ź ł ź Ź ś ź ł ź Ś ę ż ż ł ż ż Ż Ś ę Ż Ż ę ś ź ł Ź ł ł ż ż ź ż ż Ś ę ż ż Ź Ł Ż Ż Ą ż ż ę ź Ń Ź ś ł ź ż ł ś ź ź Ą ć ś ś Ź Ś ę ę ć ż Ź Ą Ń Ą ł ć ć ł ł ź ę Ś ę ś ę ł ś ć ź ś ł ś ł ł ł ł ć ć Ś ł ź Ś ł

More information

Interface documentation Web service package_1.3 Methods SearchCollectionPoint and GetCollectionPointInfo

Interface documentation Web service package_1.3 Methods SearchCollectionPoint and GetCollectionPointInfo Schenker Privpak AB Interface documentation Web service package_1.3 Methods SearchCollectionPoint and GetCollectionPointInfo Index 1 General information... 1 1.1 Getting started...1 1.2 Authentication...1

More information

Generate More Sales & Maximize Your ROI!

Generate More Sales & Maximize Your ROI! Generate More Sales & Maximize Your ROI! AUTOMOTIVE MARKETING ebook 1 Generate More Sales & Maximize Your ROI! BY DREW PALMER FIND ME ON TWITTER @PALMERADAGENCY FIND ME ON LINKEDIN Drew Palmer has been

More information

e-ambiz User Guide N A V I G A T I O N INTRODUCTION Page 1 from 35

e-ambiz User Guide N A V I G A T I O N INTRODUCTION Page 1 from 35 INTRODUCTION Page 1 from 35 e-ambiz is your Online Banking facility that keeps you up to date on your company s account status. It also gives you the control you need to manage your day-to-day transactions

More information

Making a complaint about government departments and services to the Parliamentary Ombudsman

Making a complaint about government departments and services to the Parliamentary Ombudsman Making a complaint about government departments and services to the Parliamentary Ombudsman Section 1 Can we look at your complaint? Have you complained to the organisation? Yes No Have you received a

More information

Integrate.com. Taking Quality Control to the Next Level

Integrate.com. Taking Quality Control to the Next Level Integrate.com Taking Quality Control to the Next Level A Trustworthy Marketplace I ntegrate.com maintains an unparalleled commitment to excellence. Great lengths are taken to build a trustworthy marketplace

More information

NN Markedsdata application installation instruction

NN Markedsdata application installation instruction NN Markedsdata application installation instruction This document is a guide for installing NN Markedsdata application to your Salesforce organization. Following instruction prepared for people with Salesforce

More information

APPLICATION FOR CERTIFIED ACCOUNTING TECHNICIAN (CAT) STATUS

APPLICATION FOR CERTIFIED ACCOUNTING TECHNICIAN (CAT) STATUS APPLICATION FOR CERTIFIED ACCOUNTING TECHNICIAN (CAT) STATUS This form should be completed if you satisfy the exam, Foundations in Professionalism and experience requirements to qualify for Certified Accounting

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

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

FieldIT Limited www.fieldit-limited.com. FieldIT CRM. Installation Manual v1.3.i3 (Enterprise Install)

FieldIT Limited www.fieldit-limited.com. FieldIT CRM. Installation Manual v1.3.i3 (Enterprise Install) FieldIT Limited www.fieldit-limited.com FieldIT CRM Installation Manual v1.3.i3 (Enterprise Install) Oliver Field FieldIT Limited 2013 13 Introduction The FieldIT CRM software can be installed in several

More information

As an aged care worker, this incentive is for you to upgrade your qualifications and build your career in aged care.

As an aged care worker, this incentive is for you to upgrade your qualifications and build your career in aged care. Aged Care Education and Training Incentive Programme COMMENCEMENT PAYMENT This application form is to be completed by eligible aged care workers who have enrolled and commenced studies to enhance their

More information

Car loan application form (Available to French residents only) Applicant Details Applicant 1 Applicant 2

Car loan application form (Available to French residents only) Applicant Details Applicant 1 Applicant 2 Applicant Details Applicant 1 Applicant 2 Title Full Name Maiden Name (if applicable) Mr Mrs Miss Mr Mrs Miss Date of Birth Address Post code Current residential status How long have you resided at this

More information

EEA(PR) Application for a document certifying permanent residence or permanent residence card under the EEA Regulations

EEA(PR) Application for a document certifying permanent residence or permanent residence card under the EEA Regulations EEA(PR) Application for a document certifying permanent residence or permanent residence card under the EEA Regulations Who this form is for Use this application form if you wish to apply for a document

More information

THE ONLINE GAMBLING REGULATION ACT 2001 PERSONAL REFERENCE FOR AN APPLICANT

THE ONLINE GAMBLING REGULATION ACT 2001 PERSONAL REFERENCE FOR AN APPLICANT THE ONLINE GAMBLING REGULATION ACT 2001 PERSONAL REFERENCE FOR AN APPLICANT GENERAL GUIDANCE Overview You have been asked to provide a personal reference for someone who is party to an application to the

More information

Patient complaint form

Patient complaint form Patient complaint form 1 This form is for you to make a complaint, in the strictest confidence, about a doctor to the General Medical Council. You do not have to use this form but, if you do, it will help

More information