Merchant Card Payment Engine

Size: px
Start display at page:

Download "Merchant Card Payment Engine"

Transcription

1 Merchant Card Payment Engine GATEWAY FREEDOM +BANK VYC INTEGRATION SUPPLEMENT Copyright PayPoint.net 2010 This document contains the proprietary information of PayPoint.net and may not be reproduced in any form or disclosed to any third party without the expressed written permission of a duly authorised representative of PayPoint.net Limited. Registered in England No: VAT Reg. No:

2 PayPoint.net Gateway Freedom +Bank VYC Supplement 30th June 2008 Table of Contents 1 Overview VYC (Verify Your Customer) VYC Checks VYC Request Initiation VYC Request Parameters Address Representation VYC Response Merchant Extranet Reporting Support & Disclaimer... 6 Table of Figures Figure 1: VYC Integration Overview... 3 Figure 2: VYC Request Parameters... 4 Figure 3: VYC Response Parameters... 5 Figure 4: AVS/VYC Report screenshot... 6 Page 2 of 6

3 1 Overview Merchants accepting card payments in the online and card not present environment face an ever-increasing threat of fraud from identity theft. Many Merchants face challenging legal compliance issues. PayPoint.net offer a range of highly effective tools and services to reduce risk, ensure legal compliance and enhance profitable customer relationships. PayPoint.net VYC (Verify Your Customer) is a powerful service that enables you to perform a range of age and identity checks on any UK consumer as part of an authorisation request to the Merchant Card Payment Engine (MCPE). Checks are performed in real time and typically add less than a second to the payment process. The service is designed to automatically validate name, address and date of birth. A mortality database is also checked to help combat the growing problem of identity theft. This document assumes you have read the MCPE Gateway Freedom +Bank Integration Guide*. You may also wish to consult the VYC (Verify Your Customer) User Guide. *and where appropriate, the MCPE AVS integration supplement for Merchants currently using Address Verification Service (AVS) via API 2 VYC (Verify Your Customer) The VYC product is designed to provide quick and easy access to our core customer verification services. This is made possible by aggregating a key set of UK-based look-ups and indicators into one simple check mechanism. VYC will provide an accessible and natural progression for Merchants currently using our Address Verification Service (AVS) but requiring a relatively inexpensive way to ensure far greater confidence in their checks. VYC is also ideally suited to Merchants processing UK customer payments via an acquiring Merchant Account but wanting a quick and easy way to validate their customers identity and address using a variety of premium sources. Figure 1: VYC Integration Overview Traditional Integrations Payment Request via Acquirer Payment Response Address Verification Request via PayPoint.net Address Verification Response Integration with VYC Payment Request via Acquirer Payment Response VYC Request VYC Response Address Verification Request via PayPoint.net Address Verification Response VYC Request VYC Response Merchants holding Merchant Account Merchants performing AVS Only Via the Merchant Extranet (see Section 7) it is possible to perform VYC checks against existing transactions, which is perfectly suited to Merchants wishing to obtain additional verification of customers before fulfilling their purchases. 3 VYC Checks Metacharge VYC performs several core checks against the following data sources: UK Electoral Roll (confirming name and address) UK Directory Enquiries DB (confirming name and address) UK Consumer Credit Industry DB (confirming name, address and date of birth) UK Mortality Check (negative check confirming whether identity is deceased) All checks are performed using high-quality premium data sources. The UK Electoral Roll check is able to query at least six years of local records, whilst the UK Directory Enquiries check can even validate the identity of ex-directory users. Page 3 of 6

4 4 VYC Request Initiation The MCPE Gateway Freedom +Bank integration supports VYC by accepting additional variables as part of the HTTP POST which is made to (see MCPE Gateway Freedom +Bank Integration Guide). A VYC Request can be initiated as part of a corporate payment request to MCPE, using these additional fields: vycgender (the gender of the customer, i.e. M or F) vycfirstname (the first name of the customer) vyclastname (the last name of the customer) vycpremise (the house or building number or name of the customer address, i.e. 114, 10A, The Shrubbery) vycsubpremise (any building specific identification, i.e. Flat 15, First Floor Rear Flat) vycstreet (the street of the customer address) vyccity (the town or city of the customer address) vycstate (the county, region or state of the customer address) vycpostcode (the postal code or zip code of the customer address) vycbirthdate (the birth date of the customer, in the format DDMMYYYY) The VYC check will take place before any card authorisation. 4.1 VYC Request Parameters The table below details fields that must be submitted in a VYC Request to MCPE. Several of the VYC fields can be optionally excluded from an MCPE Freedom +Bank request. These are highlighted in the table below. Often however, supplying these values will increase the accuracy and validity of a match. For convenience and to save duplication, some fields can be excluded in order that an existing MCPE request value is re-used. These are described in the Alternative column below. Figure 2: VYC Request Parameters Field Type(Size) Optional Alternative Notes vycgender char(1) The gender of the customer, i.e. M, F vycfirstname char(2-40) The first name of the customer vyclastname char(2-40) The last name of the customer vycpremise char(2-40) The house or building number or name of the customer address. Typically used to identify a property on a street. vycsubpremise char(2-40) Yes Any building specific identification for the property, where street number or name is insufficient or ambiguous. vycstreet char(2-40) Yes The street of the customer address vyccity char(2-40) Yes strcity The town or city of the customer address vycstate char(2-40) Yes strstate The county, region or state of the customer address vycpostcode char(2-15) strpostcode The postal code or zip code of the customer address vycbirthdate char(8) Yes The birth date of the customer, in the format DDMMYYYY 5 Address Representation To maximize successful checks, addresses must be supplied in a recognisable format. For irregular cases, the following guide should be used in order to submit component parts of the address in the correct fashion. 10A New Street Flat 4, Kings Court, New Street The Shrubbery, New Street vycpremise vycstreet 10A New Street vycpremise Flat 4 vycsubpremise Kings Court vycstreet New Street vycpremise vycstreet The Shrubbery New Street vyccity vycpostcode Page 4 of 6

