Online RESTful API documentation. V-Series 5.1

Size: px
Start display at page:

Download "Online RESTful API documentation. V-Series 5.1"

Transcription

1 Online RESTful API documentation V-Series 5.1

2 V-Series Online RESTful API documentation Version 5.1 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 V-Series 5.1, October 2013 Page 2

3 What functions are available in the RESTful API?... 4 UK Validation... 4 UK Verification... 4 International Validation... 5 RESTful API Usage notes... 6 RESTful API Methods... 7 General... 7 GET api/getversion... 7 GET api/getlicensedinfo... 7 GET api/getcredits... 7 POST manage/updateverify... 8 GET manage/verifyupdatestatus... 8 UK Bank Account Validation... 9 GET api/validateukbankaccount... 9 GET api/getukbankbranches GET api/getukbankbranch UK Bank Account Ownership Verification Test Data GET api/getukaddresses GET api/verifyukaccountownership GET api/verifyukaccountownershipwithaddresses International Validation GET api/validateiban GET api/ validateibanadvanced GET api/getibanadvancedcountries GET api/validatebban GET api/validatedomesticaccount V-Series 5.1, October 2013 Page 3

4 What functions are available in the RESTful API? UK Validation UK Validation checks the 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 using modulus rules supplied by the banks. Account details are automatically transposed where appropriate and building society roll number requirements are also validated. 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. When using the Bottomline Technologies online service validation data is automatically updated to ensure that you are always checking against the latest records. When using a local RESTful service (either self-hosted as a service, or deployed under IIS) you must call the POST manage/updateverify method on a regular basis (recommended monthly) to update the local validation data UK Verification The verification allows you to minimize the risk of payment fraud by confirming the ownership of the bank account, by linking the individual to the account details at the given address Using available information provided by the banks, V-Series confirms that the individual is truly associated with the home address and bank account details provided, as well as checking 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. When performing a UK Verification using a local RESTful service, data is passed to the online service in the background, there is no local data used. Note: You must seek the consent of the individual being checked prior to performing UK Verification. It is recommended to explain the reasons for seeking consent to the individual, a recommended explanation to be displayed or read to the individual is that: As part of our checking process we need to confirm the details provided against a Credit Reference Agency (CRA). A record of this check is stored by the CRA. It is not used in any credit risk scoring and does not affect credit ratings in any way." V-Series 5.1, October 2013 Page 4

5 International Validation International validation provides four main functions: Simple IBAN Validation (api/validateiban) Validates the ISO International Bank Account Number checking that the country code is valid, the length of the IBAN is correct for the country and that the checksum in the IBAN is valid. It does not validate the domestic account details within the IBAN. Advanced IBAN Validation (api/validateibanadvanced) Validates an IBAN (ISO International Bank Account Number) using the Advanced validation rules. In contrast to Simple Validation, the domestic account details are extracted from the IBAN and are validated to ensure that: The bank branch exists The account number passes any modulus checks required for the institution Administrative information about the bank branch is also returned, including the branch address & BIC Advanced Domestic Account Validation (api/validatedomesticaccount) Validates domestic account details (bank/branch number & account) for any IBAN using country to confirm that: The bank branch exists The account number passes any modulus checks required for the institution Administrative information about the bank branch is also returned, including the branch address & BIC If the domestic bank branch exists, and any modulus checks are successful a IBAN is formed and returned Advanced BBAN Validation (api/validatebban) Validates BBAN* information for any IBAN using country to confirm that: The bank branch exists The account number passes any modulus checks required for the institution Administrative information about the bank branch is also returned, including the branch address & BIC If the domestic bank branch exists, and any modulus checks are successful a IBAN is formed and returned * A BBAN is the account identifier of an IBAN, without the country code & check digit; typically a concatenated bank/branch code & account number with additional country specific information V-Series 5.1, October 2013 Page 5

6 RESTful API Usage notes When using the online RESTFul 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: Note: 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 request URL before any parameters When using the local RESTFul API, either deployed as a self hosting service or under Internet Information Server the URL to access the service will depend on the configuration of the local machine & installation options (such as TCP listen port default 5600). The default URL for a locally installed self hosted service would be Note: when using the local RESTful API you do not need to supply an API key in the 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 compiled HTML help (.chm ) file that provides information on alternative methods of integrating V-Series with Microsoft.Net based applications. V-Series 5.1, October 2013 Page 6

