Technical Guide Update Sage Pay Form Protocols Migrating from v2.23 to v3.00

Size: px
Start display at page:

Download "Technical Guide Update Sage Pay Form Protocols Migrating from v2.23 to v3.00"

Transcription

1 Technical Guide Update Sage Pay Form Protocols Migrating from v2.23 to v3.00

2 Table of Contents 1.0 Summary Introduction Audience Migrating from v2.23 to v Migration Summary Mandatory Field Changes Optional Field Changes Optional PayPal Field Changes Transaction Registration Field Changes Say Pay Response Field Changes Crypt Field Changes Appendix: XML Examples Mandatory Transaction Registration Field Changes Mandatory Sage Pay Response Field Changes Optional Transaction Registration Fields Optional Sage Pay Response Fields Optional PayPal Transaction Registration Optional PayPal Response Fields 11 Version March 2014 Page 2 of 11

3 1.0 Summary 1.1 Introduction The Sage Pay Form protocol is one of our most common methods of integration for payment processing. This flexible integration method can be implemented with a variety of programming languages and server technologies. As changes to the Sage Pay Form protocol have been made in order to add additional features and flexibility, this document serves as a brief technical guide that details the requirements necessary to upgrade from v2.23 to v3.00 of the Sage Pay Form protocol. 1.2 Audience This document is intended for partners, developers, and merchants that currently use or manage a Sage Pay Form protocol implementation and serves to summarise the specific requirements and changes necessary to upgrade from v2.23 to v3.00. As the protocol implementation is not reliant upon a specific technology, this guide is relevant for all merchants and partners that intend to upgrade an existing implementation to v3.00 of the protocol. In addition to this guide, Sage Pay has developed integration kits for Java, PHP, and.net that can be found on our Form Integration section of the Sage Pay website. These kits provide example implementations for v3.00 of the Sage Pay Form protocol. Along with the integration kits, the detailed Form Integration Protocol and Guidelines provides very specific details for new merchants integrating to Sage Pay Form v3.00 and will encompass the information found within this technical guide. Version March 2014 Page 3 of 11

4 2.0 Migrating from v2.23 to v Migration Summary When upgrading from Sage Pay Form v2.23 to Sage Pay Form v3.00 there is 1 required change to the transaction registration value (which could increase to 8 with the introduction of new features and optional fields), and 3 required changes to the Sage Pay Response (which could increase to 5 due to the introduction of two new features and optional fields). Changes may need to be made to the Crypt field depending on the current implementation, and additional details can be found within the Crypt Field Changes section of this document. 2.2 Mandatory Field Changes The following fields are required to be updated as part of the mandatory field changes to integrate with v3.00 of the Sage Pay Form protocol. Transaction Registration: VPSProtocol Sage Pay Response: BankAuthCode DeclineCode ExpiryDate * Mandatory changes are highlighted in red in the table below 2.3 Optional Field Changes Along with the mandatory field changes, there are many optional fields that can be implemented in order to gain additional functionality and features from upgrading to the Sage Pay Form v3.00 protocol. All of these optional transaction registration fields are part of the Crypt field. Transaction Registration: BasketXML CustomerXML SurchargeXML VendorData ReferrerID Language Website Sage Pay Response: FraudResponse Surcharge Version March 2014 Page 4 of 11

5 2.4 Optional PayPal Field Changes In addition to the mandatory and optional field changes, there is 1 transaction registration field, and 2 Sage Pay response fields that are required in order to process PayPal transactions. These changes are mandatory for PayPal transactions. These fields may already be present within your implementation as part of the older protocol implementations. There are also 3 fields are typically mandatory of a transaction but will not be returned as part of a PayPal transaction. All of these PayPal fields are part of the Crypt field. Transaction Registration: BillingAgreement Sage Pay Response: BankAuthCode (Not Returned for PayPal Transactions) DeclineCode (Not Returned for PayPal Transactions) ExpiryDate (Not Returned for PayPal Transactions) AddressStatus PayerStatus Version March 2014 Page 5 of 11

6 2.5 Transaction Registration Field Changes Name Mandatory Format Max Length Allowed Values Description VPSProtocol Yes 4 Chars Must be 3.00 This field already exists and is the version of the protocol you are integrating with. It must be set to BasketXML No Chars See Form Protocol and Integration Guideline: A1.4 A more flexible version of the current basket field which can be used instead of. If this field is supplied then the Basket field should not be supplied. Located within the Crypt field. CustomerXML No 2000 Chars See Form Protocol and Integration Guideline: A1.5 SurchargeXML No 800 Chars See Form Protocol and Integration Guideline: A1.2 This can be used to supply information on the customer for purposes such as fraud screening. Located within the Crypt field. Use this field to override default surcharge settings in MySagePay for the current transaction. Percentage and fixed amount surcharges can be set for different payment types. Located within the Crypt field. VendorData No 200 Chars Use this to pass data you wish to be displayed against the transaction in MySagePay. ReferrerID No 40 Chars This can be used to send the unique reference for the Partner that referred the Vendor to Sage Pay. Language No ISO639 2 Chars The language the customer sees the payment pages in is determined by the code sent here. If this is NULL then the language default of the shoppers browser will be used. If the language is not supported then the language supported in the templates will be used Currently supported languages in the Default templates are : French, German, Spanish, Portuguese, Dutch and English Website No 100 Chars Reference to the website this transaction came from. This field is useful if transactions can originate from more than one website. Supplying this information will enable reporting to be performed by website. BillingAgreement Yes (PayPal Only) 1 Char 0 1 This field must be set for PAYPAL REFERENCE transactions. You will need to contact PayPal directly in order to apply for Reference transactions and have the service confirmed before attempting to pass the Billing Agreement field and a value of 1 for successful repeat payments. All non-paypal transactions can be repeated without this flag. Version March 2014 Page 6 of 11