5 6 VYC Response You will be notified of the outcome of your VYC check in the same session as your authorisation request. The VYC Response is part of an MCPE Freedom +Bank response: a URL-encoded query string including your original submitted VYC values and: vycercheck (the outcome of the Electoral Roll check) vycbtcheck (the outcome of the Directory Enquries check) vycmccheck (the outcome of the Mortality check) vyccccheck (the outcome of the Consumer Credit check) vycdobcheck (the outcome of the Date of Birth check if required information supplied) A simple boolean format response is provided in each case, returning a value of 1 if the customer passes the check and a value of 0 if the customer fails the check. If for any reason the check is not performed, the field will not be returned. Figure 3: VYC Response Parameters Field Type(Size) Notes vycercheck int(1) Indicates the outcome of the Electoral Roll check. 1 = PASS, 0 = FAIL vycbtcheck int(1) Indicates the outcome of the Directory Enquiries check. 1 = PASS, 0 = FAIL vycmccheck int(1) Indicates the outcome of the Mortality check. 1 = PASS, 0 = FAIL vyccccheck int(1) Indicates the outcome of the Consumer Credit check. 1 = PASS, 0 = FAIL vycdobcheck int(1) Indicates the outcome of the Date of Birth check. 1 = PASS, 0 = FAIL Additional information on the outcome of a VYC check, including check-specific data and a summary of alternative indicators are available by reviewing the full transaction detail via the Metacharge Merchant Extranet. 7 Merchant Extranet The Merchant Extranet is an extensive online reporting and management tool. It provides a range of features with which to review and perform VYC checks. The Merchant Extranet is located at Comprehensive PayPoint.net transaction detail screens provide extensive summary information about VYC checks alongside all traditional payment information, whilst also allowing new checks to be performed against existing customers and transactions. Page 5 of 6

6 An at-a-glance report (see section 8) summarises the outcome of all customer verification checks for easily managing risk, and a ready-to-use VYC Terminal provides a simple means to manually obtain new check results through a simple interface. A separate VYC User Guide provides more information on the VYC Terminal along with all the reporting functionality and transaction and verification detail available via the Merchant Extranet. The guide is available from the Merchant Extranet*. *Resources > Documentation 8 Reporting Any VYC transaction can be accessed and viewed using traditional reporting means, including transaction search (Sales > Search) or listed alongside all other transactions in an Account Statement view (Sales > Statements). However, a dedicated VYC report provides a simple colour coded summary of only those transactions in which checks (along with AVS checks) were performed, listed with results in a simple colour-coded format. It can be found via Sales > VYC Report. Figure 4: AVS/VYC Report screenshot Hover help identifies the check type referred to by each column heading and the report can be re-configured according to a desired date range or other specific criteria. Each transaction can be accessed directly simply by click-through. 9 Support & Disclaimer If you have any questions or you require further information or support, please contact the Merchant Helpdesk at completesupport@paypoint.net or call during office hours GMT on +44 (0) Please do not contact us for any non-technical queries regarding the results provided by any VYC check. These checks are performed against confidential data and unfortunately we are unable to comment on the actual records held. This is a requirement of the Data Protection Act. All checks performed merely validate information which is provided in a VYC Request against a range of sources. We do not have access to, nor can discuss, specific customer data. Page 6 of 6

PayPoint.net VYC MERCHANT GUIDE

PayPoint.net VYC MERCHANT GUIDE PayPoint.net VYC MERCHANT GUIDE Copyright PayPoint.net 2008 This document contains the proprietary information of PayPoint.net and may not be reproduced in any form or disclosed to any third party without

More information

Merchant Card Payment Engine

Merchant Card Payment Engine Merchant Card Payment Engine GATEWAY FREEDOM +BANK AVS INTEGRATION SUPPLEMENT Copyright PayPoint.net 2010 This document contains the proprietary information of PayPoint.net and may not be reproduced in

More information

Merchant Card Payment Engine

Merchant Card Payment Engine Merchant Card Payment Engine GATEWAY FREEDOM +IMA 3D SECURE INTEGRATION SUPPLEMENT Copyright PayPoint.net 2010 This document contains the proprietary information of PayPoint.net and may not be reproduced