7 RESTful API Methods 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. "Name": null, "Identifier": null, "Expires": " T00:00:00", "LicencedItems": [ "Verifier": 0, "OnlineOnly": false, "VerifierDescription": "UK Bank Account Validation", "Verifier": 2, "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 V-Series 5.1, October 2013 Page 7

8 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. "Version": "Major": 1, "Minor": 1, "Build": -1, "Revision": -1, "MajorRevision": -1, "MinorRevision": -1, "Content": null, "StatusCode": 200, "ReasonPhrase": "OK", "Headers": [], "RequestMessage": null, "IsSuccessStatusCode": true GET manage/verifyupdatestatus Gets the status of the latest Verify update request. "Status": 0, "StatusDescription": "", "LatestError": "", "Errors": [], "TotalVerifiers": 0, "CompletedVerifiers": 0, "CompletedVerifiersPercentage": 0, "CurrentVerifierDescription": "", "CurrentVerifierTotalPackages": 0, "CurrentVerifierCompletedPackages": 0, "CurrentVerifierCompletedPackagesPercentage": 0 V-Series 5.1, October 2013 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 Querystring accountnumber Account number to be validated No Querystring buildingsocietyrollnumber Building society roll number to be validated Yes Querystring If the bank account can be used for a payment then Valid = true If the bank account cannot be used for a payment then Valid = false, and an InvalidParameter field will be populated with the Name of the invalid parameter field. If the bank account cannot be used for a payment then Valid = false, and the InvalidReason & InvalidReason fields will be populated as per the enumeration table on the following page V-Series 5.1, October 2013 Page 9

10 InvalidIssue & InvalidReason Enumeration InvalidIssue Name InvalidReason 1 SortCodeInvalidLength The sorting code supplied is either too short or too long according to UK domestic banking rules. 2 SortCodeInvalidMisplacedCharacters The sorting code supplied contains non-numeric characters or invalid/misplaced separators. 3 AccountNumberTooShort The account number supplied is too short according to UK domestic banking rules. 4 AccountNumberTooLong The account number supplied is too long according to UK domestic banking rules. 5 AccountNumberInvalidMisplacedCharacters The account number supplied is not numeric; it contains nonnumeric characters. 6 ModulusCheckFailed The sort code and account number combination supplied failed the modulus check. 7 SortCodeNotFound The sort code supplied was not found in the database. 8 AccountNumberTooShortForTranscription The account number requires transcription, but it is too short according to the transcription rule. 9 AccountNumberTooLongForTranscription The account number requires transcription, but it is too long according to the transcription rule. 10 AccountNumberInvalidPrefixForTranscription The account number requires transcription, but the transcription rule specifies that it should start with particular characters, and it did not. 11 AccountNumberInvalidFormatForTranscription The account number requires transcription, but the transcription rule specifies that the account number should be in a specific format, and it was not. 12 MissingBuildingSocietyRollNumber The account details require a Building Society Roll number, but none was supplied. 13 InvalidBuildingSocietyRollNumber The account details require a Building Society Roll number, but it did not match the required format. V-Series 5.1, October 2013 Page 10

11 "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, "ChapsSterling": true, "DirectDebitInstructions": true, "UnpaidChequeClaims": true, "DividendInterest": true, "BuildingSocietyInterest": true, "ChapsBankBIC": "MIDLGB22", "ChapsBranchBIC": "XXX", "RequiresBuildingSocietyRollNumber": false, "BuildingSocietyRollNumberTranscribed": false, "InvalidIssue": 0, "Valid": true, "InvalidReason": "", "InvalidParameter": "" V-Series 5.1, October 2013 Page 11

12 GET api/getukbankbranches Retrieves a list of up to 1,000 bank branches that match the criteria provided. Request Information Parameters The Optional parameters detailed below must still be specified in the URL, although no specific values need to be assigned: Name Description Optional Usage bankname Bank name Yes Querystring bankofficetitle The title of the bank branch Yes Querystring branchname The name of the bank branch Yes Querystring officetitle The title of the branch Yes Querystring town Town Yes Querystring county County Yes Querystring postcode Postcode Yes Querystring bacscredits If true, will only return results that support Bacs credits Yes Querystring bacsdebits If true, will only return results that support Direct Debits Yes Querystring fasterpayments If true, will only return results that support Faster Payments Yes Querystring chaps If true, will only return results that support CHAPS Yes Querystring V-Series 5.1, October 2013 Page 12

13 [ ] "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, "ChapsBankBIC": "MIDLGB22", "ChapsBranchBIC": "XXX" V-Series 5.1, October 2013 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 Querystring "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, "ChapsBankBIC": "MIDLGB22", "ChapsBranchBIC": "XXX" V-Series 5.1, October 2013 Page 14

15 UK Bank Account Ownership Verification 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. Test Data 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 V-Series 5.1, October 2013 Page 15

16 GET api/getukaddresses Retrieves UK Addresses that match the given input criteria. Blank parameters are ignored. Request Information Parameters ALL the Optional parameters detailed in the table below must still be specified in the URL, although no specific values need to be assigned and they can be blank: Name Description Optional Usage housenameornumber The name or number of the property Yes Querystring street1 The first street Yes Querystring street2 The second street Yes Querystring district The district Yes Querystring town The town or city Yes Querystring county The county Yes Querystring postcode The postcode Yes* Querystring Note: *If the postcode is not passed, then at least one other field must be completed. A list of matching UKAddresses instances. [ ] "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" V-Series 5.1, October 2013 Page 16

17 GET api/verifyukaccountownership Verifies if the given Bank Account details are owned by the provided Person and pre-validated Address keys. Request Information Parameters The Optional parameters highlighted in the table below must still be specified in the URL, although no specific values need to be assigned and they can be blank: Name Description Optional Usage title The subject's title Yes Querystring forename The subject's firstname No Querystring middlename The subject's middlename Yes Querystring surname The subject's surname No Querystring dob The subject's data of birth Yes Querystring accountnumber The account number No Querystring sortcode The sortcode No Querystring currentaddresskey The address key of the current address No Querystring previousaddresskey An address key for a previous address Yes Querystring A VerifyUKAccountOwnershipResult instance containing the validation results. "CurrentAddress": "SortCodeDataStatus": 9, "AccountNumberDataStatus": 10, "RecommendedStatus": 3, "PreviousAddress": "SortCodeDataStatus": 9, "AccountNumberDataStatus": 10, "RecommendedStatus": 3 V-Series 5.1, October 2013 Page 17

18 GET api/verifyukaccountownershipwithaddresses Verifies if the given Bank Account details are owned by the provided Person and explicit Address details. Request Information Parameters The Optional parameters highlighted in the table below must still be specified in the URL, although no specific values need to be assigned and they can be blank: Name Description Content Optional Usage title The subject's title Yes Querystring forename The subject's firstname No Querystring middlename The subject's middlename Yes Querystring surname The subject's surname No Querystring dob The subject's data of birth Yes Querystring accountnumber The account number No Querystring sortcode The sortcode No Querystring 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 "CurrentAddress": "SortCodeDataStatus": 9, "AccountNumberDataStatus": 10, "RecommendedStatus": 3, "PreviousAddress": "SortCodeDataStatus": 9, "AccountNumberDataStatus": 10, "RecommendedStatus": 3 V-Series 5.1, October 2013 Page 18

19 NOTE: only the Returned Value is present in returned JSON, the Name and corresponding Value are listed for reference purposes in order for the implementer to understand the context of the returned status:enumerations for RecommendedStatus Returned Value Name Value 0 Unknown An error has occurred retrieving results. 1 NotChecked Nothing was checked because the Current address provided was not a valid address. 2 AccountDetailsNotHeld The sort code or account number provided is not able to be checked as they are not on record. 3 NotVerified Not Verified an association between person, account details and address could not be established. 4 ReviewDetails 5 AccountOwnershipVerified 6 PersonAddressMatch Account ownership verification result review needed, you should inspect the individual account & sort code results in order to decide if the verification is acceptable to your business. Account ownership verification was successful; the account details are known to be associated with the person at the given address A link between the person and the given address was confirmed, but the account details could not be confirmed as associated with the person at the given address Enumerations for SortCodeDataStatus & AccountNumberDataStatus Returned Value Name NotChecked NoData DataWrongFormat DataNotFound AddressNotFound NoAccountsForPersonAddressCombination Unmatched DataOutByTwoDigit DataOutByOneDigit Matched AccountClosed Value If this result is on a Previous address, this indicates that it was not processed due to the Current address provided not being valid. If on a Sort Code, this indicates that the Sort Code was not processed due to the Account Number not being matched. The data was not provided. The data provided was in an incorrect format. The data provided cannot be found in our records The address provided could not be matched to an address on record The address provided was valid, but no association of the person to the address could be made, or no accounts can be associated with the person at the address The data does not match any of the known associated account details held for this person at this address. The data was verified as two digits in position/value difference to an exact match of the person at the address provided. The data was verified as one digit in position/value difference to an exact match of the person at the address provided. The data was verified as matching the person at the address provided. The data refers to an account which is now closed. V-Series 5.1, October 2013 Page 19

20 International Validation GET api/validateiban Parameters Validates an IBAN (ISO International Bank Account Number). Name Description Optional Usage iban The IBAN. No Querystring An object containing details of the outcome. "CountryCode": "GB", "Bban": "WEST ", "InvalidIssue": 0, "Valid": true, "InvalidReason": "", "InvalidParameter": "" V-Series 5.1, October 2013 Page 20

21 GET api/ validateibanadvanced Validates an IBAN (ISO International Bank Account Number) using the Advanced rules. Request Information Parameters Name Description Optional Usage Iban The IBAN. No Querystring An object containing details of the outcome. "InputIban": "GB71LOYD ", "AdditionalValidationInfo": false, "AdditionalValidationInfoText": null, "OutputCountryCode": "GB", "OutputCountryName": "United Kingdom", "OutputIban": "GB71LOYD ", "OutputBban": "LOYD ", "OutputAccountNumber": " ", "BankBranch": "BranchTitle": "Ariel House", "BranchCode": "LOYD309197", "RoutingNumber": "309197", "InstitutionTitle": "Lloyds TSB Bank plc", "BranchAddress": "2138 Coventry Road, Sheldon, B26 3JA Birmingham GB", "Bic": "LOYDGB21233", "OverridingProcessingBank": "Lloyds TSB Bank plc", "OverridingSwiftBic": "LOYDGB2L", "InvalidIssue": 0, "Valid": true, "InvalidReason": "", "InvalidParameter": "" GET api/getibanadvancedcountries Retrieves Countries that are supported by the Advanced Iban methods. Request Information A list of matching IbanAdvancedCountry instances. [ "CountryName": "United Kingdom", "CountryCode": "GB", "BankIdentifierDescription": "Bank Branch Code" ] V-Series 5.1, October 2013 Page 21

22 GET api/validatebban Validates a BBAN against the provided IBAN Country using the Advanced IBAN rules. Request Information Parameters Name Description Optional Usage countrycode The country code. No Querystring Iban The IBAN. No Querystring "InputCountryCode": "GB", "InputBban": "LOYD ", "AdditionalValidationInfo": false, "AdditionalValidationInfoText": null, "OutputCountryCode": "GB", "OutputCountryName": "United Kingdom", "OutputIban": "GB71LOYD ", "OutputBban": "LOYD ", "OutputAccountNumber": " ", "BankBranch": "BranchTitle": "Ariel House", "BranchCode": "LOYD309197", "RoutingNumber": "309197", "InstitutionTitle": "Lloyds TSB Bank plc", "BranchAddress": "2138 Coventry Road, Sheldon, B26 3JA Birmingham GB", "Bic": "LOYDGB21233", "OverridingProcessingBank": "Lloyds TSB Bank plc", "OverridingSwiftBic": "LOYDGB2L", "InvalidIssue": 0, "Valid": true, "InvalidReason": "", "InvalidParameter": "" V-Series 5.1, October 2013 Page 22

23 GET api/validatedomesticaccount Validates domestic account details against the provided IBAN Country using the Advanced IBAN rules. Request Information Parameters Name Description Optional Usage countrycode The country code. No Querystring bankidentifier The Bank Branch Code (or Institution Name). No Querystring accountnumber The Account Number. No Querystring An object containing details of the outcome. "InputCountryCode": "GB", "InputBankIdentifier": "309197", "InputAccountNumber": " ", "AdditionalValidationInfo": false, "AdditionalValidationInfoText": null, "OutputCountryCode": "GB", "OutputCountryName": "United Kingdom", "OutputIban": "GB71LOYD ", "OutputBban": "LOYD ", "OutputAccountNumber": " ", "BankBranch": "BranchTitle": "Ariel House", "BranchCode": "LOYD309197", "RoutingNumber": "309197", "InstitutionTitle": "Lloyds TSB Bank plc", "BranchAddress": "2138 Coventry Road, Sheldon, B26 3JA Birmingham GB", "Bic": "LOYDGB21233", "OverridingProcessingBank": "Lloyds TSB Bank plc", "OverridingSwiftBic": "LOYDGB2L", "InvalidIssue": 0, "Valid": true, "InvalidReason": "", "InvalidParameter": "" V-Series 5.1, October 2013 Page 23

Achta's IBAN Validation API Service Overview (achta.com)

Achta's IBAN Validation API Service Overview (achta.com) Tel: 00 353 (0) 14773295 e: info@achta.com Achta's IBAN Validation API Service Overview (achta.com) Summary At Achta we have built a secure, scalable and cloud based API for SEPA. One of our core offerings

More information

Bank Wizard. Comprehensive payment data validation and verification

Bank Wizard. Comprehensive payment data validation and verification Bank Wizard Comprehensive payment data validation and verification Introduction The Bank Wizard product family enhances payment efficiency and helps reduce payment fraud with a comprehensive suite of bank

More information

Novell Identity Manager

Novell Identity Manager AUTHORIZED DOCUMENTATION Manual Task Service Driver Implementation Guide Novell Identity Manager 4.0.1 April 15, 2011 www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with

More information

STANDARD 48 FORMAT OF THE IBAN ISSUED IN THE UK (International Bank Account Number) June 2007

STANDARD 48 FORMAT OF THE IBAN ISSUED IN THE UK (International Bank Account Number) June 2007 STANDARD 48 FORMAT OF THE IBAN ISSUED IN THE UK (International Bank Account Number) June 2007 UK Payments Administration Mercury House, Triton Court Finsbury Square London EC2A 1LQ Limited 2009 COPYRIGHT

More information

Address Verification and Security Code Guide. AVS Guide

Address Verification and Security Code Guide. AVS Guide Address Verification and Security Code Guide AVS Guide Copyright SecureTrading 2008. All rights reserved. No part of this document may be photocopied, reproduced, stored in a retrieval system or transmitted

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

CyberSource Global Payment Service

CyberSource Global Payment Service Title Page CyberSource Global Payment Service Developer Guide For Bank Transfers, Brazilian Boletos Bancários, and Direct Debits Simple Order API SCMP API March 2015 CyberSource Corporation HQ P.O. Box

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

IBM WebSphere Application Server Communications Enabled Applications

IBM WebSphere Application Server Communications Enabled Applications IBM WebSphere Application Server Communications Enabled Applications Configuring a CEA environment 2011 IBM Corporation This presentation describes how to configure a WebSphere Application Server environment

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

Android App User Guide

Android App User Guide www.novell.com/documentation Android App User Guide ZENworks Mobile Management 2.7.x August 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of

More information

Acronis SharePoint Explorer. User Guide

Acronis SharePoint Explorer. User Guide Acronis SharePoint Explorer User Guide Table of contents 1 Introducing Acronis SharePoint Explorer... 3 1.1 Supported Microsoft SharePoint versions... 3 1.2 Supported backup locations... 3 1.3 Licensing...

More information

Cloud Elements! Marketing Hub Provisioning and Usage Guide!

Cloud Elements! Marketing Hub Provisioning and Usage Guide! Cloud Elements Marketing Hub Provisioning and Usage Guide API Version 2.0 Page 1 Introduction The Cloud Elements Marketing Hub is the first API that unifies marketing automation across the industry s leading

More information

Regulation on Bank Account Standard Numbering System

Regulation on Bank Account Standard Numbering System Pursuant to Article 35, paragraph 1, sub-paragraph 1.1 of the Law no. 03 / L-209 on the Central Bank of the Republic of Kosovo, and Article 8, paragraph 1, sub-paragraph 1.1, paragraph 2, sub-paragraph

More information

Setup Amazon Payments for Woocommerce

Setup Amazon Payments for Woocommerce Setup Amazon Payments for Woocommerce This document explains the necessary steps to offer Amazon Payments on your website. You will need to create an Amazon Payments account and enter your Merchant ID

More information

EBS204 Version 1 Published November 1996. EBS204 Version 2 Published July 2000. EBS204 Version 3 Published February 2001

EBS204 Version 1 Published November 1996. EBS204 Version 2 Published July 2000. EBS204 Version 3 Published February 2001 EUROPEAN COMMITTEE FOR BANKING STANDARDS IBAN: INTERNATIONAL BANK ACCOUNT NUMBER EBS204 V3 FEBRUARY 2001 Document history EBS204 Version 1 Published November 1996 EBS204 Version 2 Published July 2000 EBS204

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

Recurring Payments Manual

Recurring Payments Manual Recurring Payments Manual Version: 3.2 Contact details Simon Carmiggeltstraat 6-50 1011 DJ Amsterdam P.O. Box 10095 1001 EB Amsterdam The Netherlands T +31 20 240 1240 E support@adyen.com Table of Contents

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

Strong Authentication for Cisco ASA 5500 Series

Strong Authentication for Cisco ASA 5500 Series Strong Authentication for Cisco ASA 5500 Series with Powerful Authentication Management for Service Providers and Enterprises Authentication Service Delivery Made EASY Copyright Copyright 2011. CRYPTOCard

More information

Background. IBAN Overview

Background. IBAN Overview International Bank Account Number ( IBAN ) IBAN Overview The International Bank Account Number ( IBAN ) is an international standard for identifying bank accounts across national borders in a way that

More information

Reference Data. IBAN Plus. Questions & Answers. This document contains the most frequently asked questions and answers.

Reference Data. IBAN Plus. Questions & Answers. This document contains the most frequently asked questions and answers. Reference Data IBAN Plus Questions & Answers This document contains the most frequently asked questions and answers. Update date: 16 June 2013 Table of Contents Table of Contents... 2 Questions about the

More information

EV Multi-Domain Certificate Enrollment Guide

EV Multi-Domain Certificate Enrollment Guide Entrust Cloud EV Multi-Domain Certificate Enrollment Guide Software release: 11.8 Date of Issue: December 2015 EV Multi-Domain Certificate 11.8 Enrollment Guide Copyright 2015 Entrust. All rights reserved.

More information

Archive One Policy V4.2 Quick Start Guide October 2005

Archive One Policy V4.2 Quick Start Guide October 2005 Archive One Policy V4.2 Quick Start Guide October 2005 Archive One Policy Quick Start Guide V4.2 Page 1 of 33 CONTENTS Introduction... 3 Components...3 Before You Start...4 System Requirements...5 Prerequisites...7

More information

Recurring payments manual

Recurring payments manual Recurring payments manual SmartPay Contents Introduction 3 Audience 3 What is a recurring contract? 4 Recurring vs One-Click 4 Usual workflow 4 Creating a recurring contract 5 Setting up the payment 5

More information

IBM WebSphere Adapter for PeopleSoft Enterprise 6.2.0. Quick Start Tutorials

IBM WebSphere Adapter for PeopleSoft Enterprise 6.2.0. Quick Start Tutorials IBM WebSphere Adapter for PeopleSoft Enterprise 6.2.0 Quick Start Tutorials Note: Before using this information and the product it supports, read the information in "Notices" on page 94. This edition applies

More information

High Availability Configuration

High Availability Configuration www.novell.com/documentation High Availability Configuration ZENworks Mobile Management 3.2.x September 2015 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents

More information

Customization & Enhancement Guide. Table of Contents. Index Page. Using This Document

Customization & Enhancement Guide. Table of Contents. Index Page. Using This Document Customization & Enhancement Guide Table of Contents Using This Document This document provides information about using, installing and configuring FTP Attachments applications provided by Enzigma. It also

More information

Cardsave Payment Gateway

Cardsave Payment Gateway Cardsave Payment Gateway Cart Implementation David McCann Cardsave Online Version 1 1 st August 2010 Contents Page Overview 3-4 o Integration Types 3 Direct/Integrated (Preferred Method) Re-direct/Hosted

More information

Microsoft Dynamics NAV Connector. User Guide

Microsoft Dynamics NAV Connector. User Guide Microsoft Dynamics NAV Connector User Guide Microsoft Dynamics NAV Connector, version 1.0 Copyright Bottomline Technologies, Inc. 2008. All Rights Reserved Information in this document is subject to change

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

Monitoring Nginx Server

Monitoring Nginx Server Monitoring Nginx Server eg Enterprise v6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may be reproduced

More information

How to Achieve a Single Customer View

How to Achieve a Single Customer View How to Achieve a Single Customer View 1.0 Introduction Clients want to obtain a Single Customer View of their contact database/crm system to let them understand the types of individuals/businesses that

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

Java Web Services SDK

Java Web Services SDK Java Web Services SDK Version 1.5.1 September 2005 This manual and accompanying electronic media are proprietary products of Optimal Payments Inc. They are to be used only by licensed users of the product.

More information

PingFederate. Windows Live Cloud Identity Connector. User Guide. Version 1.0

PingFederate. Windows Live Cloud Identity Connector. User Guide. Version 1.0 Windows Live Cloud Identity Connector Version 1.0 User Guide 2011 Ping Identity Corporation. All rights reserved. Windows Live Cloud Identity Connector User Guide Version 1.0 April, 2011 Ping Identity

More information

Coveo Platform 7.0. Oracle Knowledge Connector Guide

Coveo Platform 7.0. Oracle Knowledge Connector Guide Coveo Platform 7.0 Oracle Knowledge Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

More information

DualShield SAML & SSO. Integration Guide. Copyright 2011 Deepnet Security Limited. Copyright 2011, Deepnet Security. All Rights Reserved.

DualShield SAML & SSO. Integration Guide. Copyright 2011 Deepnet Security Limited. Copyright 2011, Deepnet Security. All Rights Reserved. DualShield Integration Guide Copyright 2011 Deepnet Security Limited Copyright 2011, Deepnet Security. All Rights Reserved. Page 1 Trademarks Deepnet Unified Authentication, MobileID, QuickID, PocketID,

More information

CounterACT Plugin Configuration Guide for ForeScout Mobile Integration Module MaaS360 Version 1.0.1. ForeScout Mobile

CounterACT Plugin Configuration Guide for ForeScout Mobile Integration Module MaaS360 Version 1.0.1. ForeScout Mobile CounterACT Plugin Configuration Guide for ForeScout Mobile Integration Module Version 1.0.1 ForeScout Mobile Table of Contents About the Integration... 3 ForeScout MDM... 3 Additional Documentation...

More information

Unicorn Application Form Institutional (B) Shares

Unicorn Application Form Institutional (B) Shares Unicorn Application Form Institutional (B) Shares Please complete this form with a ball point pen using BLOCK CAPITALS The form should be returned to Unicorn Asset Management Limited, Springfield Lodge,

More information

Monitoring App V eg Enterprise v6

Monitoring App V eg Enterprise v6 Monitoring App V eg Enterprise v6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document may be reproduced or

More information

Please use BLOCK CAPITALS only and blue or black ink, ticking boxes where appropriate.

Please use BLOCK CAPITALS only and blue or black ink, ticking boxes where appropriate. TD Direct Investing SIPP benefit form - annuity purchase discharge form SIPP benefit form - annuity purchase discharge form This benefit form must be completed if you wish to purchase a lifetime annuity

More information

FaxFinder. V.34 Fax Server. Configuration Guide for Inter-Operation with Panasonic TDA Phone Systems

FaxFinder. V.34 Fax Server. Configuration Guide for Inter-Operation with Panasonic TDA Phone Systems FaxFinder V.34 Fax Server Configuration Guide for Inter-Operation with Panasonic TDA Phone Systems FaxFinder Configuration Guide Inter-Operation with Panasonic TDA Phone Systems PN S000398C, Version C

More information

Wave Analytics Data Integration

Wave Analytics Data Integration Wave Analytics Data Integration Salesforce, Spring 16 @salesforcedocs Last updated: April 28, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

GFI Product Guide. GFI MailArchiver Archive Assistant

GFI Product Guide. GFI MailArchiver Archive Assistant GFI Product Guide GFI MailArchiver Archive Assistant The information and content in this document is provided for informational purposes only and is provided "as is" with no warranty of any kind, either

More information

Specify the location of an HTML control stored in the application repository. See Using the XPath search method, page 2.

Specify the location of an HTML control stored in the application repository. See Using the XPath search method, page 2. Testing Dynamic Web Applications How To You can use XML Path Language (XPath) queries and URL format rules to test web sites or applications that contain dynamic content that changes on a regular basis.

More information

x x Accuity IBAN Complete Validation Messages Explanations Message Code IBAN Message Additional Explanation VALID INVALID WARNING

x x Accuity IBAN Complete Validation Messages Explanations Message Code IBAN Message Additional Explanation VALID INVALID WARNING Accuity IBAN Complete Validation s Eplanations 000 Valid IBAN Structure. 001 Additional Eplanation VALID INVALID WARNING ISO Country entered is not Successful IBAN validation will occur when the three

More information

Virto Password Reset Web Part for SharePoint. Release 3.1.0. Installation and User Guide

Virto Password Reset Web Part for SharePoint. Release 3.1.0. Installation and User Guide Virto Password Reset Web Part for SharePoint Release 3.1.0 Installation and User Guide 2 Table of Contents OVERVIEW... 3 SYSTEM REQUIREMENTS... 3 OPERATING SYSTEM... 3 SERVER... 3 BROWSER... 4 INSTALLATION...

More information

THE SIT SIPP. Self Invested Personal Pension. Benefit Form annuity purchase discharge form

THE SIT SIPP. Self Invested Personal Pension. Benefit Form annuity purchase discharge form THE SIT SIPP Self Invested Personal Pension Benefit Form annuity purchase discharge form The SIT SIPP Benefit Form - annuity purchase discharge form This benefit form must be completed if you wish to purchase

More information

SOA Software: Troubleshooting Guide for Agents

SOA Software: Troubleshooting Guide for Agents SOA Software: Troubleshooting Guide for Agents SOA Software Troubleshooting Guide for Agents 1.1 October, 2013 Copyright Copyright 2013 SOA Software, Inc. All rights reserved. Trademarks SOA Software,

More information

Setup Guide Access Manager Appliance 3.2 SP3

Setup Guide Access Manager Appliance 3.2 SP3 Setup Guide Access Manager Appliance 3.2 SP3 August 2014 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS

More information

CA Spectrum and CA Embedded Entitlements Manager

CA Spectrum and CA Embedded Entitlements Manager CA Spectrum and CA Embedded Entitlements Manager Integration Guide CA Spectrum Release 9.4 - CA Embedded Entitlements Manager This Documentation, which includes embedded help systems and electronically

More information

Merak Outlook Connector User Guide

Merak Outlook Connector User Guide IceWarp Server Merak Outlook Connector User Guide Version 9.0 Printed on 21 August, 2007 i Contents Introduction 1 Installation 2 Pre-requisites... 2 Running the install... 2 Add Account Wizard... 6 Finalizing

More information

SIPP benefit form annuity

SIPP benefit form annuity SIPP ISA Dealing Junior ISA SIPP benefit form annuity This benefit form must be completed if you wish to purchase a lifetime annuity and would like AJ Bell Youinvest to pay you a tax free lump sum. Please

More information

PowerPay User Guide. Table of Contents

PowerPay User Guide. Table of Contents Table of Contents Table of Contents... 1 About this Document... 2 Copyright Notice... 3 Publication History... 3 Documentation Conventions... 4 Obtaining Additional Development Information and Documentation...

More information

API Reference Guide. API Version 1. Copyright Platfora 2016

API Reference Guide. API Version 1. Copyright Platfora 2016 API Reference Guide API Version 1 Copyright Platfora 2016 Last Updated: 10:05 a.m. April 21, 2016 Contents Document Conventions... 5 Contact Platfora Support...6 Copyright Notices... 6 Chapter 1: Using

More information

State Bank of Pakistan. Guidelines: IBAN Implementation in Pakistan

State Bank of Pakistan. Guidelines: IBAN Implementation in Pakistan State Bank of Pakistan Guidelines: IBAN Implementation in Pakistan Page ii 1. Introduction 2. IBAN Implementation 3. IBAN Benefits 4. Scope 5. IBAN Implementation Phases 6. IBAN Format 7. Proposed IBAN

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

Cisco TelePresence Authenticating Cisco VCS Accounts Using LDAP

Cisco TelePresence Authenticating Cisco VCS Accounts Using LDAP Cisco TelePresence Authenticating Cisco VCS Accounts Using LDAP Deployment Guide Cisco VCS X8.1 D14465.06 December 2013 Contents Introduction 3 Process summary 3 LDAP accessible authentication server configuration

More information

Server Installation Guide ZENworks Patch Management 6.4 SP2

Server Installation Guide ZENworks Patch Management 6.4 SP2 Server Installation Guide ZENworks Patch Management 6.4 SP2 02_016N 6.4SP2 Server Installation Guide - 2 - Notices Version Information ZENworks Patch Management Server Installation Guide - ZENworks Patch

More information

Benefi t Form annuity purchase discharge. Bank of Scotland Share Dealing Self Invested Personal Pension

Benefi t Form annuity purchase discharge. Bank of Scotland Share Dealing Self Invested Personal Pension Benefi t Form annuity purchase discharge Bank of Scotland Share Dealing Self Invested Personal Pension Benefi t Form This benefit form must be completed if you wish to purchase a lifetime annuity and would

More information

Shepherds Simple Income Protection Plan

Shepherds Simple Income Protection Plan Mutual Solutions. Mutual Benefits. Your Future. Shepherds Simple Income Protection Plan Application Form PLEASE COMPLETE IN BLOCK CAPITALS AND ANSWER ALL QUESTIONS A Life Assured details 1 Have you previously

More information

GFI Product Manual. Outlook Connector User Manual

GFI Product Manual. Outlook Connector User Manual GFI Product Manual Outlook Connector User Manual http://www.gfi.com info@gfi.com The information and content in this document is provided for informational purposes only and is provided "as is" with no

More information

IBM WebSphere Application Server

IBM WebSphere Application Server IBM WebSphere Application Server Multihomed hosting 2011 IBM Corporation Multihoming allows you to have a single application communicate with different user agent clients and user agent servers on different

More information

Symantec Data Center Security: Server Advanced v6.0. Agent Guide

Symantec Data Center Security: Server Advanced v6.0. Agent Guide Symantec Data Center Security: Server Advanced v6.0 Agent Guide Symantec Data Center Security: Server Advanced Agent Guide The software described in this book is furnished under a license agreement and

More information

IBM Connections Plug-In for Microsoft Outlook Installation Help

IBM Connections Plug-In for Microsoft Outlook Installation Help IBM Connections Version 5 IBM Connections Plug-In for Microsoft Outlook Installation Help Edition Notice Note: Before using this information and the product it supports, read the information in "Notices."

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

JD Edwards EnterpriseOne Tools. 1 Understanding JD Edwards EnterpriseOne Business Intelligence Integration. 1.1 Oracle Business Intelligence

JD Edwards EnterpriseOne Tools. 1 Understanding JD Edwards EnterpriseOne Business Intelligence Integration. 1.1 Oracle Business Intelligence JD Edwards EnterpriseOne Tools Embedded Business Intelligence for JD Edwards EnterpriseOne Release 8.98 Update 4 E21426-02 March 2011 This document provides instructions for using Form Design Aid to create

More information

Unicenter Workload Control Center r1 SP4. Server Status Troubleshooting Guide

Unicenter Workload Control Center r1 SP4. Server Status Troubleshooting Guide Unicenter Workload Control Center r1 SP4 Server Status Troubleshooting Guide Table of Contents 1 Introduction 3 2 Information Page 3 3 Server Status Portlet 3 3.1 Configuration User Usage... 3 3.2 Troubleshooting

More information

Tutorial 5 Creating Advanced Queries and Enhancing Table Design

Tutorial 5 Creating Advanced Queries and Enhancing Table Design Tutorial 5 Creating Advanced Queries and Enhancing Table Design Microsoft Access 2013 Objectives Session 5.1 Review object naming standards Use the Like, In, Not, and & operators in queries Filter data

More information

Automating client deployment

Automating client deployment Automating client deployment 1 Copyright Datacastle Corporation 2014. All rights reserved. Datacastle is a registered trademark of Datacastle Corporation. Microsoft Windows is either a registered trademark

More information

Electronic Check Services

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

More information

Managing Qualys Scanners

Managing Qualys Scanners Q1 Labs Help Build 7.0 Maintenance Release 3 documentation@q1labs.com Managing Qualys Scanners Managing Qualys Scanners A QualysGuard vulnerability scanner runs on a remote web server. QRadar must access

More information

Deploying the BIG-IP LTM system and Microsoft Windows Server 2003 Terminal Services

Deploying the BIG-IP LTM system and Microsoft Windows Server 2003 Terminal Services Deployment Guide Deploying the BIG-IP System with Microsoft Windows Server 2003 Terminal Services Deploying the BIG-IP LTM system and Microsoft Windows Server 2003 Terminal Services Welcome to the BIG-IP

More information

Standard and Advantage SSL Certificate

Standard and Advantage SSL Certificate Entrust Certificate Services Standard and Advantage SSL Certificate Enrollment Guide Software release: 11.7 Date of Issue: July 2015 Document issue: 1.0 Copyright 2008-2015 Entrust. All rights Reserved.

More information

Config Guide. Gimmal Smart Tiles (SharePoint-Hosted) Software Release 4.4.0

Config Guide. Gimmal Smart Tiles (SharePoint-Hosted) Software Release 4.4.0 Config Guide Gimmal Smart Tiles (SharePoint-Hosted) Software Release 4.4.0 November 2014 Title: Gimmal Smart Tiles (SharePoint-Hosted) Configuration Guide Copyright 2014 Gimmal, All Rights Reserved. Gimmal

More information

Veritas Operations Manager Release Notes. 3.0 Rolling Patch 1

Veritas Operations Manager Release Notes. 3.0 Rolling Patch 1 Veritas Operations Manager Release Notes 3.0 Rolling Patch 1 Veritas Operations Manager Release Notes The software described in this book is furnished under a license agreement and may be used only in

More information

INTERNATIONAL PAYMENTS - PERSONAL

INTERNATIONAL PAYMENTS - PERSONAL APPLICATION FORM This Agreement is a contract between you and Eurochange PLC and applies to your use of our foreign currency payment services. If you wish to use our services you must read, agree with

More information

VPN Client User s Guide. 9235966 Issue 2

VPN Client User s Guide. 9235966 Issue 2 VPN Client User s Guide 9235966 Issue 2 Copyright 2004 Nokia. All rights reserved. Reproduction, transfer, distribution or storage of part or all of the contents in this document in any form without the

More information

NetIQ AppManager for Self Monitoring UNIX and Linux Servers (AMHealthUNIX) Management Guide

NetIQ AppManager for Self Monitoring UNIX and Linux Servers (AMHealthUNIX) Management Guide NetIQ AppManager for Self Monitoring UNIX and Linux Servers (AMHealthUNIX) Management Guide September 2014 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND

More information

IP Office Avaya Radvision Interoperation Notes

IP Office Avaya Radvision Interoperation Notes Avaya Radvision Interoperation Notes Issue 1d (02 October 2012) 2012 AVAYA All Rights Reserved. Notices While reasonable efforts have been made to ensure that the information in this document is complete

More information

How to Guide (Getting your Deferment Application Form right)

How to Guide (Getting your Deferment Application Form right) How to Guide (Getting your Deferment Application Form right) Use these notes to help you complete your student loan Deferment Application Form If you need any help, please go to www.erudiostudentloans.co.uk

More information

ADFS for. LogMeIn and join.me authentication

ADFS for. LogMeIn and join.me authentication ADFS for LogMeIn and join.me authentication ADFS for join.me authentication This step-by-step guide walks you through the process of configuring ADFS for join.me authentication. Set-up Overview 1) Prerequisite:

