Online RESTful API documentation. V-Series

Size: px
Start display at page:

Download "Online RESTful API documentation. V-Series"

Transcription

1 Online RESTful API documentation V-Series

2 V-Series Online RESTful API documentation Version 5.0 Copyright Bottomline Technologies Limited, All Rights Reserved Information in this document is subject to change without notice and does not represent a commitment on the part of Bottomline Technologies. Bottomline Technologies makes no warranties with respect to this documentation and disclaims any implied warranties of merchantability or fitness for particular purpose. Bottomline Technologies Limited Internet: Europe, Middle East, Africa 115 Chatham Street Reading, Berkshire RG17JX UK Telephone: emea-info@bottomline.com Page 2

3 Table of Contents Table of Contents... 3 Why use V-Series?... 5 What does V-Series do?... 5 Validation... 5 Verification... 5 RESTful API Usage notes... 6 General... 6 GET api/getversion GET api/getlicensedinfo GET api/getcredits POST manage/updateverify... 7 Request Information GET manage/verifyupdatestatus UK Bank Account Validation... 9 GET api/validateukbankaccount... 9 Request Information GET api/getukbankbranches Request Information GET api/getukbankbranch Request Information UK Bank Account Ownership Verification Test Data GET api/getukaddresses Request Information GET api/verifyukaccountownership Request Information Page 3

4 GET api/verifyukaccountownershipwithaddresses Request Information Credit Card Validation GET api/validatecreditcardnumber Request Information Page 4

5 Why use V-Series? Fully accredited by the Payments Council, V-Series enables you to authenticate your customer s account details in real time, ensuring that you can successfully make or collect payments first time, every time. Powerful validation and verification capabilities mean that you can avoid being tripped up by accidental mistakes, or targeted by fraudsters giving incorrect banking details. V-Series safeguards you by ensuring compliance with the Bacs Direct Debit scheme regulations, streamlines your customer on-boarding process and saves the time, cost, errors and opportunity for fraud associated with failed transactions. What does V-Series do? Validation Verification The validation process checks bank account and sort code details against the Extended Industry Sort Code Directory (EISCD) to ensure that the bank branch exists, and then confirms the validity of the account number for that sort code algorithmically. Account details are automatically transposed where appropriate and building society roll number requirements are also validated. Full administrative information about the bank offices is retrieved, including contact details and particulars about the UK clearing services that the office is able to participate in Direct Debits, Direct Credits, Faster Payments, CHAPS for example. The full database of bank office information can be searched based on a variety of criteria to identify matches. Algorithmic validation of credit card numbers is also available. Validation data, including the EISCD, is automatically updated to ensure that you are always checking against the latest records. The verification service allows you to connect an individual to the account details they provide to protect your goods and services against potential fraudsters. V-Series confirms that the individual is actually associated with the address and the account details provided and that the account is still open. By integrating the check into your acquisition systems at the point of contact, the customer sign up process is streamlined and efficient, reducing the need for alternative document based verification procedures. Page 5

6 RESTful API Usage notes When using the API, you'll need to prefix the URLs described below with the correct value. This depends on how you're using the service: If testing against our online RESTful API: If in production with our online RESTful API: It is important to note, that when using our online RESTful API you must provide your API key with each request. This can be done simply by appending &apikey=[yourkey] to the end of the request URL. This document will describe how to make RESTful calls for integration into your own application, with sample responses where appropriate. There is also a separate, comprehensive CHM help file that provides full detail of all responses and their meanings that should be used in conjunction with this document. General GET api/getversion Gets the version number. A version number string. GET api/getlicensedinfo Retrieves information detailing what the current user is licenced for. An object detailing current licenced status. Sample response "Name": null, "Identifier": null, "Expires": " T00:00:00", "LicencedItems": [ "Verifier": 0, "OnlineOnly": false, "VerifierDescription": "UK Bank Account Validation", "Verifier": 2, Page 6

7 "OnlineOnly": false, "VerifierDescription": "IBAN Validation" ] GET api/getcredits Retrieves the number of credits remaining for the current user. The current number of credits remaining for the current user POST manage/updateverify Request that Verify updates its data. Request Information Parameters Name Description Optional Usage updaterequestmodel Details of the product being updated No Request body 200 OK, if the update could be started. Sample response "Version": "Major": 1, "Minor": 1, "Build": -1, "Revision": -1, "MajorRevision": -1, "MinorRevision": -1, "Content": null, "StatusCode": 200, "ReasonPhrase": "OK", "Headers": [], "RequestMessage": null, "IsSuccessStatusCode": true Page 7

8 GET manage/verifyupdatestatus Gets the status of the latest Verify update request. Sample response "Status": 0, "StatusDescription": "", "LatestError": "", "Errors": [], "TotalVerifiers": 0, "CompletedVerifiers": 0, "CompletedVerifiersPercentage": 0, "CurrentVerifierDescription": "", "CurrentVerifierTotalPackages": 0, "CurrentVerifierCompletedPackages": 0, "CurrentVerifierCompletedPackagesPercentage": 0 Page 8

9 UK Bank Account Validation The UK Bank verifier allows you to validate that a UK Bank Sort Code and Account Number are structurally valid, that the Sort Code is live, and that the Account Number is correct for the given Sort Code. V-Series will validate that the Sort Code and Account Number provided are valid, that the Sort Code is a known Sort Code, and that the Account Number passes a modulus check to ensure that it is correct for the given Sort Code. Additionally, in the provided result, V-Series will return all details about the UK Bank Branch that corresponds to the valid Sort Code. V-Series may alter or transpose some of the account details that you provide. You should ensure that you inspect the account details on the provided result as the validity of your information will be based upon the account details that are in the result, not necessarily the exact details that you input. Some UK account details require a Building Society Roll Number. This is an optional input, but if the account details provided require a Roll Number, the result will reflect this. The Roll Number can also be transposed, so you should inspect the details on the result as per above. The UKBank Verifier also provides API methods for finding Bank Branches based upon Sort Codes, or address details. GET api/validateukbankaccount Validates UK bank or building society account details. Request Information Parameters Name Description Optional Usage sortcode Sort code to be validated No accountnumber Account number to be validated No buildingsocietyrollnumber Building society roll number to be validated Yes Page 9

