Frequently Asked Questions. regarding CIB Bank Zrt. s. ecommerce online card-acceptance service

Size: px
Start display at page:

Download "Frequently Asked Questions. regarding CIB Bank Zrt. s. ecommerce online card-acceptance service"

Transcription

1 Frequently Asked Questions regarding CIB Bank Zrt. s ecommerce online card-acceptance service

2 1. BUSINESS-RELATED QUESTIONS What is the role of the bank in the service? Since it is a financial institution, our bank only provides financial services, that is, it performs the verification of bank cards and the settlement of transactions within the framework of the ecommerce service. Our Bank cannot provide web shop software. We can, of course, recommend third-party providers who can assist you by implementing the web shop or connecting an already developed web shop to the bank s payment page, or by hosting the web shop. What conditions need to be met in order to be able to use the service? In line with our provisions regarding company history, your company must have been operating for at least six months or must have an account-management history with CIB Bank of at least three months. Does the bank specify any content restrictions for web stores that wish to contract with it? Based on our terms of contract, no Card Acceptance Agreement may be concluded with a merchant who maintains a web shop or provides a content service that offers goods or services over the internet that could damage the bank s reputation (e.g. sex and pornography, illicit drugs, arms, gambling, illegal trading, etc.). What is needed in order to use the service? The Application Form that can be found in the Related documents infobox on the ecommerce product page of CIB Bank s website ( must be completed, provided with an authorised signature, and submitted at any branch of the bank or ed to efizetes@cib.hu. If the application meets the conditions for the use of the service, the next step is to conclude a Card Acceptance Agreement and if the applicant does not have an account with our bank, he or she will also need to open a HUF or HUF and EUR current account. What cards can be used for shopping on the internet and what types of card are accepted by the bank? At present, our bank accepts bank cards that belong to the Visa and Mastercard product family and that are suitable for internet shopping. Of these, the following cards can be used on the internet: MasterCard, Visa, Visa Electron and Maestro cards (in the last two cases, the card may be used for online shopping if the card-issuing bank authorises it) and cards specifically issued for the purpose of online payment (e.g. CIB Internet Card). Is settlement in a currency other than forint possible? Currently, our bank performs forint and euro-based settlement. This is also true for transactions carried out using other international cards. The transaction amount is in each case credited to the merchant s forint or euro account kept at our bank. In the case of payment by card in a currency other than those mentioned above, based on the legal provisions currently in effect, the price must be displayed in your web shop in the national currency as well, that is, in forint. Conversion will be made by the financial institution (international card company 2

3 or, if necessary, the card-issuing bank) intermediating in the process of the online authorisation of the transactions, at its own exchange rate. The amount paid for the purchases will be credited to the merchant s account in the currency of the transaction, that is, in forint or in euro. What happens if the card holder pays with a card of a currency other than forint or euro? Depending on the parameters set by the merchant, our bank will request authorisation for the transaction in forint or euro (and so the request for authorisation of the transaction will appear on the card holder s account in forint or euro). Our Bank will then forward the transactions to the card company for settlement in forint or euro. Our Bank does not perform any kind of conversion or exchange. The card company converts the transactions at its own exchange rate to the currency in which settlement is made with the card-issuing bank. The card-issuing bank converts the amount received, debited in foreign currency, to the currency in which the card holder s account is kept. In addition to the above, as a few days pass between the transaction and the debiting, no calculation can be made in advance, as the exchange rate that will be valid on the day of debiting cannot be foreseen. The final amount indicated on the card holder s account statement may differ from the amount indicated on the merchant s/service provider s website due to changes in the exchange rates. Who is competent to respond to complaints regarding the outcomes of card payment? Maintaining contact with the customer (shopper) is in all cases the responsibility of the party contracted for card acceptance. For the purpose of informing customers, the web shop is obliged to display the response code and text received from the bank regarding the outcome of the transaction. Customers can ask for more detailed information from the card-issuing bank s customer service centre by calling the telephone number provided on the reverse side of the card. CIB Bank Zrt. can only provide information regarding transactions for its own contractual partners. Do I get a confirmation of the transaction? Each and every transaction is an irrevocable operation. This means that the customer, i.e. the card holder, as well as the merchant and the card acceptor each receives an immediate confirmation of the transaction in electronic form when it is executed. Card acceptors also receive a paper-based statement called a Merchant s payments and turnover statement, which allows them to see and trace successful transactions. The service includes the option of requesting paper-based Merchant s statements to be issued in electronic format as well. The e-statement contains the data of successful transactions that have been processed on the given day, and can be downloaded via the CIB Business Terminal systems. Is it possible to customise the bank s payment page to match the look of the web shop? We have a function available that enables merchants to customise the payment page so that it is consistent with the look of their web shop, by placing the header or logo of their website on their secure payment page maintained on CIB s server. The above-mentioned page must comply with the prescribed structure and content, and the graphical restrictions related to the bank and to security must be observed. 3

4 What sort of legal regulations are there that relate to e-commerce? The specific rules applicable to e-commerce services are contained in Act CVIII of 2001, but in the course of pursuing these activities, all other legal provisions applicable to traditional trading activities must also be complied with (e.g. consumer protection, advertising, authority permit-related provisions). The latest legal regulations pertaining to e-commerce can be accessed at 4

5 2. DEVELOPMENT TASKS What are tasks to be performed by the in-house developer of a store or shop? Our Bank provides a protocol description to the merchant for use with the ecommerce payment module, as well as an encryption and decryption software application required for communication and what is referred to as an individual shop identifier for the specific contracting partner. The developer s task is to implement the conditions required for connection to the bank s payment server; that is, to develop a program for the forwarding and management of data between the web shop and the bank, and to provide technical support to the web shop in connection with development in the future, and so on. Development of the protocol The protocol is an HTTP-based communication regulated by URL parameters. The payment process consists of 3 main parts: transaction initialisation directing the customer (shopper) to the bank inquiring about the transaction outcome The first and the third steps progress similarly: once it has collected and encrypted the required information, the shop sends it (using the software supplied by the bank) as a URL parameter to the bank s server. The bank s server returns a content-type response, using the same encryption method as the inquiry. The second step is slightly different: it is an HTTP rerouting to the bank s payment page, resulting in the termination of the connection with the shop and redirection to the bank's payment page using strong encryption. What kinds of server-side platforms are supported by the bank? Our payment module is platform independent; it can be implemented in any language, and in most cases to date it has been used on a PHP basis. The protocol can be implemented by tools of your own choice. With the technical documentation, we enclose PHP, Java and, for the ekicrypt program supplied by the bank, a model script. What platforms does the encryption program provided by the bank run on? In Unix and Win32 systems. Which server is the payment page on? In all cases, our client s dedicated payment page is located on the bank s server. The payment page cannot be embedded into the client s own website as a frame. What exactly is the process in a secure transaction? 1. The merchant initialises the transaction This step is performed by a URL-call, where the transaction parameters are forwarded to the bank in an encrypted format. The bank returns the result in a similarly encoded format in the content section of the called page. The (RSA-compliant) program required for encryption is supplied by the bank. The program uses 3DES encryption. 2. Redirecting the customer to the payment page 5

6 This step is doubly secure, as the parameters encrypted in the above way arrive to us through redirection to an SSL page. 3. Input of the customer s card data The payment page uses 128-bit SSL technology and the certificate is secured by VeriSign. 4. Redirecting the customer to the merchant The customer is redirected to a predetermined URL by using parameters encrypted by the method described in the first step. 5. The merchant s inquiry concerning the outcome With the help of the URL-call discussed in step one, the merchant can ascertain the outcome of the transaction. What kind of support can the bank provide in the case of a proprietary development? Development support covers all issues related to protocol development, but we cannot help with the basic programming algorithms. Is there a fee to pay for the bank s support? Support is provided free of charge in the development and testing phases, but the merchant must pay a one-off connection fee. Does the bank provide a testing opportunity? Yes. The test system can be used after the contract has been concluded, in the way that is specified in the technical documentation provided. For the card payment function to go live, the bank s approval is needed, which requires at least one successful test by the bank as well. What kind of bank cards need to be used for testing? In the test environment, when simulating a bank-card payment, any card number not in use, beginning with 4 or 5, and any future expiry date can be specified. What are the requirements for the card payment system to go live? Before the online card acceptance function of the web shop can go live, the bank tests the web shop in the test environment. In addition to checking the successful implementation of the payment function, the test includes checking the individual steps in ordering, such as registration, the process of product selection, the existence of communications for informing the customer, etc. In accordance with the current legal provisions, the price must be displayed in forint as well, regardless of the currency used by the web shop for sales purposes. Besides displaying other currencies, it is compulsory to state the fact that the payment will be debited in forint. The card logo provided in the documentation package supplied by the bank, the CIB Bank logo, and the customer information notice on payments must be displayed on the site of the web shop. The outcome of the transaction must be confirmed by displaying the data on the screen and sending it in an . 6

7 It is a requirement that it be possible to link the transaction data to the data of the customer s order in the web shop s administrative or order-tracking system. In practice, this means that it must be possible to retrieve the transaction data related to the payment by card of the ordered product or service. If a time-out occurs in any phase of the transaction, it will be closed by our system as unsuccessful, and it is the task of the web shop to delete the order and to close the transaction on the web shop s page, and to communicate this fact to the customer by displaying it on the confirmation screen or by sending it in an . If the payment transaction is unsuccessful for any reason, it must be possible to restart the payment process. I want to embed CIB s ecommerce service in a web shop system, but I do not have the professional resources required for the development of the service. How can the integration be implemented? If you want to have the CIB Bank card payment module developed by an external provider rather than to develop it in-house, CIB Bank can recommend suppliers who can assist you in implementing the technical integration and thus provide you with a flexible and rapid connection. For more information regarding these development firms and their contact information, go to the product page of the ecommerce service at: Is there a CIB ecommerce module that has been integrated into a web shop system? In cooperation with CIB Bank, CIB ecommerce card payment modules (e.g. oscommerce, VirtueMart) have been developed for certain web shop systems to make integration simpler. These modules are sold and the related technical support is generally provided by the company that develops them. You will find information required for the use of the individual payment modules at the web address given in the previous point. Is it compulsory to indicate the price in forint next to the product or service being sold? Under the prevailing legal provisions, prices must be displayed in forint as well regardless of what currency the web shop wants to sell in. Does the bank indicate the payable amount on the payment page in another currency as well? Yes in the case of forint-based transactions, in dollars and euros (translated at its USD and EUR forex sell rates) for information purposes, and in the case of euro-based transactions, compulsorily in forint and, for information purposes, in dollars too (translated at its USD forex sell rate). As individual card-issuing banks apply different exchange rates for translation purposes, the exchange rates quoted by CIB Bank on the payment page are indicative only. What kind of security solution does the bank provide? The internet is a public network, and for this reason particular attention needs to be paid to data security. We assure data protection through the SSL (Secure Sockets Layer) procedure, the standard encryption procedure for the internet, and as a result the payment information provided 7

8 online moves between the browser and the web server in an encrypted format (with the help of a 128- bit encryption key). Is it possible for customers to provide the card data on the merchant s website and then have the latter forward them to the bank? This procedure is prohibited; the bank offers a payment solution through which the customer can provide the card data directly on the bank s payment page, which ensures the security of card payment. Should you have any further questions in relation to the above, please do not hesitate to contact us at ecommerce@cib.hu. 8

CIB Bank Zrt. s ecommerce online card-acceptance service

CIB Bank Zrt. s ecommerce online card-acceptance service 27/1/2010 CIB Bank Zrt. s ecommerce online card-acceptance service CONTENTS 1. ELECTRONIC COMMERCE AND THE BANK S ECOMMERCE SERVICE... 3 1.1. WHAT IS THE ECOMMERCE SERVICE?... 3 1.2. BENEFITS FOR THE MERCHANT

More information

Virtual POS Services Information Guide

Virtual POS Services Information Guide Virtual POS Services Information Guide Dear Clients and future Partners! UniCredit Bank pays special attention to the continuous improvement of its bankcard services. We offer a wide variety of different

More information

Swedbank Payment Portal Implementation Overview

Swedbank Payment Portal Implementation Overview Swedbank Payment Portal Implementation Overview Product: Hosted Pages Region: Baltics September 2015 Version 1.0 Contents 1. Introduction 1 1.1. Audience 1 1.2. Hosted Page Service Features 1 1.3. Key

More information

A: This will depend on a number of factors. Things to consider and discuss with a member of our ANZ Merchant Services team are:

A: This will depend on a number of factors. Things to consider and discuss with a member of our ANZ Merchant Services team are: 1 ANZ egate FAQ s Contents Section 1 General information: page 1 Section 2 Technical information for ANZ egate Merchants: page 5 November 2010 Section 1 General information Q: What is ANZ egate? A: ANZ

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

The DirectOne E-Commerce System

The DirectOne E-Commerce System The DirectOne E-Commerce System SecurePay Pty. Ltd. Level 4, 20 Queen St Melbourne 3000 Australia November 05 Contents INTRODUCTION 3 WELCOME TO THE DIRECTONE E-COMMERCE SYSTEM 3 AN OVERVIEW OF E-COMMERCE

More information

Form Protocol and Integration Guideline. Form Protocol and Integration Guideline (Protocol v3.00)

Form Protocol and Integration Guideline. Form Protocol and Integration Guideline (Protocol v3.00) Form Protocol and Integration Guideline (Protocol v3.00) Published Date 30/01/2014 Document Index Version History... 3 LEGAL NOTICE... 3 Welcome to the Sage Pay Form integration method... 4 Overview of

More information

Server Protocol and Integration Guideline (Protocol v3.00) Published Date 27/08/2013

Server Protocol and Integration Guideline (Protocol v3.00) Published Date 27/08/2013 Server Protocol and Integration Guideline (Protocol v3.00) Published Date 27/08/2013 Document Index Version History... 3 LEGAL NOTICE... 3 Welcome to the Sage Pay Server integration method... 4 Overview

More information

Order Notifications - reporting a payment status

Order Notifications - reporting a payment status Corporate Gateway Order Notifications - reporting a payment status V5.0 May 2014 Use this guide to: Understand order notifications. Learn how to use the Order Notification Service. New to Order Notifications?

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

Fraud Detection. Configuration Guide for the Fraud Detection Module v.4.2.0. epdq 2014, All rights reserved.

Fraud Detection. Configuration Guide for the Fraud Detection Module v.4.2.0. epdq 2014, All rights reserved. Configuration Guide for the Fraud Detection Module v.4.2.0 Table of Contents 1 What is the... Fraud Detection Module? 4 1.1 Benefits 1.2 Access 1.3 Contents... 4... 4... 4 2 Fraud detection... activation

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

Online Payment Processing Definitions From Credit Research Foundation (http://www.crfonline.org/)

Online Payment Processing Definitions From Credit Research Foundation (http://www.crfonline.org/) Online Payment Processing Definitions From Credit Research Foundation (http://www.crfonline.org/) The following glossary represents definitions for commonly-used terms in online payment processing. Address

More information

Merchant Account Contract for Card Acceptance

Merchant Account Contract for Card Acceptance Merchant Account Contract for Card Acceptance This is a Merchant Account Contract for the acceptance of debit cards and credit cards via points-of-sale (POS) and/or online (i.e. E-commerce). You enter

More information

PAYU HUNGARY KFT. PAYMENT INFORMATION. PayU Hungary Kft. T: +36 1 510 0707 1074 Budapest, F: +36 1 336 0345

PAYU HUNGARY KFT. PAYMENT INFORMATION. PayU Hungary Kft. T: +36 1 510 0707 1074 Budapest, F: +36 1 336 0345 PAYU HUNGARY KFT. PAYMENT INFORMATION USEFUL INFORMATION ON PAYU PayU has introduced its services in Hungary with a firm background rendered by banks providing bankcard payment option via the internet,

More information

Setting up an online e-commerce system. User guide

Setting up an online e-commerce system. User guide Setting up an online e-commerce system User guide Document history Date Person Description 15 February 2007 Matjaž Pahor - Preliminary versions of this document, Versions 1.0 to 1.4 14 July 2008 Milan

More information

AS DNB banka. DNB Link specification (B2B functional description)

AS DNB banka. DNB Link specification (B2B functional description) AS DNB banka DNB Link specification (B2B functional description) DNB_Link_FS_EN_1_EXTSYS_1_L_2013 Table of contents 1. PURPOSE OF THE SYSTEM... 4 2. BUSINESS PROCESSES... 4 2.1. Payment for goods and services...

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

INTEGRATION PROCEDURES AND SPECIFICATIONS

INTEGRATION PROCEDURES AND SPECIFICATIONS ipos Credit Card Payment Gateway INTEGRATION PROCEDURES AND SPECIFICATIONS Revision 7 Contents Contents 2 Introduction 3 ipos the simple online credit card solution 3 The Transaction Flow 4 Security 7

More information

Merchant Plug-In. Specification. Version 3.2. 110.0093 SIX Payment Services

Merchant Plug-In. Specification. Version 3.2. 110.0093 SIX Payment Services Merchant Plug-In Specification Version 3.2 110.0093 SIX Payment Services Table of contents 1 Introduction... 3 1.1 Summary... 3 1.2 Requirements... 4 1.3 Participation and Result of the Authentication...

More information

499.43 en (pf.ch/dok.pf) 11.2013 PF. Manual e-payment PostFinance Ltd Payment Service Providing

499.43 en (pf.ch/dok.pf) 11.2013 PF. Manual e-payment PostFinance Ltd Payment Service Providing 499.43 en (pf.ch/dok.pf) 11.2013 PF Manual e-payment PostFinance Ltd Payment Service Providing Details of financial institutions PostFinance Ltd If he wishes to process payments on the Internet with PostFinance

More information

MOBILKINCSTAR ONLINE SECURITIES TRADING TERMS AND CONDITIONS OF USE

MOBILKINCSTAR ONLINE SECURITIES TRADING TERMS AND CONDITIONS OF USE MOBILKINCSTAR ONLINE SECURITIES TRADING TERMS AND CONDITIONS OF USE The Hungarian State Treasury (hereinafter: Distributor) provides general information, executes securities trading and investment transactions

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

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

WEB SITE DEVELOPMENT WORKSHEET

WEB SITE DEVELOPMENT WORKSHEET WEB SITE DEVELOPMENT WORKSHEET Thank you for considering Xymmetrix for your web development needs. The following materials will help us evaluate the size and scope of your project. We appreciate you taking

More information

GUIDE TO WEBSITES AND E-COMMERCE

GUIDE TO WEBSITES AND E-COMMERCE GUIDE TO WEBSITES AND E-COMMERCE Version 1.0, 26-Sept-01 This document is available from www.webcentro.com.au 2001, WebCentro WebCentro Guide To Websites And E-commerce CONTENTS 1. What is a Website? 1

More information

Recurring Credit Card Billing

Recurring Credit Card Billing Recurring Credit Card Billing Recurring Credit Card Billing (RCCB) allows recurring debits to a credit card in a PCI compliant method. System Overview This document is intended for merchants and developers

More information

Secure XML API Integration Guide. (with FraudGuard add in)

Secure XML API Integration Guide. (with FraudGuard add in) Secure XML API Integration Guide (with FraudGuard add in) Document Control This is a control document DESCRIPTION Secure XML API Integration Guide (with FraudGuard add in) CREATION DATE 02/04/2007 CREATED

More information

Sage Pay Direct Integration and Protocol Guidelines 3.00. Published: 01/08/2014

Sage Pay Direct Integration and Protocol Guidelines 3.00. Published: 01/08/2014 Sage Pay Direct Integration and Protocol Guidelines 3.00 Published: 01/08/2014 Table of Contents Document Details 4 Version History 4 Legal Notice 4 1.0 Introduction 5 2.0 Overview of Direct Integration

More information

WEBKINCSTAR ONLINE SECURITIES TRADING - TERMS AND CONDITIONS OF USE

WEBKINCSTAR ONLINE SECURITIES TRADING - TERMS AND CONDITIONS OF USE WEBKINCSTAR ONLINE SECURITIES TRADING - TERMS AND CONDITIONS OF USE The Hungarian State Treasury (hereinafter: Distributor) provides general information (on its website) and executes securities trading

More information

MySagePay. User Manual. Page 1 of 48

MySagePay. User Manual. Page 1 of 48 MySagePay User Manual Page 1 of 48 Contents About this guide... 4 Getting started... 5 Online help... 5 Accessing MySagePay... 5 Supported browsers... 5 The Administrator account... 5 Creating user accounts...

More information

Authorize.net modules for oscommerce Online Merchant.

Authorize.net modules for oscommerce Online Merchant. Authorize.net Authorize.net modules for oscommerce Online Merchant. Chapters oscommerce Online Merchant v2.3 Copyright Copyright (c) 2014 oscommerce. All rights reserved. Content may be reproduced for

More information

Elavon Payment Gateway- 3D Secure

Elavon Payment Gateway- 3D Secure Elavon Payment Gateway- 3D Secure Service Overview April 2013 Payer Authentication Service What Is Payer Authentication? When selling on the internet and accepting payments by credit and debit card it

More information

Webmail Using the Hush Encryption Engine

Webmail Using the Hush Encryption Engine Webmail Using the Hush Encryption Engine Introduction...2 Terms in this Document...2 Requirements...3 Architecture...3 Authentication...4 The Role of the Session...4 Steps...5 Private Key Retrieval...5

More information

PayDollar PayGate. Integration Guide (For third party shopping cart platform v1.0)

PayDollar PayGate. Integration Guide (For third party shopping cart platform v1.0) PayDollar PayGate Integration Guide (For third party shopping cart platform v1.0) (Leave Blank Intentionally) Page 1 Copyright Information AsiaPay (HK) Limited Room 1702, 17/F K. Wah Centre 191 Java Road

More information

Frequently Asked Questions for Order Processing and Payment Options:

Frequently Asked Questions for Order Processing and Payment Options: Frequently Asked Questions for Order Processing and Payment Options: Dear Customer, We appreciate the opportunity to serve you. All the orders are being processed by our E-Commerce Service Provider Element-5.

More information

GP webpay: Practical Examples

GP webpay: Practical Examples : July 2013 TABLE OF CONTENTS: EXAMPLE 1: PURCHASE OF GOODS CREATING AN ORDER WITH AUTHORIZATION... 4 EXAMPLE 2: PURCHASE OF GOODS IMMEDIATE REQUEST FOR TRANSFERRING THE AMOUNT FROM THE CARD HOLDER S ACCOUNT...

More information

Fraud Detection Module (basic)

Fraud Detection Module (basic) Table of contents 1. Introduction 1.1 Benefits 1.2 Contents 2. Activation and configuration 2.1 Blocking rules 2.1.1 Card country 2.1.2 IP address country 2.1.3 Country consistency 2.1.4 3-D Secure 2.2

More information

SERVICE OF PAYMENT CARDS ON THE INTERNET (E-COMMERCE) ( date ) Bank. SWEDBANK AS Registry code: 10060701 Address/postal code: Liivalaia 8, 15040

SERVICE OF PAYMENT CARDS ON THE INTERNET (E-COMMERCE) ( date ) Bank. SWEDBANK AS Registry code: 10060701 Address/postal code: Liivalaia 8, 15040 SERVICE OF PAYMENT CARDS ON THE INTERNET (E-COMMERCE) Bank SWED AS Registry code: 10060701 Address/postal code: Liivalaia 8, 15040 Town/County: Phone: 6 132 222 Bank's representative: Service Provider

More information

MOBILE CHIP ELECTRONIC COMMERCE: ENABLING CREDIT CARD PAYMENT FOR MOBILE DEVICES

MOBILE CHIP ELECTRONIC COMMERCE: ENABLING CREDIT CARD PAYMENT FOR MOBILE DEVICES MOBILE CHIP ELECTRONIC COMMERCE: ENABLING CREDIT CARD PAYMENT FOR MOBILE DEVICES Marko Schuba and Konrad Wrona Ericsson Research, Germany ABSTRACT This paper describes the Mobile Chip Electronic Commerce

More information

Corporate Access File Transfer Service Description Version 1.0 01/05/2015

Corporate Access File Transfer Service Description Version 1.0 01/05/2015 Corporate Access File Transfer Service Description Version 1.0 01/05/2015 This document describes the characteristics and usage of the Corporate Access File Transfer service, which is for transferring

More information

How To Accept A Card On The Internet

How To Accept A Card On The Internet Internet Merchant Procedure Guide Procedures for accepting Card transactions across the Internet Internet Merchant Procedure Guide www.barclaycardmerchantservices.co.uk Internet Merchant Procedure Guide

More information

Implementation guide - Interface with the payment gateway PayZen 2.5

Implementation guide - Interface with the payment gateway PayZen 2.5 Implementation guide - Interface with the payment gateway PayZen 2.5 Document version 3.5 Contents 1. HISTORY OF THE DOCUMENT... 4 2. GETTING IN TOUCH WITH TECHNICAL SUPPORT... 6 3. DIFFERENT TYPES OF

More information

beginners guide Beginners Guide Certificates the best decision when considering your online security options.

beginners guide Beginners Guide Certificates the best decision when considering your online security options. Beginners Guide to Digital SSL Certificates the best decision when considering your online security options. Beginners Guide to Digital SSL Certificates introduction Whether you are an individual or a

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

Internet Authentication Procedure Guide

Internet Authentication Procedure Guide Internet Authentication Procedure Guide Authenticating cardholders successfully V10.0 Released May 2012 Software Version: Internet Authentication Protocol COPYRIGHT NOTICE No part of this publication may

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

XC - LIST OF CONDITIONS Conditions of MKB Praktika Service Package. In effect: from 01 May 2016

XC - LIST OF CONDITIONS Conditions of MKB Praktika Service Package. In effect: from 01 May 2016 XC LIST OF CONDITIONS Conditions of MKB Praktika Service Package In effect: from 01 May 2016 Change: As of 1 January 2016, MKB Bank Zrt. discontinued the sale of MasterCard Unembossed HUF based, MasterCard

More information

Payius. Guide to SSL certicates in ecommerce

Payius. Guide to SSL certicates in ecommerce Payius Guide to SSL certicates in ecommerce Page 2 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 SSL - The Basics...4 2.1 General...4

More information

BEGINNERS GUIDE BEGINNERS GUIDE TO SSL CERTIFICATES: MAKING THE BEST CHOICE WHEN CONSIDERING YOUR ONLINE SECURITY OPTIONS

BEGINNERS GUIDE BEGINNERS GUIDE TO SSL CERTIFICATES: MAKING THE BEST CHOICE WHEN CONSIDERING YOUR ONLINE SECURITY OPTIONS BEGINNERS GUIDE TO SSL CERTIFICATES: MAKING THE BEST CHOICE WHEN CONSIDERING YOUR ONLINE SECURITY OPTIONS BEGINNERS GUIDE TO SSL CERTIFICATES INTRODUCTION Whether you are an individual or a company, you

More information

How To Use Paypal Online Currency With A Credit Card And Bank Account On A Pc Or Credit Card On A Website From A Pc (Paypal) On A Paypal Website (Online) On Pc Or Paypal On A Computer Or Pc (

How To Use Paypal Online Currency With A Credit Card And Bank Account On A Pc Or Credit Card On A Website From A Pc (Paypal) On A Paypal Website (Online) On Pc Or Paypal On A Computer Or Pc ( PayPal Website Payments Standard Checkout Integration Guide For Professional Use Only Currently only available in English. A usage Professional Uniquement Disponible en Anglais uniquement pour l'instant.

More information

COMMERCIAL-IN-CONFIDENCE

COMMERCIAL-IN-CONFIDENCE CardEaseMPI a technical manual describing the use of CardEaseMPI 3-D Secure Merchant Plug-In. Authors: Nigel Jewell Issue 2.9. November 2014. COMMERCIAL-IN-CONFIDENCE Copyright CreditCall Limited 2007-2014

More information

Customising Your Mobile Payment Pages

Customising Your Mobile Payment Pages Corporate Gateway Customising Your Mobile Payment Pages V2.0 May 2014 Use this guide to: Understand how to customise your payment pages for mobile and tablet devices XML Direct Integration Guide > Contents

More information

CUSTOMER GUIDELINES FOR MAESTRO SERVICE AND QUICK SERVICE PREVIOUS VERSION (FEBRUARY 2014)

CUSTOMER GUIDELINES FOR MAESTRO SERVICE AND QUICK SERVICE PREVIOUS VERSION (FEBRUARY 2014) CUSTOMER GUIDELINES FOR MAESTRO SERVICE AND QUICK SERVICE PREVIOUS VERSION (FEBRUARY 2014) CUSTOMER GUIDELINES FOR THE CARD SERVICE, THE CONTACTLESS FUNCTION AND THE QUICK SERVICE NEW VERSION (JANUARY

More information

Audi Virtual Payment Client Integration Manual

Audi Virtual Payment Client Integration Manual Audi Virtual Payment Client Integration Manual 1 Table of Contents Table of Contents... 2 Introduction:... 3 Intended Audience:... 3 AVPC Payment Requests Processing... 3 AVPC required parameters... 3

More information

This Annex uses the definitions set out in the Agreement on service of payment cards on the Internet (hereinafter the Agreement).

This Annex uses the definitions set out in the Agreement on service of payment cards on the Internet (hereinafter the Agreement). SERVICE OF PAYMENT CARDS ON THE INTERNET ANNEX 2 TO AGREEMENT Requirements for Queries to I-Payment Terminal This Annex uses the definitions set out in the Agreement on service of payment cards on the

More information

Frequently Asked Questions. Frequently Asked Questions. 2013 SSLPost Page 1 of 31 support@sslpost.com

Frequently Asked Questions. Frequently Asked Questions. 2013 SSLPost Page 1 of 31 support@sslpost.com Frequently Asked Questions 2013 SSLPost Page 1 of 31 support@sslpost.com Table of Contents 1 What is SSLPost Cloud? 3 2 Why do I need SSLPost Cloud? 4 3 What do I need to use SSLPost Cloud? 5 4 Which Internet

More information

General conditions of business with payment cards of UniCredit Bank

General conditions of business with payment cards of UniCredit Bank Annex 1. General conditions of business with payment cards of UniCredit Bank 1. GENERAL PROVISIONS - The rights and obligations of payment card cardholders are regulated by the General conditions of business

More information

Kernels Gift Loyalty Card Program - How Does it Work?

Kernels Gift Loyalty Card Program - How Does it Work? FAQ Contents Is the website secure?... 2 What forms of payment do you accept?... 2 When will I be charged for my order?... 2 What currency is charged?... 2 Do I receive a confirmation of my order?... 2

More information

Realex Payments. Magento Community / Enterprise Plugin. Configuration Guide. Version: 1.1

Realex Payments. Magento Community / Enterprise Plugin. Configuration Guide. Version: 1.1 Realex Payments Magento Community / Enterprise Plugin Configuration Guide Version: 1.1 Document Information Document Name: Magento Community / Enterprise Plugin Configuration Guide Document Version: 1.1

More information

Global Iris Integration Guide ecommerce Remote Integration

Global Iris Integration Guide ecommerce Remote Integration Global Iris Integration Guide ecommerce Remote Integration February 2013 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

More information

Kentico CMS 7.0 E-commerce Guide

Kentico CMS 7.0 E-commerce Guide Kentico CMS 7.0 E-commerce Guide 2 Kentico CMS 7.0 E-commerce Guide Table of Contents Introduction 8... 8 About this guide... 8 E-commerce features Getting started 11... 11 Overview... 11 Installing the

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

An introduction to CashFlows and the provision of on-line card acceptance services we provide to Young Enterprise companies

An introduction to CashFlows and the provision of on-line card acceptance services we provide to Young Enterprise companies An introduction to CashFlows and the provision of on-line card acceptance services we provide to Young Enterprise companies Q. What is CashFlows? A. CashFlows is a Financial Services company that provides

More information

Terms for the participation in the electronic cash system of the German banking industry

Terms for the participation in the electronic cash system of the German banking industry Terms of Acceptance Terms for the participation in the electronic cash system of the German banking industry 1. Participation in the electronic cash system of the German banking industry The Company is

More information

Web Security: Encryption & Authentication

Web Security: Encryption & Authentication Web Security: Encryption & Authentication Arnon Rungsawang fenganr@ku.ac.th Massive Information & Knowledge Engineering Department of Computer Engineering Faculty of Engineering Kasetsart University, Bangkok,

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

Instructions for merchants

Instructions for merchants Instructions for merchants Acquiring payments on the Internet or in mail and telephone orders This handbook is intended for everyone whose work includes acquiring of MasterCard and Visa payments on the

More information

emerchantpay L1 PCI DSS Compliant gateway with 2048-bit SSL data encryption Business Features Business Benefits

emerchantpay L1 PCI DSS Compliant gateway with 2048-bit SSL data encryption Business Features Business Benefits Product Overview emerchantpay Founded in 2002, emerchantpay is a trustworthy payment partner Wide Range APMs UK FCA registered payment institution Single interface solution Risk & fraud management L1 PCI

More information

QCS Group Hosting Application Form

QCS Group Hosting Application Form QCS Group Hosting Application Form Customer Name : Head Office Unit 19, 256-258 Musgrave Road Coopers Plains, QLD 4108 North Brisbane Office Shop 2, 107 Morayfield Road, Morayfield, QLD 4506 Tel: 1300

More information

ICBC (London) plc Foreign Currency Trading Service Agreement

ICBC (London) plc Foreign Currency Trading Service Agreement ICBC (London) plc Foreign Currency Trading Service Agreement ICBC (London) plc is a company registered in England and Wales (company number 4552753). Registered office: 81 King William Street, London EC4N

More information

MiGS Virtual Payment Client Integration Guide. July 2011 Software version: MR 27

MiGS Virtual Payment Client Integration Guide. July 2011 Software version: MR 27 MiGS Virtual Payment Client Integration Guide July 2011 Software version: MR 27 Copyright MasterCard and its vendors own the intellectual property in this Manual exclusively. You acknowledge that you must

More information

Online Film Ordering for Patrons

Online Film Ordering for Patrons User s Guide Introduction The Online Film Ordering User s Guide is designed to help users of the Online Film Ordering site understand the procedures and guidelines for using the site. Table of Contents

More information

Merchant Account Glossary of Terms

Merchant Account Glossary of Terms Merchant Account Glossary of Terms From offshore merchant accounts to the truth behind free merchant accounts, get answers to some of the most common and frequently asked questions. If you cannot find

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

White Paper BMC Remedy Action Request System Security

White Paper BMC Remedy Action Request System Security White Paper BMC Remedy Action Request System Security June 2008 www.bmc.com Contacting BMC Software You can access the BMC Software website at http://www.bmc.com. From this website, you can obtain information

More information

LIST OF TERMS AND CONDITIONS

LIST OF TERMS AND CONDITIONS KEY OFFERS MEDICIB Health Line Medical Call Centre and Second Medical Opinion service is available free of charge Free Visa Classic primary debit card. The closing fee for MasterCard Gold credit and for

More information

Merchant Overview for Website Payments and Email Payments

Merchant Overview for Website Payments and Email Payments Merchant Overview for Website and Email Using PayPal in Your Online Business Welcome to PayPal. This guide will give you an overview of Website Standard and Email -- solutions that you can use to begin

More information

Web Security. Mahalingam Ramkumar

Web Security. Mahalingam Ramkumar Web Security Mahalingam Ramkumar Issues Phishing Spreading misinformation Cookies! Authentication Domain name DNS Security Transport layer security Dynamic HTML Java applets, ActiveX, JavaScript Exploiting

More information

EMP's vision is to be the leading electronic payments processing company in the emerging markets of Africa and the Middle East.

EMP's vision is to be the leading electronic payments processing company in the emerging markets of Africa and the Middle East. EMP's vision is to be the leading electronic payments processing company in the emerging markets of Africa and the Middle East. EMP's mission is to be at the forefront of the region's electronic payments

More information

Server and Direct Shared Protocols

Server and Direct Shared Protocols Server and Direct Shared Protocols IMPORTANT: Before reading this document, you should have read through the Server or Direct Protocol and Integration Guidelines that accompany it. These explain the terms

More information

Web Application Security Assessment and Vulnerability Mitigation Tests

Web Application Security Assessment and Vulnerability Mitigation Tests White paper BMC Remedy Action Request System 7.6.04 Web Application Security Assessment and Vulnerability Mitigation Tests January 2011 www.bmc.com Contacting BMC Software You can access the BMC Software

More information

What is an SSL Certificate?

What is an SSL Certificate? Security is of the utmost importance when doing business on the Web. Your customers want to know that their information is protected when crossing data lines. A Thawte SSL Web Server Certificate or SuperCert

More information

Integration Guide Last Revision: July 2004

Integration Guide Last Revision: July 2004 Last Revision: July 2004 PayPal Integration Guide 2004 PayPal, Inc. All Rights Reserved. PayPal and the PayPal logo are registered trademarks of PayPal, Inc. Designated trademarks and brands are the property

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

TERMS AND CONDITIONS OF AGREEMENT FOR CREDIT CARD WITH FIXED PAYMENT Valid as of 01.01.2012

TERMS AND CONDITIONS OF AGREEMENT FOR CREDIT CARD WITH FIXED PAYMENT Valid as of 01.01.2012 1. GENERAL PROVISIONS 1.1 Agreement for credit card with fixed payment (hereinafter the Agreement) regulates the rights and obligations for using a credit card issued by (hereinafter the Bank). 1.2 A credit

More information

MIGS Payment Client Installation Guide. EGate User Manual

MIGS Payment Client Installation Guide. EGate User Manual MIGS Payment Client Installation Guide EGate User Manual April 2004 Copyright The information contained in this manual is proprietary and confidential to MasterCard International Incorporated (MasterCard)

More information

Process Transaction API

Process Transaction API Process Transaction API Document Version 5.9 March 2011 For further information please contact Beanstream customer support at (250) 472-2326 or support@beanstream.com. BEAN # Page 2 of 90 Date Overview...

More information

Elavon Payment Gateway Integration Guide- Remote

Elavon Payment Gateway Integration Guide- Remote Elavon Payment Gateway Integration Guide- Remote 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 Remote

More information

E-Commerce: Designing And Creating An Online Store

E-Commerce: Designing And Creating An Online Store E-Commerce: Designing And Creating An Online Store Introduction About Steve Green Ministries Solo Performance Artist for 19 Years. Released over 26 Records, Several Kids Movies, and Books. My History With

More information

Virtual Terminal & Online Portal

Virtual Terminal & Online Portal Authipay Gateway Virtual Terminal & Online Portal User Guide Version 5 (EMEA) Virtual Terminal & Online Portal User Guide Version 5 (EMEA) CONTENTS 1 Introduction... 5 2 Processing Transactions... 6 2.1

More information

FAQ's. Introduction. Frequently asked questions about Epay Manager. For more information, please call 800.240.1824.

FAQ's. Introduction. Frequently asked questions about Epay Manager. For more information, please call 800.240.1824. FAQ's Frequently asked questions about Epay Manager. For more information, please call 800.240.1824. Introduction This document was created to help you answer a few of the more common questions about Epay

More information

Online Payment Service by KBank

Online Payment Service by KBank Online Payment Service by KBank Presented by Ms. Saranya Arunsilp Assistant Vice President Retail and SME E-Business Department KASIKORNBANK Today s topic Service overview of K-Payment Gateway Section

More information

UnionPay Online Payment enabled by NAB Transact.

UnionPay Online Payment enabled by NAB Transact. UnionPay Online Payment enabled by NAB Transact. Getting Started Guide and Forms April 2013 (v1.2) Access consumers in China with UnionPay Online Payment This guide will introduce you to the UnionPay Online

More information

PROCESS TRANSACTION API

PROCESS TRANSACTION API PROCESS TRANSACTION API Document Version 8.7 May 2015 For further information please contact Digital River customer support at (888) 472-0811 or support@beanstream.com. 1 TABLE OF CONTENTS 2 Lists of tables

More information

XC/2 - LIST OF CONDITIONS

XC/2 - LIST OF CONDITIONS XC/2 - LIST OF CONDITIONS Conditions of MKB Praktika FIX Service Package In effect: from 26 January 2016 Change: Modification of the conditions of using the service package 1. The MKB Praktika FIX Service

More information

Web Hosting Features. Small Office Premium. Small Office. Basic Premium. Enterprise. Basic. General

Web Hosting Features. Small Office Premium. Small Office. Basic Premium. Enterprise. Basic. General General Basic Basic Small Office Small Office Enterprise Enterprise RAID Web Storage 200 MB 1.5 MB 3 GB 6 GB 12 GB 42 GB Web Transfer Limit 36 GB 192 GB 288 GB 480 GB 960 GB 1200 GB Mail boxes 0 23 30

More information

CARD-NOT-PRESENT MERCHANT INFORMATION FORM

CARD-NOT-PRESENT MERCHANT INFORMATION FORM F 1486 CARD-NOT-PRESENT MERCHANT INFORMATION FORM Date: Dear Sir/Madam, We thank you for your application for a MCB merchant electronic commerce facility which will enable you to accept Card-Not Present

More information