More information

Interworks. Interworks Cloud Platform Installation Guide

Interworks. Interworks Cloud Platform Installation Guide Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,

More information

SIPP benefit form annuity purchase discharge form

SIPP benefit form annuity purchase discharge form Stockbrokers SIPP benefit form annuity purchase discharge form This benefit form must be completed if you wish to purchase a lifetime annuity and would like AJ Bell Management Limited to pay you a tax

More information

Acronis Backup & Recovery: Events in Application Event Log of Windows http://kb.acronis.com/content/38327

Acronis Backup & Recovery: Events in Application Event Log of Windows http://kb.acronis.com/content/38327 Acronis Backup & Recovery: Events in Application Event Log of Windows http://kb.acronis.com/content/38327 Mod ule_i D Error _Cod e Error Description 1 1 PROCESSOR_NULLREF_ERROR 1 100 ERROR_PARSE_PAIR Failed

More information

etrust Audit Using the Recorder for Check Point FireWall-1 1.5

etrust Audit Using the Recorder for Check Point FireWall-1 1.5 etrust Audit Using the Recorder for Check Point FireWall-1 1.5 This documentation and related computer software program (hereinafter referred to as the Documentation ) is for the end user s informational

More information

HireDesk API V1.0 Developer s Guide

HireDesk API V1.0 Developer s Guide HireDesk API V1.0 Developer s Guide Revision 1.4 Talent Technology Corporation Page 1 Audience This document is intended for anyone who wants to understand, and use the Hiredesk API. If you just want to