10 Sample response "AccountDetailsInput": "SortCode": "404772", "AccountNumber": " ", "BuildingSocietyRollNumber": "", "AccountDetailsOutput": "SortCode": "404772", "AccountNumber": " ", "BuildingSocietyRollNumber": "", "AccountIBAN": "GB41MIDL ", "AccountTranscribed": false, "UKBankBranch": "BankBIC": "MIDLGB21", "BranchBIC": "67M", "BankName": "HSBC BANK PLC", "BankOfficeTitle": "FIRST DIRECT, LEEDS", "BranchName": "FIRST DIRECT", "OfficeTitle": "First Direct", "ContactAddress1": "40 Wakefield Road", "ContactAddress2": "", "ContactAddress3": "", "ContactAddress4": "", "ContactAddressCity": "Leeds", "ContactAddressCounty": "", "ContactAddressPostCode": "LS98 1FD", "ContactAddressPostCountry": "UNITED KINGDOM", "ContactPhoneNumber": " ", "SortCode": "404772", "DateLastChanged": " T00:00:00", "TransactionInfo": "BacsCredits": true, "BacsDebits": true, "FasterPaymentsService": true, Page 10

11 "ChapsSterling": true, "DirectDebitInstructions": true, "UnpaidChequeClaims": true, "DividendInterest": true, "BuildingSocietyInterest": true, "ChapsBankBIC": "MIDLGB22", "ChapsBranchBIC": "XXX", "RequiresBuildingSocietyRollNumber": false, "BuildingSocietyRollNumberTranscribed": false, "InvalidIssue": 0, "Valid": true, "InvalidReason": "", "InvalidParameter": "" Page 11

12 GET api/getukbankbranches Retrieves a list of up to 1,000 bank branches that match the criteria provided. NOTE: The Optional parameters detailed below must still be specified in the URL. If they are marked as optional then the parameter may be blank. Request Information Parameters Name Description Optional Usage bankname Bank name Yes bankofficetitle The title of the bank branch Yes branchname The name of the bank branch Yes officetitle The title of the branch Yes town Town Yes county County Yes postcode Postcode Yes bacscredits If true, will only return results that support Bacs credits Yes bacsdebits If true, will only return results that support Direct Debits Yes fasterpayments If true, will only return results that support Faster Payments Yes chaps If true, will only return results that support CHAPS Yes Sample response [ "BankBIC": "MIDLGB21", "BranchBIC": "67M", Page 12

13 "BankName": "HSBC BANK PLC", "BankOfficeTitle": "FIRST DIRECT, LEEDS", "BranchName": "FIRST DIRECT", "OfficeTitle": "First Direct", "ContactAddress1": "40 Wakefield Road", "ContactAddress2": "", "ContactAddress3": "", "ContactAddress4": "", "ContactAddressCity": "Leeds", "ContactAddressCounty": "", "ContactAddressPostCode": "LS98 1FD", "ContactAddressPostCountry": "UNITED KINGDOM", "ContactPhoneNumber": " ", "SortCode": "404772", "DateLastChanged": " T00:00:00", "TransactionInfo": "BacsCredits": true, "BacsDebits": true, "FasterPaymentsService": true, "ChapsSterling": true, "DirectDebitInstructions": true, "UnpaidChequeClaims": true, "DividendInterest": true, "BuildingSocietyInterest": true, "ChapsBankBIC": "MIDLGB22", "ChapsBranchBIC": "XXX" ] Page 13

14 GET api/getukbankbranch Retrieves the branch details for a specific sort code. Request Information Parameters Name Description Optional Usage sortcode Branch sort code No Sample response "BankBIC": "MIDLGB21", "BranchBIC": "67M", "BankName": "HSBC BANK PLC", "BankOfficeTitle": "FIRST DIRECT, LEEDS", "BranchName": "FIRST DIRECT", "OfficeTitle": "First Direct", "ContactAddress1": "40 Wakefield Road", "ContactAddress2": "", "ContactAddress3": "", "ContactAddress4": "", "ContactAddressCity": "Leeds", "ContactAddressCounty": "", "ContactAddressPostCode": "LS98 1FD", "ContactAddressPostCountry": "UNITED KINGDOM", "ContactPhoneNumber": " ", "SortCode": "404772", "DateLastChanged": " T00:00:00", "TransactionInfo": "BacsCredits": true, "BacsDebits": true, "FasterPaymentsService": true, "ChapsSterling": true, "DirectDebitInstructions": true, "UnpaidChequeClaims": true, "DividendInterest": true, "BuildingSocietyInterest": true Page 14

15 , "ChapsBankBIC": "MIDLGB22", "ChapsBranchBIC": "XXX" Page 15

16 UK Bank Account Ownership Verification Test Data The UK Account Ownership verifier allows you to verify the owner and address of a set of UK bank account details. Tip: It is strongly recommended that you validate the Sort Code and Account Number using the UK Bank Verifier first to ensure that the sort code exists and the account passes the modulus check if the validation fails then there is no point in proceeding to the account verification check as the account cannot exist. V-Series will verify that the Sort Code and Account Number, Person and Address provided are correct; i.e. that the Person is the owner of the account and that this account is listed at this address. There are two versions of the API method: One method takes the full address text and will attempt to match it to a UK address. The second requires Address Keys which can be found by pre-searching for the address. When entering address details, it is recommended that a Post Code is always entered, along with a house number or name. If the Post Code is not entered then finding a match may prove less likely. You must supply the Current address, but can optionally supply a Previous address. You will receive separate results for these, but if the Current address is not valid or matched, then the Previous address will not be processed. The minimum data that must be entered for the Person is Forename (at least the initial) and Surname. Optionally, you can enter Title, Middlename and Date of birth. For each address supplied, you will receive a result. This result will have a status for both Sort Code and Account Number, along with a Recommended result, which provides a suggestion of how the result should be interpreted, based upon the combination of the two statuses. In most cases, if there is an issue with the Person or Address details, then the two statuses will likely be the same. However, should there be an issue with either the Sort Code or Account Number then the separate statuses allow you to detect which one has the problem. When evaluating this service with the test environment, the following test data is available: Name Date of Birth Address Sort Code Account Number David Archer 01/02/ High St, Westbury, BA133BN Outcome Sort Code and Account Number both match Debbie Mann 278 High St, Westbury, BA133BN Closed account Karen Tennant 01/08/ Rowlands Close, Training Town, IV448TZ Sort Code is not held, but account number does match Page 16

