Getting Started Guide Lindorff invoice and instalment solution via Netaxept

Size: px
Start display at page:

Download "Getting Started Guide Lindorff invoice and instalment solution via Netaxept"

Transcription

1 Getting Started Guide Lindorff invoice and instalment solution via Netaxept Version 1.2 You are able to offer Lindorff as a payment method to your webshop customers via Netaxept. Lindorff is an invoice and instalment based payment method which allows the consumer to pay their purchase with a bill at once (= invoice) or by utilizing a part payment option (= instalment). This guide gives you the instructions needed for a fluent implementation of Lindorff via Netaxept. Please forward this guide to the party responsible for the technical API implementation at your webshop, if necessary. For more information related to Lindorff, please visit and For any issues concerning the implementation of Lindorff via Netaxept, please contact your contact person at Nets or Netaxept Customer Support for your country Contents 1 LINDORFF INVOICE AND INSTALMENT SOLUTION VIA NETAXEPT INVOICE AND INSTALMENT REQUIREMENTS FOR USING LINDORFF SIGN AGREEMENT AND ACTIVATE PAYMENT METHOD APPLYING AGREEMENT RECEIVING CREDENTIALS ACTIVATING PAYMENT METHOD CUSTOMIZING THE PAYMENT METHOD PERFORM THE TECHNICAL API INTEGRATION IMPLEMENTING MANDATORY PARAMETERS Goods list Customer information Other requirements and restrictions FOLLOWING THE PAYMENT FLOW Original payments Credited payments TEST THE IMPLEMENTATION IN TEST ENVIRONMENT START ACCEPTING PAYMENTS IN PRODUCTION UPDATING THE PRODUCTION CREDENTIALS RECEIVING SETTLEMENTS AND MATCHING TRANSACTIONS Page 1/13

2 1 Lindorff invoice and instalment solution via Netaxept 1.1 Invoice and instalment Lindorff is a white label payment solution which can be highly customized to fit your webshop's look and feel and special needs. There are two options to utilize Lindorff via Netaxept. Option Invoice Description If the consumer selects an invoice as the payment option, they will receive an invoice from Lindorff after the payment phase and pay the whole sum of the purchase at once by the due date. Any interest or extra fees are not added to the purchase by Lindorff, i.e. the consumer gets a short interest free payment period for the purchase. Instalment If the consumer selects an instalment as the payment option, they will pay the sum of the purchase in parts according to the payment plan agreed with Lindorff. In part payment option there are interest and specific extra fees included in the total sum of the purchase by Lindorff. In Netaxept there is a payment method called "Lindorff" which covers both of the above mentioned payment options. The choice whether to pay the purchase at once or in many parts, the consumer will make during the payment process in the page hosted by Lindorff. Although choosing an invoice, Lindorff sends the consumer information regarding the possibility to pay in instalments along with the invoice, allowing the consumer to change the invoice to instalment and choose the payment schedule that best suits for them from the given options. 1.2 Requirements for using Lindorff There are some requirements for the merchants who want to implement Lindorff to their webshops via Netaxept. Merchants having only call center service via Netaxept cannot utilize Lindorff in their businesses. Lindorff can only be used in webshops and in physical POS environment. For the time being only webshops having a Finnish business ID can implement Lindorff via Netaxept. The supported payment currency is euro. Lindorff via Netaxept is available only to private persons, not B2B business. Also, there are requirements for the consumers to be able to pay their purchases using Lindorff. The consumer needs to have a Finnish social security number, a permanent and official address in Finland and 20 years of age. If the consumer has frozen their own credit or made their address information secret, they cannot use Lindorff as a payment method. Page 2/13

3 2 Sign agreement and activate payment method 2.1 Applying agreement Besides signing the Netaxept agreement, you need to make a separate agreement with Lindorff. Contact Lindorff Sales at FI/suomi/yrityksesta/yhteystiedot for more information. 2.2 Receiving credentials After the Lindorff agreement has been processed, the contact person named in the Lindorff agreement will be provided the necessary credentials for both test and production environments. These credentials will contain the store ID and secret key, and they are sent by Lindorff. There are no generic test credentials that all merchants could use in test environment. It means that all merchants will be provided unique credentials for testing purposes as well. 2.3 Activating payment method Activate Lindorff by adding the credentials received from Lindorff in Netaxept Admin. The merchant is responsible for activating the payment method and ensuring that all information entered is correct. Use the merchant ID and login password received from Nets to log in to Netaxept Admin. Test environment: Production environment: Go to the "Options" => "Agreement" tab and activate the payment method by selecting "Lindorff" from the drop down list and click "Add". Choose "EUR" as currency and then enter credentials received from Lindorff in the corresponding fields. 2.4 Customizing the payment method During the on boarding process Lindorff makes merchant specific customization for the payment method to make sure it meets your webshop's requirements and needs. For example, the available payment options for a given amount are configurable and can vary depending on the circumstances. When the minimum sum of the purchase is met, the option to select to pay the purchase in many parts becomes available. Make sure your webshop's payment method description offers accurate information on how the purchase can be paid in your webshop using Lindorff. Besides the payment method description, the payment method's general credit terms should be available for consumers. These are available in Lindorff site during the payment process, and also, you can offer the consumer the possibility to read these from your webshop's terms of delivery page. In that case, fetch the general credit terms at Page 3/13

4 3 Perform the technical API integration Implement the technical API in accordance with Netaxept's API instructions: There are some special requirements that need to be taken account when implementing Lindorff in Netaxept. These requirements are described next in this document. 3.1 Implementing mandatory parameters Goods list In the Register call there is a Goods object, under the Order object, which is a mandatory object for all invoice and instalment payment methods implemented in Netaxept. The Goods object contains an array of Item objects, each containing a set of parameters which are listed in the table below. One Item object represents one product line / item. For each item, quantity and amount are required. In addition, either title or article number need to be specified. Parameter name Validation Required / Optional ArticleNumber String Required if title is missing Title String Required if ArticleNumber is missing Description Unique identifier for the item. Descriptive name or description for the item. Amount Integer Required The price of the individual item including VAT. It can have maximum of two decimal places. The price needs to be described as the lowest monetary unit for the given currency. Example: 100,00 euros is noted as "10000". When accumulating the total sum of each item, it must match the sum specified for the transaction as a whole. Quantity Integer Required Quantity of items bought in the specific Item object. IsVatIncluded Boolean Optional Specifies whether the VAT is included in the item price. Value can be either "true" or "false". VAT Float Optional The value added tax percentage (VAT%) for the item. Use the "." character as a delimiter. Example: VAT 24% should be set as or 24 In the Refund call the VAT% for the item to be refunded should match the VAT% of the corresponding original item. For the time being if Netaxept Admin is used for refunding Lindorff payments, VAT% in the original payment cannot be used at all or it needs to be set as "0". Instead, if you make refunds via API, you can specify whatever VAT% you want. When working with REST interface, the format of the above mentioned parameters needs special formatting. As the number of items is variable, you need to send a parameter "numberofgoods" indicating Page 4/13