More information

PayPoint.net Gateway Guide to Identifying Fraud Risks

PayPoint.net Gateway Guide to Identifying Fraud Risks PayPoint.net Gateway Guide to Identifying Fraud Risks Copyright PayPoint.net 2010 This document contains the proprietary information of PayPoint.net and may not be reproduced in any form or disclosed to

More information

Sage Pay Fraud Prevention Guide

Sage Pay Fraud Prevention Guide Sage Pay Fraud Prevention Guide April 2014 Table of Contents 1.0 Introduction to fraud prevention 3 1.1 What are the fraud prevention tools 3 2.0 AVS/CV2 4 2.1 What is AVS/CV2 4 2.2 How it works 5 2.3

More information

Issued: Friday, 21 February 2014. Deadline for queries: Midday, Tuesday, 4 March 2014

Issued: Friday, 21 February 2014. Deadline for queries: Midday, Tuesday, 4 March 2014 Invitation to tender for the supply and installation of a temporary building at the National Eisteddfod of Wales, Carmarthenshire 2014 and Montgomeryshire and the Marches 2015 Issued: Friday, 21 February

More information

Virtual Terminal Guide

Virtual Terminal Guide Virtual Terminal Guide Version 1.3 June 2014 Table of Contents About this Guide...3 Introduction...4 Example of how to use Virtual Terminal within your business:...4 Accessing the Virtual Terminal...5

More information

Data Subscription Service. Data descriptions Order form Licence agreement

Data Subscription Service. Data descriptions Order form Licence agreement Data Subscription Service Data descriptions Order form Licence agreement Introduction Background The General Pharmaceutical Council (GPhC) is the regulator for pharmacists, pharmacy technicians and registered

More information

APPLICATION FOR TENANCY (All occupiers over the age of 18 must complete the following form)

APPLICATION FOR TENANCY (All occupiers over the age of 18 must complete the following form) APPLICATION FOR TENANCY (All occupiers over the age of 18 must complete the following form) Before setting up a tenancy, we will take up references It is essential that all the information requested, including

More information

Professional Indemnity Proposal Form Architects

Professional Indemnity Proposal Form Architects Professional Indemnity Proposal Form Architects GUIDANCE NOTES Completing your proposal form Please complete all questions in full using the Additional Information section or separate sheets where necessary.

More information

Professional Indemnity Proposal Form Business & Management Consultants

Professional Indemnity Proposal Form Business & Management Consultants Professional Indemnity Proposal Form Business & Management Consultants This form does not apply to: IT Consultancy. Please see the IT Professions proposal form GUIDANCE NOTES Completing your proposal form

More information

Virtual Terminal User s Guide

Virtual Terminal User s Guide Virtual Terminal User s Guide For Professional Use Only Currently only available in English. A usage Professional Uniquement Disponible en Anglais uniquement pour l instant. Last updated: June 2009 PayPal

More information

Bank or building society account details form

Bank or building society account details form Bank or building society account details form This form asks for details of the bank or building society account into which you want us to pay your grant. Please complete the form and return it to us.

More information

ONLINE PAYMENT PRIVACY POLICY

ONLINE PAYMENT PRIVACY POLICY ONLINE PAYMENT PRIVACY POLICY Updated: June, 2013 In order to operate the College online-payments system, Sanjari International College (SIC) may collect and store personal information student/customer

More information

START UP LOANS PRIVACY AND DATA PROTECTION TERMS AND CONDITIONS

START UP LOANS PRIVACY AND DATA PROTECTION TERMS AND CONDITIONS START UP LOANS PRIVACY AND DATA PROTECTION TERMS AND CONDITIONS Table of Contents 1. ABOUT THIS POLICY... 3 2. WHO WE ARE AND WHO IS RESPONSIBLE FOR YOUR PERSONAL DATA... 3 3. WHERE WE COLLECT YOUR PERSONAL

More information

Direct Payment Protocol Errors A Troubleshooter

Direct Payment Protocol Errors A Troubleshooter Direct Payment Protocol Errors A Troubleshooter December 2011 This manual and accompanying electronic media are proprietary products of Optimal Payments plc. They are to be used only by licensed users

More information

Visa Merchant Best Practice Guide for Cardholder Not Present Transactions

Visa Merchant Best Practice Guide for Cardholder Not Present Transactions Visa Merchant Best Practice Guide for Cardholder Not Present Transactions Table of Contents Section 1 About This Guide 03 Section 2 Merchant Procedures 05 Section 3 Authorisation 07 Authorisation Procedures

More information

1. (a) Full name of proposer including trading names if any (if not a limited company include full names of partners) Date established

1. (a) Full name of proposer including trading names if any (if not a limited company include full names of partners) Date established Network Security ProPosal Form Important Please answer all questions from each section and complete in block capitals. Tick the appropriate boxes where necessary and supply any further information requested.

More information

Professional Indemnity Proposal Form Surveyors