7 2.6 Say Pay Response Field Changes Name Mandatory Format Max Length Allowed Values Description ExpiryDate Yes 4 chars Expiry date of credit card used, in the format MMYY. Not returned for PayPal transactions. BankAuthCode Yes 6 Chars The authorisation code returned from the bank. e.g T Not returned for PayPal transactions. DeclineCode Yes 2 Chars The decline code from the bank. These codes are specific to the bank. Please contact them for a description of each code. e.g. 00. Not returned for PayPal transactions. FraudResponse No Alphanumeric 10 Characters ACCEPT, CHALLENGE or DENY. NOTCHECKED will be returned if there is no response from ReD. ACCEPT means ReD recommends that the transaction is accepted DENY means ReD recommends that the transaction is rejected CHALLENGE means ReD recommends that the transaction is reviewed. You have elected to have these transactions either automatically accepted or automatically denied at a vendor level. Please contact Sage Pay if you wish to change the behaviour you require for these transactions NOTCHECKED means ReD did not perform any fraud checking for this particular transaction Surcharge No Numeric Decimal Amount Returns the surcharge amount charged and is only present if a surcharge was applied to the transaction. AddressStatus Yes (PayPal Only) NONE CONFIRMED UNCONFIRMED If AddressStatus is confirmed and PayerStatus is verified, the transaction may be eligible for PayPal Seller Protection. To learn more about PayPal Seller Protection, please contact PayPal directly or visit: for furtherinformation. PayerStatus Yes VERIFIED (PayPal Only) UNVERIFIED Version March 2014 Page 7 of 11

8 3.0 Crypt Field Changes Changes may need to be made to the Crypt field in order to migrate to v3.00 of the Sage Pay Form protocol. This is because v2.23 is backwards compatible, and the Crypt field changes might have already taken place previously. In order to determine if you need to make any changes to the way your system processes the Crypt field, you can look for character or %40 at the beginning of your current Crypt field. If there is either of these symbols, you are already using AES. If not, you will have to upgrade your encryption scheme to AES. The XML contents need to be encrypted using AES-128 encryption with 128-bit block size in CBC mode with PCKS#5 (AES-128-CBC-PKCS#5). This encryption scheme is very popular within the industry and can be implemented for all major programming languages. Additional information, with an example walkthrough of the Crypt field generation can be found within the Form Protocol and Integration Guideline: A1.1 The Crypt Field. For each of the integration kits, there is also example source code that implements AES encryption. Information on the AES algorithm can be found below, and although not necessary to read, can provide valuable insight as to the strengths and implementations of this encryption scheme. Keep Your Data Secure with the New Advanced Encryption Standard - How secure is AES against brute force attacks? - Advanced Encryption Standard - Announcing the Advanced Encryption Standard (AES) - Version March 2014 Page 8 of 11

9 4.0 Appendix: XML Examples The following section demonstrates the example XML data that represents the transaction registration and Sage Pay response values as part of the Form protocol. The following examples cover the mandatory changes required, as well as other optional scenarios in order to give a working example of the features of v Mandatory Transaction Registration Field Changes The VPSProtocol field in red represents the mandatory change that is necessary to be compatible with v3.00 of the Sage Pay Form protocol. The VPSProtocol, TxType, and Vendor fields are the only fields not part of the Crypt field, indicated by the grey background colour, while the remainder of the XML will be sent encrypted. VPSProtocol=3.00&TxType=PAYMENT&Vendor=tonestest&VendorTxCode=tonestest &Amount=31.35&Currency=GBP&Description=The best DVDs from tonestest&successurl= Mname&BillingAddress1=BillAddress Line 1&BillingCity=BillCity&BillingPostCode=W1A 1BL&BillingCountry=GB&DeliverySurname=Surname&DeliveryFirstnames=Fname Mname&DeliveryAddress1=BillAddress Line 1&DeliveryCity=BillCity&DeliveryPostCode=W1A 1BL&DeliveryCountry=GB&CustomerName=Fname Mname Surname&Customer =customer@example.com&Send =1& Message=Thanks for your order&billingaddress2=billaddress Line 2&BillingPhone=44 (0) &DeliveryAddress2=BillAddress Line 2&DeliveryPhone=44 (0) &Basket=2:Shaolin Soccer:3:8.29:1.66:9.95:29.85:Delivery:1:1.50:0:1.50:1.50&AllowGiftAid=0&ApplyAVS CV2=0&Apply3DSecure=0 4.2 Mandatory Sage Pay Response Field Changes The BankAuthCode, DeclineCode, and ExpiryDate fields in red represent the mandatory changes that are necessary to be compatible with v3.00 of the Sage Pay Form protocol. All of the example fields will be returned as part of the Crypt field. VendorTxCode=tonestest &VPSTxId={9CA3B265-9FDF-E E44A7B8}&Status=OK&StatusDetail=0000 : The Authorisation was Successful.&TxAuthNo= &AVSCV2=SECURITY CODE MATCH ONLY&AddressResult=NOTMATCHED&PostCodeResult=NOTMATCHED&CV2Result=MATCHED&GiftAid =0&3DSecureStatus=OK&CAVV= &CardType=VISA&Last4Dig its=0000&amount=33.85&declinecode=00&bankauthcode=999777&expirydate=1215 Version March 2014 Page 9 of 11