5 how many product lines / items should be expected in the Goods list. Then, indexed from 1 up to "numberofgoods", pass the parameters as amount_n, articlenumber_n etc. where "N" is the serial number of the item. In Web service interface, numberofgoods parameter is not needed Customer information Besides sending a Goods list along the Lindorff payment, you need to provide contact information of the consumer for Lindorff to be an option. The following parameters are mandatory information. Other customer information is optional but can be passed in the Register call to make filling the form in Lindorff site easier for the consumer. Parameter name customeraddress1 customerpostcode customertown customercountry Description The consumer's delivery postal address. The consumer's delivery postal code. The consumer's delivery city. The consumer's delivery country. The value must be given on the format of ISO Alpha 2. For example: "FI" for Finland Other requirements and restrictions For the time being Lindorff is supported only in Netaxept payment window but not in the merchant hosted payment window. It means that only merchants who have made their integration towards Netaxept using Service Type = "B" can utilize Lindorff in their webshops. Only regular payments are supported by Lindorff, i.e. Lindorff cannot be used in recurring and easy payment implementations. Field Order Number Description Order number can be max 32 characters and will be forwarded to Lindorff. It will not be visible to the consumer but will be included in the YourReference field in the batch reports you will receive from Lindorff. We strongly recommend you to generate a unique order number for each Lindorff transaction, since with this value, you are able to match batch reports received from Lindorff to transactions found in Netaxept and in your own systems. Transaction Recon Reference Currency Code Amount Transaction recon reference can be max 32 characters and will be forwarded to Lindorff. It will be included in the PurchaseNumber field that the consumer will see in their Lindorff invoice. Use the value "EUR". All payments need to be done in euros. You will agree the min and max purchase amounts with Lindorff during the on boarding process. Amount can have maximum of two decimal places. 3.2 Following the payment flow Original payments Payment flow of the successful payment goes as follows. Page 5/13

6 Start the payment process by sending the information required for the payment to Netaxept by means of the Register call. The structure of the Register call differs depending on whether you want the consumer to select the payment method on your webshop site or on Netaxept's payment window. Option Payment method selected in your webshop Payment method selected on Netaxept's payment window Description In this option, Netaxept payment window is skipped, and the consumer is directed directly from your webshop to Lindorff site for finishing the payment process. To get this work, send the payment method name "Lindorff" inside the "paymentmethodactionlist" element along the Register call. In this option, the consumer is directed from your webshop to Netaxept's payment window where they will see all payment methods that are available to your webshop via Netaxept. After the consumer has selected Lindorff as the payment method, they are directed to Lindorff site for finishing the payment process. If you want to define the order of the payment methods on Netaxept's payment window, send the "paymentmethodactionlist" element along the Register call and list all the payment methods in the desired order. Otherwise, the use of this element is not necessary for this option. Example of the Register call: Purchase 120 which contains two items with the following info (payment method is selected in the webshop and Netaxept payment window is skipped) pencils, cost 0,50 each, incl. VAT 24% 2. Shipping, cost 20, incl. VAT 0% ansaction&amount=12000&currencycode=eur&redirecturl= aymentmethodactionlist=[{"paymentmethod":"lindorff"}]&numberofgoods=2&amount_1=50&title_1=pencil&quan tity_1=200&articlenumber_1=1&vat_1=24&isvatincluded_1=true&amount_2=2000&title_2=shipping&quantity_2=1 &articlenumber_2=2&vat_2=0&isvatincluded_2=true&customerfirstname=bill&customerlastname=buyer&custom eraddress1=testadress&customerpostcode=00510&customertown=helsinki&customercountry=fi Page 6/13

7 After the Register call, you need to perform the Terminal call to send the consumer either to the Netaxept's payment window or directly to Lindorff site for the payment. Lindorff site is responsive for all web and mobile devices and is divided into different parts. On the top of the page the consumer can see purchase information with different items / product lines. The first part shows available payment options for a given amount. When the minimum sum of the purchase configured for your webshop is met, the option to select to pay the purchase in many parts becomes available. When choosing instalment option, the consumer sees purchase specific costs and the payment plan, and is able to read the Standard European Consumer Credit Information. Page 7/13

8 The second part shows the consumer s information. If you have passed all customer information to Netaxept along the Register call, the consumer information is already filled by default. If some information is missing, the consumer is asked to provide it for Lindorff to make a credit decision. In the example below, all other customer information was sent along the Register call except social security number so the consumer is asked to enter it in this site. Page 8/13

9 The third part shows the summary of the purchase and the consumer is able to read the payment method's general credit terms and the Standard European Consumer Credit Information. Without accepting the general credit terms, the consumer is not able to confirm the payment. After confirming the payment, the consumer needs to verify their identity using their bank credentials or other strong authentication unless otherwise agreed with Lindorff. The consumer will be redirected to the page where they are asked to choose the verification method. Page 9/13

