Subscriptions and Payment Pages Version 2

Size: px
Start display at page:

Download "Subscriptions and Payment Pages Version 2"

Transcription

1 Version 2 Published: 26 April (c)

2 Table of Contents 1 Introduction About Subscriptions Process Overview Pre-requisites Processing a Subscription through Payment Pages Required fields to perform the initial authorisation Required fields to schedule the subscription Sending the request Managing a Subscription Using MyST Sending XML Requests Subscription Notifications Subscription Reports Error Reports URL Notifications Skipping the first payment Pre-requisites Process overview Additional Notes End of month subscription payments Fraud checks Declined Authorisation Subscription active field D Secure and subscription payments Accepted payment types Expiry dates Further Information and Support Secure Trading Support Secure Trading Sales Useful Documents Frequently Asked Questions Appendix Acquirer advice code mapping Example report for subscriptions Secure Trading Limited April 2018 Page 2 / 16

3 1 Introduction This document outlines how to schedule an automated subscription using Secure Trading Payment Pages. 1.1 About Subscriptions Subscriptions allow transactions to be automatically re-processed without the need for the customer to re-enter their payment details e.g. payments can be scheduled to be processed on the first of each month for Process Overview Your system is required to process a standard Authorisation using the Payment Pages, along with additional fields to schedule the subscription. The additional fields define how many Subscription payments are to be processed and the interval between the payments. Once the initial transaction is settled, the Subscription is made active and the Secure Trading Subscription Engine automatically processes payments at regular intervals. The Secure Trading Subscription Engine runs daily and processes all pending payments for that day. For more information on the Secure Trading Subscription Engine, please refer to the STPP Subscription Engine document. 1.3 Pre-requisites A Secure Trading account is required to process Subscription payments. For more information, contact Secure Trading Sales (see section 7.2). If you already have a Secure Trading account but do not have a Secure Trading Site Reference, please contact Secure Trading Support (see section 7.1). It is imperative that the Merchant ID is capable of processing Subscription payments. This is usually referred to by the acquirer as recurring or continuous authority payments. This document assumes the reader has an understanding of performing basic authorisations on their site using Payment Pages and also how Subscriptions are scheduled on Secure Trading s subscription engine. Please refer to the Payment Pages Setup Guide and the STPP Subscription Engine document respectively for further details. Please note Secure Trading strongly recommend that you test Subscriptions on your provided TEST account (The site-reference would begin with test_ ) to ensure that the Subscriptions are scheduled as expected. Secure Trading Limited April 2018 Page 3 / 16