10 4.3 Optional Transaction Registration Fields The VPSProtocol field in red represents the mandatory change that is necessary to be compatible with 3.00 of the Sage Pay Form protocol. The SurchargeXML field is optional and is represented in green. The CustomerXML field is optional and is represented in orange. As part of the v3.00 protocol, there can only one of the two basket fields: the older Basket field, or the newer BasketXML field. The BasketXML field is optional and is represented in blue. The VPSProtocol, TxType, and Vendor fields are the only fields not part of the Crypt field, indicated by the grey background colour, while the remainder of the XML will be sent encrypted. VPSProtocol=3.00&TxType=PAYMENT&Vendor=tonestest&VendorTxCode=tonestest &Amount=31.35&Currency=GBP&Description=The best DVDs from tonestest&successurl= Mname&BillingAddress1=BillAddress Line 1&BillingCity=BillCity&BillingPostCode=W1A 1BL&BillingCountry=GB&DeliverySurname=Surname&DeliveryFirstnames=Fname Mname&DeliveryAddress1=BillAddress Line 1&DeliveryCity=BillCity&DeliveryPostCode=W1A 1BL&DeliveryCountry=GB&CustomerName=Fname Mname for your order&billingaddress2=billaddress Line 2&BillingPhone=44 (0) &DeliveryAddress2=BillAddress Line 2&DeliveryPhone=44 (0) &BasketXML=<basket><item><description>Shaolin Soccer</description><quantity>5</quantity><unitNetAmount>8.29</unitNetAmount><uni ttaxamount>1.66</unittaxamount><unitgrossamount>9.95</unitgrossamount><totalgross Amount>49.75</totalGrossAmount></item><deliveryGrossAmount>1.50</deliveryGrossAmo unt>&surchargexml=<surcharges><surcharge><paymenttype>sofort</paymenttype><fixed> 2.50</fixed></surcharge><surcharge><paymentType>VISA</paymentType><fixed>2.50</fi xed></surcharge><surcharge><paymenttype>giropay</paymenttype><fixed>1.50</fixed>< /surcharge></surcharges>& CustomerXML=<customer><customerMobilePhone> </customerMobilePhone><prev iouscust>0</previouscust></customer> 4.4 Optional Sage Pay Response Fields The BankAuthCode, DeclineCode, and ExpiryDate fields in red represent the mandatory changes that are necessary to be compatible with v3.00 of the Sage Pay Form protocol. The Surcharge field is optional and is represented in green, and requires the SurchargeXML to be submitted as part of the transaction registration. If ReD Fraud Screening is enabled, the only change is the inclusion of the optional FraudResponse field which is represented in purple. All of the example fields will be returned as part of the Crypt field. VendorTxCode=tonestest &VPSTxId={9CA3B265-9FDF-E E44A7B8}&Status=OK&StatusDetail=0000 : The Authorisation was Successful.&TxAuthNo= &AVSCV2=SECURITY CODE MATCH ONLY&AddressResult=NOTMATCHED&PostCodeResult=NOTMATCHED&CV2Result=MATCHED&GiftAid =0&3DSecureStatus=OK&CAVV= &CardType=VISA&Last4Dig its=0000&amount=33.85&fraudresponse=challenge& Surcharge=2.50&DeclineCode=00&BankAuthCode=999777&ExpiryDate=1215 Version March 2014 Page 10 of 11

11 4.5 Optional PayPal Transaction Registration The VPSProtocol, and BillingAgreement fields in red represents the mandatory change that is necessary to be compatible with v3.00 of the Sage Pay Form protocol. The VPSProtocol, TxType, and Vendor fields are the only fields not part of the Crypt field, indicated by the grey background colour, while the remainder of the XML will be sent encrypted. VPSProtocol=3.00&TxType=PAYMENT&Vendor=tonestest&VendorTxCode=tonestest &Amount=21.40&Currency=EUR&Description=The best DVDs from tonestest&successurl= Mname&BillingAddress1=BillAddress Line 1&BillingCity=BillCity&BillingPostCode=W1A 1BL&BillingCountry=GB&DeliverySurname=Surname&DeliveryFirstnames=Fname Mname&DeliveryAddress1=BillAddress Line 1&DeliveryCity=BillCity&DeliveryPostCode=W1A 1BL&DeliveryCountry=GB&CustomerName=Fname Mname for your order&billingaddress2=billaddress Line 2&BillingPhone=44 (0) &DeliveryAddress2=BillAddress Line 2&DeliveryPhone=44 (0) &AllowGiftAid=0&ApplyAVSCV2=0&Apply3DSecure=0&BillingAgreement=1&BasketXML=<ba sket><item><description>shaolin Soccer</description><quantity>2</quantity><unitNetAmount>8.29</unitNetAmount><uni ttaxamount>1.66</unittaxamount><unitgrossamount>9.95</unitgrossamount><totalgross Amount>19.90</totalGrossAmount></item><deliveryGrossAmount>1.50</deliveryGrossAmo unt></basket> 4.6 Optional PayPal Response Fields The AddressStatus, and PayerStatus fields in red represent the mandatory changes that are necessary to process PayPal transactions using v3.00 of the Sage Pay Form protocol. The DeclineCode, and BankAuthCode, and ExpiryDate are no longer required and are indicated here by a strikethrough. All of the example fields will be returned as part of the Crypt field. Status=OK&StatusDetail=0000 : The Authorisation was Successful.&VendorTxCode=tonestest &VPSTxId={ A5- FAF6-A61C-1BE6E78523D3}&TxAuthNo= &Amount=21.40& AVSCV2=DATA NOT CHECKED&AddressResult=NOTPROVIDED&PostCodeResult=NOTPROVIDED&CV2Result=NOTPROVIDE D&GiftAid=0&3DSecureStatus=NOTCHECKED&AddressStatus=CONFIRMED&PayerStatus=VERIFIE D&CardType=PAYPAL&Last4Digits=0000&DeclineCode=00&BankAuthCode=999777&ExpiryDate= 1215 Version March 2014 Page 11 of 11

Token System Integration & Protocol Guideline (Server & Direct)

Token System Integration & Protocol Guideline (Server & Direct) Token System Integration & Protocol Guideline (Server & Direct) Token System Protocol and Integration Guideline Content Welcome to the Sage Pay Token System integration... 2 General overview of how the

More information

Sage Pay Direct Integration and Protocol Guidelines Published: 13/05/2015

Sage Pay Direct Integration and Protocol Guidelines Published: 13/05/2015 Sage Pay Direct Integration and Protocol Guidelines 3.00 Published: 13/05/2015 Table of Contents Document Details 4 Version History 4 Legal Notice 4 1.0 Introduction 5 2.0 Overview of Direct Integration

More information

Sage Pay Form Integration and Protocol Guidelines Published: 27/08/2015