10 After the verification, the page with text "Preparing payment method" page will be flashed on the screen and the consumer is redirected back to Lindorff site where they will be told whether the payment is accepted or not. From that page, the consumer is automatically redirected back to your webshop. However, if that doesn't happen, the consumer is advised to click the "Back to the store" button. After the consumer has seen the text "Payment accepted" in Lindorff site, Netaxept will run automatically the Confirmation call towards Lindorff to confirm that the consumer returned correctly to your webshop and that your webshop is able to handle the purchase correctly. After finishing this step successfully, Lindorff starts batch settlement and invoicing process for the purchase. This additional step doesn't require any API integration from your side. However, you should be aware of that although Lindorff shows "Payment accepted" text, it doesn't necessary mean the batch settlement and invoicing process has been started. Netaxept will perform the authorisation and capture (Sale call) automatically for Lindorff payment after it has been registered so you don't need to implement these functions. To make sure that the transaction has the correct status and the payment has succeeded, or if you are unsure which payment method the consumer has used for the payment, you can implement the Callback and Query functions as part of the payment process. Through the Callback you will receive a transaction ID whenever the transaction has a new status. Based on this, you can do the Query call to get the new status for the transaction. The instructions how to implement the Callback function are available at: After the successful payment, Lindorff will send the invoice to the consumer by . In addition, the consumer can download the invoice from Lindorff's online service at Credited payments Start the credit process by sending the Process(Credit) call to Netaxept via API. Both full and partial credits are supported when doing the credit via API. For the time being only full credits are supported when crediting Lindorff payments manually via Netaxept Admin. Also, note that if you are using TransactionReconReference when running partial credits, you are not able to make more than one partial credit by using the same TransactionReconReference for certain payment. In Page 10/13

11 practice, it means that the TransactionReconReference needs to be unique among these partial credits or the value needs to be omitted when doing more than one credit. When crediting the full amount, the Goods list object can be ignored, as can the amount. When doing partial credit, you need to send the Goods list object along the Process(Credit) call to Netaxept. The parameter values in the Goods list need to be comparable between the original payment and the credit, i.e. if there have been e.g. two items in the original Goods list with VAT24% and VAT0%, then the same items and VAT% need to be present in the Process(Credit) call too. Item prices may of course vary depending on the amount to be credited. Example of the Credit call: Amount to be credited 120 which contains two items with the following info pencils, cost 0,50 each, incl. VAT 24% 2. Shipping, cost 20, incl. VAT 0% ansactionamount=12000&transactionid=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&numberofgoods=2&amount_1=50&titl e_1=pencil&quantity_1=200&articlenumber_1=1&vat_1=24&isvatincluded_1=true&amount_2=2000&title_2=shipp ing&quantity_2=1&articlenumber_2=2&vat_2=0&isvatincluded_2=true After the credit process, the transaction status is set as credited in Netaxept and the credit is added to batch reporting. In Netaxept Admin you can view history and detailed information of all successful and failed original and credited payments. Page 11/13

12 4 Test the implementation in test environment Testing is intended to ensure that the API implementation works as intended at your webshop. The response codes are available at codes In the test environment, you can use the test credentials available at when you are making the payment and acting as a consumer in Lindorff site. After entering the information in the Lindorff site, you will be redirected to the separate page for verifying your identity. In the test environment, choose "Lindorff bank". You are then directed to the site that is used to test strong identification. It mimics the functionality of a normal internet bank or e identification service. In this site, you can execute a successful, failed or cancelled payment. Page 12/13

13 5 Start accepting payments in production 5.1 Updating the production credentials Before going live with Lindorff, update the production credentials and production URL address in your Netaxept API implementation. Test credentials will not work in the production environment. Activate Lindorff in the production environment by adding the corresponding production credentials received from Lindorff in Netaxept Admin. The merchant is responsible for activating the payment method and ensuring that all information entered is correct. 5.2 Receiving settlements and matching transactions You will receive the settlement for Lindorff payments from Lindorff. The cut off time of the settlement for Finnish merchants is 00:00 Finnish time. After the cut off time, Lindorff will create the settlement batch for the payments captured and/or credited within the last 24 hours in your webshop and pay it to your company's bank account as one compiled settlement batch. The settlement batch will be paid to your company's bank account on the next banking day. It means that transactions made on Friday, Saturday and Sunday will be included in the same settlement batch and paid to your company's bank account on Monday if it is a banking day. Lindorff will generate a unique batch reference number for each settlement batch. The reference option that best fits to your business will be agreed between you and Lindorff during the on boarding process. The batch reference number can be seen on your company's account statement and in Lindorff's online service (a web based user interface), but not in Netaxept or in Nets Merchant Portal. To be able to match batch reports received from Lindorff to the transactions found in Netaxept and in your own systems, you need to generate a unique order number for each transaction. This value will be shown in the YourReference field in Lindorff's reports. Page 13/13

Getting Started Guide Direct bank payments via Paytrail

Getting Started Guide Direct bank payments via Paytrail Getting Started Guide Direct bank payments via Paytrail Version 1.7 Table of contents Direct banks via Collecting Settlement Service... 2 Sign the agreement and activate payment methods... 3 Applying agreement...

More information

Merchant Reporting Tool

Merchant Reporting Tool Merchant Reporting Tool payment and transaction statistic for web shops Transaction reports through web-interface to paysafecard application Table of Content 1. Introduction 2 2. Log In 2 2.1 Merchant

More information

X-Charge Credit Card Processing

X-Charge Credit Card Processing X-Charge Credit Card Processing OpenEdge (Formerly X-Charge) Payment Processing Setup... 1 Setting Permissions for Credit Card Processing... 1 Setting Up X-Charge Payment Processing in SuccessWare 21...

More information

Access and User Management

Access and User Management Date published: 25.06.2018 Estimated reading time: 30 minutes Authors: Editorial Team The bookmarks and navigation in this tutorial are optimized for Adobe Reader. Access and User Management 1. Introduction

More information

Elavon Payment. User Guide

Elavon Payment. User Guide www.pronkoconsulting.com info@pronkoconsulting.com Elavon Payment for Magento 2 User Guide Version 2.0.0 Support: info@pronkoconsulting.com Table of Contents Introduction About Elavon Payment For Merchants

More information

Epicor Tax Connect for Eclipse. Release 9.0.3

Epicor Tax Connect for Eclipse. Release 9.0.3 Epicor Tax Connect for Eclipse Release 9.0.3 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints,

More information

FirstData (FDMS) BuyPass Credit Card Processing in a Restaurant/Fine Dining Environment

FirstData (FDMS) BuyPass Credit Card Processing in a Restaurant/Fine Dining Environment One Blue Hill Plaza, 16th Floor, PO Box 1546 Pearl River, NY 10965 1-800-PC-AMERICA, 1-800-722-6374 (Voice) 845-920-0800 (Fax) 845-920-0880 FirstData (FDMS) BuyPass Credit Card Processing in a Restaurant/Fine

More information

Wells Fargo Payment Manager for Eclipse. Release 9.0.3