17 GET api/getukaddresses Retrieves UK Addresses that match the given input criteria. Blank parameters are ignored. NOTE: The Optional parameters detailed below must still be specified in the URL. If they are marked as optional then the parameter may be blank. If the postcode is not passed, then at least one other field must be completed. Request Information Parameters Name Description Optional Usage housenameornumber The name or number of the property Yes street2 The first street Yes street2 The second street Yes district The district Yes town The town or city Yes county The county Yes postcode The postcode Yes A list of matching UKAddresses instances. Sample response [ "AddressKey": "TEST ", "AddressShortname": "430 ROWLANDS CLOSE, IV448TZ", "HouseNumberOrName": "430", "Street1": "ROWLANDS CLOSE", "Street2": "BARNTON MILLS", "District": "", "Town": "TRAINING TOWN", "County": "ISLE OF SKYE", "Postcode": "IV448TZ" ] Page 17

18 GET api/verifyukaccountownership Verifies if the given Bank Account details are owned by the provided Person and pre-validated Address keys. NOTE: The Optional parameters detailed below must still be specified in the URL. If they are marked as optional then the parameter may be blank. Request Information Parameters Name Description Optional Usage title The subject's title Yes forename The subject's firstname No middlename The subject's middlename Yes surname The subject's surname No dob The subject's data of birth Yes accountnumber The account number No sortcode The sortcode No currentaddresskey The address key of the current address No previousaddresskey An optional address key for a previous address Yes A VerifyUKAccountOwnershipResult instance containing the validation results. Sample response "CurrentAddress": "SortCodeDataStatus": 9, "AccountNumberDataStatus": 10, "RecommendedStatus": 3, "PreviousAddress": "SortCodeDataStatus": 9, "AccountNumberDataStatus": 10, Page 18

19 "RecommendedStatus": 3 GET api/verifyukaccountownershipwithaddresses Verifies if the given Bank Account details are owned by the provided Person and explicit Address details. NOTE: The Optional parameters detailed below must still be specified in the URL. If they are marked as optional then the parameter may be blank. Request Information Parameters Name Description Optional Usage title The subject's title Yes forename The subject's firstname No middlename The subject's middlename Yes surname The subject's surname No dob The subject's data of birth Yes accountnumber The account number No sortcode The sortcode No currentaddress The address details of the current address (refer to CHM documentation for further detail) No Request body previousaddress An optional address details for a previous address (refer to CHM documentation for further detail) Yes Request body A VerifyUKAccountOwnershipResult instance containing the validation results. Sample response "CurrentAddress": Page 19

20 "SortCodeDataStatus": 9, "AccountNumberDataStatus": 10, "RecommendedStatus": 3, "PreviousAddress": "SortCodeDataStatus": 9, "AccountNumberDataStatus": 10, "RecommendedStatus": 3 Credit Card Validation The Credit Card verifier allows you to algorithmically validate a Credit Card number, and if valid, detect the Card Issuer. GET api/validatecreditcardnumber Validates a credit card number. Request Information Parameters Name Description Optional Usage creditcardnumber Credit card number to be validated No Sample response "CardIssuer": "Visa", "InvalidIssue": 0, "Valid": true, "InvalidReason": "", "InvalidParameter": "" Page 20

PT-X Drive. Installation Guide

PT-X Drive. Installation Guide PT-X Drive Installation Guide Notices Copyright Bottomline Technologies, Inc. 2015. All Rights Reserved Information in this document is subject to change without notice and does not represent a commitment

More information

Election to Fellowship

Election to Fellowship Application form Election to Fellowship Important notes: Before completing this application form, carefully read the Fellowship guidelines. Please type or write legibly in black or blue ink. If there is

More information

Community Organisation Current Account Additional Party Form

Community Organisation Current Account Additional Party Form Community Organisation Current Account Additional Party Form Please complete this form in BLOCK CAPITALS and in black ink, mark the box with a cross where applicable. Please do not write on or mark this

More information

SAR Online User Guidance

SAR Online User Guidance SAR Online User Guidance This is a United Kingdom Financial Intelligence Unit (UKFIU) Guidance Note. It is produced in line with the National Crime Agency (NCA) commitment to share perspectives on the

More information

VIRTUAL TERMINAL GUIDE

VIRTUAL TERMINAL GUIDE VIRTUAL TERMINAL GUIDE Version 1.4 Jan 2017 1 TABLE OF CONTENTS ABOUT THIS GUIDE... 2 INTRODUCTION... 3 ACCESSING THE VIRTUAL TERMINAL... 4 SUBMITTING A PAYMENT... 5 VIEWING YOUR TRANSACTIONS... 7 Virtual

More information

ENHANCED DBS APPLICATION FORM

ENHANCED DBS APPLICATION FORM ENHANCED DBS APPLICATION FORM PRICE 69.86 PERSONAL INFORMATION Title Mr Mrs Miss Ms Other [Please Specify] Surname First Name Date of Birth Middle Name Mothers Maiden Name Town of Birth Have you ever changed

More information

Enrich Integration Guide

Enrich Integration Guide version 0.1 (06 September 2017) Date Name Ver Change Description 06 September 2017 Harvey Lawrence 0.1 First version the latest version of this document can be found at /enrichintegrationguide.pdf page

More information

SUBSCRIPTION API. Document Version. Introduction

SUBSCRIPTION API. Document Version. Introduction SUBSCRIPTION API Contents Contents... 1 Document Version... 1 Introduction... 1 Procedure to configure Web Service User in Billdozer:... 2 Http Post Parameters... 2 Package... 3 List... 3 Response Parameter