Sage Pay Form Integration and Protocol Guidelines Published: 27/08/2015 Sage Pay Form Integration and Protocol Guidelines 3.00 Published: 27/08/2015 Table of Contents Document Details 4 Version History 4 Legal Notice 4 1.0 Introduction 6 2.0 Overview of Form Integration 7

More information

Sage Pay Form Integration and Protocol Guidelines Published: 05/01/2015

Sage Pay Form Integration and Protocol Guidelines Published: 05/01/2015 Sage Pay Form Integration and Protocol Guidelines 3.00 Published: 05/01/2015 Table of Contents Document Details 4 Version History 4 Legal Notice 4 1.0 Introduction 5 2.0 Overview of Form Integration 6

More information

MySagePay User Guide

MySagePay User Guide MySagePay User Guide Table of Contents 1.0 Welcome to MySagePay 3 1.1 Logging into MySagePay 3 1.2 What you will see 4 2.0 Settings 5 2.1 My Account 5 2.2 Settings 6 2.3 AVS/CV2 7 2.4 3D Secure 8 2.5 Restrictions

More information

MySagePay USER GUIDE

MySagePay USER GUIDE MySagePay USER GUIDE Contents 1.0 Welcome to MySagePay 3 1.1 Logging into MySagePay 3 1.2 What you will see 4 2.0 Settings 5 2.1 My Account 5 2.2 Settings 6 2.3 AVS/CV2 7 2.4 3D Secure 8 2.5 Restrictions

More information

Copyright 2017 Ingenico epayments. PayPal Express Checkout

Copyright 2017 Ingenico epayments. PayPal Express Checkout PayPal Express Checkout Table of contents 1. Introduction 2. Configuration 2.1 PayPal Account Configuration 2.2 Ingenico epayments Account Configuration 3. Integration: identification and transaction in

More information

TIS HELP VCCS TECHNICAL INFORMATION SHOP (TIS) INSTRUCTION FOR INDEPENDENT OPERATORS

TIS HELP VCCS TECHNICAL INFORMATION SHOP (TIS) INSTRUCTION FOR INDEPENDENT OPERATORS VCCS TECHNICAL INFORMATION SHOP (TIS) INSTRUCTION FOR INDEPENDENT OPERATORS CONTENTS 1 INTRODUCTION... 3 1.1 Account set up... 3 1.1.1 Independent operators with TIE access... 3 1.2 Login for registered

More information

PayWay. Cardlink File Format Specification

PayWay. Cardlink File Format Specification PayWay Cardlink File Format Specification Version 1.2 4 Feb 2016 Document History Date Version 27 Sep 2010 1.0 Initial Version 20 Feb 2012 1.1 Fixed error in Value Flag specification 3 Feb 2016 1.2 Added

More information

ACH Monitor Fraud Review and Approval USER GUIDE

ACH Monitor Fraud Review and Approval USER GUIDE ACH Monitor Fraud Review and Approval USER GUIDE For informational purposes only, not considered an advertisement. ACH MONITOR - FRAUD REVIEW AND APPROVAL Welcome to M&T Bank s ACH Monitor Fraud Review

More information

iveri Lite BackOffice User Guide

iveri Lite BackOffice User Guide iveri Lite BackOffice User Guide Table of Contents 1New...4 2OVERVIEW...5 3INITIAL ADMINISTRATOR SET-UP AND CONFIGURATION...6 4NEW USER SET-UP AND CONFIGURATION...10 5INDIVIDUAL FUNCTIONS WITHIN IVERI

More information

Corporate Gateway. Mail and Telephone Order Payment Service (Hosted Call Centre) Guide

Corporate Gateway. Mail and Telephone Order Payment Service (Hosted Call Centre) Guide Corporate Gateway Mail and Telephone Order Payment Service (Hosted Call Centre) Guide V4.2 April 2017 Mail and Telephone Order Payment Service (Hosted Call Centre) Guide > Contents Contents 1 Introduction

More information

Virtual Terminal User Guide

Virtual Terminal User Guide Virtual Terminal User Guide Version 2018-1(IPG) 2018 First Data Corporation. All Rights Reserved. All trademarks, service marks and trade names referenced in this material are the property of their respective

More information

SecureBill. Integration Guide. Version: 1.2

SecureBill. Integration Guide. Version: 1.2 Version: 1.2 Date: 28/02/2017 Author: SecurePay Document Control Document Version History Date Version Author Changes 05/01/2016 1.0 SecurePay - Initial document creation. 04/04/2016 1.1 SecurePay - Added

More information

Paypal Express Checkout

Paypal Express Checkout PayPal Express Checkout Integration Guide v.3.5.0 Table of Contents 1 What is PayPal... Express Checkout? 3 2 PayPal Account... Configuration 4 3 epdq Account... Configuration 5 4 Merchant Integration...

More information

Payment Pages Setup Guide Version 2

Payment Pages Setup Guide Version 2 Version 2 Published: 3 April 2018 Migrating from version 1? Please read our quick start guide on page 100. 2.4.25 (a) Table of Contents 1 The basics... 4 1.1 Workflows... 5 1.2 Session-locked page... 13

More information

Apple Supplier Connect User Guide

Apple Supplier Connect User Guide apple Apple Supplier Connect User Guide Updated: October 27, 2017 Table of Contents Chapter 1: Welcome to Apple Supplier Connect --------------------------------------------------------1 Chapter 2: MyAccess

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

Worldpay Customer Reconciliation Report Changes

Worldpay Customer Reconciliation Report Changes Worldpay Customer Reconciliation Report s Version: 2.0 Issued on: 04 March 2016 Author Worldpay2010-2015. All rights reserved. This document and its content are confidential and proprietary to Worldpay

More information

EMS e-terminal. User guide e-terminal. Version: Apollo Building Herikerbergweg CN Amsterdam The Netherlands

EMS e-terminal. User guide e-terminal. Version: Apollo Building Herikerbergweg CN Amsterdam The Netherlands Apollo Building Herikerbergweg 25 1101 CN Amsterdam The Netherlands E techsupport@emspay.eu T +31 088 TECHSUPPORT EMS e-terminal User guide e-terminal Version: 2017-2 User guide e-terminal Version 2017-2