Wells Fargo Payment Manager for Eclipse. Release 9.0.3 Wells Fargo Payment Manager for Eclipse Release 9.0.3 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the

More information

Invoice with BillPay

Invoice with BillPay Invoice with BillPay Index- Introduction BackOffice 2 Contact BillPay 1. Login 2. Order search and overview 3. Activating the order 4. Move Payment due date 5. Apply a discount 6. Partial cancellation

More information

Bank e-auctions. Bidder Participation & Online Bidding Manual (Submission of KYC documents and Bidding Process)

Bank e-auctions. Bidder Participation & Online Bidding Manual (Submission of KYC documents and Bidding Process) Bank e-auctions Bidder Participation & Online Bidding Manual (Submission of KYC documents and Bidding Process) Web-portal: https://www.bankeauctions.com Home Page Important Points KYC / EMD Submission

More information

E-payment Technical manual Version 0711 ( ) Table of contents

E-payment Technical manual Version 0711 ( ) Table of contents E-payment Technical manual Version 0711 (2017-11-06) Table of contents 1 Introduction... 3 1.1 E-payment via Nordea, Version 1.1... 3 1.2 Getting started... 3 1.3 Technical description of the payments...

More information

Cayan (Gateway) Credit Card / Debit Card Processing in Retail/Quick Service

Cayan (Gateway) Credit Card / Debit Card Processing in Retail/Quick Service One Blue Hill Plaza, 16 th Floor, PO Box 1546 Pearl River, NY 10965 1-800-PC-AMERICA, 1-800-722-6374 (Voice) 845-920-0800 (Fax) 845-920-0880 Cayan (Gateway) Credit Card / Debit Card Processing in Retail/Quick

More information

FOR USE FROM APRIL 2019

FOR USE FROM APRIL 2019 MAKING TAX DIGITAL FOR VAT FOR USE FROM APRIL 2019 IMPORTANT DOCUMENT PLEASE READ CAREFULLY BEFORE SUBMITTING YOUR MTD VAT RETURN FROM APRIL 2019 Web: integrity-software.net Company Reg No. 3410598 Page

More information

Pay. Quick Start Guide Creditor Payments. Pay QUICK START GUIDE CREDITOR PAYMENTS

Pay. Quick Start Guide Creditor Payments. Pay QUICK START GUIDE CREDITOR PAYMENTS Creditor ments QUICK START GUIDE CREDITOR PAYMENTS 1 Creditor ments Our easy to use guide will get you up and running in no time! Index: Page: 2 Login 3 Load creditors 5 Add a creditor batch 6 Obtain a

More information

Frequently Asked Questions Guide

Frequently Asked Questions Guide Global Card Access Frequently Asked Questions Guide Table of Contents Section I: General Overview... 2 Section II: Registration... 2 Section III: Alerts... 3 Section IV: Online PIN Check... 5 Section V:

More information

Avalara Tax Connect version 2017

Avalara Tax Connect version 2017 version 2017 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints, dates and functional content

More information

Infinite Campus Portal Parents Quick Reference

Infinite Campus Portal Parents Quick Reference Infinite Campus Portal Parents Quick Reference I n f i n i t e C a m p u s P o r t a l i s a w a y f o r p a r e n t s / g u a r d i a n s t o a c c e s s s t u d e n t i n f o r m a t i o n, r e g i s

More information

Elavon Payment. User and Installation Guide

Elavon Payment. User and Installation Guide Elavon Payment for Magento 2 User and Installation Guide Version 2.1 Support: info@pronkoconsulting.com Table of Contents Introduction About Elavon Payment For Merchants For Customers Elavon Payment Functionality

More information

Introduction to Client Online

Introduction to Client Online Introduction to Client Online Trade Finance Guide TradeFinanceNewClientsV2Sept15 Contents Introduction 3 Welcome to your introduction to Client Online 3 If you have any questions 3 Logging In 4 Welcome

More information

Payment Center Quick Start Guide

Payment Center Quick Start Guide Payment Center Quick Start Guide Self Enrollment, Online Statements and Online Payments Bank of America Merrill Lynch May 2014 Notice to Recipient This manual contains proprietary and confidential information

More information

INTERNET BANKING SERVICE

INTERNET BANKING SERVICE INTERNET BANKING SERVICE instruction manual CONTENTS 1. New Features 2 2. Login 2 3. Main menu 3 4. Accounts 3 4.1 Account summary 3 4.2 Operative accounts 4 4.3 Deposit accounts 4 4.4 Loan accounts 5

More information

PAYER GUIDE THE STUDENT S GUIDE TO MAKING INTERNATIONAL PAYMENTS WITH FLYWIRE FLYWIRE.COM

PAYER GUIDE THE STUDENT S GUIDE TO MAKING INTERNATIONAL PAYMENTS WITH FLYWIRE FLYWIRE.COM PAYER GUIDE THE STUDENT S GUIDE TO MAKING INTERNATIONAL PAYMENTS WITH FLYWIRE WHY PAY THROUGH FLYWIRE? Flywire allows you to pay from almost any country or bank in your home currency No bank fees or further

More information

Investor's guide to the TCPMS v1.33

Investor's guide to the TCPMS v1.33 ACCOUNT MANAGEMENT SYSTEMS Last revision: 15.05.2018 Investor's guide to the TCPMS v1.33 Content General information page 2 Step-by-step instructions for getting started page 3 The Strategies page page

More information

Dashboard. Dashboard Page

Dashboard. Dashboard Page Website User Guide This guide is intended to assist you with the basic functionality of the Journey Retirement Plan Services website. If you require additional assistance, please contact our office at

More information

Opening a pensionsync account for the first time

Opening a pensionsync account for the first time Set-up user guide Table of contents Opening a pensionsync account for the first time... 2 How to open an Account... 2 Understanding your Account... 4 Viewing your account... 4 Account Details... 5 Payroll

More information

Introduction to Client Online

Introduction to Client Online Introduction to Client Online Bibby Factors International Guide 1 InternationalFactoringNewClientBibbyUKopsSept15 Introduction 3 Logging In 5 Welcome Screen 6 Navigation 7 Viewing Your Account 9 Invoice

More information

Finance Self Service Financial Systems

