Payment Page Extensions. Online Payment Processing for Businesses Worldwide.

Size: px
Start display at page:

Download "Payment Page Extensions. Online Payment Processing for Businesses Worldwide. www.telr.com"

Transcription

1 Payment Page Extensions Online Payment Processing for Businesses Worldwide

2 Page 2 of 13 Contents About this guide... 3 Copyright... 3 Introduction... 3 Using an extension... 4 Additional information blocks... 4 Repeat Billing... 5 Payment Agreements... 5 Immediate Payment Amount... 6 Regular Payment Amount... 6 Agreement interval period... 6 Agreement term... 7 Start date... 7 Final payment amount... 7 Payment method... 8 Data security check... 8 Sample agreements... 8 Card Filter... 9 Card Discount Document history... 13

3 Page 3 of 13 About this guide This guide describes various extensions that are available for use with the Telr Hosted Payment Pages. This guide should be used in conjunction with the Hosted Payment Pages Integration Guide. Copyright 2014 Telr. All rights reserved. While every effort has been made to ensure the accuracy of the information contained in this publication, the information is supplied without representation or warranty of any kind, is subject to change without notice and does not represent a commitment on the part of Telr. We assume no responsibility and shall have no liability, consequential or otherwise, of any kind arising from this material or any part thereof, or any supplementary materials subsequently issued by Telr. Telr has made every effort to ensure the accuracy of this material. Introduction The Hosted Payment Page service is a secure PCI DSS compliant system, use of which does not require the merchant to have their own PCI compliance as card details are held only within the Telr systems. This is the fastest way to get up and running with on- line payments. This integration method uses HTML messages to pass information between your site and Telr. It is the simplest and easiest method of integration and will work on just about any platform. There is nothing to install with the Hosted Payment Page method of integration. All you need is a working Internet connection and your store ID.

4 Page 4 of 13 Using an extension The extensions are optional modules that can be used in addition to the standard payment request. You should first complete the integration process using a standard request before looking to add any of the additional modules. Each module is referenced by including the module name within the additional information blocks list (the ivp_extra field) as part of the transaction request. The additional data needed for any module can then also be added to the request. To indicate which additional information blocks you are sending, you must set the ivp_extra field in the main purchase request. If an information block is not listed within the ivp_extra field then that block will be ignored. If there are no additional information blocks being sent as part of the request, the ivp_extra field must be set to the word none. If one or more blocks are being sent, then the ivp_extra field must contain a comma separated list of the blocks. For example if the billing details, delivery details and card filter details are sent then ivp_extra must be set to bill,delv,filter Additional information blocks Bock bill delv xtra return repeat filter discount Description Supply card holder billing details such as name, address and . Supply delivery details Additional transaction details URL s to be used for Call- backs and returning the customer to your store Repeat billing details (recurring transactions) Card filter limit transactions to a specific card Card discount apply a discount if a specific card range is used Note: The bill, delv, xtra and return blocks are part of the standard payment request options, and as such are covered in the Hosted Payment Pages Integration Guide.

5 Page 5 of 13 Repeat Billing The Repeat Billing system gives merchants who use the Hosted Payment Pages the ability to setup and manage recurring payments, such as those used in a subscription service. Merchants who collect and store their shoppers' payment details on their own platform and use the Remote integration method as the gateway interface will need to implement their own subscription management system if this is required. Recurring payments can be made by either directly debiting a given card, or by sending an e- invoice before the payment is due. The ability to directly debit a card for each payment depends upon your acquiring bank allowing Continuous Authority transactions for your merchant account. Payment Agreements The Repeat Billing System allows you to create and manage what are termed Payment Agreements. These Payment Agreements specify the value and frequency of the payments to be made. Payment Agreements can be for a fixed term, or for an unlimited term. There are four basic elements to a Payment Agreement. These are as follows: Start date Term Payment interval (e.g. monthly) Regular payment amount There are two further optional elements that can be defined. These are as follows: Immediate payment amount Final payment amount With these six elements it is possible to create Payment Agreements that suit most subscription requirements or other regular payment requirements.

6 Page 6 of 13 Sending the payment agreement card details The pre- registered card details are sent as part of the transaction request in the repeat block, which consists of the following fields: Field Description Notes repeat_amount Regular payment amount The amount to be taken at each payment interval. repeat_period Agreement interval period This indicates both the interval count and interval type. The interval type can be either m for months or w for weeks. repeat_start Agreement start date Formatted as DDMMYYYY. The start date cannot be the same date that the agreement is made on, and cannot be a date that has already past. repeat_term Agreement term Indicates the number of regular payments to take. Set this to zero to indicate an unlimited term. repeat_final Final payment amount 0 if there is no final payment amount. repeat_method Payment method Card or Invoice repeat_custid Customer ID Your reference for this customer. repeat_signature Data security check Uses the same algorithm and key as for the main purchase details. All payment amounts are taken in the same currency as used for the main transaction request (as sent in the field). The amounts must be sent in major units (for example, 9 dollars 50 cents must be sent as 9.50 not 950). Immediate Payment Amount This specifies an amount to be taken at the same time that the agreement is setup. It is in addition to any amount that would be taken as part of the regular payment processing. If there is no amount to be taken, this should be set to zero. The immediate payment amount is sent as the ivp_amount field in the main transaction request. Regular Payment Amount This is the amount that will be taken from the card holder for each payment Agreement interval period This is formatted as a number followed by a single letter. There should be no spaces, and the number must be an integer value greater than zero. Valid letters are m or w which relate to Month or Week. Examples repeat_period=1m repeat_period=3w Payment taken every month Payment taken every three weeks.

