ideal Integrated PHP

Size: px
Start display at page:

Download "ideal Integrated PHP"

Transcription

1 ideal Integrated PHP Shop Integration Guide composed by: version 1.7, Aug 2011 Copyright 2006, ABN AMRO Bank

2 Contents Contents Introduction Signup process ideal overview Integration modules Installation Prerequisites Global configuration Security configuration Transactions Directory request Transaction request Customer Redirect Status request Error handling APPENDIX A: Data catalogue Copyright 2006, ABN AMRO Bank, version 1.7, Aug 2011 Page 2 of 15

3 1 Introduction This document intends to help software developers integrate the ideal payment method into their PHP webshop(s). This document describes the ideal Integrated PHP integration method and offers installation instructions and example code. Before you start, please note the following: - This document is only applicable to ideal Integrated PHP. If you have signed up for ideal via a Payment Service Provider (PSP), no integration effort is necessary. Instructions for ideal Hosted, the less complex (and less flexible) integration method, can be downloaded from the ideal Dashboard. - Your public key needs to be uploaded twice: once on the integration platform and once on the production platform (see signup process in Chapter 2). You may use different certificates if you want. - The merchant has a 'collection duty' with respect to the status of every ideal transaction. See Chapter for more information. - Requirements regarding the presentation of ideal on your website can be found on - For questions or suggestions please contact ABN AMRO by using the service ticket functionality in the ideal Dashboard (menu item: Tickets ). Copyright 2006, ABN AMRO Bank, version 1.7, Aug 2011 Page 3 of 15

4 2 Signup process Table 1 describes the complete signup process for ideal. The process is illustrated in Figure 1. Figure 1: ABN AMRO ideal signup process Step Description Explanation 1 Registration username / password 2 address verification The merchant registers username, password and address at An activation link will be send to the address that was provided in step 1. The merchant verifies this address by clicking on the hyperlink in the e- mail. 3 Fill in ideal application The merchant logs on for the first time and completes the application for ideal by providing company details, contact details and the preferred integration Copyright 2006, ABN AMRO Bank, version 1.7, Aug 2011 Page 4 of 15

5 Step Description Explanation form method. 4 Verify application ABN AMRO Bank verifies the application of the merchant. 5 Send contract After positive verification ABN AMRO Bank sends out the contract to the merchant by Upload certificate and perform test transactions After receiving the contract by (Step 5), the merchant can immediately start with embedding ideal in the webshop. When ideal is integrated, the merchant has to perform 7 mandatory test transactions. Please note the following in order to be able to complete these tests: The merchant has to logon to the test environment, using the same logon credentials as the production environment. The test environment can be reached via - Here the merchant has to upload the self-generated public key that will be used to decrypt the electronic signatures in all outgoing messages. - Next, the merchant has to perform 7 mandatory test transactions: 1 directory request and 6 ideal transactions (all sent to the test environment URLs, see APPENDIX A: Data catalogue). The results can be triggered by sending in different transaction amounts and have to be checked by the merchant: o Transaction with amount = 100: result Success o Transaction with amount = 200: result Cancelled o Transaction with amount = 300: result Expired o Transaction with amount = 400: result Open o Transaction with amount = 500: result Failure o Transaction with amount = 700: result SE2700 (Invalid electronic signature / Ongeldige digitale handtekening) - When these transactions are completed the results are transferred to (and can be found on) the production environment. The results are transferred 20 minutes after the last test transaction is successfully completed. N.B. Step 6.1 and 6.2 can be completed separately. 6.2 Sign and return contract (in twofold) to ABN AMRO Bank The merchant signs the contract returns it to the ideal service desk in twofold. Contact details of ABN AMRO Bank are provided in the that is sent to the merchant by in step 5. N.B. Step 6.1 and 6.2 can be completed separately. 7 Verify contract and test transactions 8 Upload certificate and activate ideal ABN AMRO Bank verifies the contract and test transactions and updates the signup status. The merchant logs on to the production environment to upload the self-generated public key and activate ideal. Table 1: ABN AMRO ideal signup process Copyright 2006, ABN AMRO Bank, version 1.7, Aug 2011 Page 5 of 15

6 3 ideal overview Consumers who already use an Internet banking product from a bank which offers ideal will in principle be able to make payments using ideal. The steps needed to complete a payment will be presented to the consumer in successive screens. For an online demo of ideal, please visit The ideal system is built up from bilateral relationships based on the 'four-party' model. Figure 2 shows the four parties in this model and their mutual primary relationships in the context of ideal: - Acquirer-Merchant: The merchant maintains an account with the acquirer. This account is used for crediting in ideal. The acquirer offers the merchant the possibility of accepting ideal payments from consumers. They exchange messages to this end. - Issuer-Acquirer: The issuer and acquirer have a banking relationship. They effect mutual transfers and process these in their accounting records. They exchange messages in the context of ideal. - Issuer-Consumer: The consumer maintains an account with the issuer. This account is used for the debiting in ideal. The issuer offers the consumer the possibility of making ideal payments to merchants based on the issuer s Internet banking product. - Consumer-Merchant: The consumer makes purchases from the merchant, who delivers these purchases after payment. Figure 2: 'Four parties model The ideal protocols comprise (request/response) XML messages and browser redirects which initiate and process a transaction in a particular sequence, with all parties involved being informed on the status of the transaction. This document describes three requests that are part of the ideal message protocols: - Directory request: The Directory request allows a merchant to fetch a list from his acquirer of issuers affiliated to the acquirer. This information can be used to compile an issuer list from which the consumer can select a bank. - Payment request: The Payment request enables a merchant to submit a transaction to his acquirer in order to have it approved at the consumer's issuing bank by the consumer who initiated the transaction. Copyright 2006, ABN AMRO Bank, version 1.7, Aug 2011 Page 6 of 15