Finance Self Service Financial Systems Finance Self Service Financial Systems Finance Self Service Financial Systems 2008 University of North Florida Center for Professional Development & Training 1 UNF Drive, Jacksonville, Fl 32224 904.620.1707

More information

USER GUIDE. HOA Online Payments

USER GUIDE. HOA Online Payments USER GUIDE HOA Online Payments For Client Use Effective January 30, 2014 Contents Homeowner Login/Registration Process 1 Homeowner Assessment Payments 3 Homeowner Registration and Profile Setup 6 Payment

More information

Ceridian Source Self-Service Benefits

Ceridian Source Self-Service Benefits Ceridian Source Self-Service Benefits 2001 by Ceridian Corporation All rights reserved. Ceridian is a registered trademark of Ceridian Corporation. Ceridian Source Self-Service and Source are trademarks

More information

Indiana Farmers Billing FAQs

Indiana Farmers Billing FAQs 1. What pay plans do you offer? We offer annual, semi-annual, quarterly, and monthly billing. 2. Do any of the pay plans have billing fees? Our monthly billing plan is the only pay plan that has a service

More information

Reference Guide Business Online Banking

Reference Guide Business Online Banking Reference Guide Business Online Banking Welcome to safer internet banking Security As online fraud becomes more sophisticated, our security measures need to advance to combat these crimes. The secure token

More information

EASY DEMAT SOLUTION SOFTWARE USER MANUAL (CLIENT VIEW)

EASY DEMAT SOLUTION SOFTWARE USER MANUAL (CLIENT VIEW) EASY DEMAT SOLUTION SOFTWARE USER MANUAL (CLIENT VIEW) Manual Version: 1.1 Last Updated: 29 th Sept, 2015 Contents DashBoard... 1 Balance Summary... 2 Transaction History... 4 View Profile... 7 Edit Profile...

More information

Layaway Payment Gateway Extension

Layaway Payment Gateway Extension Layaway Payment Gateway Extension Magento Extension User Guide Page 1 1. How to Install Table of contents: 1. How to Install....3 2. General Settings...6 3. Use as Payment option.....8 4. Layaway Installment

More information

Introduction to Client Online

Introduction to Client Online Introduction to Client Online Construction Finance Guide ConstructionFinanceNewClientsV2Sept15 Contents Introduction 3 Welcome to your introduction to Client Online 3 If you have any questions 3 Logging

More information

Microsoft Dynamics GP. COA Ecuador

Microsoft Dynamics GP. COA Ecuador Microsoft Dynamics GP COA Ecuador Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document, including

More information

PAYER GUIDE THE STUDENT S GUIDE TO MAKING INTERNATIONAL PAYMENTS WITH FLYWIRE FLYWIRE.COM

PAYER GUIDE THE STUDENT S GUIDE TO MAKING INTERNATIONAL PAYMENTS WITH FLYWIRE FLYWIRE.COM PAYER GUIDE THE STUDENT S GUIDE TO MAKING INTERNATIONAL PAYMENTS WITH FLYWIRE WHY USE FLYWIRE? Flywire allows you to pay from almost any country or bank in your home currency No bank fees or further charges

More information

Reference Guide Business Online Banking

Reference Guide Business Online Banking Reference Guide Business Online Banking Contents Page 3 Getting Started Page 5 UK Payments Page 8 Internal Transfers Page 9 Balances & Transactions Page 11 Statements & Reports Page 12 Cheque Management

More information

REFUND OVERVIEW. Here s an overview on how refunds should be handled:

REFUND OVERVIEW. Here s an overview on how refunds should be handled: 1 REFUND OVERVIEW Here s an overview on how refunds should be handled: 1. Agree with the customer on how the product(s) will be returned Verify with the customer that you have their correct email address.

More information

Cattle Price Insurance Program WEB HELP GUIDE

Cattle Price Insurance Program WEB HELP GUIDE Cattle Price Insurance Program WEB HELP GUIDE Cattle Price Insurance Program Web Help Guide CPIP Basics... 3 A. First Time Accessing CPIP?... 4 Using your Activation Code...4 B. Accessing the CPIP Website...

More information

PAYER GUIDE THE STUDENT S GUIDE TO MAKING INTERNATIONAL PAYMENTS WITH FLYWIRE FLYWIRE.COM

PAYER GUIDE THE STUDENT S GUIDE TO MAKING INTERNATIONAL PAYMENTS WITH FLYWIRE FLYWIRE.COM PAYER GUIDE THE STUDENT S GUIDE TO MAKING INTERNATIONAL PAYMENTS WITH FLYWIRE WHY PAY THROUGH FLYWIRE? Flywire allows you to pay from almost any country or bank in your home currency No bank fees or further

More information

Converge Elavon. User and Installation Guide

Converge Elavon. User and Installation Guide Converge Elavon for Magento 2 User and Installation Guide Version 1.0 Support: support@pronkoconsulting.com 1 Table of Contents Introduction About Converge Elavon For Merchants For Customers Converge Elavon

More information

BUILDSMART DEBTORS. SmartAct. Authorized Training Manual

BUILDSMART DEBTORS. SmartAct. Authorized Training Manual BUILDSMART DEBTORS SmartAct Authorized Training Manual - 1 - - 2 - SmartAct Authorized Training Manual Notice This document and the Buildsmart software may be used only in accordance with the accompanying

More information

Online Help for Client Employees

Online Help for Client Employees Online Help for Client Employees Accessing the portal (Employee) HowdenBenefits.com is an online web based Self Service Portal that enables employees to view details of insurance products offered by their

More information

All About the General Ledger

All About the General Ledger All About the General Ledger Overview In a typical month the main functions under the GL menu (General Ledger) you will use are to verify receipts entered and record them onto deposit slips, reconcile

More information

Citi Trade Portal Trade Loan. InfoTrade tel

Citi Trade Portal Trade Loan. InfoTrade tel Citi Trade Portal Trade Loan InfoTrade tel. 0 801 258 369 infotrade@citi.com CitiDirect Technical Assistance tel. 0 801 343 978, +48 (22) 690 15 21 Monday Friday 8.00 17.00 helpdesk.ebs@citi.com Table

More information

Certifying Mortgages for Freddie Mac. User Guide

Certifying Mortgages for Freddie Mac. User Guide Certifying Mortgages for Freddie Mac User Guide December 2017 The Freddie Mac Single-Family Seller/Servicer (Guide) requires a Seller/Servicer selling Mortgages to Freddie Mac to forward the Notes, assignments