More information

Release Notes. V-Series 5.1

Release Notes. V-Series 5.1 Release Notes V-Series 5.1 Release Notes Version 5.1 Copyright Bottomline Technologies Limited, 2013. All Rights Reserved Information in this document is subject to change without notice and does not represent

More information

Elders Estates Privacy Notice

Elders Estates Privacy Notice 15A Bath Street, Ilkeston Derbyshire. DE7 8AH 01159 32 55 23 info@eldersestates.co.uk 31 Market Place, Ripley Derbyshire. DE5 3HA 01773 30 44 44 info@eldersestates.co.uk Elders Estates Privacy Notice Introduction

More information

POSTGRADUATE DIPLOMA IN BENESH MOVEMENT NOTATORS (PGDBMN) Application Form

POSTGRADUATE DIPLOMA IN BENESH MOVEMENT NOTATORS (PGDBMN) Application Form POSTGRADUATE DIPLOMA IN BENESH MOVEMENT NOTATORS (PGDBMN) Application Form Please write or type in black ink in English using BLOCK CAPITALS for sections 1-3 Return this form to Benesh International, Royal

More information

Azolve Limited. Reference Guide GoCardless and Stripe for Customers. Jean Leggate. 02 August 2016 AZ-REF A

Azolve Limited. Reference Guide GoCardless and Stripe for Customers. Jean Leggate. 02 August 2016 AZ-REF A Azolve Limited Reference Guide GoCardless and Stripe for Customers Jean Leggate 02 August 2016 Azolve Limited Wright Business Centre 1 Lonmay Road Glasgow G33 4EL United Kingdom T: +44 (0)131 440 9034

More information

REDUCING THE RISK OF CARD NOT PRESENT FRAUD

REDUCING THE RISK OF CARD NOT PRESENT FRAUD www.globalpaymentsinc.co.uk REDUCING THE RISK OF CARD NOT PRESENT FRAUD 02 03 REDUCING THE RISK OF CARD NOT PRESENT FRAUD INTRODUCTION Many businesses accept Card Not Present (CNP) transactions on a daily

More information

boxes like this If you make a mistake, do this and mark the correct box

boxes like this If you make a mistake, do this and mark the correct box ibusiness Banking Bacstel-IP Indirect User Application Form How to complete the form Please use a 1 BLACK pen 2 Mark boxes like this If you make a mistake, do this and mark the correct box 3 Please use

More information

CHECKER GUIDE TO THE ONLINE DBS APPLICATION SYSTEM

CHECKER GUIDE TO THE ONLINE DBS APPLICATION SYSTEM CHECKER GUIDE TO THE ONLINE DBS APPLICATION SYSTEM Getting Started As a British Judo Association ID Checker you will have gone through the process to become registered with the British Judo Association

More information

OTC Direct Limited Customer account application / amendment form

OTC Direct Limited Customer account application / amendment form OTC Direct Limited Customer account application / amendment form. 2017 Please find attached all forms needed to open an account with OTC Direct Ltd. Please fax all forms to 0800 169 6622 or email to sales@otc-direct-ltd.com

More information

PAF Code of Practice

PAF Code of Practice PAF Code of Practice This document is the Code of Practice for the Postcode Address File (PAF ), which was agreed between Royal Mail and the Postal Regulator in May 2010 PAF Code of Practice Changing Postal

More information

Magento 2 Community / Enterprise Plugin

Magento 2 Community / Enterprise Plugin Realex Payments Magento 2 Community / Enterprise Plugin Configuration Guide Version: 1.1 A web version of this guide is available on the Realex Developer Hub 1 Document Information Document Name: Magento

More information

User Manual Version 2.00

User Manual Version 2.00 User Manual Version 2.00 Contents Welcome to... 3 Logging on to... 4 The Welcome Page... 5 Vehicle details input... 6 Product details input... 9 Adding extra product details input... 11 Vehicle details

More information

2016 ConCardis GmbH. Fraud Detection Module (basic)

2016 ConCardis GmbH. Fraud Detection Module (basic) Fraud Detection Module (basic) Table of contents 1. Introduction 1.1 Benefits 1.2 Contents 2. Activation and configuration 2.1 Blocking rules 2.1.1 Card country 2.1.2 IP address country 2.1.3 Country consistency

More information

Analysis of Submitted Aggregate Entities

Analysis of Submitted Aggregate Entities 1 000001 Analysis of Submitted Entities Basic or MinMaxConst. n/a. 2 000002 type 6 000003 title. 9 000004 15 000005 address 0..1 R 1..* title. 0..* address. 0..* for ) type on an individual, a group or

More information

2017 Barclaycard. e-terminal (Virtual terminal)

2017 Barclaycard. e-terminal (Virtual terminal) e-terminal (Virtual terminal) Table of contents 1. Introduction 2. Submit a new payment 2.1 Credit cards 3. Transaction feedback 3.1 On-screen 3.1.1 Credit-cards 3.2 Back office 3.3 E-mail 4. Advanced

More information

Oracle FLEXCUBE Direct Banking

Oracle FLEXCUBE Direct Banking Oracle FLEXCUBE Direct Banking Retail Transfer and User Manual Release 12.0.2.0.0 Part No. E50108-01 September 2013 Retail Tranfer and User Manual September 2013 Oracle Financial Services Software Limited

More information

Owner User Guide Registering a Company

Owner User Guide Registering a Company Owner User Guide Registering a Company 29 th March 2017 v.1 1 Contents 1. Starting the Application... 3 2. Company Details... 4 2.1 Company Name... 4 2.2 Company Address... 5 2.3 Company Website... 7 2.4

More information

Credit Card/-i PIN & PAY - Frequently Asked Questions

Credit Card/-i PIN & PAY - Frequently Asked Questions Credit Card/-i PIN & PAY - Frequently Asked Questions 1. About PIN & PAY Implementation of PIN & PAY card is an industry-wide initiative to replace signature cards with PIN-enabled cards. From 1 July 2017

More information