7 Page 7 of 13 Agreement term This is a number indicating how many regular payments are to be taken. Set this to zero to indicate an agreement that does not have a fixed term. Examples repeat_period=1m repeat_term=12 repeat_period=3m repeat_term=0 12 payments taken one month apart agreement duration is 1 year. Payments taken every quarter, no fixed term. Payments will continue until such time as the agreement is cancelled. Start date This indicates when the first regular payment should be taken. It is an 8 digit value, formatted as DDMMYYYY where DD = 2 digit day, MM = 2 digit month and YYYY = 4 digit year. This date cannot be in the past, and cannot be the same date as the date the agreement is being made on (i.e. it cannot be today) When the payment interval is specified in weeks, it will be taken on the same day of the week as the day that this date represents. For example, as the 1 st of May 2011 ( ) is a Sunday, every payment would be taken on a Sunday. When the payment interval is specified in months, it will be taken of the same day of the month as the day given here. In the event that this is scheduled for a day that not all months have, then the payment will be taken on the last day of the month instead. For example, a payment scheduled for the 30 th of each month would be taken on the 28 th (or 29 th ) of February, and on the 30 th for all other months. The start date value can be supplied as the word next in which case the first regular payment will be scheduled for one payment interval on from today. Examples repeat_period=1m repeat_start= repeat_period=2w repeat_start= repeat_period=1m repeat_start=next First payment to be taken on the 10 th of August Subsequent payments will be taken on the 10 th of each month. First payment will be taken on the 3 rd of June As that is a Saturday, subsequent payments will be taken every two weeks on a Saturday. First payment will be taken 1 month from today. Subsequent payments will be taken on the same day of each month. Final payment amount This specifies an amount to be taken at the end of the agreement. This is only applicable for fixed term agreements (where repeat_term is non- zero). This final amount is in addition to any amount that would be taken as part of the regular payment processing. It will be taken at one payment interval following the last regular payment.

8 Page 8 of 13 Payment method This allows you to set which payment method is used for each recurring payment. If this is set to invoice then an invoice will be sent to the customer before each payment is due. This allows repeat billing to be used even where your acquiring bank does not support the use of Continuous Authority transactions. Invoice payments are taken using the Hosted Payment Pages and as such are full e- commerce class transactions. If this is set to card, then the card details collected from the customer at the time the agreement is created will be used for each repeat transaction. If no immediate payment amount is due, card details will still be collected and will be verified prior to the agreement being created. Your acquiring bank will need to support Continuous Authority transactions in order for you to use this method. Data security check The signature is calculated in the same way as the main purchase details, using the same algorithm and secret key. The signature calculated for the main purchase details is used as one of the elements for generating this signature, which ensures that the discount details received are known to belong to this purchase request. The fields used in the calculation are: repeat_amount repeat_period repeat_start repeat_term repeat_final repeat_method repeat_custid ivp_signature You must include repeat in the ivp_extra field from the main purchase request for this block to be accepted. Sample agreements Initial payment followed by monthly payments with no fixed term repeat_period=1m Take an immediate payment of $39.95, followed by payments of $19.95 repeat_start=next every month. ivp_currency=usd ivp_amount=39.95 repeat_amount=19.95 Initial payment, followed by 11 monthly payments and then a final payment. repeat_period=1m repeat_term=11 repeat_start=next ivp_currency=usd ivp_amount=39.95 repeat_amount=19.95 repeat_final=40.60 Take an immediate payment of $39.95, followed by 11 payments of $19.95 every month, and one final payment of $40.60 one month later. The total term of the agreement would be 12 months (11 months for regular payments, then one month for the final payment). The total amount paid would $ : $ (11 * $19.95) + $40.60

9 Page 9 of 13 Card Filter This module allows you to send details of pre- registered card numbers as part of the transaction request. This could be used, for example, by a service provider who first requires a customer to visit their premises and register in person in order to use their systems. The registration process could include taking details of the card(s) that the customer will use. The registration process should not retain the complete card details, only the first 4 and last 4 digits of any card. The use of the filter data within any transaction depends on the Card Filter options set within the Merchant Administration System: If the Card Filter status is set to Disabled, then any filter data that may be sent as part of the transaction request will be ignored. If the status is set to Optional, then the filter actions will only take place if the filter data is present within the transaction request. If set to Mandatory, then the card filter data must be sent with every transaction request. If a card filter is set as part of a transaction, and the customer uses a card which does not match the details given, then the transaction will be declined. This will generate a transaction response with a status of D and a code of 80. The message normally used is Not authorised but this can be changed to any other message if required.

10 Page 10 of 13 Sending the pre- registered card details The pre- registered card details are sent as part of the transaction request in the filter block, which consists of the following fields: Field Description Notes filter_cards List of permitted cards filter_signature Data security check Uses the same algorithm and key as for the main purchase details. The filter_cards field contains the list of permitted cards. Each card is sent as the first 4 digits and the last 4 digits separated using a dash (hyphen) character, for example: Multiple cards can be sent by separating each entry with a comma, for example: , The signature is calculated in the same way as the main purchase details, using the same algorithm and secret key. The signature calculated for the main purchase details is used as one of the elements for generating this signature, which ensures that the filter details received are known to belong to this purchase request. The fields used in the calculation are: filter_cards ivp_signature You must include filter in the ivp_extra field from the main purchase request for this block to be accepted. If there is no filter data for a given transaction, but the card filter options are set to mandatory, then the value None should be sent in the filter_cards field. If the card filter data contains details of only one card, a note entry will be added to the payment page display to remind the customer of which card to use.