More information

V1.3 October 2016 Version 1.3 October 2016 Page 1

V1.3 October 2016 Version 1.3 October 2016 Page 1 V1.3 October 2016 Version 1.3 October 2016 Page 1 Contents 1 Overview... 6 1.1 Operator Created Booking... 6 1.2 App Created Booking:... 8 2 Setting up... 9 2.1 Fleet details... 9 2.2 Stripe account...

More information

Radian Mortgage Insurance

Radian Mortgage Insurance LOS Interface Administrator/User Guide Radian Mortgage Insurance 2012 PCLender, LLC Contents Introduction... 3 Interface Features... 3 Interface Requirements... 3 Interface Considerations... 4 How Does

More information

Supplier Registration: Real Estate Broker-Agent

Supplier Registration: Real Estate Broker-Agent Supplier Registration: Real Estate Broker-Agent Quick Reference Guide 2016 Fannie Mae. Trademarks of Fannie Mae. 1 Registering as a Broker or Agent Registering in ProcureOne enables Fannie Mae to contact

More information

RESOLV WAREHOUSE MANAGEMENT

RESOLV WAREHOUSE MANAGEMENT RESOLV WAREHOUSE MANAGEMENT USER MANUAL Version 9.3 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS Copyright 2010-2018 by Achieve IT Solutions These materials are subject to change without notice. These materials

More information

Swish QR Codes for Terminals

Swish QR Codes for Terminals Swish QR Codes for Terminals Integration Guide 2018-03-29 Table of Contents Introduction... 3 Document purpose... 3 Swish for merchants overview... 3 Use Case... 3 API Description... 4 Swish QR codes for

More information

Business Bill Pay Funds Verification jxchange

Business Bill Pay Funds Verification jxchange JHA Payment Solutions Business Bill Pay... 1 Enrollment Process... 2 Home Page... 4 Message Center... 4 Attention Required... 5 Shortcut Method... 5 Scheduled... 5 History... 5 Since You Last Logged In...

More information

Customer Guide. Don t just be good with money, be MoneyBrilliant

Customer Guide. Don t just be good with money, be MoneyBrilliant Customer Guide Welcome to MoneyBrilliant. Your Financial Partner has invited you to use the MoneyBrilliant service and to share your MoneyBrilliant information with them. They can work with you and provide

More information

Margin Direct User Guide

Margin Direct User Guide Version 2.0 xx August 2016 Legal Notices No part of this document may be copied, reproduced or translated without the prior written consent of ION Trading UK Limited. ION Trading UK Limited 2016. All Rights

More information

EMMS REALLOCATIONS USER INTERFACE GUIDE

EMMS REALLOCATIONS USER INTERFACE GUIDE EMMS REALLOCATIONS USER INTERFACE GUIDE VERSION: 3.05 DOCUMENT REF: PREPARED BY: MMSTDPD167 Information Management and Technology (IMT) DATE: 15 April 2011 Final Copyright Copyright 2011 Australian Energy

More information

POSTINGNOTICE.com It s easier this way

POSTINGNOTICE.com It s easier this way POSTINGNOTICE.com It s easier this way Getting Started Guide Revision: 1.0 FergTech FergTech, Inc. 19 Wilson Ridge Rd. Darien, CT 06820 5133 Tel: (203) 636 0101 url: www.fergtech.com Table of Contents

More information

Federal 1040 Amend Instructions:

Federal 1040 Amend Instructions: Federal 1040 Amend Instructions: If you used TurboTax Online to prepare and file your original return, follow these steps. If you used TurboTax Desktop, skip down to Desktop Customer Start Here! 1. Save

More information

RESOLV CONTAINER MANAGEMENT DESKTOP

RESOLV CONTAINER MANAGEMENT DESKTOP RESOLV CONTAINER MANAGEMENT DESKTOP USER MANUAL Version 9.2 for HANA Desktop PRESENTED BY ACHIEVE IT SOLUTIONS Copyright 2016 by Achieve IT Solutions These materials are subject to change without notice.

More information

ALLIED WALLET DIRECT 3D

ALLIED WALLET DIRECT 3D ALLIED WALLET DIRECT 3D TABLE OF CONTENTS Revision History... 1 Overview... 2 What is 3- D Secure... 2 3- D Secure Payment Authentication Flow... 2 Verify Enrollment Transactions... 3 Operation End- Point...

More information

Solar Eclipse Credit Card Authorization. Release 9.0.4

Solar Eclipse Credit Card Authorization. Release 9.0.4 Solar Eclipse Credit Card Authorization Release 9.0.4 i Table Of Contents Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents,

More information

Manual Marketers Access to the Livestock Producer Administration Database Animal Welfare Initiative - Initiative Tierwohl

Manual Marketers Access to the Livestock Producer Administration Database Animal Welfare Initiative - Initiative Tierwohl Manual Marketers Access to the Livestock Producer Administration Database Animal Welfare Initiative - Initiative Tierwohl Version 1.0 June 12, 2018 arvato Financial Solutions Contents Manual... 1 Marketers

More information

GUIDE Guide for Configure and export payment file using Bank Connector Localization for Singapore

GUIDE Guide for Configure and export payment file using Bank Connector Localization for Singapore GUIDE Guide for Configure and export payment file using Bank Connector Localization for Singapore Date: 01-Oct-2018 Contact : Support_sg@navisionapps.com Bank Connector v1.0.0.2 Contents 1. Introduction...

More information

CitiDirect Online Banking. Citi Trade Portal. User Guide for: Trade Loan

CitiDirect Online Banking. Citi Trade Portal. User Guide for: Trade Loan CitiDirect Online Banking Citi Trade Portal User Guide for: Trade Loan InfoTrade tel. 0 801 258 369 infotrade@citi.com CitiDirect Technical Assistance tel. 0 801 343 978, +48 (22) 690 15 21 Monday through

More information

The New Jersey Department of Banking and Insurance has prepared instructions to help you complete on-line reporting.

The New Jersey Department of Banking and Insurance has prepared instructions to help you complete on-line reporting. The New Jersey Department of Banking and Insurance has prepared instructions to help you complete on-line reporting. 1. Requesting access to DOBI GUDPA on-line 2. Linking your DOBI GUDPA service to your