More information

AVAYA LEARNING CENTER END USER GUIDE. Avaya Learning License Registration Guideline

AVAYA LEARNING CENTER END USER GUIDE. Avaya Learning License Registration Guideline AVAYA LEARNING CENTER END USER GUIDE Avaya Learning License Registration Guideline 1 Avaya Learning Center Virtual Campus Registration Guide March 2014 v.2 ENROLLMENT REGISTRATION PROCESS Enrollment is

More information

Quick Reference Guide: SafeShop 3 Web Store. User Manual

Quick Reference Guide: SafeShop 3 Web Store. User Manual : SafeShop 3 Web Store User Manual TABLE OF CONTENTS REGISTRATION.2 SAFESHOP WEBSTORE. 5 1. FIND MY TRANSACTION:.5 2. STAGED ORDERS:.6 3. MANAGE ORDERS: 7 4. MANAGE SALES...9 5. MANAGE CREDIT/CHARGEBACK

More information

First Data Gateway. Virtual Terminal User Guide. Version 2.4

First Data Gateway. Virtual Terminal User Guide. Version 2.4 First Data Gateway Virtual Terminal User Guide Version 2.4 First Data is a trading name of First Data Europe Limited, a private limited company incorporated in England (company number 02012925) with a

More information

PayWay. MTS File Format Specification

PayWay. MTS File Format Specification PayWay MTS File Format Specification Version 1.1 4 Feb 2016 Document History Date Version 27 Sep 2010 1.0 Initial Version 4 Feb 2016 1.1 Added TEST as valid value for Merchant Id Page 2 Table of Contents

More information

worldwide electronic ip renewal

worldwide electronic ip renewal www.ip-pay.com worldwide electronic ip renewal Online Manual Table of contents: 1. Introduction 2. Security notice 3. Order placement 4. Order tracking ip-pay manual 2016 page 1 1. Introduction ip-pay

More information

TABLE OF CONTENTS ACCOUNT REGISTRATION

TABLE OF CONTENTS ACCOUNT REGISTRATION STUDENT USER GUIDE TABLE OF CONTENTS ACCOUNT REGISTRATION... 3-4 LOGGING INTO YOUR ACCOUNT 5 MY DASHBOARD......6 CURRENT ACTIVITIES.....7 TRAINING HISTORY..8-9 CALENDAR.. 10 LEARNING PLAN...11 DESIGNATIONS..

More information

Virtual Terminal User Guide Version (Australia IPG)

Virtual Terminal User Guide Version (Australia IPG) Virtual Terminal User Guide Version 2017-5 (Australia IPG) Gateway 1 Contents This table of contents has been amended to exclude sections not applicable to Australia. The original content is still available

More information

First Data Gateway. Virtual Terminal User Guide. Version 2.5

First Data Gateway. Virtual Terminal User Guide. Version 2.5 First Data Gateway Virtual Terminal User Guide Version 2.5 First Data is a trading name of First Data Europe Limited, a private limited company incorporated in England (company number 02012925) with a

More information

Virtual Terminal User Guide Version (Australia IPG)

Virtual Terminal User Guide Version (Australia IPG) Virtual Terminal User Guide Version 2017-3 (Australia IPG) Gateway 1 Contents This table of contents has been amended to exclude sections not applicable to Australia. The original content is still available

More information

SIMnet Online Student Registration Guide School Name

SIMnet Online Student Registration Guide School Name Last Updated on 7/25/2014 SIMnet Online Student Registration Guide School Name uricba https://account.simnetonline.com Your SIMnet Log In Page Every school has its own SIMnet log in page. The account URL

More information

Applicant Coupling. Users: Main Residency Match Applicants Fellowship Match Applicants

Applicant Coupling. Users: Main Residency Match Applicants Fellowship Match Applicants Applicant Coupling Users: Main Residency Match Applicants Fellowship Match Applicants Note: This Applicant Coupling guide explains how to complete this task using a mobile device. The menu options are

More information

Joplin Board of Realtors / Ozark Gateway Association of Realtors. User s Manual

Joplin Board of Realtors / Ozark Gateway Association of Realtors. User s Manual Joplin Board of Realtors / Ozark Gateway Association of Realtors User s Manual Table of Contents OVERVIEW... 4 Installing Language Files... 5 How this document is organized... 5 LOGGING INTO THE IMMOBEL

More information

FAQs. Frequently Asked Questions

FAQs. Frequently Asked Questions FAQs Frequently Asked Questions 1 1. How do I order a new phone? 2. How do I upgrade my existing phone? 3. How do I order a SIM card? 4. How do I order an accessory? 5. How do I check the status of my

More information

Erasmus Charter for Higher Education

Erasmus Charter for Higher Education Erasmus Charter for Higher Education How to complete and submit an application for accreditation Version 1 26 March 2014 TABLE OF CONTENTS Technical requirements... 3 Overview of the application process...

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

Using the New CDSP Online epay System

Using the New CDSP Online epay System Using the New CDSP Online epay System CDSP s new online payment system offers many benefits, including a comprehensive view of all invoices and payments applied to your account, the ability to use credit

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

Direct Post Integration Guide

Direct Post Integration Guide Direct Post Integration Guide Page 1 of 34 Document Control This is a control document DESCRIPTION Direct Post Integration Guide CREATION DATE 20/12/2011 CREATED BY SecurePay VERSION 1.4 DATE UPDATED 28/02/2017

More information

BANKING CIRCLE WEB BULK UPLOAD

BANKING CIRCLE WEB BULK UPLOAD 18109 Training Manual - BULK UPLOAD_Layout 1 11/05/2016 10:06 Page 1 Freedom to BANKING CIRCLE WEB BULK UPLOAD SAXO PAYMENTS INTERNET BANKING WHAT IS A BULK PAYMENT? A bulk payment is defined as a payment

More information

Accessing ACH payments

Accessing ACH payments We are in the process of making some very exciting enhancements to your online banking to help you run your business better, every day. In the near future you will be migrated from the current (KBO) platform

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

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