11 Page 11 of 13 Card Discount This module allows you to offer a discount depending upon the card that was used to complete the transactions. Normal discounts (such as vouchers) would be applied by your shopping cart before sending the transaction details to the gateway. However, if the discount to be applied is dependent upon a specific card type being used, then this cannot be done by the shopping cart before the transaction is sent to the gateway as at that point there is no indication of which card is going to be used. The typical type of offers you may see like this are along the line of: 10% discount for using your BankX card. Up to 4 different discounts can be provided as part of each transaction request. Sending the discount details The details are sent as part of the transaction request in the discount block, which consists of the following fields: Field Description Notes disc_card1 List cards eligible for discount 1 disc_amount1 Amount of discount 1 disc_desc1 Description of discount 1 disc_code1 Reference code for discount 1 disc_card2 List cards eligible for discount 2 disc_amount2 Amount of discount 2 disc_desc2 Description of discount 2 disc_code2 Reference code for discount 2 disc_card3 List cards eligible for discount 3 disc_amount3 Amount of discount 3 disc_desc3 Description of discount 3 disc_code3 Reference code for discount 3 disc_card4 List cards eligible for discount 4 disc_amount4 Amount of discount 4 disc_desc4 Description of discount 4 disc_code4 Reference code for discount 4 disc_signature Data security check Uses the same algorithm and key as for the main purchase details. Discount amounts must be priced in the same currency as was used for the main transaction request (as sent in the field). The amounts must be sent as actual amounts and not % amounts, and must be sent in major units (for example, 9 dollars 50 cents must be sent as 9.50 not 950). The availability of potential discounts will not be advertised by the payment pages, that must be done within your shopping site. The payment pages will update the displayed transaction details should a card be used which matches a supplied discount.

12 Page 12 of 13 The disc_card fields must contain a comma separated list of the card ranges that this discount applies to. A card range must be either 4, 5 or 6 digits and represents all cards that start with that range. Each discount can be applied to up to 20 different ranges. For example, given a transaction request that had the following: ivp_currency = AED ivp_amount = disc_card1 = 4111 disc_amount1 = disc_code1 = Offer1 disc_desc1 = 10% discount for using your test card This would generate a normal transaction request for AED , but if the customer happened to pay with a card starting 4111 then a discount of AED would be applied, and only the balance of AED would be charged to the card. disc_card1 = , disc_amount1 = disc_code1 = OfferBankX disc_desc1 = 10% discount for using your Bank/X debit card disc_card2 = disc_amount2 = disc_code2 = OfferBankY disc_desc2 = 5% discount for using your Bank/Y platinum card This would apply the first discount to any card starting or and the second discount to any starting Only 1 discount can be applied at a time, and it will be the first matching one (so if this has listed in card2 as well as card1, it would match the first discount not the second one) The signature is calculated in the same way as the main purchase details, using the same algorithm and secret key. The signature calculated for the main purchase details is used as one of the elements for generating this signature, which ensures that the discount details received are known to belong to this purchase request. The fields used in the calculation are: disc_card1 disc_amount1 disc_code1 disc_desc1 disc_card2 disc_amount2 disc_code2 disc_desc2 disc_card3 disc_amount3 disc_code3 disc_desc3 disc_card4 disc_amount4 disc_code4 disc_desc4 ivp_signature You must include discount in the ivp_extra field from the main purchase request for this block to be accepted. The transaction details shown on the payment page will update as the customer enters their card number, showing details of any discount that will be applied.

13 Page 13 of 13 Document history Release Changes 1.02 Added the card discount module Added the card filter module Initial release repeat billing module.

Virtual Terminal Guide

Virtual Terminal Guide Virtual Terminal Guide Version 1.3 June 2014 Table of Contents About this Guide...3 Introduction...4 Example of how to use Virtual Terminal within your business:...4 Accessing the Virtual Terminal...5

More information

Recurring Payments Service (FuturePay) Guide. Version 4.2 April 2013 Business Gateway

Recurring Payments Service (FuturePay) Guide. Version 4.2 April 2013 Business Gateway Recurring Payments Service (FuturePay) Guide Version 4.2 April 2013 Business Gateway Table Of Contents About this Guide... 4 Update History... 4 Copyright... 4 Introduction... 5 Enable the Service... 6

More information

Test and Go Live User Guide. Version 4.3 February 2014 Business Gateway

Test and Go Live User Guide. Version 4.3 February 2014 Business Gateway Test and Go Live User Guide Version 4.3 February 2014 Business Gateway Table Of Contents About this Guide... 1 Update History... 1 Copyright... 1 Introduction... 2 What is Test and Go Live?... 2 Website

More information

Account Management System Guide

Account Management System Guide Account Management System Guide Version 2.2 March 2015 Table of Contents Introduction...5 What is the Account Management System?...5 Accessing the Account Management System...5 Forgotten Password...5 Account

More information

Merchant Interface Guide. Version 4.0 December 2011 Business Gateway

Merchant Interface Guide. Version 4.0 December 2011 Business Gateway Merchant Interface Guide Version 4.0 December 2011 Business Gateway Merchant Interface Guide Table of Contents About this Guide... 4 Update History... 4 Copyright... 4 Introduction... 5 What is the Merchant

More information

Cardholder Authentication Guide. Version 4.3 August 2013 Business Gateway

Cardholder Authentication Guide. Version 4.3 August 2013 Business Gateway Cardholder Authentication Guide Version 4.3 August 2013 Business Gateway ii This page is intentionally blank Table of Contents About this Guide... 1 History... 1 Copyright... 2 Introduction... 3 What is

More information

Table of Contents. Revision 2.0-2 -

Table of Contents. Revision 2.0-2 - Table of Contents Introduction...3 Payment Processing: How it Works...4 Immediate Transaction Processing...5 Delayed Transaction Processing...7 Delayed Transaction Processing: Phase 1 - Authorization...7

More information

E-commerce Shopping Carts Digital Cert. Merchants

E-commerce Shopping Carts Digital Cert. Merchants E-commerce Shopping Carts Digital Cert. Merchants What is E-commerce? In its simplest form ecommerce is the buying and selling of products and services by businesses and consumers over the Internet. People

More information

E-commerce Guide Payment Processing. Designing Your Online Store. By Neto E-commerce Solutions Pty Ltd. Page 1

E-commerce Guide Payment Processing. Designing Your Online Store. By Neto E-commerce Solutions Pty Ltd. Page 1 E-commerce Guide Payment Processing By Neto E-commerce Solutions Pty Ltd Designing Your Online Store Copyright Neto E-commerce Solutions 2012 www.neto.com.au Page 1 Processing Payments If you are running

More information