More information

School Online Payments Parent User Guide

School Online Payments Parent User Guide School Online Payments Parent User Guide Edited for Wolf Creek Public Schools Copyright Rycor Solutions Inc. 2015 Table of Contents Table of Contents............................................. 2 Create

More information

Standard Accounts User Guide

Standard Accounts User Guide Standard Accounts User Guide v. 8.1, Windows February 2016 Table of Contents Table of Contents INTRODUCTION... 4 Installation and Starting of Standard Accounts... 4 Starting Standard Accounts for the first

More information

Global Liquidity Fund service user guide

Global Liquidity Fund service user guide Global Liquidity Fund service user guide Contents Page 1 Welcome 1 2 Using the Global Liquidity Fund service for the first time 2 3 Account maintenance 4 4 Investment Reports 7 5 Create New Investment

More information

INVESTOR360 : ADDITIONAL ASSETS

INVESTOR360 : ADDITIONAL ASSETS INVESTOR360 : ADDITIONAL ASSETS The Additional Assets section displays a list of outside assets associated with the account, such as bank accounts, loans, and credit cards, as well as assets manually entered

More information

Online and Electronic Banking Services Agreement

Online and Electronic Banking Services Agreement Online and Electronic Banking Services Agreement January 14, 2015 In this Agreement, the words "you" or "your" mean the member or business that has enrolled in Evergreen Credit Union's Online and Electronic

More information

KIM ENG SECURITIES KEHK TRADE - INTERNET TRADING PLATFORM. User Manual (English Version) Jun 2013 Edition

KIM ENG SECURITIES KEHK TRADE - INTERNET TRADING PLATFORM. User Manual (English Version) Jun 2013 Edition KIM ENG SECURITIES KEHK TRADE - INTERNET TRADING PLATFORM User Manual (English Version) Jun 2013 Edition Chapter 1 Login To access our homepage, please key in www.kimeng.com.hk as the URL address 1) Enter

More information

User guide for employers not using our system for assessment

User guide for employers not using our system for assessment For scheme administrators User guide for employers not using our system for assessment Workplace pensions CONTENTS Welcome... 6 Getting started... 8 The dashboard... 9 Import data... 10 How to import a

More information

PAYER GUIDE THE STUDENT S GUIDE TO MAKING INTERNATIONAL PAYMENTS WITH FLYWIRE FLYWIRE.COM

PAYER GUIDE THE STUDENT S GUIDE TO MAKING INTERNATIONAL PAYMENTS WITH FLYWIRE FLYWIRE.COM PAYER GUIDE THE STUDENT S GUIDE TO MAKING INTERNATIONAL PAYMENTS WITH FLYWIRE WHY PAY THROUGH FLYWIRE? Flywire allows you to pay from almost any country or bank in your home currency No bank fees or further

More information

( ) M-F 8 AM 6PM

( ) M-F 8 AM 6PM To begin your registration, visit https://my.adp.com. If you are a First Time User, click Register Now you will need the following registration code: SoGAMedCtr-ess If you have already registered, enter

More information

DTE Energy retirees: Welcome to PayFlex

DTE Energy retirees: Welcome to PayFlex DTE Energy retirees: Welcome to PayFlex You are enrolled in a Retiree Reimbursement Account (RRA). Your new RRA comes with some great tools to help you manage your account. Through the PayFlex member website,

More information

Filing a sales/use tax return via WYIFS (Wyoming Internet Filing System)

Filing a sales/use tax return via WYIFS (Wyoming Internet Filing System) Filing a sales/use tax return via WYIFS (Wyoming Internet Filing System) Contents Logging in... 2 Selecting the tax type... 3 Selecting the correct license... 4 Selecting the filing ID... 5 Completing

More information

AyersGTS (Internet) User Manual. Ayers Solutions Limited

AyersGTS (Internet) User Manual. Ayers Solutions Limited AyersGTS (Internet) User Manual By Ayers Solutions Limited Amendment History AyersGTS User Manual (Internet) v1.12.1 Version Date Details V1.0 1-Jun-04 Initial Copy V1.1 3-Aug-04 Updated Images V1.2 20-Dec-04

More information

Manual. New Flash Based Inet-net. Equity

Manual. New Flash Based Inet-net. Equity Manual New Flash Based Inet-net Pages 1 of 17 Approved By Vice President-IT Index 1. System Requirements...3 2. Installation of Flash Player..4 3. Starting procedure with Inet Application...6 3. Tabs Functionality:.

More information

Payment Center Quick Start Guide

Payment Center Quick Start Guide Payment Center Quick Start Guide Self Enrollment, Online Statements and Online Payments Bank of America Merrill Lynch August 2015 Notice to Recipient This manual contains proprietary and confidential information

More information

To create your own password, log in via the link in the second .

To create your own password, log in via the link in the second  . NOTE: In order to use the AccountChek services through the Encompass interface, your system admin has to enable AccountChek available to your company, and a login must be created for you by the AccountChek

More information

CONSUMER ONLINE BANKING AGREEMENT AND DISCLOSURE

CONSUMER ONLINE BANKING AGREEMENT AND DISCLOSURE CONSUMER ONLINE BANKING AGREEMENT AND DISCLOSURE When you log on to Jeanne D'Arc Credit Union's Consumer Online Banking service, using your Jeanne D'Arc CU ID Number and password, you agree to be bound

More information

e-auction Registration & Bidding Process Web portal for e-auction at Punjab Urban Planning & Development Authority portal https://puda.e-auctions.

e-auction Registration & Bidding Process Web portal for e-auction at Punjab Urban Planning & Development Authority portal https://puda.e-auctions. e-auction Registration & Bidding Process Web portal for e-auction at Punjab Urban Planning & Development Authority portal https://puda.e-auctions.in Sign up Bidder must required to create a login ID and

More information

Uniform Collateral Data Portal Reference Series for the Lender Admin: 1- Lender Admin Registration

Uniform Collateral Data Portal Reference Series for the Lender Admin: 1- Lender Admin Registration Uniform Collateral Data Portal Reference Series for the Lender Admin: 1- Lender Admin Registration The Government-Sponsored Enterprises (GSEs), Fannie Mae and Freddie Mac, have developed the Uniform Collateral

More information

MYOB Advanced. Release Notes