4 2 Processing a Subscription through Payment Pages Your system will need to send a request to the Payment Pages that both processes a standard authorisation payment (this can include 3-D Secure) and also instructs the subscription engine to schedule future payments. This can be achieved in a single POST to the Payment Pages. 2.1 Required fields to perform the initial authorisation To process the initial standard Authorisation, the following fields must be included in the request to the Payment Pages ( These are the same fields required in a stand-alone authorisation, as outlined in the Payment Pages Setup Guide. Field Name sitereference currencyiso3a mainamount Details The unique Secure Trading site reference received during sign-up. e.g. example32075 The currency of the transaction in iso3a format. A list of available currencies can be found at: e.g. GBP The amount of the transaction should be in main units, with no commas, so 100 would be Currencies such as Japanese Yen which do not require a decimal place can be submitted without. So 100 Yen would be 100. version This value will be set to 1 credentialsonfile Visa and Mastercard have mandated that you must obtain cardholder consent before storing card details for future use (e.g. by a Subscription or by processing a re-authorisation). Following this, you must appropriately identify credentials that are to be stored for later, by submitting credentialsonfile with value 1. Note: The CoF mandate only applies for new transactions processed after 30th April However, if you are storing credentials as part of your solution, we strongly recommend implementing the above ahead of the cut-off date, so you are ready when it comes into effect. Credentials stored before this date do not need to be updated. Secure Trading Limited April 2018 Page 4 / 16

5 2.2 Required fields to schedule the subscription To schedule the subscription in the subscription engine, you will need to consider including the following fields in the same request to the Payment Pages: Please note Secure Trading strongly recommend including all submitted Subscription fields within the Payment Pages Site Security. For more information please refer to the Payment Pages Setup Guide subscriptionunit (Mandatory) This field represents the unit of time between each subscription. This can be either DAY or MONTH. It is imperative that the field subscriptionunit is submitted to the gateway in CAPITALS e.g. DAY or MONTH subscriptionfrequency (Mandatory) Combined with the subscriptionunit field, this field defines how frequently payments are processed. e.g. For one payment every 7 days: subscriptionfrequency = 7 subscriptionunit = DAY e.g. For one payment every 2 months: subscriptionfrequency = 2 subscriptionunit = MONTH subscriptionfinalnumber (Mandatory) This is the number of subscriptions to be processed in total over the course of the subscription (including the initial authorisation). e.g. if subscriptionfinalnumber = 12, there will be 12 monthly payments in total (the initial authorisation + 11 repeat payments). If the value is 0, the Subscription Engine will schedule payments indefinitely until the user manually sets the subscription to Inactive using MyST. Please note that if you submit a subscriptionfinalnumber of 1, only one payment will be taken from the customer in total (no subscription payments will be processed after the initial authorisation). Secure Trading Limited April 2018 Page 5 / 16

6 2.2.4 subscriptiontype (Mandatory) This field indicates the type of Subscription, as required by the acquiring bank. The value can either be INSTALLMENT or RECURRING. RECURRING is used when the Customer is making a recurring payment for a new product/service each time (for example, a magazine subscription). For most merchants, the subscriptiontype should be set to RECURRING. INSTALLMENT is only used in select cases with certain acquirers. It is designed for when a Customer is purchasing a single item over several installments (for example, paying 100 a month for an item until it has been paid in full). Installments are only accepted by certain acquirers. For further information, please contact your acquiring bank. Secure Trading Limited April 2018 Page 6 / 16

7 2.2.5 subscriptionbegindate (Optional) This field allows you to specify the starting date of payments processed automatically by the subscription engine. Before submitting requests with this field, please ensure you have read and understood the text below on its usage Subscription without begin date When processing a subscription, it is important to remember that the first payment will always be processed immediately. Following settlement, recurring payments are automatically processed at your specified interval. This is summarised in the following flow: Example of standard subscription flow Today s date is 5 th January. Your system submits a POST including unit of MONTH and frequency of 1 to schedule a monthly subscription. The first payment is processed immediately on 5 th January. The automated payments begin on a date determined by the unit and frequency fields, based on when the first payment was processed Specifying the begin date As an alternative to the flow above, you can submit the additional optional field subscriptionbegindate in the POST. This is used to specify a custom begin date for the automated payments, as described in the following flow. The begin date is submitted in the format YYYY-MM-DD and cannot be a date in the past: e.g Example of subscription flow WITH custom begin date Today s date is 5 th January Your system submits a POST that schedules a monthly subscription and optional field subscriptionbegindate = The first payment is always processed immediately on 5 th January. On 8 th January, the subscription engine processes the first automated payment (using the date specified in the subscriptionbegindate field). Subsequent automated payments will be processed on dates calculated by using the subscriptionbegindate in conjunction with the unit and frequency fields. If the subscriptionbegindate included in the POST is the same as the date the first payment is processed, a second payment will be processed the next day. Secure Trading Limited April 2018 Page 7 / 16

8 2.3 Sending the request The following example demonstrates how to process a subscription payment by performing a POST to the Secure Trading Payment Pages. <html> <head> </head> <body> <form method="post" action=" <input type="hidden" name="sitereference" value="example32075"> <input type="hidden" name="currencyiso3a" value="gbp"> <input type="hidden" name="mainamount" value="10.00"> <input type="hidden" name="stprofile" value="default"> <input type="hidden" name="version" value="2"> <input type="hidden" name="subscriptionunit" value="month"> <input type="hidden" name="subscriptionfrequency" value="1"> <input type="hidden" name="subscriptionfinalnumber" value="12"> <input type="hidden" name="subscriptiontype" value="recurring"> <input type="hidden" name="credentialsonfile" value="1"> <input type="submit" value="pay"> </form> </body> </html> Secure Trading Limited April 2018 Page 8 / 16

9 3 Managing a Subscription 3.1 Using MyST MyST is a password protected online management area which allows all Secure Trading merchants to monitor their transactions and perform other management on their account(s). We recommend that you use the MyST system to view and update Subscriptions. This is explained in detail in the MyST User Guide. Figure 1 Single Transaction View of an active Subscription Transaction details tab 3.2 Sending XML Requests It is also possible to view and update Subscriptions by sending XML requests to Secure Trading, by using either the STAPI application or the Web Services interface. Subscriptions can be viewed by sending a Transaction Query XML request, and be updated by sending a Transaction Update XML request. This is explained in detail in the Subscriptions XML Specification. Secure Trading Limited April 2018 Page 9 / 16

10 4 Subscription Notifications Once your site has been set up to process Subscriptions, it is recommended that you opt-in to receiving notifications to keep you informed of payments processed on your account by the subscription engine. 4.1 Subscription Reports If you would like to receive reports that show Subscription payments processed on your site, please contact our support team (see section 7.1) Structure of If you have the report enabled on your account, you will receive an from for each day that Subscription payments are processed. You will receive a maximum of one per day. They are presented in the format of a table (see 8.2 in the Appendix), with the following fields: Field Name Details Subscription reference A unique Secure Trading reference for the Subscription transaction. Transaction reference A unique Secure Trading reference for the transaction. Account This will match the account type description supplied within the request. This should be RECUR. Request The type of request processed. Note: AUTH is an Authorisation request. Currency The currency that the transaction was processed in. Settle status The current status of the transaction at the end of request. Auth code The authorisation code provided by the Issuing Bank. This is generated by the Issuing Bank, and will differ, depending on which bank you use. Error code Whether or not the transaction was successful. 0 represents a successful transaction. Base amount The amount of the transaction in base units, with no commas or decimal points. For example, 10 would be shown as Sitereference The Site reference relates to your individual account which you received on setup. Subscription frequency This is the time between Authorisations. It represents the gap between each payment in a Subscription. Subscription number This represents the position of the transaction within a series of Subscription payments. E.g. 5/10 would represent the 5 th transaction out of 10. Subscription type This is the type of Subscription: RECURRING or INSTALLMENT (see section for further details). (Optional) Acquirer advice code A numeric value returned, indicating if further payments can be processed. As this field is only supported by certain acquiring banks, you will need to ask our Support team to add this to your report. See section 8.1 for a full mapping. The will be sent from no-reply@securetrading.com, with the subject Subscription Report for [date in YYYY-MM-DD]. Please add a rule or filter to your client to prevent the s from being classified as junk mail / spam. Secure Trading Limited April 2018 Page 10 / 16

11 4.2 Error Reports If you would like to receive an if a Subscription transaction processed on your site returns an error, please contact our Support team (see section 7.1) Structure of If you have the report enabled on your account, you will receive an from no-reply@securetrading.com, whenever errors are encountered while processing Subscription payments. You will receive a maximum of one per day. More than one Subscription can appear in one , and are separated by spaces. Here is an example of a Subscription error report (in this case, the customer s card has been declined): Problem with processing transaction Decline subscriptionnumber:2 The will be sent from no-reply@securetrading.com with the subject Secure Trading transaction error. Please add a rule or filter to your client to prevent the s from being classified as junk mail / spam. 4.3 URL Notifications It is possible to configure URL Notifications to be submitted to your system, following each payment processed on your site by the subscription engine. (One notification per transaction) To configure this, sign in to MyST and navigate to the Rule Manager. If you are new to the Rule Manager, we recommend reading this information in conjunction with the Rule Manager document. 1. Choose the site Select the site through which you are processing subscriptions and the action type URL Notification, then click Change. 2. Create the condition Create a condition for completed requests, with the following properties: Account type is RECUR. Request type is AUTH. Select all payment types, currencies and settle statuses. Error code is Create the action If you haven t already, create a new action with the URL of your server and include the fields you would like to be included in the notification. 4. Create the rule Using the Rule Manager, assign the condition to the action, and click Save. Ensure the checkbox in the Active column in ticked, indicating the new rule is active. Please test the rule is working on your test site reference before applying it to your live site reference. Secure Trading Limited April 2018 Page 11 / 16

12 5 Skipping the first payment So far we have discussed the processing of subscriptions, where the first payment is processed immediately and subsequent payments are processed automatically at regular intervals defined in the POST. This section covers scheduling a subscription where the first payment is skipped, meaning no transactions are processed until after the first interval (e.g. 1 month) has passed. E.g. customer agrees to a monthly subscription, and the first month is free of charge. The first payment that is skipped is still counted against the final number value submitted in the POST (see section 2.2.3). e.g. When a subscription with final number of 12 is submitted, if the first payment is skipped, only 11 payments will be processed in total. 5.1 Pre-requisites Contact the Support team (see section 7.1) and enquire about the following: (Required) Check your acquiring bank can support 'Account checks'. If supported, request that the 'Enhanced post' functionality is enabled using request types ACCOUNTCHECK, THREEDQUERY (optional), AUTH, SUBSCRIPTION. (Optional) Configure rules that suspend subscriptions if details entered by the customer do not match those held on their bank's records. This can be used to provide an additional level of security. For further information, refer to the Payment Pages Setup Guide and read the section on Account checks. Please ensure you have read and understood the previous pages on subscriptions in this document before proceeding. Secure Trading Limited April 2018 Page 12 / 16

13 5.2 Process overview 1. Modify the POST You will need to update your POST used to request a subscription and add the field requesttypedescriptions, as shown in the following example: <html> <head> </head> <body> <form method="post" action=" <input type="hidden" name="sitereference" value="test_site12345"> <input type="hidden" name="stprofile" value="default"> <input type="hidden" name="currencyiso3a" value="usd"> <input type="hidden" name="mainamount" value="15.00"> <input type="hidden" name="version" value="2"> <input type="hidden" name="subscriptionunit" value="month"> <input type="hidden" name="subscriptionfrequency" value="1"> <input type="hidden" name="subscriptionfinalnumber" value="12"> <input type="hidden" name="subscriptiontype" value="recurring"> <input type="hidden" name="credentialsonfile" value="1"> <input type="hidden" name="subscriptionbegindate" value=" "> <input type="hidden" name="requesttypedescriptions" value="accountcheck"> <input type="hidden" name="requesttypedescriptions" value="subscription"> <input type="submit" value="pay"> </form> </body> </html> 2. Customer enters their details Once they have reached the Payment Pages, the customer enters their payment and billing details, as with a normal payment. 3. Account check is processed The customer's bank checks the billing address and card security code details entered match those held on their records for the customer's card. 4. Subscription is scheduled Providing the checks are successful, the customer is shown a confirmation message and the subscription is scheduled in our subscription engine. 5. Scheduled payments are processed after the first interval Payments are automatically processed for the customer at the intervals defined in the POST. Because the first payment was skipped, the total number processed will be one less than the final number specified in the POST. Secure Trading Limited April 2018 Page 13 / 16

14 6 Additional Notes 6.1 End of month subscription payments Subscription payments can be processed monthly from the date of the initial payment. If the date of the initial payment is after the 28 th of the month, all following subscription payments are scheduled for the 28 th of each month. This is to prevent issues for subscription payments on months that have fewer days than others. 6.2 Fraud checks If enabled on your account, Secure Trading will run fraud checks on every Authorisation in a series of subscription payments processed on your account. However, if the first AUTH is sent with a settlestatus value of 1, fraud checks will not be performed on the first AUTH or any of the payments in the subscription. For further information on fraud checks, please contact Secure Trading Support (section 7.1). 6.3 Declined Authorisation It is not possible to schedule recurring payments in the Subscription Engine, if the first Authorisation request was declined by the acquirer. 6.4 Subscription active field A Subscription transaction is initially set as 2 - Pending and is only updated to 1 - Active once the initial payment has settled. This is to prevent Subscription payments being processed if the initial transaction has not completed and also to ensure fraud*, duplicate* and settlement checks are carried out. The subscription active field can be manually overridden using MyST (see the MyST User Guide). Please note that updating a Pending Subscription to be Active will ignore the results of any fraud*, duplicate* or settlement checks on the initial Authorisation. *Fraud and duplicate checks are not enabled by default on new Secure Trading accounts. Please contact Secure Trading Support for further information D Secure and subscription payments The initial Subscription payment can be processed using 3-D Secure, where the customer will be required to authenticate their transaction. All subsequent transactions will be processed as standard Authorisations (non 3-D Secure). For further information regarding 3-D Secure please refer to the 3D Secure XML Specification. 6.6 Accepted payment types Only Visa, Mastercard and AMEX branded cards can be used for processing subscription payments (excluding Maestro). 6.7 Expiry dates Please ensure that the expiry dates on your active subscriptions are valid and up-to-date as some issuers may decline cards with outdated card expiry dates. These can be updated by using MyST (see the MyST User Guide). Secure Trading Limited April 2018 Page 14 / 16

15 7 Further Information and Support 7.1 Secure Trading Support If you have any questions regarding integration or maintenance of the system, please contact our support team using one of the following methods. Method Details Telephone +44 (0) Fax +44 (0) Website Secure Trading Sales If you do not have an account with Secure Trading, please contact our Sales team and they will inform you of the benefits of a Secure Trading account. Method Details Telephone Telephone (Int l) +44 (0) Fax +44 (0) sales@securetrading.com Website Useful Documents All documents regarding the STPP system can be found on Secure Trading s website ( Alternatively, please contact our support team as outlined above. 7.4 Frequently Asked Questions Please visit the FAQ section on our website ( Secure Trading Limited April 2018 Page 15 / 16

16 8 Appendix 8.1 Acquirer advice code mapping Code Description Action 0 N/A (Mastercard only) No action required 1 New account information available (Mastercard only) The bank has reason to believe that the customer s card details are out-ofdate (e.g. the expiry date has passed). Please check with the customer that their card details are still correct. This field is advisory and we will allow you to re-process even if the card details are not updated, however the acquiring bank may not accept the payment. You may find it useful to contact your bank in such cases for clarification. 2 Cannot approve at this time Try again later. If you are continuing to have difficulties, please contact your acquiring bank 4 Do not try again 8 Payment blocked by card scheme Do not process further recurring transactions For information on how to test for different acquirer advice code values, please refer to the Testing document. 8.2 Example report for subscriptions The following is the contents of an example report for Subscriptions. For more information on report s, see section 4. [ This is an automated ] The following subscriptions were processed on All of these transactions were authorised: Subscription Transaction Settle Auth Error Base Site Subscription Subscription Subscription Account Request Currency reference reference status Code code amount Reference frequency number type RECUR AUTH GBP 1 - Manual settlement TEST test_site1 1 DAY 2/2 RECURRING RECUR AUTH GBP 1 - Manual settlement TEST test_site1 1 MONTH 2/9 RECURRING RECUR AUTH GBP 1 - Manual settlement TEST test_site1 1 DAY 2/2 RECURRING This was sent from a notification-only address that cannot accept incoming . Please do not reply to this message Secure Trading Limited April 2018 Page 16 / 16

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

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

Card Store Published: 5 June 2018

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

More information

XML Specification ideal

XML Specification ideal XML Specification ideal Published: 19 February 2018 1.3 Table of Contents 1 Introduction... 3 1.1 Features... 3 1.2 Configuration... 3 2 Process Overview... 4 2.1 What will the customer see?... 4 2.2 How

More information

XML Specification QIWI

XML Specification QIWI XML Specification QIWI Published: 19 February 2018 1.2 Table of Contents 1 Introduction... 3 1.1 Features... 3 1.2 Configuration... 3 2 Process Overview... 4 2.1 What will the customer see?... 4 2.2 How

More information

STPP Testing Published: 8 December 2017

STPP Testing Published: 8 December 2017 During integration with Secure Trading s systems, the Merchant can perform tests on the system using the details supplied within this document. Published: 8 December 2017 1.18 Table of Contents 1 Introduction...

More information

Magento Extension User Guide: Payment Pages. This document explains how to install the official Secure Trading extension on your Magento store.

Magento Extension User Guide: Payment Pages. This document explains how to install the official Secure Trading extension on your Magento store. This document explains how to install the official Secure Trading extension on your Magento store. Module version: 3.4 Published: 31 October 2014 Table of Contents 1 Introduction... 3 1.1 Features... 3

More information

CSV Download. 2.1 (a) Automatically downloading transactions as Comma Separated Values (CSV). Published: 1 August 2017

CSV Download. 2.1 (a) Automatically downloading transactions as Comma Separated Values (CSV). Published: 1 August 2017 Automatically downloading transactions as Comma Separated Values (CSV). Published: 1 August 2017 2.1 (a) Table of Contents 1 Introduction... 3 2 Process overview... 4 2.1 For transaction download... 4

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

XML Specification (c)

XML Specification (c) This document is to be used as a reference when viewing any XML throughout Secure Trading s documentation. The conventions used to describe XML Requests and Responses are outlined. Published: 25 April

More information

Version: 2.2 (a) Published: 1 August 2017

Version: 2.2 (a) Published: 1 August 2017 Version: 2.2 (a) Published: 1 August 2017 Table of Contents 1 Introduction... 3 1.1 Process Overview... 3 2 TRANSACTIONQUERY XML Request... 4 2.1 Filters... 4 2.2 XML Request Example... 5 3 TRANSACTIONQUERY

More information

Magento Extension User Guide. This document explains how to install the official Secure Trading extension on your Magento store.

Magento Extension User Guide. This document explains how to install the official Secure Trading extension on your Magento store. This document explains how to install the official Secure Trading extension on your Magento store. Module version: 3.2.1 Published: 13 June 2014 Table of Contents 1 Introduction... 3 1.1 Features... 3

More information

MyST User Guide 3.1. Published: 23 July 2018

MyST User Guide 3.1. Published: 23 July 2018 This document outlines how to use MyST, our transaction management tool. Here you will find a breakdown of the various functions available and instructions on how to use them. Published: 23 July 2018 3.1

More information

MyST User Guide Published: 23 April 2018

MyST User Guide Published: 23 April 2018 This document outlines how to use MyST, our transaction management tool. Here you will find a breakdown of the various functions available and instructions on how to use them. Published: 23 April 2018

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

Payment Pages Customisation Version 2

Payment Pages Customisation Version 2 Version 2 Published: 19 February 2018 2.1.10 Table of Contents 1 Introduction... 3 1.1 Useful documents... 3 1.2 Process Overview... 3 2 Profiles... 4 2.1 Requirements... 4 3 Uploading the files... 5 3.1

More information

HANDEPAY DASHBOARD USER GUIDE HANDEPAY DASHBOARD USER GUIDE. Version:

HANDEPAY DASHBOARD USER GUIDE HANDEPAY DASHBOARD USER GUIDE. Version: HANDEPAY DASHBOARD Version: 1.5-1 - Welcome to the Handepay Dashboard user guide. In this guide we will look at the different sections of the Dashboard and explain what each section does. The different

More information

XML Specification: 3-D Secure

XML Specification: 3-D Secure This document outlines how to perform Verified by Visa or Mastercard SecureCode transactions (more commonly known as 3-D Secure) with Secure Trading. Published: 10 January 2018 2.15 Table of Contents 1

More information

XML Specification Paysafecard

XML Specification Paysafecard XML Specification Paysafecard This is a supplemental document to the main XML Specification document. Published: 27 September 2018 1.7 Table of Contents 1 Introduction... 3 1.1 About paysafecard... 3 1.2

More information

Web Services User Guide

Web Services User Guide This document covers how to process XML Requests and Responses using the Secure Trading Web Services interface. Published: 28 March 2018 3.8 (a) Table of Contents 1 Introduction... 3 1.1 Required steps...

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

Long Term Disability Online Payment Instructions

Long Term Disability Online Payment Instructions If you are paying for Medical ONLY: Long Term Disability Online Payment Instructions 1. On the Insurance Payments home screen, select Long Term Disability. 2. Enter the payment amount for Medical only

More information

ANZ EGATE MERCHANT ADMINISTRATION QUICK REFERENCE GUIDE

ANZ EGATE MERCHANT ADMINISTRATION QUICK REFERENCE GUIDE ANZ EGATE MERCHANT ADMINISTRATION QUICK REFERENCE GUIDE PURPOSE The purpose of this Quick Reference Guide is to provide the user with a quick reference to using the ANZ egate Merchant Administration. COPYRIGHT

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

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

User Guide Netaxept Administration Module. Version 1.50

User Guide Netaxept Administration Module. Version 1.50 User Guide Netaxept Administration Module Version 1.50 This document describes the various functions of Netaxept Administration Module (Netaxept Admin). The latest version of the document is available

More information

Getting Started with Transaction Express. Transaction Express User Guide

Getting Started with Transaction Express. Transaction Express User Guide Getting Started with Transaction Express Transaction Express User Guide Table of Contents Transaction Express User Guide... 5 Section 1 Getting Started... 5 Welcome Email... 5 Merchant List... 5 Navigation...

More information

User Guide Netaxept Administration Module

User Guide Netaxept Administration Module User Guide Netaxept Administration Module Version 1.50 This document describes the various functions of Netaxept Administration Module (Netaxept Admin). The latest version of the document is available

More information

Long Term Disability Online Payment Instructions

Long Term Disability Online Payment Instructions If you are paying for Medical AND Dental: Long Term Disability Online Payment Instructions 1. On the Insurance Payments home screen, select Long Term Disability. 1 2. You will enter your Medical payment

More information

Getting Started With Transaction Express

Getting Started With Transaction Express Getting Started With Transaction Express Table of Contents Product Overview... 8 Welcome Email... 8 Merchant List... 8 Navigation... 9 Left Navigation Sections... 10 Password Security... 11 Change... 12

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

RAM QUICK REFERENCE GUIDE. Lloyds Bank Cardnet Online Management Information System

RAM QUICK REFERENCE GUIDE. Lloyds Bank Cardnet Online Management Information System RAM QUICK REFERENCE GUIDE Lloyds Bank Cardnet Online Management Information System Contents 1. Logging In 1 2. Searching for Merchant Numbers 2 3. Merchant Profile Details 3 4. Transaction Activity 4 4.1

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

CyberSource Business Center

CyberSource Business Center CyberSource Business Center CS3-609-06-16-09 Copyright 2009 Harris Connect, LLC. all rights reserved. Reproduction in any form without the express written consent of Harris Connect, LLC. is strictly prohibited

More information

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

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

More information

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

User s Guide. (Virtual Terminal Edition)

User s Guide. (Virtual Terminal Edition) User s Guide (Virtual Terminal Edition) Table of Contents Home Page... 4 Receivables Summary... 4 Past 30 Day Payment Summary... 4 Last 10 Customer Transactions... 4 View Payment Information... 4 Customers

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

Virtual Terminal. Quick Start Guide. v.01_03/18

Virtual Terminal. Quick Start Guide. v.01_03/18 Virtual Terminal Quick Start Guide v.01_03/18 About This Guide Take secure card payments over the phone with a virtual terminal, providing a flexible payment option for your customers, with a personal

More information

USER GUIDE REPORTING <ACQ + GW IMAGE HERE> VERSION 1.0

USER GUIDE REPORTING <ACQ + GW IMAGE HERE> VERSION 1.0 REPORTING VERSION 1.0 TABLE OF CONTENTS 1. BATCHED TRANSACTIONS 3 1. BATCH OVERVIEW 3 1. Fraud 5 2. DCC (Dynamic Currency Conversion) 6 3. History 7 1.2 VIEWING RELATED TRANSACTIONS

More information

PayTrace Virtual Terminal

PayTrace Virtual Terminal PayTrace Virtual Terminal Training Aid August 2011 Let s get started by learning about your needs All merchants using PayTrace will be processing transactions. The real question is how will you be processing

More information

BACKGROUND POST USER S GUIDE. 2012, CCBILL, LLC.; V.8,; Page 1 of 10

BACKGROUND POST USER S GUIDE. 2012, CCBILL, LLC.; V.8,; Page 1 of 10 BACKGROUND POST USER S GUIDE 2012, CCBILL, LLC.; V.8,; 05072012 Page 1 of 10 CONTENTS Introduction... 3 Overview... 3 Passing Variables to the Signup Form... 3 Approval and Denial Posts... 5 Variables...

More information

Magento Extension Update Guide Version This document explains how to update an existing install of our Magento extension.

Magento Extension Update Guide Version This document explains how to update an existing install of our Magento extension. Version 3.6.1 This document explains how to update an existing install of our Magento extension. Published: 3 August 2017 Introduction This Magento Community Edition extension allows you to seamlessly

More information

2017 Barclaycard. e-terminal (Virtual terminal)

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

More information

ANZ TRANSACTIVE GLOBAL SERVICE REQUESTS USER GUIDE

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

More information

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

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

To login to the Virtual Terminal, click on the link in your Welcome to PPI , enter your user ID and password and click OK.

To login to the Virtual Terminal, click on the link in your Welcome to PPI  , enter your user ID and password and click OK. Welcome to the PPI PayMover Virtual Terminal Training. The Virtual Terminal allows you to process real-time credit card transactions without a standalone hardware terminal. You are able to process credit

More information

PAYMENT SYSTEM RESPONSE CODES

PAYMENT SYSTEM RESPONSE CODES PAYMENT SYSTEM RESPONSE CODES Bank s Text Text APPROVED 00 Approved 08 Honour with ID 11 Approved VIP (not used) 16 Approved, Update Track 3 (not used) 77 Approved (ANZ only) DECLINED 01 Refer to Card

More information

Village of Winnetka Utility ebills and Recurring Credit Cards Resident Guide Process: The Village of Winnetka allows utility customers to enroll in ebills and recurring credit card payments (RCC). The

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

Electronic Value Transfer Administrator Form EVTA-2, Key Merchant Services (KMS) Work Order Contract PS65792

Electronic Value Transfer Administrator Form EVTA-2, Key Merchant Services (KMS) Work Order Contract PS65792 Authorized User Code Date Requisition No. Comptroller's ID No.: Commodity Group No.: 79008 Work Order No. Authorized User & Federal Identification #: Contractor: Key Merchant Services, LLC Two Concourse

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

MERCHANT MANUAL. Direct Connect Merchant Services LLC Copyright 2016, All Rights Reserved Merchant Manual v 1.

MERCHANT MANUAL. Direct Connect Merchant Services LLC  Copyright 2016, All Rights Reserved Merchant Manual v 1. MERCHANT MANUAL Direct Connect Merchant Services LLC www.directconnectps.com Copyright 2016, All Rights Reserved Merchant Manual 2016.10.06 v 1.doc Table of Contents Overview... 5 The Gateway... 6 Logon

More information

QUICK START GUIDE 8x8 Residential Service. 8x8 Residential Service Quick Start Guide

QUICK START GUIDE 8x8 Residential Service. 8x8 Residential Service Quick Start Guide QUICK START GUIDE Quick Start Guide Version 1.0, October 2011 Contents Login Procedure...3 Home...4 Phone and Fax Lines...4 Edit Phone and Fax Lines... 4 Number Transfer... 6 Billing...12 Statements...

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

USER GUIDE TERMINAL <ACQ + GW IMAGE HERE> VERSION 1.0

USER GUIDE TERMINAL <ACQ + GW IMAGE HERE> VERSION 1.0 TERMINAL VERSION 1.0 TABLE OF CONTENTS 1. PROCESSING A TRANSACTION 3 1.1 SALE 3 1.2 REFUND 5 1.3 MANUAL 6 1.4 CARD VERIFICATION 7 2. EXPLANATION OF TERMINAL FIELDS 8 1. PROCESSING

More information

Version: 1.11 Published: 22 October 2014

Version: 1.11 Published: 22 October 2014 This document outlines how to perform Fraud Score requests through the STPP system. The Fraud Score system allows the merchant to perform additional checks on a customer to those performed on authorization.

More information

PayGate (Pty) Ltd. PayWebv2 Version PayWebv2. June Version 1.0 Revision 0.11

PayGate (Pty) Ltd. PayWebv2 Version PayWebv2. June Version 1.0 Revision 0.11 PayWebv2 June 2009 Version 1.0 Revision 0.11 recording, or otherwise, without the prior written permission of the authors. 1 VERSION HISTORY...3 A QUICK SAMPLE...4 INTRODUCTION...4 WHERE DOES PAYWEB FIT

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

Authorize.Net Magento 2.x Payment Module

Authorize.Net Magento 2.x Payment Module Authorize.Net Magento 2.x Payment Module User Guide Revision 1.0.1 September 17, 2018 Sep 17 2018 Authorize.Net Global Payment Management for Magento 2.x 1 Contents Document History... 4 1. Introduction...

More information

MERCHANT MANUAL. Direct Connect Copyright 2016, All Rights Reserved.

MERCHANT MANUAL. Direct Connect Copyright 2016, All Rights Reserved. MERCHANT MANUAL Direct Connect Copyright 2016, All Rights Reserved www.directconnectps.com Table of Contents Overview... 5 The Gateway... 6 Logon as a Merchant... 7 Adding a New User... 11 Finding and

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

STORED CREDENTIAL TECHNICAL IMPLEMENTATION GUIDE

STORED CREDENTIAL TECHNICAL IMPLEMENTATION GUIDE STORED CREDENTIAL TECHNICAL IMPLEMENTATION GUIDE OCTOBER 2017 VERSION 1.1 Care has been taken to ensure the accuracy of this document. Global Payments does not accept responsibility for any errors or omissions

More information

PNC Bank On-line BankCard Center - Use to access Penn State Purchasing Card statements on-line

PNC Bank On-line BankCard Center - Use to access Penn State Purchasing Card statements on-line PNC Bank On-line BankCard Center - Use to access Penn State Purchasing Card statements on-line www.pcard.treasury.pncbank.com Quick Reference Guide - for the Cardholder Role Table of Contents: 1. Introduction

More information

User Guide. Accept EFTPOS, Visa and Mastercard payments on the go with Kiwibank QuickPay.

User Guide. Accept EFTPOS, Visa and Mastercard payments on the go with Kiwibank QuickPay. User Guide Accept EFTPOS, Visa and Mastercard payments on the go with Kiwibank QuickPay. Kiwibank QuickPay terms and conditions apply. Kiwibank QuickPay is only available for business banking purposes.

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

What s New Guide Merchants

What s New Guide Merchants Page 2 of 23 Table of Contents PURPOSE... 3 NEW MERCHANT INTERFACE... 3 Home Page... 3 New Navigation... 4 Tools...7 Reports... 8 Search... 9 Account... 10 Settings... 11 Merchant Profile... 12 Billing

More information

Blackbaud Merchant Services Web Portal Guide

Blackbaud Merchant Services Web Portal Guide Blackbaud Merchant Services Web Portal Guide 10/09/2017 Blackbaud Merchant Services 4.0 Blackbaud Merchant Services Web Portal Guide US 2016 Blackbaud, Inc. This publication, or any part thereof, may not

More information

XML API Integration Guide

XML API Integration Guide XML API Integration Guide Version 2.6.3 July 10th,2015 For support contact integration@merchant-support.com 1-866-874-0029 2 Table of Contents 1 Introduction... 7 2 Choosing an Integration Method... 7

More information

VX 675 Series APACS 40 User Guide

VX 675 Series APACS 40 User Guide VX 675 Series APACS 40 User Guide 2010 VeriFone. All rights reserved. VeriFone, the VeriFone logo, VX are either trademarks or registered trademarks of VeriFone. No part of the contents of this document

More information

User Guide. Accept EFTPOS, Visa and Mastercard payments on the go with Kiwibank QuickPay.

User Guide. Accept EFTPOS, Visa and Mastercard payments on the go with Kiwibank QuickPay. User Guide Accept EFTPOS, Visa and Mastercard payments on the go with Kiwibank QuickPay. Kiwibank QuickPay terms and conditions apply. Kiwibank QuickPay is only available for business banking purposes.

More information

Account Management. Pilot Support Guide

Account Management. Pilot Support Guide Account Management Pilot Support Guide Public Use Doc no: PR-PUB-0012 Version 1.0 June 22, 2017 Copyright notice Copyright 2017 Cayan LLC. All rights reserved. No part of this publication may be reproduced,

More information

How to Create a PayPal Account

How to Create a PayPal Account How to Create a PayPal Account Step 1 Go to PayPal.com In this video we are going to be setting up a U.S. based PayPal account. Here I can click the sign up for free here, or I can click at the top right.

More information

First Data Global Gateway SM Virtual Terminal User Manual

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

More information

CLIENT MANAGER PORTAL. A supplier s guide to the Supplier Finance website

CLIENT MANAGER PORTAL. A supplier s guide to the Supplier Finance website CLIENT MANAGER PORTAL A supplier s guide to the Supplier Finance website Contents Welcome to Supplier Finance 1 Your payments 2 Logging on 3 Moving around 4 Your summary 5 Requesting early payments 7 Approving

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

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 3.0.0 July 2018 July 2018 CyberSource Global Payment Management for Magento 2.x 1 Table of Contents Recent Changes.....5 1. Introduction...

More information

Presentation Cardholder Role

Presentation Cardholder Role On-Line BankCard Center Presentation Cardholder Role Please Note: Special Instructions for Penn State Purchasing Cardholders are included. End Show button. During the Presentation click the mouse on this

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

OmniView Users Guide Version 3.1.0

OmniView Users Guide Version 3.1.0 OmniView Users Guide Version 3.1.0 2012 - Profitec, Inc. CONTENTS OmniView v3.1 User Guide WELCOME TO YOUR ONLINE PAYMENT AND PRESENTMENT PORTAL... 1 GETTING STARTED... 1 LOGIN SCREEN... 1 USING YOUR

More information

WSSP Troubleshooting Guide. Website Edition

WSSP Troubleshooting Guide. Website Edition WSSP Troubleshooting Guide Website Edition 1 Table of Contents FAQ s 1. Introduction.. 5 2. Troubleshooting. 5 A. Login Issues. 5 1. When I login, the page gets refreshed and I have to enter the credentials

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

VX 820 Duet Series APACS 40 User Guide

VX 820 Duet Series APACS 40 User Guide VX 820 Duet Series APACS 40 User Guide The information contained in this document is subject to change without notice. Although VeriFone has attempted to ensure the accuracy of the contents of this document,

More information

Frequently Asked Questions

Frequently Asked Questions Q. What is GTSE v.2.1.3? Frequently Asked Questions A. GTSE stands for Global Transport Secure ecommerce. GTSE v.2.1.3 is the next generation of Global Payments complete solution for small to mid-sized

More information

Bankline support guides

Bankline support guides Bankline support guides Using Bankline with Third Party Provider (TPP) services In this guide Introduction to the TPP consent process Understanding Bankline roles For Bankline administrators setting up

More information

What s New Guide Merchants

What s New Guide Merchants Page 2 of 30 Table of Contents PURPOSE...4 MULTIPLE USER ACCOUNTS FEATURE...4 User Roles... 5 User Administration... 6 User Profile... 7 Changes to the Merchant Interface... 8 FAQs... 9 What is the pricing

More information

Customer Portal User Manual

Customer Portal User Manual Customer Portal User Manual Your Local Telecom Unit 23/1488 Ferntree Gully Road KNOXFIELD VIC 3180 Customer Support 1300 769 643 Title: Customer Portal User Manual (AUS) V1.3 Page: 1 of 29 Contents 1.

More information

XERO SETUP GUIDE. Dave Carr

XERO SETUP GUIDE. Dave Carr XERO SETUP GUIDE Abstract Guidelines for integrating Eazy Collect with Xero to issue invoices, collect payment by Direct Debit and reconcile payments back into Xero automatically. Dave Carr Table of Contents

More information

V X 680 Series APACS 40 User Guide

V X 680 Series APACS 40 User Guide V X 680 Series APACS 40 User Guide The information contained in this document is subject to change without notice. Although VeriFone has attempted to ensure the accuracy of the contents of this document,

More information

The following subjects will be covered:

The following subjects will be covered: Quick Start Guide Citibank Global Card Management System (GCMS) for P-Card Transaction Approvers This Quick Start Guide outlines the P-Card reconciliation process in GCMS for approvers. The following subjects

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

Integrate with PostFinance DirectLink (server-to-server)

Integrate with PostFinance DirectLink (server-to-server) Table of contents 1. Introduction 2. General procedures and security settings 2.1 API user 2.2 Request form 2.3 Security 2.3.1 Encryption 2.3.2 IP address 2.3.3 SHA signature 2.4 Response parsing 3. Request

More information

Account Management. Pilot Support Guide

Account Management. Pilot Support Guide Account Management Pilot Support Guide Public Use Doc no: PR-PUB-0013 Version 1.0 June 22, 2017 Copyright notice Copyright 2017 Cayan LLC. All rights reserved. No part of this publication may be reproduced,

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

VIRTUAL TERMINAL GUIDE

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

More information

PAYFORT Batch Service

PAYFORT Batch Service PAYFORT Batch Service Document Version: 1.1 April, 2018 Copyright Statement All rights reserved. No part of this document may be reproduced in any form or by any means or used to make any derivative such

More information

Virtual Terminal Plus, A Vantiv Payment Application

Virtual Terminal Plus, A Vantiv Payment Application Virtual Terminal Plus, A Vantiv Payment Application Application User Guide for Merchants Edition: 2.2 Updated: Friday, February 17, 2017 Information contained within this guide is subject to change without

More information

Drake Hosted User Guide

Drake Hosted User Guide Drake Hosted User Guide Last Revision Date: 1/2/2017 Support.DrakeSoftware.com (828) 524-8020 Drake Hosted User Guide Copyright The Drake Hosted User Guide, Drake Tax Software, and any other related materials

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