Realex Payments Integration Guide - Ecommerce Remote Integration. Version: v1.1

Realex Payments Integration Guide - Ecommerce Remote Integration. Version: v1.1 Realex Payments Integration Guide - Ecommerce Remote Integration Version: v1.1 Document Information Document Name: Realex Payments Integration Guide Ecommerce Remote Integration Document Version: 1.1 Release

More information

Mail & Telephone Order Payments Service (WorldAccess) Guide. Version 4.3 February 2014 Business Gateway

Mail & Telephone Order Payments Service (WorldAccess) Guide. Version 4.3 February 2014 Business Gateway Mail & Telephone Order Payments Service (WorldAccess) Guide Version 4.3 February 2014 Business Gateway Table Of Contents About this Guide... 1 Update History... 1 Copyright... 1 Introduction... 2 What

More information

Recurring Billing Guide

Recurring Billing Guide Recurring Billing Guide Overview Recurring billing is implemented in Yogareg as auto-renew class bundles (sometimes called class cards or class passes) and subscriptions. Auto-renew class bundles are class

More information

Accepting Ecommerce Payments & Taking Online Transactions

Accepting Ecommerce Payments & Taking Online Transactions Accepting Ecommerce Payments & Taking Online Transactions Accepting credit and debit cards is mandatory for Ecommerce websites. This method is fast and efficient for you and your customers and with the

More information

Bank and SecurePay Response Codes