Professional Indemnity Proposal Form Surveyors Professional Indemnity Proposal Form Surveyors GUIDANCE NOTES Completing your proposal form Please complete all questions in full using the Additional Information section or separate sheets where necessary.

More information

Merchant Guarantee Guide. Version 4.0 December 2011 Business Gateway

Merchant Guarantee Guide. Version 4.0 December 2011 Business Gateway Version 4.0 December 2011 Business Gateway Table Of Contents About this Guide... 3 Update History... 3 Copyright... 3 Introduction... 4 Guarantee... 5 The Merchant Guarantee... 5 Setup/Cancel the Merchant

More information

A Guide to the use of your personal data by Credit Reference Agencies, Fraud Prevention Agencies and Southern Water

A Guide to the use of your personal data by Credit Reference Agencies, Fraud Prevention Agencies and Southern Water A Guide to the use of your personal data by Credit Reference Agencies, Fraud Prevention Agencies and Southern Water Southern Water recognises the importance of respecting your personal privacy and also

More information

Invitation to Tender for S4C Programme Support Service. Date of Publication: 15 January 2010

Invitation to Tender for S4C Programme Support Service. Date of Publication: 15 January 2010 Parc Tŷ Glas Llanisien Llanishen Caerdydd Cardiff Cymru Wales CF14 5DU Ebost Email s4c@s4c.co.uk / Gwefan Website s4c.co.uk Ffôn Phone +44(0)29 2074 7444 / Ffacs Fax +44(0)29 2075 4444 Invitation to Tender

More information

Electronic business conditions of use

Electronic business conditions of use Electronic business conditions of use This document provides Water Corporation s Electronic Business Conditions of Use. These are to be applied to all applications, which are developed for external users

More information

YOUR APPLICATION AND CREDIT REFERENCING

YOUR APPLICATION AND CREDIT REFERENCING FACT SHEET YOUR APPLICATION AND CREDIT REFERENCING How we decide whether or not to accept an application to open an account When we receive your/your organisation s application, we ll look at the information

More information

Website Hosting Agreement

Website Hosting Agreement Website Hosting Agreement This Agreement is Between: (1) Tutch Media Limited, a company registered in England whose office is at 121c London Road, Knebworth, Herts, SG3 6EX ( the Host ) and (2) The Client

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

At Cambrian, Your Privacy is Our Priority. Regardless of how you deal with us on the phone, online, or in person we have strict security measures

At Cambrian, Your Privacy is Our Priority. Regardless of how you deal with us on the phone, online, or in person we have strict security measures Privacy Policy At Cambrian, Your Privacy is Our Priority At Cambrian Credit Union, we know our members are concerned about the confidentiality and security of their personal information. This Policy ensures

More information

Symantec Endpoint Protection Shared Insight Cache User Guide

Symantec Endpoint Protection Shared Insight Cache User Guide Symantec Endpoint Protection Shared Insight Cache User Guide Symantec Endpoint Protection Shared Insight Cache User Guide The software described in this book is furnished under a license agreement and

More information

MasterCard In tern et Gatew ay Service (MIGS)

MasterCard In tern et Gatew ay Service (MIGS) Master Card Inter national MasterCard In tern et Gatew ay Service (MIGS) MIGS Payment Client Reference Manual Prepared By: Patrick Hayes Department: Principal Consultant, ebusiness Solutions Date Written:

More information

Recurring Payments Service (FuturePay) Guide. Version 4.2 April 2013 Business Gateway

Recurring Payments Service (FuturePay) Guide. Version 4.2 April 2013 Business Gateway Recurring Payments Service (FuturePay) Guide Version 4.2 April 2013 Business Gateway Table Of Contents About this Guide... 4 Update History... 4 Copyright... 4 Introduction... 5 Enable the Service... 6

More information

The Tenant Assessment Application Form

The Tenant Assessment Application Form Tenant Assessment Application Form This Form can be used by letting agents or landlords who are vetting applicants prior to the letting of a property. Part A should be completed by the agent / landlord.

More information

Elavon Payment Gateway MCC 6012 Recipient Information User Guide

Elavon Payment Gateway MCC 6012 Recipient Information User Guide Elavon Payment Gateway MCC 6012 Recipient Information User Guide Version v1.1 Table of Contents 1 About This Guide.3 1.1 Purpose 3 1.2 Audience..3 1.3 Terminology 3 2 Overview of the MCC 6012 Mandate..4

More information

Payment Processor Errors A Troubleshooter

Payment Processor Errors A Troubleshooter Payment Processor Errors A Troubleshooter November 2005 Version 2.4 This manual and accompanying electronic media are proprietary products of Optimal Payments Inc. They are to be used only by licensed

More information

All copyright, trade mark, design rights, patent and other intellectual property rights (registered or unregistered) in the Content belongs to us.

All copyright, trade mark, design rights, patent and other intellectual property rights (registered or unregistered) in the Content belongs to us. LEO Pharma Terms of use We/ Us/ Our You/Your Website Content LEO Laboratories Limited a company registered in the United kingdom under number 662129) known as LEO Pharma (LEO Pharma) and companies affiliated

More information