MYOB Advanced. Release Notes MYOB Advanced Release Notes 2017.1.13 Contents Introduction 1... 1 Installing this Release... 1 New Features 2 Payroll Compliance Updates... 2 Single Touch Payroll... 2 Setting up STP... 2 Submitting Data

More information

ALLEGANY CO-OP INSURANCE COMPANY. Agency Interface. Choice Connect User Guide

ALLEGANY CO-OP INSURANCE COMPANY. Agency Interface. Choice Connect User Guide ALLEGANY CO-OP INSURANCE COMPANY Agency Interface Choice Connect User Guide ALLEGANY CO-OP INSURANCE COMPANY Choice Connect User Guide Allegany Co-op Insurance Company 9 North Branch Road Cuba NY 14727

More information

Using Student Financials Self Service

Using Student Financials Self Service CHAPTER 1 Using Student Financials Self Service This chapter provides an overview of the PeopleSoft Student Financials self-service application and discusses how students can: View outstanding charges,

More information

e-ambiz USER GUIDE Version:

e-ambiz USER GUIDE Version: e-ambiz USER GUIDE Version: 02.02.2018 INTRODUCTION e-ambiz is your Online Banking facility that keeps you up to date on your company s account status. It also gives you the control you need to manage

More information

SESAM Web user guide

SESAM Web user guide SESAM Web user guide We hope this user guide will help you in your work when you are using SESAM Web. If you have any questions or input, please do not hesitate to contact our helpdesk. Helpdesk: E-mail:

More information

The Savings Bank's Online Banking Electronic Service Agreement and Disclosure

The Savings Bank's Online Banking Electronic Service Agreement and Disclosure The Savings Bank's Online Banking Electronic Service Agreement and Disclosure This Agreement between you and The Savings Bank ("TSB") governs the use of Online Banking services provided by TSB. These services

More information

RIVER CITY BANK CONSENT TO RECEIVE ELECTRONIC COMMUNICATIONS & ONLINE BANKING TERMS AND CONDITIONS. Consent to Receive Electronic Communications

RIVER CITY BANK CONSENT TO RECEIVE ELECTRONIC COMMUNICATIONS & ONLINE BANKING TERMS AND CONDITIONS. Consent to Receive Electronic Communications RIVER CITY BANK CONSENT TO RECEIVE ELECTRONIC COMMUNICATIONS & ONLINE BANKING TERMS AND CONDITIONS Consent to Receive Electronic Communications This document includes consumer disclosures required under

More information

Member Access Manual. Contents. Registration Process Logging In Making a Donation Donation History Account Information

Member Access Manual. Contents. Registration Process Logging In Making a Donation Donation History Account Information Manual Contents Registration Process Logging In Making a Donation Donation History Account Information This is the first screen you will see as a new user, and for future logins. First time users must

More information

CENTRAL SUSQUEHANNA INTERMEDIATE UNIT Application: HR/Payroll

CENTRAL SUSQUEHANNA INTERMEDIATE UNIT Application: HR/Payroll CENTRAL SUSQUEHANNA INTERMEDIATE UNIT Application: HR/Payroll Personnel Clean-up Programs Learning Guide Updated: 11/20/17 2017 Central Susquehanna Intermediate Unit, USA Page 1 Table of Contents Introduction...

More information

DRAFT-subject to change before final release

DRAFT-subject to change before final release Credit Union Accounting and Management System-ii (CAMS-ii ) Version 5.4.2 Release Notice This release notice includes new features, updates, changes, and anomalies not documented in any previous release

More information

Traders Fresh Registration. User Guide. For. Exporter of Unmanufactured Tobacco

Traders Fresh Registration. User Guide. For. Exporter of Unmanufactured Tobacco Traders Fresh Registration User Guide For Exporter of Unmanufactured Tobacco User Guide Developed by: Version: 1.0 1 P a g e Contents 1. INTRODUCTION... 3 2. PRE-REQUISITES... 4 2.1. Connectivity:... 4

More information

Internet procedure to notify Final Terms

Internet procedure to notify Final Terms Internet procedure to notify Final Terms referred to prospectuses approved by the competent authority of a EU member State concerning operations to be performed in Italy as host member State and regarding

More information

Bibit Administrative Manual

Bibit Administrative Manual Bibit Administrative Manual Pre Release Version 1.0.2 February 2003 Jan-Willem Aarts Table of content 1 About this Manual 3 1.1 Intended Audience 3 1.2 Feedback 3 1.3 Terminology 3 2 Overview of the payment

More information

Microsoft Dynamics GP. Receivables Management

Microsoft Dynamics GP. Receivables Management Microsoft Dynamics GP Receivables Management Copyright Copyright 2012 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,

More information

Money Management (MX) Frequently Asked Question s

Money Management (MX) Frequently Asked Question s Money Management (MX) Frequently Asked Question s Account Maintenance How do I get rid of duplicate accounts? How do I permanently delete an account? How do I hide/exclude an account? How do I rename my

More information

MUNSOFT 5.2 INCOME: SUNDRY DEBTORS MANUAL. Y Walters B.Sc. (Math Science) Hons

MUNSOFT 5.2 INCOME: SUNDRY DEBTORS MANUAL. Y Walters B.Sc. (Math Science) Hons MUNSOFT 5.2 INCOME: SUNDRY DEBTORS MANUAL 1 Y Walters B.Sc. (Math Science) Hons SUNDRY DEBTORS... 4 Enquiries... 4 Sundry Enquiries... 4 Account Search... 5 Master Files... 6 Account Master... 6 Account

More information

KANSAS CITY SYSTEM UPGRADE GUIDE

KANSAS CITY SYSTEM UPGRADE GUIDE KANSAS CITY SYSTEM UPGRADE GUIDE Page 1 SYSTEM UPGRADE GUIDE Member FDIC SYSTEM UPGRADE First Business Bank in Kansas City is upgrading its core banking system. This change will start at 5:00 pm CST on

More information

QUICK TIP: Download a Quick Reference Guide from the Resource Center to help you use the PayFlex member website.

QUICK TIP: Download a Quick Reference Guide from the Resource Center to help you use the PayFlex member website. [Date] Dear DTE Energy Retiree, It s our pleasure to welcome you to PayFlex! You re enrolled in a Retiree Reimbursement Account (RRA). Your RRA comes with some great tools to help you manage your account.

More information