Bank and SecurePay Response Codes Bank and SecurePay s Last updated: 19/07/2013 Bank s for Credit Card Transactions APPROVED 00 Approved 08 Honour with ID 11 Approved VIP (not used) 16 Approved, Update Track 3 (not used) 77 Approved (ANZ

More information

Global E-Commerce Gateway Developers Reference Guide

Global E-Commerce Gateway Developers Reference Guide Global E-Commerce Gateway Developers Reference Guide Appendix 2: Repeat and Recurring Card Payments August 2012 Version 3.0 Table Of Contents 1. Pre-Registered Cards... 1 1.1 Schema Elements for Request...

More information

a CyberSource solution Merchant Payment Solutions

a CyberSource solution Merchant Payment Solutions a CyberSource solution Merchant Payment Solutions 1 Simplifying Payments Safe and reliable payment processing is essential to your business. Authorize.Net, a leading payment gateway since 1996, provides

More information

Merchant Integration Guide

Merchant Integration Guide Merchant Integration Guide Card Not Present Transactions Authorize.Net Customer Support support@authorize.net Authorize.Net LLC 071708 Authorize.Net LLC ( Authorize.Net ) has made efforts to ensure the

More information

Mail and Telephone Order payment service (Hosted Call Centre) Guide. Version 2 March 2009

Mail and Telephone Order payment service (Hosted Call Centre) Guide. Version 2 March 2009 Mail and Telephone Order payment service (Hosted Call Centre) Guide Version 2 March 2009 Table Of Contents About this Guide... 3 Copyright... 3 Introduction... 4 What is the Mail and Telephone Order payment

More information

Declined transactions are documented in the detail view with all relevant card parameters.

Declined transactions are documented in the detail view with all relevant card parameters. Computop Analytics Analysis of ordering and payment processes gives you access to valuable information about your customers. In order to optimise payment methods and conversion rates, merchants need a

More information

PAYMENT GATEWAY AND MERCHANT ACCOUNT APPLICATION FORM

PAYMENT GATEWAY AND MERCHANT ACCOUNT APPLICATION FORM Return To: Sales Team Fax: +44 (0) 1189 907 301 Email: uksales@authorize.net Telephone: +44 (0) 203 564 4843 PAYMENT GATEWAY AND MERCHANT ACCOUNT APPLICATION FORM Part 1: Fee Schedule for Online Payment

More information

OpenGlobal WorldPay Recurring Payments (FuturePay) for VirtueMart

OpenGlobal WorldPay Recurring Payments (FuturePay) for VirtueMart OpenGlobal WorldPay Recurring Payments (FuturePay) for VirtueMart Instruction Manual Introduction This VirtueMart 2.x/3.x payment plugin allows VirtueMart payment transactions to be conducted using the

More information

LiteCommerce Authorize.Net Module. Version 2.4

LiteCommerce Authorize.Net Module. Version 2.4 LiteCommerce Authorize.Net Module Version 2.4 Reference Manual LiteCommerce Authorize.Net Module Reference Manual I Table of Contents Introduction...1 1....2 Administrator Zone...3 1.1 Installing the Module...4

More information

a CyberSource solution Merchant Payment Solutions

a CyberSource solution Merchant Payment Solutions a CyberSource solution Merchant Payment Solutions 1 Simplifying Payments 2 Safe and reliable payment processing is essential to your business. Authorize.Net, a leading payment gateway since 1996, provides

More information

Building Your Own Ecommerce Site. Yeap Mei Yi Business Development Manager, GDL

Building Your Own Ecommerce Site. Yeap Mei Yi Business Development Manager, GDL Building Your Own Ecommerce Site Yeap Mei Yi Business Development Manager, GDL Newcastle, 1837 Singapore, 2014 What about Small Businesses? Shopify Store #1 Used by Major Corporations shop.teslamotors.com

More information

HSBC Premier Application Form

HSBC Premier Application Form July 2015 HSBC Premier Application Form Copyright. HSBC Bank Middle East Limited 2015 ALL RIGHTS RESERVED. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, on

More information

Virtual Terminal User s Guide

Virtual Terminal User s Guide Virtual Terminal User s Guide For Professional Use Only Currently only available in English. A usage Professional Uniquement Disponible en Anglais uniquement pour l instant. Last updated: June 2008 PayPal

More information

Gateway Control Panel Quick Start Instructions

Gateway Control Panel Quick Start Instructions Gateway Control Panel Quick Start Instructions Contents: 1. Virtual Terminal Functions 2. Recurring Billing 3. Batch Upload 4. Options 5. Reports 6. QuickBooks 7. Integration 8. ispyfraud 9. Customer Vault

More information

PDG Software. VeriSign Payflow Pro Recurring Billing Guide

PDG Software. VeriSign Payflow Pro Recurring Billing Guide VeriSign Payflow Pro Recurring Billing Guide , Inc. 1751 Montreal Circle, Suite B Tucker, Georgia 30084-6802 Copyright 1998-2004 PDG Software, Inc.; All rights reserved. PDG Software, Inc. ("PDG Software")

More information

Elavon Payment Gateway - Redirect Integration Guide

Elavon Payment Gateway - Redirect Integration Guide Elavon Payment Gateway - Redirect Integration Guide Version: v1.1 Table of Contents 1 About This Guide 3 1.1 Purpose 3 1.2 Audience 3 1.3 Prerequisites 3 1.4 Related Documents 3 2 Elavon Payment Gateway

More information

a CyberSource solution Merchant Payment Solutions

a CyberSource solution Merchant Payment Solutions a CyberSource solution Merchant Payment Solutions 1 Simplifying Payments Safe and reliable payment processing is essential to your business. Authorize.Net, a leading payment gateway since 1996, provides

More information

Merchant Integration Guide

Merchant Integration Guide Merchant Integration Guide Card Not Present Transactions January 2012 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC ( Authorize.Net )

More information

CHOOSING A PAYPAL PRODUCT

CHOOSING A PAYPAL PRODUCT CHOOSING A PAYPAL PRODUCT An overview for PayPal partners 2008 PayPal Inc. All rights reserved. PayPal and the PayPal logo are registered trademarks of PayPal, Inc. Designated trademarks and brands are

More information

Payflow Recurring Billing Service User s Guide

Payflow Recurring Billing Service User s Guide Payflow Recurring Billing Service User s Guide Last updated: November 2013 Payflow Recurring Billing Service User s Guide Document Number: 200012.en_US-201311 1999-2013 PayPal, Inc. All rights reserved.

More information

Cello How-To Guide. Cello Billing

Cello How-To Guide. Cello Billing Cello How-To Guide Cello Billing Contents 1 Introduction to Cello Billing... 5 1.1 Components of Cello Billing Engine... 6 1.2 CelloSaaS Billing Overview... 6 1.3 Introduction to Subscription Management...

More information

ipay88 Recurring Payments V1.0 CHAPTER GUIDE

ipay88 Recurring Payments V1.0 CHAPTER GUIDE CHAPTER GUIDE Overview 3 Login to Recurring Payments Page 4 Recurring Payments via Email 5 Recurring Payments via Website 10 Online Report 16 Modify or Terminate A Subscription 18 FAQ 22 OVERVIEW When

More information

Recurring Contract Billing 10.0 SP6

Recurring Contract Billing 10.0 SP6 Recurring Contract Billing 10.0 SP6 An application for Microsoft Dynamics ΤΜ GP 10.0 Furthering your success through innovative business solutions Copyright Manual copyright 2011 Encore Business Solutions,

More information

Direct Debit Request Service Agreement

Direct Debit Request Service Agreement National Australia Bank Limited ABN 12 004 044 937 Direct Debit Request Service Agreement Definitions 1. Debiting your account 2. Changes by us 3. Changes by you 4. Your obligations 543-339 (2/01)_Intranet

More information

United Payment Services United Connect Invoices

United Payment Services United Connect Invoices United Payment Services United Connect Invoices An Automated Invoice Payment Processing Solution Secure Payment Solutions for all businesses 2010 United Payment Services. All Rights Reserved. All trademarks,

More information

My Sage Pay User Manual

My Sage Pay User Manual My Sage Pay User Manual Page 1 of 32 Contents 01. About this guide..4 02. Getting started.4 Online help Accessing My Sage Pay Test Servers Live Servers The Administrator account Creating user accounts

More information

Virtual Terminal User s Guide

Virtual Terminal User s Guide Virtual Terminal User s Guide For Professional Use Only Currently only available in English. A usage Professional Uniquement Disponible en Anglais uniquement pour l instant. Last updated: June 2009 PayPal

More information

All Points Payments- Merchant Account Application Company Information

All Points Payments- Merchant Account Application Company Information All Points Payments- Merchant Account Application Company Information Legal : DBA - Doing Business As: Companies House - Incorporation Number: Street: Post Code: City: Country: Phone: Which Products or

More information

Remote Integration Guide. Online Payment Processing for Businesses Worldwide. www.telr.com

Remote Integration Guide. Online Payment Processing for Businesses Worldwide. www.telr.com Remote Integration Guide Online Payment Processing for Businesses Worldwide www.telr.com Page 2 of 40 Contents About this guide... 3 Copyright... 3 Introduction... 3 Security... 4 Payment Card Industry

More information

MasterCard In tern et Gateway Service (MIGS)

MasterCard In tern et Gateway Service (MIGS) MasterCard Internet Gateway Service Master Card Inter nati onal MasterCard In tern et Gateway Service (MIGS) Virtual Payment Client Integration Guide Prepared By: Patrick Hayes Department: Principal Consultant,

More information

e.service Merchant Services

e.service Merchant Services e.service Merchant Services With Debit Card Filter for Pre-Bankruptcy Credit Counseling Payments 1) Return the following: APPLICATION INSTRUCTIONS PROGRAM CHARGES CREDIT APPLICATION INCLUDE COPY OF 501(c)(3)

More information

7.1 Transfers... 7.2 Cancellations & Refunds.. 8 - Net Rate Module for Agent Processing...

7.1 Transfers... 7.2 Cancellations & Refunds.. 8 - Net Rate Module for Agent Processing... OPERATOR USER MANUAL 2008 TABLE OF CONTENTS 1- Registration 1.1 Open Website... 1.2 Registration Type. 1.3 Welcome Page. 1.4 Log In Page.. 1.5 Company Information Page 1.6 Registration Confirmation Page.

More information

Cardsave Payment Gateway

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

More information

WebSphere Commerce V7 Feature Pack 3