Professional Indemnity Proposal Form Accountants

Professional Indemnity Proposal Form Accountants Professional Indemnity Proposal Form Accountants GUIDANCE NOTES Completing your proposal form Please complete all questions in full using the Additional Information section or separate sheets where necessary.

More information

How To Make A Contract Between A Client And A Hoster

How To Make A Contract Between A Client And A Hoster Web Hosting Terms & Conditions Please read these web-hosting terms carefully, as they set out our and your rights and obligations in relation to our web hosting services. AGREEMENT: Whereas: (1) The Ruby

More information

Shepherds Simple Income Protection Plan

Shepherds Simple Income Protection Plan Company name: Adviser name: Advised sale: Please choose delivery option: Original policy emailed to client plus copy to adviser Original policy plus copy emailed to adviser only Shepherds Simple Income

More information

professional information for CILA members New ACPO Security Systems Policy ACPO POLICY ON POLICE RESPONSE TO SECURITY SYSTEMS

professional information for CILA members New ACPO Security Systems Policy ACPO POLICY ON POLICE RESPONSE TO SECURITY SYSTEMS Technical bulletin professional information for CILA members TB 07 February 2001 New ACPO Security Systems Policy ACPO POLICY ON POLICE RESPONSE TO SECURITY SYSTEMS 1. INTRODUCTION 1.1 The Association

More information

Skills Route Limited. Terms and Conditions of Use

Skills Route Limited. Terms and Conditions of Use Skills Route Limited Terms and Conditions of Use Effective Date: These Terms and Conditions are effective from 2 nd February 2016. 1 Definitions used in these Terms and Conditions Effective Date The date

More information

Important Data Protection

Important Data Protection Important Data Protection A Guide to the use of your personal and business data by the Worldpay group companies and Credit Reference and Fraud Prevention Agencies 1 Q:What is a credit reference agency?

More information

Cloud (educational apps) software services and the Data Protection Act

Cloud (educational apps) software services and the Data Protection Act Cloud (educational apps) software services and the Data Protection Act Departmental advice for local authorities, school leaders, school staff and governing bodies October 2014 Contents 1. Summary 3 About

More information

Cyber Essentials Scheme

Cyber Essentials Scheme Cyber Essentials Scheme Assurance Framework January 2015 December 2013 Contents Introduction... 3 Change from June 2014 version... 3 Overview... 4 Stage Definitions... 5 Stage 1 Cyber Essentials: verified

More information

AGREEMENT No. ON THE DATA BACKUP SERVICE