7 - Status request: the Status request enables the merchant to retrieve the (guaranteed) status of a transaction from an issuer (via the acquirer). 3.1 Integration modules ABN AMRO Bank offers one integration module: ideal Integrated. When embedded in the webshop, ideal Integrated enables the merchant to (automatically) perform Directory Requests, Payment Requests and Status Requests. ideal Integrated is the most flexible solution, offering the complete transaction in the merchants own look&feel and the ability to automatically retrieve a guaranteed transaction status. ideal Integrated Payment process in webshop look&feel Automated retrieval of guaranteed transaction status Technical skills required Security PHP, Asp.NET or Java SHA1_RSA (OpenSSL required on webserver) Table 2: ABN AMRO integration module feature Figure 3: Functional overview of ideal Hosted and ideal Integrated. IDEAL Hosted is currently not available for new clients. Copyright 2006, ABN AMRO Bank, version 1.7, Aug 2011 Page 7 of 15

8 4 Installation This chapter describes all the steps necessary to install and configure ideal Integrated PHP (in this document also referred to as thinmpi). 4.1 Prerequisites - PHP capable web server like Apache or IIS - PHP Version OpenSSL-module Outgoing Internet access to connect to the acquirer on https-port 443 (SSL) - Public key of ABN AMRO Bank (included) - Your merchantid - Access permissions (at least reading permissions) for all files To install PHP and the OpenSSL-module for PHP see also and If you compile PHP yourself, the SSL library must be included. Please verify using phpinfo(). 4.2 Global configuration The parameters below needs to be set in the configuration file config.conf. It is recommended to rename this file (and related code) to config.conf.php for security purposes. See APPENDIX A: Data catalogue for a description of these parameters. Security related entries are explained in the following paragraph. - merchantid - merchantreturnurl - description - entrancecode The variables description and entrancecode are optional. It is recommended to set these variables dynamically. Copyright 2006, ABN AMRO Bank, version 1.7, Aug 2011 Page 8 of 15