OmniPort Integration API Requirements Specification

OmniPort Integration API Requirements Specification OmniPort Integration API Requirements Specification FOR RETAILER USE ONLY Date 29.11.2016 Version 1.0 1. Contents 1. Introduction 2 2. General Overview 2 2.1. Scope 2 2.2. System Context 2 3. System Requirements

More information

ALB. Fee Earner Desktop (2.2.0) Advanced Legal 2014 By Ian Scott (FED )

ALB. Fee Earner Desktop (2.2.0)   Advanced Legal 2014 By Ian Scott (FED ) ALB Fee Earner Desktop (2.2.0) Advanced Legal 2014 By Ian Scott (FED220090914) 1 Disclaimer Advanced Legal is satisfied that the information contained in this document is correct at the time of production.

More information

Confirminet Comprehensive Payment Management

Confirminet Comprehensive Payment Management Confirminet Comprehensive Payment Management Madrid February 2016 CONFIRMINET FILE FORMAT The entry format for the Comprehensive Payment Management Product is assimilable to the Transfer standards format,

More information

Sage Hibernia Limited Copyright Statement

Sage Hibernia Limited Copyright Statement Sage Hibernia Limited Copyright Statement Sage Hibernia Limited, 2010. All rights reserved If this documentation includes advice or information relating to any matter other than using Sage software, such

More information

Payment Account Setup

Payment Account Setup Enrollment Process There are 4 steps involved with the enrollment process. Tell Us About Yourself Create Your Account Payment Account Setup Activate Login Step 1 - Tell Us About Yourself the consumer will

More information

Bürgel Integration Guide. Version 6.2.1

Bürgel Integration Guide. Version 6.2.1 Bürgel Integration Guide Version 6.2.1 As of: 04.10.2016 Table of Contents About Bürgel... 4 General information about Bürgel... 4 Process flow chart... 4 Paygate interface for Bürgel... 5 Definitions...

More information

Copyright Basware Corporation. All rights reserved. User Guide Basware Network

Copyright Basware Corporation. All rights reserved. User Guide Basware Network Copyright 1999-2016 Basware Corporation. All rights reserved. User Guide Basware Network About Basware Network Support Documentation The following documentation is available for Basware Network users:

More information

User Guide: Applying for School Transport Online

User Guide: Applying for School Transport Online User Guide: Applying for School Transport Online Apply for school transport for your children using our online portal. Get an instant preliminary assessment of your eligibility as you apply. Complete our

More information

Ezypay Recurring Billing Integration 0. Documentation. Recurring Billing Integration

Ezypay Recurring Billing Integration 0. Documentation. Recurring Billing Integration Ezypay Recurring Billing Integration 0 Documentation Recurring Billing Integration Ezypay Recurring Billing Integration 1 Contents Introduction... 2 Authentication... 2 HTTP Status Codes... 3 Error Messages...

More information

Current Account Application form for Non-UK EU residents

Current Account Application form for Non-UK EU residents Current Account Application form for n-uk EU residents Paper based application to be used only for n-uk EU residents When completing your application it is important that this form is fully completed.

More information

Before we can retain your name on the Register for 2016 you must complete this application form and send us your retention fee.

Before we can retain your name on the Register for 2016 you must complete this application form and send us your retention fee. Application form for retention on the Register Complete in CAPTIAL LETTERS and BLACK INK 2016 Retention application deadline Your retention must have arrived at the GCC offices by 5pm on 30 November 2015.

More information

MyAccount. leasehold. Happy living for the years ahead

MyAccount. leasehold. Happy living for the years ahead MyAccount leasehold Happy living for the years ahead Contents What is MyAccount Viewing your statement online Setting up a Direct Debit Updating MyAccount details Housing application form MyAccount security

More information

Comprehensive Application Form

Comprehensive Application Form Comprehensive Application Form SECTION 1 APPLICATION DETAILS (to be completed by the letting agent) Full Address:......Postcode:... Property Rent (per month):... Applicants share of the rent (per month):...

More information

Oracle Banking Digital Experience

Oracle Banking Digital Experience Oracle Banking Digital Experience Checking Account Originations User Manual Release 18.2.0.0.0 Part No. E97823-01 June 2018 Checkings Account Originations User Manual June 2018 Oracle Financial Services

More information

Community Business Boost Programme Personal Statement

Community Business Boost Programme Personal Statement Community Business Boost Programme Personal Statement A SEPARATE FORM MUST BE COMPLETED FOR EACH OWNER, PARTNER, DIRECTOR, COMPANY SECRETARY AND DESIGNATED MEMBER LISTED AT SECTION 5 WITHIN THE APPLICATION

More information

Online Batch Services

Online Batch Services Online Batch Services LexisNexis has enhanced its batch services to allow more user-friendly functionality for uploading batches and mapping layouts. Users log into the main product to access the online

More information

Certification in ISO (3 day masterclasses)

Certification in ISO (3 day masterclasses) Certification in ISO 31000 (3 day masterclasses) Become a certified ISO 31000 risk management professional March 19-21, 2014 London, UK Contacts: Manoj Kulwal Email: manoj.kulwal@yahoo.com Phone: +44 (0)7540

More information

BANK WAYS TO. Secure and convenient banking options to fit your lifestyle. Branches. Online Banking. Phoneline Banking. Mobile Banking.

BANK WAYS TO. Secure and convenient banking options to fit your lifestyle. Branches. Online Banking. Phoneline Banking. Mobile Banking. WAYS TO BANK Secure and convenient banking options to fit your lifestyle Branches Online Banking Phoneline Banking Mobile Banking Post Office Cash Machines Contents 01 What can I do in branch? What can

More information

Ingenico iwl251 (GPRS) Card Sales & Refunds. Quick Guide

Ingenico iwl251 (GPRS) Card Sales & Refunds. Quick Guide Ingenico iwl251 (GPRS) Card Sales & Refunds Quick Guide TRANSAX Merchant Services. All TMS, rights iwl251 reserved. GPRS, TRANSAX Card is Sales a registered & Refunds trademark Quick of FIS Guide, Payments