Applicant Coupling. Users: Main Residency Match Applicants Fellowship Match Applicants

Applicant Coupling. Users: Main Residency Match Applicants Fellowship Match Applicants Applicant Coupling Users: Main Residency Match Applicants Fellowship Match Applicants Note: This Applicant Coupling guide explains how to complete this task using a mobile device. The menu options are

More information

Pay. Quick Start Guide Sage One. Pay QUICK START GUIDE SAGE ONE

Pay. Quick Start Guide Sage One. Pay QUICK START GUIDE SAGE ONE QUICK START GUIDE SAGE ONE 1 Our easy to use guide will get you up and running in no time! Index: Page: 2 Login Now 3 How to issue a service key 3 Inserting service keys into 4 Enable the Customer Zone

More information

Steps for Completing a Download Transaction on the estore and Downloading your Product Update

Steps for Completing a Download Transaction on the estore and Downloading your Product Update Steps for Completing a Download Transaction on the estore and Downloading your Product Update Once you have received a Technical Bulletin of Release Availability, follow these instructions carefully to

More information

EZ Parent Center Directions First Time Parent Sign Up with Meal Preordering + Required Payment

EZ Parent Center Directions First Time Parent Sign Up with Meal Preordering + Required Payment EZ Parent Center Directions First Time Parent Sign Up with Meal Preordering + Required Payment Below are the instructions for parents to create an account and request access to one or multiple students.

More information

CitiManager. Mobile User Guide. Cardholder. Transaction Services. December 2012

CitiManager. Mobile User Guide. Cardholder. Transaction Services. December 2012 CitiManager Mobile User Guide Cardholder December 2012 Transaction Services CitiManager Mobile User Guide Table of Contents Table of Contents User Guide...2 Introduction to CitiManager Mobile...3 Select

More information

Light Account Process Step by step Guide

Light Account Process Step by step Guide Light Account Process Step by step Guide DISCLAIMER: This training material is created by UTC Climate, Controls & Security to help its suppliers register for Light Accounts and navigate the dashboard.

More information

TIS HELP FOR INDEPENDENT OPERATORS CONTENTS

TIS HELP FOR INDEPENDENT OPERATORS CONTENTS TIS HELP FOR INDEPENDENT OPERATORS CONTENTS 1 INTRODUCTION... 3 1.1 TIE... 3 1.2 Account set up in TIS... 3 1.3 VAT number (EU only)... 3 1.4 Business license number (China only)... 3 1.5 Access levels...

More information

USER MANUAL MKB NETBANKÁR BUSINESS

USER MANUAL MKB NETBANKÁR BUSINESS USER MANUAL MKB NETBANKÁR BUSINESS May 2008 2 TABLE OF CONTENTS I. Sign in and sign out... 3 1. Sign in... 3 2. Sign out... 3 3. Select language... 3 II. Request information... 3 1. Account balance...

More information

Visual Guide for Ordering Seed Online

Visual Guide for Ordering Seed Online 1) Login to the website if you are not already logged in. Visual Guide for Ordering Seed Online 2) Click on Order Seed link under SEEDS menu. You will only see the link if you are logged in. It will take

More information

ekashu Frequently Asked Questions

ekashu Frequently Asked Questions ekashu Frequently Asked Questions Document addressing commonly raised support queries and issues for new integrators. Issue: 1 (November 2013) Author: Fred Spooner (Integration Support) Action Name Date

More information

PayWay. API Developer's Guide

PayWay. API Developer's Guide PayWay API Developer's Guide Version 1.3 6 May 2013 Document History Date Version Description 26 Aug 2009 1.0 Initial Version 26 Sep 2010 1.1 New feature: registration of customers 13 Mar 2011 1.2 CVN

More information

Version: 1.14 (b) Published: 1 August 2017

Version: 1.14 (b) Published: 1 August 2017 The purpose of this document is to provide the reader with an understanding of Dynamic Currency Conversion, and how it can be processed via Secure Trading s systems. Version: 1.14 (b) Published: 1 August

More information

G-SRM System Management of Supplier and Contractor Relations based on the Supplier Relationship Management SAP SEM Solution