WebSphere Commerce V7 Feature Pack 3 WebSphere Commerce V7 Feature Pack 3 Precision marketing updates 2011 IBM Corporation WebSphere Commerce V7 Feature Pack 3 includes some precision marketing updates. There is a new trigger, Customer Checks

More information

United Payment Services My Merchant Console Connect SecurePAY User Guide

United Payment Services My Merchant Console Connect SecurePAY User Guide United Payment Services My Merchant Console Connect SecurePAY User Guide. 1 United Payment Services, Inc ( United Payment Services ) has made efforts to ensure the accuracy and completeness of the information

More information

Secure XML API Integration Guide - Periodic and Triggered add in

Secure XML API Integration Guide - Periodic and Triggered add in Secure XML API Integration Guide - Periodic and Triggered add in Document Control This is a control document DESCRIPTION Secure XML API Integration Guide - Periodic and Triggered add in CREATION DATE 15/05/2009

More information

One Year Contract Cover Letter & Instructions

One Year Contract Cover Letter & Instructions One Year Contract Cover Letter & Instructions Thank you for purchasing our yearly search engine optimization services. We have attached our yearly agreement for your review, completion, and execution.

More information

BOV e-commerce. your guide to: General Product Information The Benefits Your Checklist Important Information Our Fees and Charges Terms and Conditions

BOV e-commerce. your guide to: General Product Information The Benefits Your Checklist Important Information Our Fees and Charges Terms and Conditions BOV e-commerce your guide to: General Product Information The Benefits Your Checklist Important Information Our Fees and Charges Terms and Conditions General Product Information What is an e- commerce

More information

When checking the status of the Cardholder's Card (card status check) a so-called "zero value authorisation" shall always be used.

When checking the status of the Cardholder's Card (card status check) a so-called zero value authorisation shall always be used. REGULATIONS FOR SALES PAID BY CARD REMOTE TRADING (Card Not Present) (May 2015) These regulations, the "Remote Trading Regulations", apply to sales paid by Card in Remote Trading. "Remote Trading" refers

More information

Merchant Guarantee Guide. Version 4.0 December 2011 Business Gateway

Merchant Guarantee Guide. Version 4.0 December 2011 Business Gateway Version 4.0 December 2011 Business Gateway Table Of Contents About this Guide... 3 Update History... 3 Copyright... 3 Introduction... 4 Guarantee... 5 The Merchant Guarantee... 5 Setup/Cancel the Merchant

More information

Alias Manager. Supplement to the Advanced Integration guides, v.3.2.5. epdq 2014, All rights reserved.

Alias Manager. Supplement to the Advanced Integration guides, v.3.2.5. epdq 2014, All rights reserved. Supplement to the Advanced Integration guides, v.3.2.5 Table of Contents 1 What is the... Alias Manager? 3 2 Creating an... Alias 4 2.1 e-commerce... 4 2.1.1 2.1.2 2.1.3 2.2 DirectLink 2.2.1 2.2.2 2.2.3

More information

The Comprehensive, Yet Concise Guide to Credit Card Processing

The Comprehensive, Yet Concise Guide to Credit Card Processing The Comprehensive, Yet Concise Guide to Credit Card Processing Written by David Rodwell CreditCardProcessing.net Terms of Use This ebook was created to provide educational information regarding payment

More information

How to complete the Secure Internet Site Declaration (SISD) form

How to complete the Secure Internet Site Declaration (SISD) form 1 How to complete the Secure Internet Site Declaration (SISD) form The following instructions are designed to assist you in completing the SISD form that forms part of your Merchant application. Once completed,

More information

Choosing the Right Extended Enterprise Learning Management System

Choosing the Right Extended Enterprise Learning Management System White Paper Choosing the Right Extended Enterprise Learning Management System Table of Contents Essential Requirements...1 Platform Features...2 Blended Training Environment...3 Training Lifecycle Automation...4

More information

WebSphere Commerce V7 Feature Pack 2

WebSphere Commerce V7 Feature Pack 2 WebSphere Commerce V7 Feature Pack 2 Pricing tool 2011 IBM Corporation This presentation provides an overview of the Pricing tool of the WebSphere Commerce V7.0 feature pack 2. PricingTool.ppt Page 1 of

More information

PREPARING FOR YOUR WEB HOSTING SERVICE

PREPARING FOR YOUR WEB HOSTING SERVICE PREPARING FOR YOUR WEB HOSTING SERVICE PREPARING FOR SERVICE ACTIVATION 1. It is your responsibility to ensure that all correct and relevant information is provided to Ascensa Communications in order for

More information

ANZ Secure Gateway Virtual Terminal QUICK REFERENCE GUIDE NOVEMBER 2015

ANZ Secure Gateway Virtual Terminal QUICK REFERENCE GUIDE NOVEMBER 2015 ANZ Secure Gateway Virtual Terminal QUICK REFERENCE GUIDE NOVEMBER 2015 2 Contents Welcome 3 1. Getting Started 4 1.1 Virtual Terminal Activation 4 2. Configuring the Virtual Terminal 7 2.1 General Settings

More information

Virtual Payment Client Integration Reference. April 2009 Software version: 3.1.21.1

Virtual Payment Client Integration Reference. April 2009 Software version: 3.1.21.1 Virtual Payment Client Integration Reference April 2009 Software version: 3.1.21.1 Copyright MasterCard and its vendors own the intellectual property in this Manual exclusively. You acknowledge that you

More information

Investment Dealing Account. Corporate Application form for advised clients only

Investment Dealing Account. Corporate Application form for advised clients only Investment Dealing Account Corporate Application form for advised clients only How to complete this form Your adviser can also apply on your behalf for an Investment Dealing Account online at www.alliancetrustsavings.co.uk/adviser

More information

Adyen MOTO Manual 'Mail Order / Telephone Order' Version 1.06 Adyen B.V.