More information

CyberSource Global Payment Management for Magento 2

CyberSource Global Payment Management for Magento 2 CyberSource Global Payment Management for Magento 2 User s Guide Version 2.0.3 January 2018 January 2018 CyberSource Global Payment Management for Magento 2.x 1 Contents Recent Changes... 5 1. Introduction:...

More information

Oracle Banking Digital Experience

Oracle Banking Digital Experience Oracle Banking Digital Experience Checking Account Originations User Manual Release 17.2.0.0.0 Part No. E88573-01 July 2017 Checkings Account Originations User Manual July 2017 Oracle Financial Services

More information

NON-COMPLIANT. AML Search. Customer Due Diligence NC-2. Low Risk. 28th September th September Full Risk Assessment

NON-COMPLIANT. AML Search. Customer Due Diligence NC-2. Low Risk. 28th September th September Full Risk Assessment Full Risk Assessment Customer Due Diligence Client Miss Elizabeth Peel Your Reference NC-2 Risk Assessment Low Risk Date 28th September 2017 Expires 28th September 2018 Risk Assessment Result NON-COMPLIANT

More information

DATA MATCHING IN THE IDENTITY ECOSYSTEM

DATA MATCHING IN THE IDENTITY ECOSYSTEM DATA MATCHING IN THE IDENTITY ECOSYSTEM Increasing Identity Transactions by Enabling Service Providers THE OPEN IDENTITY EXCHANGE REPORT WRITTEN BY EMMA LINDLEY INNOVATE IDENTITY 1 Executive Summary O

More information

First Data Global Gateway SM Virtual Terminal User Manual

First Data Global Gateway SM Virtual Terminal User Manual First Data Global Gateway SM Virtual Terminal User Manual Version 1.0 2015 First Data Corporation. All Rights Reserved. All trademarks, service marks, and trade names referenced in this material are the

More information

SIAM R3.0 USER GUIDE

SIAM R3.0 USER GUIDE SIAM R3.0 USER GUIDE Document Reference: 8295 September 2016 Revision: 3 Version Date Author Changes Number 1 Mar 2015 John Lindsay 2 Jun Sam Unsuspending a SIM card description updated. 2016 Smith 3 Sep

More information

IFSC Validator API Specification Document

IFSC Validator API Specification Document IFSC Validator API Specification Document Table of Contents 1.SCOPE AND BUSINESS CASE OVERVIEW... 4 1.1 PROJECT OVERVIEW...4 1.2 CURRENT PROCESS & OPPORTUNITY... 4 1.3 HIGHLEVEL BUSINESS REQUIREMENTS...

More information

Course Provider Authorisation Annual Fees Completing the application

Course Provider Authorisation Annual Fees Completing the application Course Provider Authorisation Annual Fees Completing the application Contents 1. Accessing mysra 3 2. Logging in to mysra 4 3. Accessing the application 5 4. Completing the application form 8 5. Making

More information

Return codes used will be the standard meanings for 200 OK, 404 Unauthorised and 500 INTERNAL ERROR.

Return codes used will be the standard meanings for 200 OK, 404 Unauthorised and 500 INTERNAL ERROR. 999 emergency service access API Introduction This API is designed to allow holders of aql numbers to update their subscriber details with BT s 999 system. This will provide an easy method for the update

More information

Application checklist