More information

WebSphere DataPower Release 3.8.1 DNS Enhancements

WebSphere DataPower Release 3.8.1 DNS Enhancements WebSphere DataPower Release 3.8.1 DNS Enhancements XA/XS/XI/XB/XM 2010 IBM Corporation WebSphere DataPower Release 3.8.1 DNS Enhancements 381DataPowerDNSEnhancement.ppt Page 1 of 6 DNS Enhancements Table

More information

Dolphin's Automatic Credit Card Authorisation and Fund Transfer - Servebase

Dolphin's Automatic Credit Card Authorisation and Fund Transfer - Servebase Dolphin Dynamics Dolphin's Automatic Credit Card Authorisation and Fund Transfer - Servebase Copyright 2009 Dolphin Dynamics Ltd. The information contained herein is the property of Dolphin Dynamics Ltd.

More information

IP Office Avaya Microsoft CRM 3.0 Integration Solution Installation & User Guide

IP Office Avaya Microsoft CRM 3.0 Integration Solution Installation & User Guide IP Office Avaya Microsoft CRM 3.0 Integration Solution Installation & User Guide 15-601033 Issue 4a (13 February 2006) 2006 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to

More information

NetIQ Identity Manager

NetIQ Identity Manager NetIQ Identity Manager Security Guide December 2014 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT OR A NON