Adyen MOTO Manual 'Mail Order / Telephone Order' Version 1.06 Adyen B.V. Adyen MOTO Manual 'Mail Order / Telephone Order' Version 1.06 Adyen B.V. Table of Contents 1 Introduction...3 Audience... 3 Changelog... 3 Requirements...3 Interfaces and Integration...4 Payment Methods...4

More information

First Data E-commerce Payments Gateway

First Data E-commerce Payments Gateway First Data E-commerce Payments Gateway High performance payment processing solution designed specifically to meet the requirements of global Card-Not-Present PSP When you partner with First Data for your

More information

Invoicing User s Guide

Invoicing User s Guide Invoicing User s Guide Last updated: September 2010 PayPal Invoicing User s Guide Document Number: 10115.en_US-201009 2010 PayPal, Inc. All rights reserved. PayPal is a registered trademark of PayPal,

More information

TheFinancialEdge. Records Guide for Accounts Payable

TheFinancialEdge. Records Guide for Accounts Payable TheFinancialEdge Records Guide for Accounts Payable 101212 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

Recurring Contract Billing Importer 2013

Recurring Contract Billing Importer 2013 Recurring Contract Billing Importer 2013 An application for Microsoft Dynamics GP 2013 Furthering your success through innovative business solutions Copyright Manual copyright 2013 Encore Business Solutions,

More information

ABN: 256 523 26121 PH: 07 5592 5800 FAX: 07 5592 5855 DIRECT DEBIT REQUEST - NEW CUSTOMER

ABN: 256 523 26121 PH: 07 5592 5800 FAX: 07 5592 5855 DIRECT DEBIT REQUEST - NEW CUSTOMER DIRECT DEBIT REQUEST - NEW CUSTOMER Business: Kidz Kingdom Childcare Centre ABN/ACN: 46092385343 Customer Reference: *Surname: *First Name: Mobile Phone: *Email: *Address: * indicates a mandatory field.

More information

PCI Compliance. Network Scanning. Getting Started Guide

PCI Compliance. Network Scanning. Getting Started Guide PCI Compliance Getting Started Guide Qualys PCI provides businesses, merchants and online service providers with the easiest, most cost effective and highly automated way to achieve compliance with the

More information

BALLSTON SPA NATIONAL BANK. Online Banking Service Agreement

BALLSTON SPA NATIONAL BANK. Online Banking Service Agreement BALLSTON SPA NATIONAL BANK Online Banking Service Agreement Agreement This Agreement which includes the Application Form 1, and Terms and Conditions of Your Deposit Account 2, is a contract which establishes

More information

Recurring Payments (Pay as Order) Guide

Recurring Payments (Pay as Order) Guide Corporate Gateway Recurring Payments (Pay as Order) Guide V4.2 October 2014 Use this guide to: Find out about our recurring payments service Learn about setting up regularly occurring payments Recurring

More information

EFT Overview Guide for Australia and New Zealand

EFT Overview Guide for Australia and New Zealand EFT Overview Guide for Australia and New Zealand 111109 2009 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

Online Advertising Application Form

Online Advertising Application Form Online Advertising Application Form Section 1 - Business Details Save time. Apply online! Please Fax To (02) 4751 4720 Date Form Completed Registered Business/ Company Name Your business will be profiled

More information

Merchant Payment Solutions

Merchant Payment Solutions Merchant Payment Solutions What We Do Connecting your Web site to the payment processing networks is typically beyond the technical resources of most merchants. Instead, you can easily connect to the Authorize.Net

More information

Philadelphia EZ-Pay Service Table of Contents

Philadelphia EZ-Pay Service Table of Contents Philadelphia EZ-Pay Service Table of Contents Page Introductory Letter It s Free and Easy... What is Philadelphia EZ-PAY and how does it work?...2 When does the money leave my account?...3 Questions and

More information

An access number, dialed by a modem, that lets a computer communicate with an Internet Service Provider (ISP) or some other service provider.

An access number, dialed by a modem, that lets a computer communicate with an Internet Service Provider (ISP) or some other service provider. TERM DEFINITION Access Number Account Number Acquirer Acquiring Bank Acquiring Processor Address Verification Service (AVS) Association Authorization Authorization Center Authorization Fee Automated Clearing

More information

PAYLINE USER GUIDE LOGGING INTO PAYLINE PROCESSING A PURCHASE

PAYLINE USER GUIDE LOGGING INTO PAYLINE PROCESSING A PURCHASE Payline User Guide PAYLINE USER GUIDE Payline is a web-based payment management client that can be used to process credit card transactions manually, process refunds, set up recurring payments and generate

More information

Risk Management Service Guide. Version 4.2 August 2013 Business Gateway

Risk Management Service Guide. Version 4.2 August 2013 Business Gateway Risk Management Service Guide Version 4.2 August 2013 Business Gateway This page is intentionally blank. Table Of Contents About this Guide... 1 Change History... 1 Copyright... 1 Introduction... 3 What

More information

Secure Payment Form User s Guide

Secure Payment Form User s Guide User s Guide (Functional Reference / Technical Specifications) REDFIN NETWORK PAYMENT GATEWAY Document Version 1.3 Copyright 2013 RedFin Network. All Rights Reserved Introduction Visit us at: http://www.redfinnet.com.

More information

BANK LINK USE AGREEMENT NO. Representative:

BANK LINK USE AGREEMENT NO. Representative: BANK LINK USE AGREEMENT NO. Bank Merchant Swedbank AS Registration No.: 40003074764 Registration No.: Registered office: Balasta dambis 1a, Riga, LV-1048 Address: E-mail address: ebizness@swedbank.lv E-mail

More information

WebSphere Commerce V7 Feature pack 1

WebSphere Commerce V7 Feature pack 1 WebSphere Commerce V7 Feature pack 1 Brazil starter store 2010 IBM Corporation This presentation provides an overview of the Brazil starter store in WebSphere Commerce V7.0 feature pack 1. Table of content

More information

Accepting Payments Online