Application checklist Application checklist I enclose with this form (please tick the boxes that apply): Photocopy of the photo I.D. you intend to take with you to the assessment (valid passport or UK/EU driving license (full

More information

Fraud prevention with ACI ReD Shield Integration Guide

Fraud prevention with ACI ReD Shield Integration Guide Fraud prevention with ACI ReD Shield Integration Guide Version 6.2.1 As of: 04.10.2016 Table of Contents About ACI ReD Shield... 4 General information about ACI ReD Shield... 4 ACI ReD Shield Additional

More information

Working for Wildlife Ltd. Privacy Policy

Working for Wildlife Ltd. Privacy Policy 1. Introduction Working for Wildlife Ltd. Privacy Policy 1.1 We are committed to safeguarding the privacy of Clients and service users. 1.2 This policy applies where we are acting as a data controller

More information

1 Introduction to Excel Databases April 09

1 Introduction to Excel Databases April 09 1 Introduction to Excel Databases April 09 Contents INTRODUCTION TO DATABASES... 3 CREATING A DATABASE... 3 SORTING DATA... 4 DATA FORMS... 5 Data Form options... 5 Using Criteria... 6 FILTERING DATA...

More information

Online Batch Services

Online Batch Services Online Batch Services LexisNexis has enhanced its batch services to allow more user-friendly functionality for uploading batches and mapping layouts. Users sign in to the main product to access the online

More information

Finance Manager: Accounting

Finance Manager: Accounting : Accounting ACH Payments After each Check Warrant run, the user has the ability to create electronic payments to vendors, made through the Automated Clearing House (ACH) Network. Parameters must be set

More information

Full Clinical Psychotherapist

Full Clinical Psychotherapist 2nd Floor, Edward House 2 Wakley Street London EC1V 7LT Tel: 020 7014 9955 Fax: 020 7014 9977 Email: membership@ukcp.org.uk www.psychotherapy.org.uk Application for membership of UKCP Full Clinical Psychotherapist

More information

Park The Flagship Country Park Customer Name Pznaxrfv Address 1 zkmgjjwoqztwzt Address 2 lfkqrjjykwbibnzoccq Town / City New York Country USA Postcode 1056 County USA Telephone 72079935327 E-mail rgrpufbc@igadxzgu.com

More information

Guide to Newbury Building Society s Online Intermediary Service

Guide to Newbury Building Society s Online Intermediary Service Guide to Newbury Building Society s Online Intermediary Service NEWBURY building society How do I get started? You need to register to use our online service. You will be emailed a unique username & prompt

More information

E-Bulk Guide for Applicants

E-Bulk Guide for Applicants E-Bulk Guide for CCPAS, PO Box 133, Swanley, Kent, BR8 7UQ. Email: disclosure@ccpas.co.uk Web: www.ccpas.co.uk CCPAS 2014 CCPAS setting standards in safeguarding S guidance notes Applicant s Guidance Notes

More information

Card Store Published: 5 June 2018

Card Store Published: 5 June 2018 Card Store Requests allow merchants to store a customer s card details in Secure Trading s systems without performing an initial authorisation payment. These details can then be used for future requests.

More information

Bankline Internet Banking Export File Layout User Guide

Bankline Internet Banking Export File Layout User Guide Bankline Internet Banking Export File Layout User Guide Bankline Internet Banking Export File Layout User Guide 2 Contents 1. Introduction to Bankline export... 3 1.1 What is Bankline export?... 3 1.2

More information

Business Online Banking

Business Online Banking » Flagstar business Banking Business Online Banking Reference Guide Flagstar Bank Corporate Headquarters 5151 Corporate Drive Troy, MI 48098 (888) 324-4100 flagstar.com/business Member FDIC 1 Table of

More information

Park Uphill Park Customer Name Hfggeees Address 1 IVwBzhlgWLkvOMXQI Address 2 XZEFmVMiyfNUM Town / City New York Country USA Postcode 2327 County USA Telephone 20891375937 E-mail kflwwoml@bgeiuujl.com

More information

Registration assessment application Autumn 2018 sitting

Registration assessment application Autumn 2018 sitting Registration assessment application Autumn 2018 sitting Application checklist I enclose with this form (please tick the boxes that apply): Photocopy of the photo I.D. you intend to take with you to the

More information

ReDirect. Gys Enmys Noa. Moves your mail when you move home. For residential customers

ReDirect. Gys Enmys Noa. Moves your mail when you move home. For residential customers ReDirect Gys Enmys Noa Moves your mail when you move home For residential customers twitter.com/iompostoffice iompost.com ReDirect Makes sure mail follows you home Stay in touch with your mail Moving house

More information

Experian Orion Extract

Experian Orion Extract PS_ORIO_EXTRACT Application 14864 Experian Orion Extract 2012-2015, Inc. or its affiliates. All rights reserved. This work is confidential and its use is strictly limited. Use is permitted only in accordance

More information

Oracle Banking Digital Experience

Oracle Banking Digital Experience Oracle Banking Digital Experience Wallets User Manual Release 18.1.0.0.0 Part No. E92727-01 January 2018 Wallets User Manual January 2018 Oracle Financial Services Software Limited Oracle Park Off Western

More information

MyView User Guide. New Employees. Author: HR Business Centre 2016 Page 1 of 16

MyView User Guide. New Employees. Author: HR Business Centre 2016 Page 1 of 16 MyView User Guide New Employees Page 1 of 16 Contents Page Item 4 How to Access MyView 5 Logging on for the first time 7 Summary of information you can access 8 Viewing/Amending your Personal data 13 Special

More information

Lichfield Cruising Club 2000 Ltd. Privacy Policy

Lichfield Cruising Club 2000 Ltd. Privacy Policy Who we are We are Lichfield Cruising Club 2000 Ltd. A private company limited by guarantee, Company Registration Number 4102591 (England and Wales). We are a private boat club, our Registered Office Address

More information

When funds are deposited into an Account, a Deposit Receipt will be issued by Companies House containing the following details:

When funds are deposited into an Account, a Deposit Receipt will be issued by Companies House containing the following details: GUIDANCE NOTE 3 Opening an Account with Companies House Opening an account with Companies House will allow users to enjoy a more efficient service for over the counter or email requests. Should the user

More information

What you ll need to sign up to a PayPal Charity or Not-for-profit account. Click the button that applies to you

What you ll need to sign up to a PayPal Charity or Not-for-profit account. Click the button that applies to you What you ll need to sign up to a PayPal Charity or Not-for-profit account OR Click the button that applies to you Sign up as a charity Before you start First, you should choose a primary account holder,

More information

Basware Portal for Receiving Basware Commerce Network

Basware Portal for Receiving Basware Commerce Network Basware Portal for Receiving Basware Commerce Network Copyright 1999-2016 Basware Corporation. All rights reserved. Disclaimer This product or document is copyrighted according to the applicable copyright

More information

Copyright 2017 Ingenico epayments. e-terminal (Virtual terminal)

Copyright 2017 Ingenico epayments. e-terminal (Virtual terminal) e-terminal (Virtual terminal) Table of contents 1. Introduction 2. Submit a new payment 2.1 Credit cards 2.2 Direct Debits 3. Transaction feedback 3.1 On-screen 3.1.1 Credit-cards 3.1.2 Direct Debits AT

More information

CONNECT TRANSIT CARD Pilot Program - Privacy Policy Effective Date: April 18, 2014

CONNECT TRANSIT CARD Pilot Program - Privacy Policy Effective Date: April 18, 2014 CONNECT TRANSIT CARD Pilot Program - Privacy Policy Effective Date: April 18, 2014 1. Welcome 1.1 Welcome to the Connect Transit Card Program. The Connect Card Program makes using public transit easier

More information

England Infected Blood Support Scheme (EIBSS) Discretionary one-off payments application form

England Infected Blood Support Scheme (EIBSS) Discretionary one-off payments application form England Infected Blood Support Scheme (EIBSS) Discretionary one-off payments application form Notes to applicants Discretionary one-off payments are a form of financial support that beneficiaries and bereaved

More information

Consent Model Guidelines

Consent Model Guidelines Consent Model Guidelines Part 1: Implementation Open Banking Read/Write API Date: October 2017 Version: v1.0 Classification: PUBLIC OBIE PUBLIC CONSENT MODEL GUIDELINES Page 1 of 25 Contents 1 Introduction

More information

Tenants Application and Personal Details

Tenants Application and Personal Details Tenants Application and Personal Details 1. Personal Details Surname or family name Other names Any previous names used Telephone no. (Home) (Work) Email Address (You must provide an email address for

More information

State of Michigan Sex Offender Procedures for OffenderWatch : Importing and setting up an initial Verification Cycle for newly released offenders

State of Michigan Sex Offender Procedures for OffenderWatch : Importing and setting up an initial Verification Cycle for newly released offenders State of Michigan Sex Offender Procedures for OffenderWatch : Importing and setting up an initial Verification Cycle for newly released offenders After logging in to OffenderWatch, clicking Offender Search

More information

ibusiness Banking User Guide

ibusiness Banking User Guide getting started account information payments emts and file download payment files local admin ibusiness Banking User Guide 02 User Guide Version 12 April 2013 The information in this User Guide is believed

More information

Creditsafe Index Files. Index Files. Build Creditsafe into the DNA of your business. Creditsafe European Bulk Data Transfer document.

Creditsafe Index Files. Index Files. Build Creditsafe into the DNA of your business. Creditsafe European Bulk Data Transfer document. 1 Index Files Build Creditsafe into the DNA of your business. Creditsafe European Bulk Data Transfer document. 2 Contents 1. What are Index Files? i. Index Countries ii. Index Datasets iii. Update Frequency

More information

DATA ENHANCEMENT DATA SETS

DATA ENHANCEMENT DATA SETS BUSINESS DATA SETS The Dun & Bradstreet UK Marketing File (UKMF) consists of over 3.4 million actively trading organisations, ranging from small businesses and shops through to blue-chip corporations.

More information

ANZ TRANSACTIVE GLOBAL SERVICE REQUESTS USER GUIDE

ANZ TRANSACTIVE GLOBAL SERVICE REQUESTS USER GUIDE ANZ TRANSACTIVE GLOBAL SERVICE REQUESTS USER GUIDE September 2017 CONTENTS Introduction 3 Commercial Cards Service Requests 4 Commercial Cards Service Request Types... 4 Commercial Cards Service Request

More information

How to carry out an ID Search

How to carry out an ID Search How to carry out an ID Search James Askey/Marketing/CSUK 2016 ID Guide Creditsafe ID complies with all standard Know Your Customer practices. These can be used by almost any company for general due diligence

More information

MSI Permit Tracking Version 3.0

MSI Permit Tracking Version 3.0 MSI Permit Tracking Version 3.0 User s Guide Municipal Software, Inc. 1850 W. Winchester Road, Ste 209 Libertyville, IL 60048 Phone: (847) 362-2803 Fax: (847) 362-3347 Contents are the exclusive property

More information

Park Redhill Country Park Customer Name Ferxjtru Address 1 sxucvvijrnrrwsj Address 2 zoddeqqygo Town / City New York Country USA Postcode 4117 County USA Telephone 89013156810 E-mail pozcblfu@tadlnqhd.com

More information

Reference Guide (IRIS)

Reference Guide (IRIS) Reference Guide For Santander Bank s Interactive Reporting & Initiation Services (IRIS) Equal Housing Lender. Santander Bank, N.A. is a Member FDIC and a wholly owned subsidiary of Banco Santander, S.A.

More information

New learner registration form - RQF

New learner registration form - RQF New learner registration form - RQF Please read the following notes carefully before completing this form: This form is for new ABE learners. If you think you might have registered in the past, contact

More information

XRMS Open Source. User Manual v March 2006

XRMS Open Source. User Manual v March 2006 XRMS Open Source User Manual v 1.99 28 March 2006 Copyright Information Copyright 2005-2006 XRMS Development Team. Some rights reserved. Licensed under the GNU Free Documentation License [http://www.gnu.org//copyleft/fdl.html].

More information

Oracle Banking Digital Experience

Oracle Banking Digital Experience Oracle Banking Digital Experience Retail Accounts User Manual Release 18.1.0.0.0 Part No. E92727-01 January 2018 Retail Accounts User Manual January 2018 Oracle Financial Services Software Limited Oracle

More information

Smart Phone API Integration Guide

Smart Phone API Integration Guide Smart Phone API Integration Guide Version 1.2 Jan 2014 Table of Contents About this Guide...3 Introduction...4 How does CashFlows work?...4 CashFlows Smart Phone API...4 Security Requirements...4 Submitting

More information

Diocesan Database User Guide

Diocesan Database User Guide Diocesan Database User Guide Creating an Account on the C of E Portal Gaining access to the diocesan database is a two-stage process. The Church of England has developed a Portal (a series of tiles pointing

More information

ONLINE FX QUICK START GUIDE AN INTRODUCTION TO. Add a Bank Account. Add a Recipient. Create a Transaction. Check Payment Status. Go Mobile!

ONLINE FX QUICK START GUIDE AN INTRODUCTION TO. Add a Bank Account. Add a Recipient. Create a Transaction. Check Payment Status. Go Mobile! AN INTRODUCTION TO ONLINE FX QUICK START GUIDE Welcome to your Western Union Business Solutions Online FX account. You can now send international payments quickly and conveniently, online or from your

More information

UUEAS Privacy policy - Members

UUEAS Privacy policy - Members UUEAS Privacy policy - Members The Union of UEA Students (The Union) is an independent charity, whose primary goal is to represent the students at the University of East Anglia. Every student at UEA is

More information

Unincorporated Club, Society or other Community Organisation Mandate

Unincorporated Club, Society or other Community Organisation Mandate Unincorporated Club, Society or other Community Organisation Mandate The purpose of this mandate is for you to tell us who is authorised to give us any instructions relating to the operation of your account.

More information

TRUSTIS FPS. Enrolment Requirements: Acceptable Evidence in Support of an Application for a Digital Certificate

TRUSTIS FPS. Enrolment Requirements: Acceptable Evidence in Support of an Application for a Digital Certificate TRUSTIS FPS Enrolment Requirements: Acceptable Evidence in Support of an Application for a Digital Certificate Important Notice: The information here is guidance on the minimum requirements of Enrolment

More information

Requests that are forwarded via redirects by a customer's web browser are authenticated via browser API authentication.

Requests that are forwarded via redirects by a customer's web browser are authenticated via browser API authentication. Poplatek Server API Version: 2016-06-22.2 Quick links Browser API Pay REST API Get Transaction Status Cancel Refund Settlement report Changes 2016-06-22: Document sandbox URL endpoints. Small miscellaneous

More information