AGREEMENT No. ON THE DATA BACKUP SERVICE ,. 201_ AGREEMENT No. ON THE DATA BACKUP SERVICE LLC TELIA LATVIJA, represented by its Chairman of the Board Mikus Ozols, acting on the basis of the Articles of Association (hereinafter referred to as

More information

Do you have any restrictions to times and days you can work?

Do you have any restrictions to times and days you can work? Office Use Only Pre-screened by HR Yes By: Passed Pre Screen RTW Y / N Driving Licence Y / N / NA 5 Year History Y / N SIA Y / N Pre screen comments: Interview Date & Time: Proceed to Vetting? Post interview

More information

We can be contacted by post at the above address or by e-mail to contactfiat@uk-central.com

We can be contacted by post at the above address or by e-mail to contactfiat@uk-central.com Terms&Conditions This is the official website of Abarth. On this site you will find also find information provided by Fiat Financial Services relating to Abarth vehicles. You should read these conditions

More information

Virtual Terminal User Guide

Virtual Terminal User Guide Payment solutions for online commerce Virtual Terminal User Guide Copyright PayPoint.net 2010 This document contains the proprietary information of PayPoint.net and may not be reproduced in any form or

More information

PRIVACY POLICY. "Personal Information" comprising:

PRIVACY POLICY. Personal Information comprising: PRIVACY POLICY Uniqlo is committed to respecting the privacy rights of visitors to its website. This privacy policy ("Policy") explains how we collect, store and use personal data about you when you browse

More information

Quick Shopping Cart QuickBooks Integration

Quick Shopping Cart QuickBooks Integration Quick Shopping Cart QuickBooks Integration Installing and Configuring QuickBooks This guide walks you through setting up the Intuit QuickBooks Merchant Service (QBMS) payment gateway (where available)

More information

Application to access Chesters Trade

Application to access Chesters Trade Application to access Chesters Trade Please fill in all details below: Account Number Company Name Company Phone Number Fax Number Contact Name Mobile Number Email Address Please review the Terms of Use

More information

ROYAL MAIL GROUP ADDRESS MANAGEMENT UNIT PAF DIRECT END USER LICENCE

ROYAL MAIL GROUP ADDRESS MANAGEMENT UNIT PAF DIRECT END USER LICENCE ROYAL MAIL GROUP ADDRESS MANAGEMENT UNIT PAF DIRECT END USER LICENCE Introduction This licence permits the use of PAF Data by an end user. Details of other licences available for the use of PAF Data can

More information

International Payment Service Terms and conditions

International Payment Service Terms and conditions International Payment Service Terms and conditions Welcome to the International Payment Service (the Service) from Capita Registrars Limited (Capita). This document, together with your Application and

More information

Council accounts: a guide to your rights. Update July 2013

Council accounts: a guide to your rights. Update July 2013 Council accounts: a guide to your rights Update July 2013 As a local resident you have legal rights, which let you inspect your council s accounts and related documents. Contents Introduction...5 What

More information

MIS Privacy Statement. Our Privacy Commitments

MIS Privacy Statement. Our Privacy Commitments MIS Privacy Statement Our Privacy Commitments MIS Training Institute Holdings, Inc. (together "we") respect the privacy of every person who visits or registers with our websites ("you"), and are committed

More information

MASTERCARD PAYMENT GATEWAY SERVICES

MASTERCARD PAYMENT GATEWAY SERVICES MASTERCARD PAYMENT GATEWAY SERVICES OVERVIEW MAKING PAYMENTS SAFE, SIMPLE & SMART What are MasterCard Payment Gateway Services? Our Solutions Making payments safe, simple & smart for your customers, for

More information

Please read these Terms and Conditions of Use carefully. They govern the provision and use of the MyPAYE Online Payroll service and website.

Please read these Terms and Conditions of Use carefully. They govern the provision and use of the MyPAYE Online Payroll service and website. Terms and Conditions of Use Your online payroll is run via for MyPAYE Online Payroll Service Please read these Terms and Conditions of Use carefully. They govern the provision and use of the MyPAYE Online

More information

Important Data Protection

Important Data Protection Important Data Protection A Guide to the use of your personal and business data by [name of organisation] and Credit Reference and Fraud Prevention Agencies commercial v 11.00 final 050810 Q: What is a

More information

Selected Investment Funds (SIF) Plan and SIF Individual Savings Account (ISA) Additional Investment Form and Switch Form

Selected Investment Funds (SIF) Plan and SIF Individual Savings Account (ISA) Additional Investment Form and Switch Form HNBPST Selected Investment Funds (SIF) Plan and SIF Individual Savings Account (ISA) Additional Investment Form and Switch Form Notes on completing this form Please read the Selected Investment Funds Key

More information

SOLICITORS PROFESSIONAL INDEMNITY INSURANCE APPLICATION FORM

SOLICITORS PROFESSIONAL INDEMNITY INSURANCE APPLICATION FORM SOLICITORS PROFESSIONAL INDEMNITY INSURANCE APPLICATION FORM T L Dallas & Co Ltd Dallas House Low Moor Bradford BD12 0HF Tel: 01274 465500 Fax: 01274 465504 www.tldallas.com PROFESSIONAL INDEMNITY INSURANCE

More information

Data sharing for Fraud Prevention in Medical Insurance

Data sharing for Fraud Prevention in Medical Insurance Data sharing for Fraud Prevention in Medical Insurance Nick Mothershaw, Director Identity and Fraud Experian Limited 2008. All rights reserved. Experian and the marks used herein are service marks or registered

More information

Fleet Connectivity Extension

Fleet Connectivity Extension Fleet Connectivity Extension Developer's Guide Version 1.0 Fleet Connectivity Extension Developer's Guide 2 Contents Contents Legal Notices...3 Document Information... 4 Chapter 1: Overview... 5 What is

More information

Privacy Policy. Peeptrade LLC ( Company or We ) respect your privacy and are committed to protecting it through our compliance with this policy.

Privacy Policy. Peeptrade LLC ( Company or We ) respect your privacy and are committed to protecting it through our compliance with this policy. Privacy Policy Introduction Peeptrade LLC ( Company or We ) respect your privacy and are committed to protecting it through our compliance with this policy. This policy describes the types of information

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

This Annex uses the definitions set out in the Agreement on service of payment cards on the Internet (hereinafter the Agreement).

This Annex uses the definitions set out in the Agreement on service of payment cards on the Internet (hereinafter the Agreement). SERVICE OF PAYMENT CARDS ON THE INTERNET ANNEX 2 TO AGREEMENT Requirements for Queries to I-Payment Terminal This Annex uses the definitions set out in the Agreement on service of payment cards on the

More information

Doing Business with Serco - A Suppliers Guide

Doing Business with Serco - A Suppliers Guide Doing Business with Serco - A Suppliers Guide We recognise the value our suppliers bring to Serco and we want to make it simple to do business with us. This guide will help you understand how to comply

More information

Important Data Protection. A guide to the use of your personal data by The Co-operative Bank and credit reference agencies

Important Data Protection. A guide to the use of your personal data by The Co-operative Bank and credit reference agencies Important Data Protection A guide to the use of your personal data by The Co-operative Bank and credit reference agencies Q: What is a credit reference agency? A: Credit reference agencies (CRAs) collect

More information

Information Governance Policy

Information Governance Policy Information Governance Policy 1 Introduction Healthwatch Rutland (HWR) needs to collect and use certain types of information about the Data Subjects who come into contact with it in order to carry on its

More information

Online Banking Agreement and Disclosures

Online Banking Agreement and Disclosures Online Banking Agreement and Disclosures This agreement states the terms and conditions that apply to your use of Online Banking services offered by Eastman Credit Union. Please read this agreement carefully.

More information

Application Form for Short Term Loan Individual

Application Form for Short Term Loan Individual Application Form for Short Term Loan Individual Broker Name Mobile. Company Email Loan Details first charge only on principal security Residential Investment Commercial (Investment & Owner Occupied) Loan

More information

Online Payments Terms and Conditions

Online Payments Terms and Conditions Online Payments Terms and Conditions These terms and conditions ( Online Terms ) and the Distance Selling Regulations ( DSRs ) apply to all purchases of goods and/or services ( products ) from Lincolnshire

More information

Stripe. Chapters. Copyright. Authors. Stripe modules for oscommerce Online Merchant. oscommerce Online Merchant v2.3

Stripe. Chapters. Copyright. Authors. Stripe modules for oscommerce Online Merchant. oscommerce Online Merchant v2.3 Stripe Stripe modules for oscommerce Online Merchant. Chapters oscommerce Online Merchant v2.3 Copyright Copyright (c) 2014 oscommerce. All rights reserved. Content may be reproduced for personal use only.

More information

Supplementary Application Form for Short Term Loan (Company)

Supplementary Application Form for Short Term Loan (Company) Supplementary Application Form for Short Term Loan (Company) Broker Name Mobile. Company Email Company Name Property Address Limited Company/LLP Details Correspondence Address (if different to the registered

More information

1. CHILDREN S PRIVACY

1. CHILDREN S PRIVACY PRIVACY POLICY LOCAL LEGAL LEADS ( LL ) is committed to respecting the privacy rights of users of IM s website (the Website ). LL believes in 100% permission-based marketing. LL created this Privacy Policy

More information

UltraCare International Schools plan Individual application Moratorium

UltraCare International Schools plan Individual application Moratorium UltraCare International Schools plan Individual application Moratorium Need help completing this application? Please contact either your advisor or us directly. You can find our contact details on our

More information

Merchant Interface Guide. Version 4.0 December 2011 Business Gateway

Merchant Interface Guide. Version 4.0 December 2011 Business Gateway Merchant Interface Guide Version 4.0 December 2011 Business Gateway Merchant Interface Guide Table of Contents About this Guide... 4 Update History... 4 Copyright... 4 Introduction... 5 What is the Merchant

More information

Parish Polls. Consultation on the Government s intentions to modernise parish poll regulations

Parish Polls. Consultation on the Government s intentions to modernise parish poll regulations Parish Polls Consultation on the Government s intentions to modernise parish poll regulations December 2014 Department for Communities and Local Government Crown copyright, 2014 Copyright in the typographical

More information

Oracle Banking Digital Experience

Oracle Banking Digital Experience Oracle Banking Digital Experience Corporate Credit User Manual Release 15.1.0.0.0 Part No. E66313-01 October 2015 Corporate Credit User Manual October 2015 Oracle Financial Services Software Limited Oracle

More information

Cardholder Authentication Guide. Version 4.3 August 2013 Business Gateway

Cardholder Authentication Guide. Version 4.3 August 2013 Business Gateway Cardholder Authentication Guide Version 4.3 August 2013 Business Gateway ii This page is intentionally blank Table of Contents About this Guide... 1 History... 1 Copyright... 2 Introduction... 3 What is

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

Version 9 Client Workflow Interface (Dashboard) Quick Start

Version 9 Client Workflow Interface (Dashboard) Quick Start Version 9 Client Workflow Interface (Dashboard) Quick Start Client Workflow Interface (Dashboard) Quick Start Copyright Limit of Liability Trademarks Customer Support 2015. Progeny Genetics, LLC, All rights

More information

Beyond 2011: Administrative Data Sources Report: The English School Census and the Welsh School Census

Beyond 2011: Administrative Data Sources Report: The English School Census and the Welsh School Census Beyond 2011 Beyond 2011: Administrative Data Sources Report: The English School Census and the Welsh School Census February 2013 Background The Office for National Statistics is currently taking a fresh

More information

Risk Management Service Guide. Version 4.2 August 2013 Business Gateway

Risk Management Service Guide. Version 4.2 August 2013 Business Gateway Risk Management Service Guide Version 4.2 August 2013 Business Gateway This page is intentionally blank. Table Of Contents About this Guide... 1 Change History... 1 Copyright... 1 Introduction... 3 What

More information

2012 CyberSecurity Watch Survey

2012 CyberSecurity Watch Survey 2012 CyberSecurity Watch Survey Unknown How 24 % Bad is the Insider Threat? 51% 2007-2013 Carnegie Mellon University 2012 Carnegie Mellon University NO WARRANTY THIS MATERIAL OF CARNEGIE MELLON UNIVERSITY

More information

Introductions and Definitions 1. 1. Eligibility 2. 2. Opening an account 2. 3. Initial deposit to your account 3

Introductions and Definitions 1. 1. Eligibility 2. 2. Opening an account 2. 3. Initial deposit to your account 3 HiSAVE SuperSaver Savings Account - Series Issues - Terms and Conditions (Effective from Aug 12, 2015) Sections Page No Introductions and Definitions 1 1. Eligibility 2 2. Opening an account 2 3. Initial

More information

echeck.net Developer Guide

echeck.net Developer Guide echeck.net Developer Guide Advanced Integration Method (AIM) Transactions Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.1.0 Authorize.Net LLC ( Authorize.Net

More information

Accounts Payable Workflow Guide. Version 11.2

Accounts Payable Workflow Guide. Version 11.2 Accounts Payable Workflow Guide Version 11.2 Copyright Information Copyright 2013 Informa Software. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored

More information

Application form Residential and buy-to-let secured loans

Application form Residential and buy-to-let secured loans Together is a trading style of Blemain Finance Limited Application form Residential and buy-to-let secured loans Section 1: Loan details Loan Details Repayment type: (capital & Interest or interest only)

More information

PLEASE COMPLETE THE FORM IN BLOCK LETTERS AND BLACK OR BLUE INK. ALL ITEMS MARKED WITH * MUST BE PROVIDED.

PLEASE COMPLETE THE FORM IN BLOCK LETTERS AND BLACK OR BLUE INK. ALL ITEMS MARKED WITH * MUST BE PROVIDED. Before completing this application form, please ensure that you have obtained and read the information regarding the products and services provided by Saxo Capital Markets UK Ltd ( SCML ) and all relevant

More information

Professional Indemnity Proposal Form Project Management

Professional Indemnity Proposal Form Project Management Professional Indemnity Proposal Form Project Management GUIDANCE NOTES Completing your proposal form Please complete all questions in full using the Additional Information section or separate sheets where

More information

Sports Health Insurance. application form for clubs with 10 members or more

Sports Health Insurance. application form for clubs with 10 members or more Sports Health Insurance application form for clubs with 10 members or more Here to Help We hope you will find this application form easy and straightforward to complete but if you require any assistance

More information

Applaud Solutions Technical Support Policies

Applaud Solutions Technical Support Policies Applaud Solutions Technical Support Policies Effective Date: 06-May-2011 Overview Unless otherwise stated, these Technical Support Policies apply to technical support for all Applaud Solutions products.

More information

Please ensure all pages of this form have been completed in BLOCK CAPITALS see checklist on the last page.

Please ensure all pages of this form have been completed in BLOCK CAPITALS see checklist on the last page. V23 24 Nov. 14 Stock Transfer form Please ensure all pages of this form have been completed in BLOCK CAPITALS see checklist on the last page. If you make any mistakes whilst completing this form, please

More information

Bank of China (UK) Limited Corporate Internet Banking User Manual

Bank of China (UK) Limited Corporate Internet Banking User Manual Bank of China (UK) Limited Corporate Internet Banking User Manual August 2015 Bank of China (UK) Limited is registered in England, Number 6193060. Registered Office: 1 Lothbury, London EC2R 7DB. Authorised

More information

Best Advice Protection Quotes User Guide

Best Advice Protection Quotes User Guide Best Advice Protection Quotes User Guide Best Advice Protection Quotation User Guide 1) Home page Protection Menu Once you have logged in, hover your mouse over the Protection Menu There are several options

More information

Using Your Personal Information

Using Your Personal Information Important Using Your Personal Information A guide to help you understand how the personal information we hold about you may be used by Virgin Money and other organisations such as Credit Reference and

More information

Automatic Recurring Payment Application

Automatic Recurring Payment Application Automatic Recurring Payment Application Schedule your payment to be automatically charged to your credit card. Just complete and sign this form to get started! Here s How Recurring Payments Work: You authorize

More information

Virtual Terminal User s Guide

Virtual Terminal User s Guide Virtual Terminal User s Guide For Professional Use Only Currently only available in English. A usage Professional Uniquement Disponible en Anglais uniquement pour l instant. Last updated: June 2008 PayPal

More information

www.echoromeo.co.uk Web Hosting Contract

www.echoromeo.co.uk Web Hosting Contract www.echoromeo.co.uk Web Hosting Contract 47 Glenmoor Road Ferndown Dorset BH22 8QE Ferndown: +44 (0)845 508 96 21 Aldershot: +44 (0)845 154 98 97 E-Mail: info@echoromeo.co.uk This Agreement is Between:

More information

Tenant Letting Check Understanding Reports January 2013

Tenant Letting Check Understanding Reports January 2013 Tenant Letting Check Understanding Reports January 2013 Comprehensive Reports The Tenant Assessment reports are divided into seven separate sections, each providing different information, all of which

More information

THE PUBLIC RELATIONS CONSULTANTS ASSOCIATION. Find A PR agency Terms and Conditions for Clients

THE PUBLIC RELATIONS CONSULTANTS ASSOCIATION. Find A PR agency Terms and Conditions for Clients THE PUBLIC RELATIONS CONSULTANTS ASSOCIATION Find A PR agency Terms and Conditions for Clients 1 Introduction 1.1 Find A PR agency is the PRCA s impartial search and referral service for organisations

More information