Accepting Payments Online Accepting Payments Online This document has been updated April 2015 All e Commerce websites must have a way of accepting payment online. Accepting credit cards online is not difficult however there are

More information

BILL PAYMENT APPLICATION

BILL PAYMENT APPLICATION BILL PAYMENT APPLICATION CitizensNet ID Consumer Type: Individual Consumer Type: Business (please check) (please check) Account No. SSN Federal Tax ID (Individual) (Business) Name (First Middle Initial

More information

This service agreement (hereinafter referred to as the Agreement ) is between

This service agreement (hereinafter referred to as the Agreement ) is between SEATTLECLOUDS WHITE LABEL SERVICE AGREEMENT This service agreement (hereinafter referred to as the Agreement ) is between Mobiblocks, LLC. (hereinafter referred to as Mobiblocks ), a Washington Corporation,

More information

Checkout User Guide. Salesforce, Spring '12. @salesforcedocs

Checkout User Guide. Salesforce, Spring '12. @salesforcedocs Checkout User Guide Salesforce, Spring '12 @salesforcedocs Last updated: July 7, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

Simple Integration Mobile Ready Cutting-edge Innovation

Simple Integration Mobile Ready Cutting-edge Innovation Optimal Payments offers a NETBANX Hosted Payment solution with three flexible integration options that allow ecommerce businesses to securely accept and process online payments, while providing an enhanced

More information

Netaxept Agreement Agreement for epayment Service Merchants

Netaxept Agreement Agreement for epayment Service Merchants Netaxept Agreement Agreement for epayment Service Merchants Return address Nets ecommerce and MOTO Finland ecommerce-support-fi@nets.eu Netaxept ID Processing date Version EN 4.0 m Processor Please complete

More information

Merchant Payment Solutions

Merchant Payment Solutions Merchant Payment Solutions Credit Card Processing Diagram CUSTOMER S CREDIT CARD ISSUING BANK CUSTOMER 4 5 $ MERCHANT S BUSINESS MERCHANT S BANK ACCOUNT MERCHANT S BANK 9 CREDIT CARD NETWORK 8 INTERNET

More information

PAYLINE USER GUIDE. 1 Logging into Payline. 2 - Processing a Purchase

PAYLINE USER GUIDE. 1 Logging into Payline. 2 - Processing a Purchase PAYLINE USER GUIDE Payline is a web-based payment management client that can be used to process credit card transactions manually, process refunds, set up recurring payments and generate reports to name

More information

Benefits of Integrated Credit Card Processing Within Microsoft Dynamics GP. White Paper

Benefits of Integrated Credit Card Processing Within Microsoft Dynamics GP. White Paper Benefits of Integrated Credit Card Processing Within Microsoft Dynamics GP White Paper May 2011 Copyright Copyright 2011 k-ecommerce. All rights reserved. Complying with all applicable copyright laws is

More information

PAYMENT GATEWAY ACCOUNT AND MERCHANT ACCOUNT SETUP FORMS

PAYMENT GATEWAY ACCOUNT AND MERCHANT ACCOUNT SETUP FORMS PAYMENT GATEWAY ACCOUNT AND MERCHANT ACCOUNT SETUP FORMS Welcome to Authorize.Net, and thank you for choosing us for your e-commerce transaction needs. To complete the setup of your Authorize.Net account,

More information

5Subscription Management Automate. 6Electronic License Activation (ELA) 7Electronic License Management. 8Electronic Software Delivery (ESD)

5Subscription Management Automate. 6Electronic License Activation (ELA) 7Electronic License Management. 8Electronic Software Delivery (ESD) PAGE 1 OF 5 FEATURES SOLO Server is our flagship feature-rich license automation and distribution server. SOLO Server Lite is more for customers who want a very basic activation server and want to deeply

More information

Recurring Payments. Navigate to: Accounts Payable>File Maintenance/Lists>Recurring Payments

Recurring Payments. Navigate to: Accounts Payable>File Maintenance/Lists>Recurring Payments Recurring Payments Overview Recurring payments can be created for payments that should be generated on a user-defined periodic basis. Recurring payments are typically set up for payments that are a fixed

More information

Fax Cover Sheet and Application Checklist Attention: Craig Storms Company: Authorize.Net

Fax Cover Sheet and Application Checklist Attention: Craig Storms Company: Authorize.Net Fax Cover Sheet and Application Checklist Attention: Craig Storms From: Company: Authorize.Net Date: Fax Number: (801) 492-6546 Total No. of Pages (including cover): Reseller Reseller ID: 11296 Checklist

More information

Bill Payment Service

Bill Payment Service Rev 4.2015 Online Banking Access Agreement of Terms and Conditions This Online Banking Access Agreement contains the terms and conditions that govern your use of Online Banking. By accessing your accounts

More information

Visa Checkout Integration Guide V1.0

Visa Checkout Integration Guide V1.0 Visa Checkout Integration Guide V1.0 IP Payments Pty Ltd Level 3, 441 Kent Street Sydney NSW 2000 Australia (ABN 86 095 635 680) T +61 2 9255 9500 F +61 2 8248 1276 www.ippayments.com No part of this document

More information

Recurring Transactions Enquiry Service. Merchant Implementation Guide

Recurring Transactions Enquiry Service. Merchant Implementation Guide Recurring Transactions Enquiry Service Merchant Implementation Guide April 2013 Contents Section Page Introduction 1 Benefits Of Using The Recurring Transactions Enquiry Service 1 Requirements Of Using

More information

ANZ egate Virtual Payment Client

ANZ egate Virtual Payment Client ANZ egate Virtual Payment Client Integration Notes Contents Purpose of notes 3 For enquiries and support 3 Contents of ANZ egate kit 3 Sample Codes 3 Bank Hosted, Merchant Hosted and Merchant Hosted with

More information

Ogone Payment Services

Ogone Payment Services Ogone Payment Services 1 What is Ogone? A Payment Service Provider (PSP) Seamless technical gateway between shoppers, merchants and providers of payment methods in the card-not-present environment Based

More information