G-SRM System Management of Supplier and Contractor Relations based on the Supplier Relationship Management SAP SEM Solution G-SRM System Management of Supplier and Contractor Relations based on the Supplier Relationship Management SAP SEM Solution User Manual Guidelines for Suppliers and Contractors (submitting a commercial

More information

Virtual Terminal User Guide

Virtual Terminal User Guide With the Clearent Virtual Terminal, merchants can accept credit card payments using the web browser on a computer, tablet, or mobile device. In this guide you will find step-by-step instructions for using

More information

ADP Secure Client User Guide

ADP Secure  Client User Guide March 2018 ADP Secure Email Client User Guide A guide to exchanging secure emails using the HPE Voltage SecureMail TM System Version 2.2 The ADP logo and ADP are registered trademarks of ADP, LLC. ADP

More information

SUSE LINUX Openexchange Server 4.1 Installation Kit Strong Encryption (128+ bit) German $ % 92.65

SUSE LINUX Openexchange Server 4.1 Installation Kit Strong Encryption (128+ bit) German $ % 92.65 While every effort is made to ensure the price list is as current as possible at time of publication, Novell Product Announcements (NPAs) may be issued which supersede information found within the price

More information

NAVIGATION GUIDE FEDERAL REGISTRY. General Information

NAVIGATION GUIDE FEDERAL REGISTRY. General Information NAVIGATION GUIDE FEDERAL REGISTRY General Information Purpose This navigation guide is designed to provide institution and individual users with a general concept and navigation of NMLS. Copyright 2014

More information

ecorner Stores Plus CloudShops

ecorner Stores Plus CloudShops ecorner Stores Plus CloudShops Quick Start Guide ecorner Pty Ltd Australia Free Call: 1800 033 845 New Zealand: 0800 501 017 International: +61 2 9494 0200 Email: info@ecorner.com.au The information contained

More information

U of M-Building Code Department Permit System Version Release Bulletin

U of M-Building Code Department Permit System Version Release Bulletin Additional Customer Information Alert: The current version of the Permit System supports Internet Explorer Browsers version 9 and previous versions. We have noted that the new Microsoft Browser, Internet

More information

NAB TRANSACT. Direct Post v2.1.2 Integration Guide

NAB TRANSACT. Direct Post v2.1.2 Integration Guide NAB TRANSACT Direct Post v2.1.2 Integration Guide CONTENTS 1 Introduction 4 1.1 What is Direct Post? 4 1.2 Requirements for Implementation 4 1.2.1 Public Test Account Details 4 1.3 Card Types Accepted

More information

How to Download Software or Data Updates from the Pitney Bowes Software estore locations (US/Canada, Latin America and Brasil)

How to Download Software or Data Updates from the Pitney Bowes Software estore locations (US/Canada, Latin America and Brasil) How to Download Software or Data Updates from the Pitney Bowes Software estore locations (US/Canada, Latin America and Brasil) Dear valued Pitney Bowes Software customer: Last year we embarked on a new

More information

Fig. 3. Fig. 4. Fig. 5

Fig. 3. Fig. 4. Fig. 5 From lunchboxorders.com click on the green ORDER LUNCH button at the top right-hand corner of the page as shown below (Fig. 1) to proceed to the ordering site, lunchboxorders.net Fig. 1 Once you ve reached

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

Using the Payment Processing Feature

Using the Payment Processing Feature DocuSign Quick Start Guide Using the Payment Processing Feature Overview There might be times when you want to send an envelope where you can send an offer, close the deal and collect the cash all in one

More information

1. Introduction. 2. Login TAXPAYER GUIDELINES FOR CONTRIBUTION RETURN

1. Introduction. 2. Login TAXPAYER GUIDELINES FOR CONTRIBUTION RETURN TAXPAYER GUIDELINES FOR CONTRIBUTION RETURN 1. Introduction You want to submit your Contribution Return on the Mauritius Revenue Authority s website, but you do not know exactly how to proceed. This guide

More information

John Hancock Simple Pay User Guide

John Hancock Simple Pay User Guide John Hancock Simple Pay User Guide Welcome Welcome to the John Hancock Simple Pay User Guide. This guide will help walk you through each step of using the John Hancock Simple Pay site from logging in to

More information

WORKSHOP. Writing User Stories

WORKSHOP. Writing User Stories WORKSHOP Writing User Stories contents SECTION 1 user stories what is a user story? 4 user story template 5 examples: user stories 6 user story checklist 7 why not tasks? 8 SECTION 2 writing acceptance

More information

County of Sacramento ACA Pay Fees On-Line

County of Sacramento ACA Pay Fees On-Line Prerequisite Information! 1. This website supports Microsoft Internet Explorer version 10 or higher and the latest versions of Google Chrome and FireFox. The Safari browser and Microsoft Edge are not supported.

More information

Attend Events. Version 0.9.x

Attend Events. Version 0.9.x Attend Events Version 0.9.x Contents 1 Introduction 3 1.1 Features................................ 3 1.2 JEvents Integration.......................... 4 2 Installation and Set-Up 5 2.1 Installation..............................

More information

Action Items Definitions of Activity Status How to Resubmit an Incomplete Activity How to Find Incomplete Activities...

Action Items Definitions of Activity Status How to Resubmit an Incomplete Activity How to Find Incomplete Activities... Contents Quick Reference Guide... 3 Accepting Terms and Conditions... 3 Fund Balances... 5 Setting a Proxy... 6 Email Notifications... 9 Banking Details and Partner Payments... 9 Claim Updates to Paid

More information

CyberSource Global Payment Management for Magento 2

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

More information

Contents. 1 Getting started Home Page Operator Comments Legacy PIN access system discontinued... 8

Contents. 1 Getting started Home Page Operator Comments Legacy PIN access system discontinued... 8 SIRE Operator Access Revision 3.8 05 May 2017 Contents 1 Getting started... 4 2 Home Page... 5 3 Operator Comments... 8 3.1 Legacy PIN access system discontinued... 8 3.2 Operator comments managed directly

More information

XML Specification: Subscriptions

XML Specification: Subscriptions This document outlines the XML required to submit Subscription requests to the Secure Trading Subscription Engine. Published: 25 April 2018 3.1 (b) Table of Contents 1 Introduction.. 3 1.1 Before you start..

More information

imerchantconnect Quick Reference

imerchantconnect Quick Reference imerchantconnect Quick Reference Your secure, easy-to-use, always available, online resource for account information. Introduction imerchantconnect is Elavon s all-inclusive FREE online reporting and statement

More information

01. User Registration

01. User Registration 01. User Registration User registration is required to use the SUBARU Tech-info Website. The procedure for completion of user registration is described in sequence below. Attention Before user registration,

More information

HP Proposal Web Overview

HP Proposal Web Overview HP Proposal Web Overview March 2008 2006 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice ProposalWeb overview ProposalWeb is a powerful tool

More information

CyberSource Global Payment Management

CyberSource Global Payment Management CyberSource Global Payment Management Magento 2.x Implementation Guide Version 1.1.0 August 2017 Extract Use this guide to install and configure the CyberSource extension for Magento 2.x. Contents Recent

More information

Quick Reference Cardholder

Quick Reference Cardholder The Commercial Card Expense Reporting (CCER) service Quick Reference Cardholder Accessing the Commercial Card Expense Reporting (CCER) Service 1. Sign on to the Commercial Electronic Office (CEO ) portal

More information

Anonymous User Manual

Anonymous User Manual Anonymous User Manual esupplierconnect Version 8.1 March 10 th, 2014 Page 1/33 Mar. 10, 2014 v8.1 Table of contents: 1 Introduction 3 2 About esupplierconnect 5 2.1 Portal Access 6 2.1 Portal Structure

More information

CBC Reach Getting Started

CBC Reach Getting Started WELCOME TO CBC REACH... 4 1.1 CONVENTIONS... 4 1.2 CBC REACH HELP... 4 1.2.1 Help at screen level... 4 1.2.2 CBC Reach Helpdesk... 4 STARTING TO WORK WITH CBC REACH... 6 2.1 SETTING UP PREFERRED LANGUAGE

More information

Oracle Banking Digital Experience

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

More information

How Do You Run Your Vacation Rental Business? However You Do It, Here s How to Get It Set Up in Bookerville

How Do You Run Your Vacation Rental Business? However You Do It, Here s How to Get It Set Up in Bookerville How Do You Run Your Vacation Rental Business? However You Do It, Here s How to Get It Set Up in Bookerville Let s face it; there are many ways to run your vacation rental business. You can take credit

More information

Owner User Guide Registering a Company

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

More information

Quick Reference Approver

Quick Reference Approver The Commercial Card Expense Reporting (CCER) service Quick Reference Approver Accessing the Commercial Card Expense Reporting (CCER) service 1. Sign on to the Commercial Electronic Office (CEO ) portal

More information

Enhanced Framework for Implementing Partnership with UNHCR PARTNER USER GUIDE UNHCR Partner Portal Phase 1

Enhanced Framework for Implementing Partnership with UNHCR PARTNER USER GUIDE UNHCR Partner Portal Phase 1 Enhanced Framework for Implementing Partnership with UNHCR PARTNER USER GUIDE UNHCR Partner Portal Phase 1 Version 1.1 3 February 2015 DFAM - IPMS Document Revision Version Modified on Modified by Comments

More information

Ordering Tool. The Cisco. Ordering Tool. User Guide

Ordering Tool. The Cisco. Ordering Tool. User Guide Ordering Tool The Cisco Ordering Tool User Guide Table of Contents Ordering Tool User Guide TABLE OF CONTENTS...2 ABOUT THIS GUIDE...6 BENEFITS OF USING THE ORDERING TOOL...6 USING THE ORDERING TOOL...6

More information

How to Navigate the AHIP Medicare Course. Subject Page #

How to Navigate the AHIP Medicare Course. Subject Page # How to Navigate the AHIP Medicare Course Table of Contents Subject Page # Introduction 2 AHIP Registration Process 3 AHIP Login Process 8 Course Parts 14 Final Exam 17 Certificate and Transmit Score to

More information

PayWay. Hosted Payment Page Handoff Developers Guide

PayWay. Hosted Payment Page Handoff Developers Guide PayWay Hosted Payment Page Handoff Developers Guide Version 6.02 19 Jul 2018 Release Date Version Description 12 Mar 2007 1.0 Initial Version 18 Nov 2007 2.0 Expand HTTP Parameter descriptions and add

More information

Setup manual VU COM. VU COM - version V2.04. Product reference number:

Setup manual VU COM. VU COM - version V2.04. Product reference number: Setup manual - version V2.04 Product reference number: 10-4510 Manual release: december 2007 Notice The information contained in this document is subject to change without notice. Traficon n.v. makes no

More information

How to Navigate the AHIP Medicare Course

How to Navigate the AHIP Medicare Course How to Navigate the AHIP Medicare Course This document is for reference only. It is a guide provided to help answer any questions you may have about the AHIP site and its coursework. It is provided as

More information

CONTENT CREATION. Mass Upload

CONTENT CREATION. Mass Upload CONTENT CREATION Mass Upload What is? Content creation by mass upload method is a way to create more than one SKU in bulk/mass using our Lazada template that will then be uploaded in Seller Centre. 2 Download

More information

Cancer Trials Support Unit

Cancer Trials Support Unit Cancer Trials Support Unit CTSU A Service of the National Cancer Institute OPEN RandoNode Request Processing Interface (Updates for RandoNode Version 2.0) Revision 1 19 November 2009 Document Information

More information

ekashu Payment Page Developer s Integration Guide

ekashu Payment Page Developer s Integration Guide Payment Page Developer s Integration Guide a technical manual for website developers describing how to integrate the ekashu Payment Page into a new or existing website. Authors: Nigel Jewell and Pete Alcock

More information

V-MPD MANUAL for Agents BSP UK

V-MPD MANUAL for Agents BSP UK V-MPD MANUAL for Agents BSP UK Service Centre Europe International Air Transport Association March 2010 1. VIRTUAL MPD ACCESS & CONFIGURATION page 3 1.a. E-mail page 3 1.b. Language page 4 2. V-MPD AIRLINE

More information

EZ Parent Center Directions Parent Sign Up and Purchase Preordering

EZ Parent Center Directions Parent Sign Up and Purchase Preordering EZ Parent Center Directions Parent Sign Up and Purchase Preordering Parents should contact your school (or caterer) when any type of support is needed. You can use the following link https://www.ezparentcenter.com/site/ezparentcenter_contact.aspx

More information

RIGHTMOVE PRODUCT GUIDELINES New Homes. Core Membership means the basic Services to which You are entitled in return for your Core Membership Fee.

RIGHTMOVE PRODUCT GUIDELINES New Homes. Core Membership means the basic Services to which You are entitled in return for your Core Membership Fee. RIGHTMOVE PRODUCT GUIDELINES New Homes DEFINITIONS Core Membership means the basic Services to which You are entitled in return for your Core Membership Fee. Additional Products means the additional Services

More information

Qatar Rail. Web Tender Advertisement. User Manual Document (Public User) Version Number: 1.0. Printed: P a g e

Qatar Rail. Web Tender Advertisement. User Manual Document (Public User) Version Number: 1.0. Printed: P a g e Qatar Rail Web Tender Advertisement User Manual Document (Public User) Version Number: 1.0 Printed: 24-01-2019 1 P a g e Table of Contents 1 GENERAL... 3 1.1 Introduction... 3 2 SYSTEM DESCRIPTION... 3

More information

SIMnet Online Student Registration Guide

SIMnet Online Student Registration Guide Last Updated on 8/9/13 SIMnet Online Student Registration Guide Your SIMnet Login Page Every school has its own SIMnet login page. The account URL (Web address) always begins with https:// and ends with

More information