9 4.3 Security configuration The following steps have to be completed, in order to create a private/public key: 1. Download the openssl library to your computer ( There are a number of binaries for different operating systems available (see for more info about the certificate request and the certificate generating utility). 2. Generate a RSA private key using a self-chosen password for [privatekeypass] (without the brackets): openssl genrsa -des3 out priv.pem -passout pass:[privatekeypass] Create a new Certificate based on this private key (using the same password): openssl req -x509 -new -key priv.pem -passin pass:[privatekeypass] -days out cert.cer 4. Copy the private key and the certificate file into the directory security\ 5. Edit the following entries in the configuration file config.conf, using the data from the steps 2 and 3 above (see also APPENDIX A: Data catalogue) - privatekey - privatekeypass - privatecert The public certificate entry certificate0 does not need to be modified. This entry holds the public certificate of the acquirer for message authentication and is included by default. If a new public certificate is received from the acquirer, a new entry needs to be added for this (and every next) certificate. To add a new acquirer public certificate, edit the configuration file config.conf and add the certificate as follows: certificate0=<filename of default certificate> certificate1=<filename of new certificate> etc. Copyright 2006, ABN AMRO Bank, version 1.7, Aug 2011 Page 9 of 15

10 5 Transactions This chapter describes the three ideal requests: - Directory request - Transaction request - Status request This chapter uses the example code to explain these three protocols. Each request is implemented in three separate example files: DirReq.php, TransReq.php and StatReq.php respectively. 5.1 Directory request The file DirReq.php shows a (very simple) webshop in which the user can select some products. By opening the file DirReq.php a Directory Request is automatically processed. This means that the most up-to-date list of ideal Issuers is requested from the acquirer. The select box below the orderform is populated with the results of the Directory Request. N.B. The directory request has to be executed only once a day. The following is done in DirReq.php to perform a Directory Request. 1. Create a DirectoryRequest object: $data = & new DirectoryRequest(); 2. Set parameters (obtain from the configuration file config.conf). 3. Create an instance of thinmpi: $rule = new thinmpi(); 4. Process the request using this instance: $result = $rule->processrequest($data); Copyright 2006, ABN AMRO Bank, version 1.7, Aug 2011 Page 10 of 15

11 Check the file DirReq.php to see how the result is handled to populate the select box 1. After the user clicks the Order-button the form is posted to the file TransReq.php. 5.2 Transaction request The file TransReq.php performs a Transaction Request based on the values it receives from DirReq.php. The process of performing a Transaction Request is very similar to performing a Directory Request: 1. Create Request object (AcquirerTrxRequest in this case) 2. Set parameters (obtain from the configuration file config.conf and from DirReq.php 2 ). 3. Create an instance of thinmpi 4. Process the request using this instance 5. Check and handle the result 5.3 Customer Redirect After the Transaction Request the customer is redirected to the issuer. The URL of the issuer is provided in the response of the Transaction Request. It can be retrieved from the result of ProcessRequest() with the function getissuerauthenticationurl(): //Get IssuerURL en decode it $ISSURL = $result->getissuerauthenticationurl(); $ISSURL = html_entity_decode($issurl); //Redirect the browser to the issuer URL header("location: $ISSURL"); exit(); 1 Please note that the demoshop performs a Directory Request every time a user accesses DirReq.php. This is not mandatory, because the list of ideal issuers does not change very often. It is also allowed to perform the directory request periodically and store the list on your system. 2 Please note that on the integration (test) environment the parameter amount determines the result of the transaction. Use amount=100 to simulate a successful transaction. See Chapter 2 (Step 6.1) for more information. Copyright 2006, ABN AMRO Bank, version 1.7, Aug 2011 Page 11 of 15

12 5.4 Status request After the transaction the customer is redirected back to the merchantreturnurl. To perform the mandatory (!) Status Request the steps below have to be completed. Read everything about the so-called collection duty in the next paragraph. 1. Create Request object (AcquirerStatusRequest in this case) 2. Set parameters (obtain from the configuration file config.conf and from TransReq.php). 3. Create instance of thinmpi 4. Process the request using this instance 5. Check and handle the result Collection duty The merchant has a 'collection duty' regarding the status of the transaction. By performing the Status request (and successfully receiving a status unequal to open, see 5.4.2), the merchant complies with this duty. Even if the customer is NOT redirected back to the merchantreturnurl (e.g. because the customer closes the browser window), the merchant must actively perform a Status Request. This can be done via the ideal Dashboard (Payments\Details\Status Request-button) or by performing a Status Request automatically when the time set by the parameter expirationperiod has expired. Especially for virtual content the latter is a necessity 3. N.B. The status request, to get the result of the transaction to see if a transaction has been completed successfully, has to be executed only for a limited number of times. One can start the status request approximately 3, 5 or 10 minutes after the consumer returned to the web shop. If the attempt failed a second status request shortly after the expiring time (keep always some seconds between the official communicated expiring time and the time to obtain the status response). In case there is still no response one can do the status request every hour. 3 Example: a merchant sells concert tickets and reserves these tickets for a period of 10 minutes. Within this period a consumer has to make the purchase. If not, the tickets are released for other consumers. Suppose a consumer wants to buy a concert ticket and selects ideal as his method of payment. The merchant has set the expirationperiod to PT5M, which gives the consumer 5 minutes to pay for the ticket. The consumer pays for the ticket within 3 minutes, but closes the browser window before being redirected to the merchantreturnurl. Because the consumer is not redirected back to the merchantreturnurl the Status Request will not be carried out. For this specific situation (virtual content; reservation system; unknown Transaction.status) it is very important to perform the Status Request right after the expirationperiod. Otherwise this ticket will be released for other consumers (after 10 minutes), despite the fact that the consumer did pay for it via ideal. Copyright 2006, ABN AMRO Bank, version 1.7, Aug 2011 Page 12 of 15

13 5.4.2 Transaction status The following values for Transaction.status are defined in the ideal standard: - Open: payment not yet completed, expirationperiod not expired; - Expired: payment not completed; expirationperiod expired; - Success: payment completed and guaranteed by bank of consumer; - Cancelled: payment cancelled by consumer; - Failure: payment not completed (e.g. because of insufficient balance). 5.5 Error handling When an Error Response is returned instead of a normal response the error is handled by the function isok(). By calling the function isok() on the result of ProcessRequest() you can check if an ErrorRes is received. If so, the function geterrormessage() returns a description of the error. For example (from DirReq.php): if(!$result->isok()) { $Msg = $result->geterrormessage(); print("$msg<br>"); } In the case of an error response, the merchant is obliged to communicate the value of the parameter consumermessage to the consumer (in the browser window). Copyright 2006, ABN AMRO Bank, version 1.7, Aug 2011 Page 13 of 15

14 APPENDIX A: Data catalogue Parameter Format Description issuerid PN..4 ID of the issuer that the user has selected merchantid PN..9 ID that identifies the merchant (you) subid N..max6 Set to 0 unless you have specific reasons not to authenticationtype AN..max40 Set to SHA1_RSA merchantreturnurl AN..max512 URL on the merchants system (your system) that the customer is redirected to after the payment. N.B. This page should perform the status request (!) purchaseid AN..max16 Order number from the merchant s system (your system) amount N..max12 Total amount for the order currency A..3 Set to EUR N.B. Please note that on the test environment the parameter amount determines the result of the transaction. See Chapter 2 for more information. expirationperiod RDT Timeframe during which the transaction is allowed to take place. Notation PnYnMnDTnHnMnS, where every n indicates the number of years, months, days, hours, minutes and seconds respectively. E.g. PT1H indicates an expiration period of 1 hour. PT3M30S indicates a period of 3 and a half minutes. Maximum allowed is PT1H; minimum allowed is PT1M. language CL..2 Set to nl unless you have specific reasons not to description AN..max32 Description of the order entrancecode ANS..max40 entrancecode is set by the merchant (e.g. order number or a session-code) and used as an 'authentication' to facilitate continuation of the session between merchant and consumer. It enables the merchant to recognize the consumer associated with a (completed) transaction. entrancecode is sent to the merchant in the HTTP(S) GET to the merchantreturnurl for this. acquirerurl n/a The URL where the Directory, Transaction and Status Requests have to be send to. Integration (test) environment: Production environment: Format AN ANS N PN Explanation Alphanumeric, free text Alphanumeric strict (only and abc..) Numeric Numerical (padded), the contents are extended to the maximum length by trailing zeros..23 Maximum amount of characters. CL RDT Code list Relative datetime field: PnYnMnDTnHnMnS Copyright 2006, ABN AMRO Bank, version 1.7, Aug 2011 Page 14 of 15

15 Security related parameters: Parameter Description privatekey n/a RSA private key generated by merchant (you) privatekeypass n/a Password used to generate Certificate based on privatekey privatecert n/a Certificate generated with privatekeypass and privatekey certificate0 n/a Default public certificate from acquirer (included). This key is used by the thinmpi to decrypt the response of the Status Request (containing the guaranteed status of a transaction). Copyright 2006, ABN AMRO Bank, version 1.7, Aug 2011 Page 15 of 15

ideal Merchant Integration Guide

ideal Merchant Integration Guide ideal Merchant Integration Guide Version 3.3.1 (November 2012 II) November 2012 Currence Copyright Currence ideal B.V. Terms and conditions Terms and conditions for provision of the ideal Merchant Integration

More information

ideal QR - Merchant Implementation Guidelines (EN)

ideal QR - Merchant Implementation Guidelines (EN) ideal QR - Merchant Implementation Guidelines (EN) Version: 1.5 Date: 19-02-2018 Copyright Currence ideal B.V. All rights reserved. Page 1 of 16 Versions... version Adjustments 1.0 First version for extended

More information

Quick Start Guide Access Online. Maintenance. July 2017 To configure the application before usage and all necessary settings in clear steps.

Quick Start Guide Access Online. Maintenance. July 2017 To configure the application before usage and all necessary settings in clear steps. Quick Start Guide Access Online Maintenance July 2017 To configure the application before usage and all necessary settings in clear steps. General To use the payment and/or reporting module of Access Online

More information

Access Online. Navigation Basics. User Guide. Version 2.2 Cardholder and Program Administrator

Access Online. Navigation Basics. User Guide. Version 2.2 Cardholder and Program Administrator Access Online Navigation Basics User Guide Version 2.2 Cardholder and Program Administrator Contents Introduction... 1 Access Online Overview... 2 How We Gather and Manage Transaction Data in Access Online...

More information

e Link Technical Specification Valid from 1 st of January, 2018

e Link Technical Specification Valid from 1 st of January, 2018 e Link Technical Specification Valid from 1 st of January, 2018 1. General information Client (Merchant) SEB banka s Client who signed e Link agreement with the Bank. Bank AS SEB banka. User SEB Internet

More information

SSL, Credit Card Transactions. CS174 Chris Pollett Nov. 5, 2007.

SSL, Credit Card Transactions. CS174 Chris Pollett Nov. 5, 2007. SSL, Credit Card Transactions CS174 Chris Pollett Nov. 5, 2007. Outline HTTPS and the Secure Socket Layer Credit Card Transactions HTTPS and the Secure Socket Layer When we use HTTP to browse the web,

More information

Magento Extension User Guide: Web Services Version 3.6.1

Magento Extension User Guide: Web Services Version 3.6.1 Version 3.6.1 This document explains how to install the official Secure Trading extension on your Magento store. Published: 3 August 2017 Table of Contents 1 Introduction... 3 1.1 Features... 3 1.2 Requirements...

More information

Integration Guide. Rabo OmniKassa

Integration Guide. Rabo OmniKassa Integration Guide Rabo OmniKassa Contents 1. INTRODUCTION... 4 2. WHAT YOU NEED TO KNOW ABOUT THE RABO OMNIKASSA... 5 2.0 INTEGRATING RABO OMNIKASSA AND THE WEBSHOP... 5 2.1 SECURITY... 5 2.2 SECRET KEY...

More information

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.2

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.2 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 Dynamics CRM Plug-in Installation... 2 Plug-in Configuration... 5 Dynamics CRM Configuration

More information

PayPlug. The payment solution that increases your sales PAYPLUG EXTENSION FOR MAGENTO V1

PayPlug. The payment solution that increases your sales PAYPLUG EXTENSION FOR MAGENTO V1 PAYPLUG EXTENSION FOR MAGENTO V1 TABLE OF CONTENTS 1. INTRODUCTION..3 2. CONFIGURATION 4 2.1. CONNECT... 2.2. SETTINGS..5 2.3. PAYMENT PAGE..6 2.4. DISPLAY/HIDE PAYPLUG. 3. PAYMENT PAGE.6 3.1. REDIRECT.7

More information

Manual ideal Professional

Manual ideal Professional Manual ideal Professional Version August 2018 Rabobank Nederland Manual ideal Professional August 2018 Version 1.1 1 Table of Contents Table of Contents... 2 Introduction... 4 Module 1. Description of

More information

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.1

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.1 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 Dynamics CRM Plug-in Installation... 2 Plug-in Configuration... 5 Dynamics CRM Configuration

More information

Integration Guide. Rabo OmniKassa

Integration Guide. Rabo OmniKassa C Integration Guide Rabo OmniKassa Contents 1. INTRODUCTION... 4 2. WHAT YOU NEED TO KNOW ABOUT THE RABO OMNIKASSA... 5 2.1 INTEGRATING RABO OMNIKASSA AND THE WEBSHOP... 5 2.2 SECURITY... 5 2.3 SECRET

More information

ALDI. Contractor Management System. User Guide for registering your company

ALDI. Contractor Management System. User Guide for registering your company ALDI Contractor Management System User Guide for registering your company Table of Contents Registering as a User 3 Recovering your Password 7 Registering your Businsess 11 Annual Subscription 17 Uploading

More information

INTRODUCTION MERCHANT INTEGRATION. Ha noi, 14/06/2015 INTRODUCTION MERCHANT INTEGRATION 1

INTRODUCTION MERCHANT INTEGRATION. Ha noi, 14/06/2015 INTRODUCTION MERCHANT INTEGRATION 1 INTRODUCTION MERCHANT INTEGRATION Ha noi, 14/06/2015 INTRODUCTION MERCHANT INTEGRATION 1 Contents 1. PURPOSE... 3 2. INTEGRATION... 4 2.1 Integrate payment gateway... 4 2.2 Parameters request to OnePAY...

More information

daa isupplier User Guide

daa isupplier User Guide daa isupplier User Guide December 2017 Contents Prerequisites... 3 Introduction... 4 1.1 Registration... 6 1.2 Login... 6 1.3 Basic Overview of the isupplier Portal Homepage... 7 1.4 Purchase Order Acceptance

More information

MOBILE INTERNET BANK MANUAL

MOBILE INTERNET BANK MANUAL MOBILE INTERNET BANK MANUAL www.blueorangebank.com Approved on 29.05.2018 Valid as of 29.05.2018 B2.1/C7-1073/10 CONTENTS Terms and Definitions...3 1. General Description of the Mobile Internet Bank...3

More information

SEEM4540 Open Systems for E-Commerce Lecture 03 Internet Security

SEEM4540 Open Systems for E-Commerce Lecture 03 Internet Security SEEM4540 Open Systems for E-Commerce Lecture 03 Internet Security Consider 2. Based on DNS, identified the IP address of www.cuhk.edu.hk is 137.189.11.73. 1. Go to http://www.cuhk.edu.hk 3. Forward the

More information

Using the Telstra T-Suite Management Console. Customer Administrator s Reference Manual

Using the Telstra T-Suite Management Console. Customer Administrator s Reference Manual Using the Telstra T-Suite Management Console Customer Administrator s Reference Manual June 2011 Registering With TMC Notice Pivot Path is a registered trademark of Jamcracker, Inc. Registered trademark

More information

AVAYA LEARNING CENTER END USER GUIDE. Avaya Learning Virtual Campus License Registration Guidelines

AVAYA LEARNING CENTER END USER GUIDE. Avaya Learning Virtual Campus License Registration Guidelines AVAYA LEARNING CENTER END USER GUIDE Avaya Learning Virtual Campus License Registration Guidelines 1 Avaya Learning Virtual Campus License Registration Guide November 2015 ENROLLMENT REGISTRATION PROCESS

More information

Click E Money Laravel Application

Click E Money Laravel Application Click E Money Laravel Application Member User Manual Version 1.0 2016 Click E Money All Rights Reserved. Member Panel User guide: Authentication & Registration: Member sign-in Forgot your password Member

More information

AutomationDirect.com Order Import Feature

AutomationDirect.com Order Import Feature AutomationDirect.com Order Import Feature This document describes the requirements to upload a CSV or XML format order file from your system into our AutomationDirect.com E-commerce system to create an

More information

More Security, SSL, Credit Card Transactions. CS174 Chris Pollett Nov. 10, 2008.

More Security, SSL, Credit Card Transactions. CS174 Chris Pollett Nov. 10, 2008. More Security, SSL, Credit Card Transactions CS174 Chris Pollett Nov. 10, 2008. Outline Inclusion Attacks SQL Injection Attacks HTTPs Credit Card Transactions Inclusion Attacks One lazy way to control

More information

1 Virtual Terminal Quick Reference Guide. Virtual Terminal Quick Reference Guide. Getting Started

1 Virtual Terminal Quick Reference Guide. Virtual Terminal Quick Reference Guide. Getting Started 1 Virtual Terminal Quick Reference Guide Virtual Terminal Quick Reference Guide Getting Started 2 Virtual Terminal Quick Reference Guide What you need Internet enabled laptop or computer Virtual Terminal

More information

OKPAY guides INTEGRATION OVERVIEW

OKPAY guides INTEGRATION OVERVIEW Название раздела OKPAY guides www.okpay.com INTEGRATION OVERVIEW 2012 Contents INTEGRATION OVERVIEW GUIDE Contents 1. Payment System Integration 2. OKPAY Integration Types 2.1. Basic Payment Links and

More information

Vingd API for PHP Documentation

Vingd API for PHP Documentation Vingd API for PHP Documentation Release 1.7 Radomir Stevanovic, Vingd Inc. Jul 17, 2017 Contents 1 Vingd 3 1.1 Vingd API for PHP.......................................... 3 1.2 Installation..............................................

More information

API DOCUMENTATION SEPA MANDATE PROCESSING VIA INCASSOMACHTIGEN V.2.4

API DOCUMENTATION SEPA MANDATE PROCESSING VIA INCASSOMACHTIGEN V.2.4 API DOCUMENTATION SEPA MANDATE PROCESSING VIA INCASSOMACHTIGEN V.2.4 1 CONTENTS 1. Processing mandates via Incassomachtigen... 3 1.1. DirectoryRequest... 4 1.2. NewMandateRequest... 6 1.3. StatusRequest...

More information

Get Qualified User Manual

Get Qualified User Manual MALTA ENTERPRISE Get Qualified User Manual Student Guide Contents 1. Logon... 3 2. Registration... 3 3. Profile... 3 Ongoing Applications... 3 Editing your profile... 4 Profile... 4 Account... 4 Password...

More information

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.2

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.2 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation & Configuration... 2 Dynamics CRM Plug-in Installation... 2 Joomla Manual Plug-in installation...

More information

Sterling Virtual Terminal. User Guide

Sterling Virtual Terminal. User Guide Sterling Virtual Terminal User Guide Version 3.1.00 August 2015 Chapter 1: Getting started Table of Contents USER GUIDE... 1 CHAPTER 1: GETTING STARTED... 5 SYSTEM REQUIREMENTS... 5 STERLING VIRTUAL TERMINAL

More information

SEGPAY WooCommerce Plugin SETUP

SEGPAY WooCommerce Plugin SETUP SEGPAY WooCommerce Plugin SETUP Client Documentation Version 1.1 May 11, 2017 Table of Contents Version Tracking... 3 Summary... 4 Pre-Installation Checklist... 4 Plugin Installation... 5 Testing... 9

More information

Merchant e-solutions Payment Acceptance User Guide for Magento version 2.x ( M2 )

Merchant e-solutions Payment Acceptance User Guide for Magento version 2.x ( M2 ) Merchant e-solutions Payment Acceptance User Guide for Magento version 2.x ( M2 ) Step-by-step guidance for setup and use of the Payment Acceptance extension for Magento 1 Table of Contents Key Contacts...

More information

Configuring SSL. SSL Overview CHAPTER

Configuring SSL. SSL Overview CHAPTER 7 CHAPTER This topic describes the steps required to configure your ACE appliance as a virtual Secure Sockets Layer (SSL) server for SSL initiation or termination. The topics included in this section are:

More information

ISS Facility Services

ISS Facility Services ISS Facility Services Contractor Management System User Guide for Companies Table of Contents Registering as a User 3 Recovering your Password 7 Registering your Businsess 11 Annual Subscription 17 Uploading

More information

2013 Eon Technologies. 24 Banking Business U S E R G U I D E

2013 Eon Technologies. 24 Banking Business U S E R G U I D E 24 Banking Business U S E R G U I D E CONFIDENTIALITY STATEMENT All materials on this document are protected as the copyrights, trademarks and/ or other intellectual properties owned by BCR Chisinau S.A.,

More information

Integration Guide. PingFederate SAML Integration Guide (SP-Initiated Workflow)

Integration Guide. PingFederate SAML Integration Guide (SP-Initiated Workflow) Integration Guide PingFederate SAML Integration Guide (SP-Initiated Workflow) Copyright Information 2018. SecureAuth is a registered trademark of SecureAuth Corporation. SecureAuth s IdP software, appliances,

More information

Using ANM With Virtual Data Centers

Using ANM With Virtual Data Centers APPENDIXB Date: 3/8/10 This appendix describes how to integrate ANM with VMware vcenter Server, which is a third-party product for creating and managing virtual data centers. Using VMware vsphere Client,

More information

Merchant Portal User Guide

Merchant Portal User Guide Merchant Portal User Guide TABLE OF CONTENTS Accessing the Click Merchant Portal... 3 Virtual Terminal... 4 Single Entry (Merchant Enters Card Details)... 5 Payment Using Collected Card Details... 5 Payment

More information

QuickBooks Payments For WooCommerce : Introduction: Installation: Requirements:

QuickBooks Payments For WooCommerce : Introduction: Installation: Requirements: QuickBooks Payments For WooCommerce : Introduction: QuickBooks Payments For WooCommerce provides an easier, cost effective and simple alternative for a small business for accepting credit cards. Customers

More information

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 1.2.1

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 1.2.1 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 Dynamics CRM Plug-in Installation... 2 WordPress Manual Plug-in installation... 5 Plug-in

More information

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.0

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation & Configuration... 2 Dynamics CRM Plug-in Installation... 2 Joomla Manual Plug-in installation...

More information

X-Payments:FAQ. X-Payments user manual

X-Payments:FAQ. X-Payments user manual X-Payments:FAQ X-Payments user manual 1. X-Payments:General information How It Works Key features 2. What's New What's New in X-Payments 3.1 What's New in X-Payments 3.0 3. System requirements System requirements

More information

How to configure the LuxCloud WHMCS plugin (version 2+) Version: 2.2

How to configure the LuxCloud WHMCS plugin (version 2+) Version: 2.2 èè How to configure the LuxCloud WHMCS plugin (version 2+) Update: 16-09-2015 Version: 2.2 Table of Contents 1. General overview... 2 1.1. Installing the plugin... 2 1.2. Testing the plugin with the trial

More information

Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud

Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud Description ProcessMaker is an easy-to-use, open source workflow automation and Business Process Management platform, designed so Business

More information

Bitnami ez Publish for Huawei Enterprise Cloud

Bitnami ez Publish for Huawei Enterprise Cloud Bitnami ez Publish for Huawei Enterprise Cloud Description ez Publish is an Enterprise Content Management platform with an easy to use Web Content Management System. It includes role-based multi-user access,

More information

Bitnami Coppermine for Huawei Enterprise Cloud

Bitnami Coppermine for Huawei Enterprise Cloud Bitnami Coppermine for Huawei Enterprise Cloud Description Coppermine is a multi-purpose, full-featured web picture gallery. It includes user management, private galleries, automatic thumbnail creation,

More information

Merchant e-solutions Payment Acceptance User Guide for Magento (M1)

Merchant e-solutions Payment Acceptance User Guide for Magento (M1) Merchant e-solutions Payment Acceptance User Guide for Magento (M1) Step-by-step guidance for setup and use of the Payment Acceptance extension for Magento 1 Table of Contents Key Contacts... 3 Extension

More information

Contents. SSL-Based Services: HTTPS and FTPS 2. Generating A Certificate 2. Creating A Self-Signed Certificate 3. Obtaining A Signed Certificate 4

Contents. SSL-Based Services: HTTPS and FTPS 2. Generating A Certificate 2. Creating A Self-Signed Certificate 3. Obtaining A Signed Certificate 4 Contents SSL-Based Services: HTTPS and FTPS 2 Generating A Certificate 2 Creating A Self-Signed Certificate 3 Obtaining A Signed Certificate 4 Enabling Secure Services 5 A Note About Ports 5 Connecting

More information

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for DotNetNuke TABLE OF CONTENTS. Version: 1.2.1

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for DotNetNuke TABLE OF CONTENTS. Version: 1.2.1 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation & Configuration... 2 Dynamics CRM Plug-in Installation... 2 DotNetNuke Manual Plug-in Installation...

More information

Merchant Administration User Guide

Merchant Administration User Guide Merchant Administration User Guide For MasterCard Payment Gateway Version 6.8 09 March 2017 Notices Following are policies pertaining to proprietary rights and trademarks. Proprietary Rights The information

More information

GLOBAL TRANSPORT VT & BATCH SOLUTION

GLOBAL TRANSPORT VT & BATCH SOLUTION GLOBAL TRANSPORT VT & BATCH SOLUTION USER GUIDE VERSION 17.2 NOVEMBER Global Payments Inc. 10 Glenlake Parkway, North Tower Atlanta, GA 30328-3447 COPYRIGHT 2007- GLOBAL PAYMENTS INC. ALL RIGHTS RESERVED.

More information

1 Copyright FATbit Technologies. All Rights Reserved.

1 Copyright FATbit Technologies. All Rights Reserved. Contents 1.0 Affiliate Module... 2 1.1 Registration... 3 2.0 Sharing... 5 3.0 Profile... 5 3.1 My Account... 6 3.1.1 My Account... 6 3.1.2 Payment Information... 8 3.2 My Credits... 9 3.3 Change Password...

More information

In order to install mypos Checkout plugin please follow the steps below:

In order to install mypos Checkout plugin please follow the steps below: Installation In order to install mypos Checkout plugin please follow the steps below: 1. Sign in to your Magento Admin Panel. 2. From the admin menu, go to System > Magento connect > Magento Connect Manager.

More information

Nelnet Enterprise Student Account Online Billing and Payment System. Undergraduate Student User Guide

Nelnet Enterprise Student Account Online Billing and Payment System. Undergraduate Student User Guide Nelnet Enterprise Student Account Online Billing and Payment System Undergraduate Student User Guide Student Access You may access Nelnet Enterprise by logging on to your Secure Hollins HIS account at

More information

Bitnami Pimcore for Huawei Enterprise Cloud

Bitnami Pimcore for Huawei Enterprise Cloud Bitnami Pimcore for Huawei Enterprise Cloud Description Pimcore is the open source platform for managing digital experiences. It is the consolidated platform for web content management, product information

More information

Microsoft Dynamics CRM Integration with Remote Support

Microsoft Dynamics CRM Integration with Remote Support Microsoft Dynamics CRM Integration with Remote Support 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property

More information

Automation Anywhere Enterprise 10 LTS

Automation Anywhere Enterprise 10 LTS Automation Anywhere Enterprise 10 LTS Document Version: 1.3 Installation Guide Date of Publication: 15 th November, 2016 Update(s) to this document edition: Table of Contents 1. Client Prerequisites Processor

More information

Integration Guide. SafeNet Authentication Manager. Using SAM as an Identity Provider for PingFederate

Integration Guide. SafeNet Authentication Manager. Using SAM as an Identity Provider for PingFederate SafeNet Authentication Manager Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

Administrator Guide. Regions itreasury. Administrator Guide

Administrator Guide. Regions itreasury. Administrator Guide Administrator Guide Regions itreasury Administrator Guide Revised 082011 itreasury Administrator Guide Welcome to Regions itreasury. This Guide contains information about all administrative duties associated

More information

Chapter 8 Web Security

Chapter 8 Web Security Chapter 8 Web Security Web security includes three parts: security of server, security of client, and network traffic security between a browser and a server. Security of server and security of client

More information

Oracle Banking Digital Experience

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

More information

MYCIBSE USER GUIDE. Contents

MYCIBSE USER GUIDE. Contents MYCIBSE USER GUIDE CIBSE upgraded its IT systems on 26th July 2016 to improve core customer functions and increase efficiency and effectiveness. As part of this upgrade members and customers that were

More information

Trusted Advisor User Guide. inty CASCADE v 2.9.0

Trusted Advisor User Guide. inty CASCADE v 2.9.0 Trusted Advisor User Guide inty CASCADE v 2.9.0 Table of Contents 1. Overview... 2 2. Logging in to inty CASCADE... 2 2.1 Forgotten Password... 4 2.2 Password Complexity... 5 3. Home Page... 7 4. Navigation...

More information

NetTeller Online Banking

NetTeller Online Banking NetTeller Online Banking End-User Guide for Episys Jack Henry & Associates, Inc. 2011.11a Contents Login... 1 Login Screen... 1 Online Agreement... 2 Password Change... 2 Watermark Selection... 2 Multi-Factor

More information

Pernod Ricard Purchasing Portal Registration Guide

Pernod Ricard Purchasing Portal Registration Guide Pernod Ricard Purchasing Portal Registration Guide 1. Supplier registration The supplier will be registered in the PERNOD RICARD Purchasing Portal, whose url is: www.suppliers.pernod-ricard-iberia.com

More information

USER MANUAL. Dynamics CRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 1.2.1

USER MANUAL. Dynamics CRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 1.2.1 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 Dynamics CRM Plug-in Installation... 2 WordPress Manual Plug-in installation... 5 Plug-in

More information

Int_altapay. Version

Int_altapay. Version Int_altapay Version 15.0 Table of Contents SUMMARY 3 RELEASE HISTORY 3 COMPONENT OVERVIEW 3 F UNCTIONAL O VERVIEW 5. P RIVACY, P AYMENT 3 5 4. IMPLEMENTATION GUIDE 5 4. S ETUP 4. M ETADATA IMPORT & C USTOM

More information

Configuring SSL. SSL Overview CHAPTER

Configuring SSL. SSL Overview CHAPTER CHAPTER 8 Date: 4/23/09 This topic describes the steps required to configure your ACE (both the ACE module and the ACE appliance) as a virtual Secure Sockets Layer (SSL) server for SSL initiation or termination.

More information

A candidate is encouraged to use the internet in any research, etc. However, the evidence produced must be the candidate s own written words.

A candidate is encouraged to use the internet in any research, etc. However, the evidence produced must be the candidate s own written words. Higher National Unit Specification General information for centres Unit code: DV6G 34 Unit purpose: The Unit will introduce the candidate to the steps necessary to undertake secure commercial transactions

More information

PLEXUS PAY PORTAL YOUR HOW-TO GUIDE

PLEXUS PAY PORTAL YOUR HOW-TO GUIDE PLEXUS PAY PORTAL YOUR HOW-TO GUIDE - 1 - Table of Contents Activate Account Activating Your Pay Portal Account 3 Navigating your Plexus Pay Portal 8 Managing your funds 17 Activating your Prepaid Card

More information

IMEI Database. Manufacturer / Brand Owner User Guide. Version September Copyright Notice. Copyright 2015 GSM Association

IMEI Database. Manufacturer / Brand Owner User Guide. Version September Copyright Notice. Copyright 2015 GSM Association IMEI Database Manufacturer / Brand Owner User Guide Version 4.0 01 September 2015 Copyright Notice Copyright 2015 GSM Association GSM and the GSM logo are registered and owned by the GSM Association. Antitrust

More information

eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central

eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central Table of Contents Installation Guide... 3 eshop Account Registration in Dynamics 365 Business Central:... 3 eshop Setup

More information

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.2

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.2 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation & Configuration... 2 Dynamics CRM Plug-in Installation... 2 Drupal Manual Plug-in installation...

More information

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 1.1

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 1.1 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 Dynamics CRM Plug-in Installation... 2 WordPress Manual Plug-in installation... 5 Plug-in

More information

BUYING HEARDBEATS VIA KRAKEN

BUYING HEARDBEATS VIA KRAKEN BUYING HEARDBEATS VIA KRAKEN Step by step guide to creating your Kraken account, getting verified, adding & withdrawing funds and buying & selling cryptocurrency. STEP 1 Navigate to the Kraken website

More information

Microsoft Dynamics CRM Integration with Bomgar Remote Support

Microsoft Dynamics CRM Integration with Bomgar Remote Support Microsoft Dynamics CRM Integration with Bomgar Remote Support 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown

More information

ideal Integration Guide Version 6.2.3

ideal Integration Guide Version 6.2.3 ideal Integration Guide Version 6.2.3 As of: 13.06.2017 Table of Contents About ideal... 4 General information about ideal... 4 Process flow chart... 4 Paygate interface... 5 Definitions... 5 Calling the

More information

National Seeds Corporation Limited

National Seeds Corporation Limited BIDDER REGISTRATION MANUAL Click to the Registration link shown on the website https://indiaseeds.eproc.in Step1: Fill the details 1. Enter your USER Id (6 to 15 character) 2. Enter your Password (8 to

More information

Bitnami Open Atrium for Huawei Enterprise Cloud

Bitnami Open Atrium for Huawei Enterprise Cloud Bitnami Open Atrium for Huawei Enterprise Cloud Description Open Atrium is designed to help teams collaborate by providing an intranet platform that includes a blog, a wiki, a calendar, a to do list, a

More information

VAT IMPORT DECLARATION USER GUIDE (REGISTERED AND NON-REGISTERED USERS)

VAT IMPORT DECLARATION USER GUIDE (REGISTERED AND NON-REGISTERED USERS) VAT IMPORT DECLARATION USER GUIDE (REGISTERED AND NON-REGISTERED USERS) December 2017 1 Contents 1. Brief overview of this user guide... 3 2. Summary of Scenarios for Registered Importers for VAT... 4

More information

Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging. Quick-Start Manual

Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging. Quick-Start Manual Mobiketa Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging Quick-Start Manual Overview Mobiketa Is a full-featured Bulk SMS and Voice SMS marketing script that gives you control over your

More information

FORUM Business Online Banking

FORUM Business Online Banking FORUM Business Online Banking FORUM Business Online Banking has a new look but still offers the same level of service and security. Complete privacy, controlled through encryption and passwords, ensures

More information

NAB EFTPOS USER GUIDE. for Countertop

NAB EFTPOS USER GUIDE. for Countertop NAB EFTPOS USER GUIDE for Countertop & Mobile Terminals About your NAB EFTPOS Terminal NAB EFTPOS Mobile NAB EFTPOS Countertop 2 Table of Contents Getting to know your NAB EFTPOS VeriFone terminal...5

More information

SpeedChex EasyLink API

SpeedChex EasyLink API SpeedChex EasyLink API Implementation Instructions Version 1.0 SpeedChex is an information capture and processing service that allows consumers to pay for goods or services over the Internet by check without

More information

Integration Guide. Rabo OmniKassa

Integration Guide. Rabo OmniKassa C Integration Guide Rabo OmniKassa Contents 1. INTRODUCTION... 4 2. WHAT YOU NEED TO KNOW ABOUT THE RABO OMNIKASSA... 5 2.1 INTEGRATING RABO OMNIKASSA AND THE WEBSHOP... 5 2.2 SECURITY... 5 2.3 SECRET

More information

Scan Report Executive Summary. Part 2. Component Compliance Summary Component (IP Address, domain, etc.):

Scan Report Executive Summary. Part 2. Component Compliance Summary Component (IP Address, domain, etc.): Scan Report Executive Summary Part 1. Scan Information Scan Customer Company: Date scan was completed: Vin65 ASV Company: Comodo CA Limited 02/18/2018 Scan expiration date: 05/19/2018 Part 2. Component

More information

Bitnami JFrog Artifactory for Huawei Enterprise Cloud

Bitnami JFrog Artifactory for Huawei Enterprise Cloud Bitnami JFrog Artifactory for Huawei Enterprise Cloud Description JFrog Artifactory is a Binary Repository Manager for Maven, Ivy, Gradle modules, etc. Integrates with CI servers for fully traceable builds.

More information

How to Use Your EV Connect Account

How to Use Your EV Connect Account How to Use Your EV Connect Account Accessing the EV Connect Network To access the EV Connect network, point your web browser to http://network.evconnect.com. This brings you to the account login page.

More information

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of Customer Portal...1 Prerequisites...1 Installation...2 Salesforce App Installation... 2 Salesforce Lightning... 2 WordPress Manual Plug-in installation...

More information

Creating a trial Windows Azure account and activating MSDN benefits

Creating a trial Windows Azure account and activating MSDN benefits Creating a trial Windows Azure account and activating MSDN benefits What is Azure? In short, it s Microsoft s cloud platform: a growing collection of integrated services compute, storage, data, networking,

More information

CitiManager Job Aids. Cardholder

CitiManager Job Aids. Cardholder CitiManager Job Aids Cardholder Contents Account Info... 2 Reactivating a User s Profile... 2 View Unbilled Transactions... 2 Setup E-mail Alerts... 3 Apply for New Card Invitation Passcode... 4 Apply

More information

Configuring the Cisco APIC-EM Settings

Configuring the Cisco APIC-EM Settings Logging into the Cisco APIC-EM, page 1 Quick Tour of the APIC-EM Graphical User Interface (GUI), page 2 Configuring the Prime Infrastructure Settings, page 3 Discovery Credentials, page 4 Security, page

More information

Create Institutional Membership

Create Institutional Membership Create Institutional Membership This step-by-step guide takes you through the process to register your Institution for an Oracle Academy Institutional Membership. Before you start Have you checked the

More information

User Guide: VirtualMerchant

User Guide: VirtualMerchant User Guide: VirtualMerchant Two Concourse Parkway, Suite 800, Atlanta, GA 30328 Elavon, Incorporated 2012. All Rights Reserved Copyright Copyright 2012 Elavon, Incorporated. All rights reserved. No part

More information

Triveneto payment method for Magento 2

Triveneto payment method for Magento 2 Docs» Triveneto payment method for Magento 2 Triveneto payment method for Magento 2 This is the documentation for the Triveneto module for Magento 2, which integrates Magento 2 with the aforementioned

More information

MultiSite Manager. User Guide

MultiSite Manager. User Guide MultiSite Manager User Guide Contents 1. Getting Started... 2 Opening the MultiSite Manager... 2 Navigating MultiSite Manager... 2 2. The All Sites tab... 3 All Sites... 3 Reports... 4 Licenses... 5 3.

More information

Thomson Reuters (Tax & Accounting) Inc. ( TRTA )

Thomson Reuters (Tax & Accounting) Inc. ( TRTA ) Thomson Reuters (Tax & Accounting) Inc. ( TRTA ) My Account Instructions (07/17/14) Please click (Ctrl+Click) on the hyperlinks below to take you to the appropriate information. My Account Registration

More information

Schneider Electric License Manager

Schneider Electric License Manager Schneider Electric License Manager EIO0000001070 11/2012 Schneider Electric License Manager User Manual 12/2012 EIO0000001070.01 www.schneider-electric.com The information provided in this documentation

More information

GlobalSign Enterprise Solutions. Enterprise PKI. Administrator Guide. Version 2.6

GlobalSign Enterprise Solutions. Enterprise PKI. Administrator Guide. Version 2.6 GlobalSign Enterprise Solutions Enterprise PKI Administrator Guide Version 2.6 1 TABLE OF CONTENTS GETTING STARTED... 3 ESTABLISHING EPKI SERVICE... 3 CLIENT AUTHENTICATION CERTIFICATE... 4 ESTABLISHING

More information

Scan Report Executive Summary

Scan Report Executive Summary Scan Report Executive Summary Part 1. Scan Information Scan Customer Company: Date scan was completed: Vin65 ASV Company: Comodo CA Limited 11/20/2017 Scan expiration date: 02/18/2018 Part 2. Component

More information