More information

GFI Product Manual. GFI MailArchiver Outlook Addon

GFI Product Manual. GFI MailArchiver Outlook Addon GFI Product Manual GFI MailArchiver Outlook Addon The information and content in this document is provided for informational purposes only and is provided "as is" with no warranty of any kind, either express

More information

Novell LDAP Proxy Server

Novell LDAP Proxy Server AUTHORIZED DOCUMENTATION Best Features Guide Novell LDAP Proxy Server 1.0 October 2011 www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use

More information

API Integration Payment21 Button

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

More information

Wealth and Investment Management Intermediaries. Online Banking. Bulk Payments User guide

Wealth and Investment Management Intermediaries. Online Banking. Bulk Payments User guide Wealth and Investment Management Intermediaries Online Banking Bulk Payments User guide Contents Contents 1. Introduction 3 2. Log in steps 4 3. Make BACS payments 5 3.1 Select BACS from account 6 3.2

More information

COMMERCIAL-IN-CONFIDENCE

COMMERCIAL-IN-CONFIDENCE CardEaseMPI a technical manual describing the use of CardEaseMPI 3-D Secure Merchant Plug-In. Authors: Nigel Jewell Issue 2.9. November 2014. COMMERCIAL-IN-CONFIDENCE Copyright CreditCall Limited 2007-2014

More information

Fairsail REST API: Guide for Developers

Fairsail REST API: Guide for Developers Fairsail REST API: Guide for Developers Version 1.02 FS-API-REST-PG-201509--R001.02 Fairsail 2015. All rights reserved. This document contains information proprietary to Fairsail and may not be reproduced,

More information

SSL Configuration on Weblogic Oracle FLEXCUBE Universal Banking Release 12.0.87.01.0 [August] [2014]

SSL Configuration on Weblogic Oracle FLEXCUBE Universal Banking Release 12.0.87.01.0 [August] [2014] SSL Configuration on Weblogic Oracle FLEXCUBE Universal Banking Release 12.0.87.01.0 [August] [2014] Table of Contents 1. CONFIGURING SSL ON ORACLE WEBLOGIC... 1-1 1.1 INTRODUCTION... 1-1 1.2 SETTING UP

More information