GP webpay - Practical Examples

Size: px
Start display at page:

Download "GP webpay - Practical Examples"

Transcription

1 GP webpay - Practical Examples Version: 2.0 Global Payments Europe, s.r.o. Created Last update

2 Author Dimitrij Holovka Manager Approved by Version 2.0 Confidentiality Internal Document history: Version Date Author Comments V. Keřka Original document: GP_webpay_Prakticke_scenare_072013_2.doc D. Holovka New template, versioning Fastpay Recurring payments PUSH payments Table of contents 1. Formula clause Introduction Purpose of this document practical examples Examples Example 1: Purchase of goods creating an order with authorization Example 2: Purchase of goods immediate request for transferring the amount from the card holder s account Example 3: Delivery of goods Transfer of the amount from the card holder s account to the merchant s account Example 4: Delivery of goods Incorrectly entered amount Example 5: Order cancellation Example 6: Card holder s complaints Example 7: Closing an order Example 8: Deleting an order Example 9: Pre-filled payment card data on the payment gateway Example 10: Recurring payments Registration of the master payment Processing of a subsequent payment Example 11: PUSH payments shortened payment link PUSH payment creation Payment made by the customer Global Payments Europe, s.r.o., V Olšinách 80/626, Prague 10 Strašnice, Czech Republic 2 / 16

3 1. Formula clause This document including any possible annexes and links is intended solely for the needs of an e- shop service provider (hereinafter referred to as Customer ). Information included in this document (hereinafter referred to as "Information") are subject to intellectual property and copyright protection of the Global Payments Europe, s.r.o. (hereinafter referred to as "GPE") and are of a commercially confidential nature in accordance with the provisions of the section 504 of the Act No. 89/2012 Coll., Civil Code. The Customer is aware of the legal obligations in relation to the handling of Information. Information or any part thereof may not be provided or in any way made available to third parties without the prior written consent of the GPE. At the same time, Information may not be used by the Customer for purposes other than for the purpose for which it serves. To avoid any doubts, without the prior written consent of the GPE, Information or any part thereof may be provided or in any way made available neither to companies providing payment processing services on the Internet. The GPE to the extent permitted by applicable law retains all rights to this document and Information contained therein. Any reproduction, use, exposure, or other publication, or dissemination of Information or its part by methods known and as yet undiscovered without the prior written consent of the GPE is strictly prohibited. The GPE is not in any way responsible for any errors or omissions in Information. GPE reserves the right, without giving any reason, to amend or repeal any Information. Global Payments Europe, s.r.o., V Olšinách 80/626, Prague 10 Strašnice, Czech Republic 3 / 16

4 2. Introduction 2.1 Purpose of this document practical examples This document describes the most frequent cases of processing orders in the GP webpay system. It does not include any strict instructions as to how to process orders. The document is only for your information and presents some recommendations on how to process orders in the GP webpay system. The document was prepared based on practical experience of GP webpay users. 3. Examples 3.1 Example 1: Purchase of goods creating an order with authorization Creating an order with authorization i.e. blocking of the required amount on the card holder s bank account. This type of payment is used when physical products are purchased. As soon as GP webpay receives an order, it sends automatically a request to authorize this order - after successful authorization the amount is blocked on the card holder s bank account. When the goods are delivered, the merchant sends an online request to processdeposit(), or the merchant can use the instruction Payment / Deposit for the order via the administrative web interface of the GP webpay system. For details, see Delivery of goods. Procedure: 1) The card holder selects GP webpay as a method of payment on the merchant s web page; 2) The merchant redirects the card holder s Internet browser to GP webpay web pages. He/she sends a request to create an order (CREATE_ORDER) containing the DEPOSITFLAG parameter with value 0; 3) The card holder enters sensitive data on the GP webpay web pages; 4) As the data is entered and the request is confirmed, GP webpay verifies the payment with the Directory Server of the respective association (MasterCard, VISA, DC, AMEX) to find out whether 3D Secure authentication is required for the payment card used; 5) If 3D Secure authentication is required for the card holder, the card holder is redirected to the Access Control Server page of his/her bank where his/her identity is verified; 6) Depending on the result of the card holder s authentication, GP webpay continues/discontinues with the request for authorization of the order: Global Payments Europe, s.r.o., V Olšinách 80/626, Prague 10 Strašnice, Czech Republic 4 / 16

5 if the card holder has been successfully authenticated, a request for authorization ensues; if the card holder has not been successfully authenticated (incorrect filling of information requested for authentication of the cardholder), it is not possible to continue. The merchant is informed about unsuccessful authentication of the card holder by sending a response to URL address given in CREATE_ORDER with relevant parameters; if the card holder s bank or the card holder do not participate in 3D Secure, system continues in order authorization in the customer s bank. 7) Depending on the result of the authentication, an indicator is sent to the authorization centre describing the result of the card holder s authentication in 3D Secure. The indicator is one of the factors that the bank uses to either approve or decline the request for authorization. It is the responsibility of the particular banks to decide whether they accept or decline a 3D non-authenticated transaction in this step. If the bank declines the request for authorization because the card holder was not authenticated in the 3D Secure system, this information will be resent to the merchant who can display following information to the card holder: Your transaction was declined due to the impossibility of authentication of the card holder in 3D Secure. Ask your issuer bank to make this service available to you. 8) The merchant is notified about the result of authorization in the form of calling out the URL address given in CREATE_ORDER with relevant parameters that confirm success or indicate causes of failure; 9) The processing ends in this step, unless the card holder has stopped entering data in any of the previous steps. In this case, it cannot be guaranteed that the merchant s URL address is called out with the parameters describing the result. In this case, the result has to be verified by sending a request getorderstate() with the order number or by checking the order status in the GP administrative web interface; 10) If the request is successfully authorized but the merchant has not delivered or will not deliver the goods to the buyer, a request processauthorizationreverse() must be sent to unblock the amount on the card holder s bank account. If the merchant does not send the request processauthorizationreverse(), the amount will be blocked on the card holder s account for the period specified by the card holder s bank. It will be unblocked automatically upon expiry of this period; 11) When the URL address is called out, the merchant informs the card holder of the result; 12) Based on the previous procedure, an order (ORDER) is created in GP webpay. The Unique order identifier is the ORDERNUMBER field. The order may be in any of the following statuses: Requested The order has been initialized. It will remain in this status until the card holder enters sensitive data and ends the communication; Global Payments Europe, s.r.o., V Olšinách 80/626, Prague 10 Strašnice, Czech Republic 5 / 16

6 Pending The order is in this status after a request is sent to the 3D Directory Server of the respective financial association; Created The order is in this status after a positive response is received from the 3D Directory Server. Then the order is authorized; Declined The order is in this status if a negative response is received from the 3D Directory Server. The order authorization cannot continue; Approved The order is in this status if the authorization has been successful; Unapproved The order is in this status if the authorization has not been successful. 13) When the order status is verified by sending a getorderstate() request, it may take some time until a response is delivered due to the interaction between the 3D systems and the authorization centre. There are also some other factors that may cause a delay and that cannot be influenced, it is necessary to bear in mind: Entering sensitive data by the card holder on GP webpay web pages; Entering card holder s identification data on the 3D Secure Access Control Server; 14) Calling out of the merchant s URL address with the result of the CREATE_ORDER request is also delayed from the same reasons as those mentioned in para 13) above; 15) It is useless to send the getorderstate() request immediately after the card holder is redirected to GP webpay. It can be asserted for certain that after passing of 60 minutes since the card holder was redirected to GP webpay, the card holder has finished all the communication and the order status is final after this period. The same applies to the verification of the order status using the web graphical user interface. Global Payments Europe, s.r.o., V Olšinách 80/626, Prague 10 Strašnice, Czech Republic 6 / 16

7 3.2 Example 2: Purchase of goods immediate request for transferring the amount from the card holder s account This type of transaction is used when products are purchased and delivered immediately distribution of files, insurance, registration, etc. The merchant sends a request to create a new order (CREATE_ORDER) with the DEPOSITFLAG parameter set to 1. Example 2 is quite similar to Example 1, except for Step 10. If the procedure does not end with the calling out of the merchant s URL address showing the result of the processing, there may have been an error caused by difficulties in the Internet communication. The order may have been processed correctly. With regard to the DEPOSITFLAG value, the authorization of the order has been followed by a request for clearing of the order. The order is in the Deposited_batch_open status and at the successive entering into accounts the request to transfer the amount from the card holder s account to the merchant s account will be sent. If the merchant has not received any message about the result and has not delivered the product, the order status has to be verified by sending the getorderstate()request. If the order is in the Deposited_batch_open status the processdepositreverse() request (for details, see Example 4) has to be sent to cancel the accounting for the order, followed by the processauthorizationreverse() request (for details, see Example 5) to unblock the amount on the card holder s account. If the batch containing the transaction has been closed (and accounted for) in the meantime, a processcredit() request (for details, see Example 6) can be sent to transfer the money back from the merchant s account to the card holder s account. Global Payments Europe, s.r.o., V Olšinách 80/626, Prague 10 Strašnice, Czech Republic 7 / 16

8 3.3 Example 3: Delivery of goods Transfer of the amount from the card holder s account to the merchant s account This is the case when the customer has ordered goods from the merchant and the steps described in Example 1 have been successfully completed. The order is in the Approved status (Authorized). The merchant delivers desired goods to the customer and therefore sends a request to transfer the amount blocked in his/her favour on the customer s bank account to his/her account. Procedure: 1) The merchant sends a processdeposit() request to the GP webpay Web Services interface or chooses the instruction "Deposit" for the order via the administrative web interface; 2) A payment transaction is created for the order. The payment transaction is a part of the merchant s batch. The order status changes to Deposited_batch_open. At the end of the day, all open batches of all merchants are automatically closed; 3) Transactions contained in a batch are entered into accounts once in a day. All batches that are closed at the moment of creating the export file, but that have not been entered into accounts yet, are part of the data export, which is subsequently entered into accounts by the bank. The merchant cannot influence the time when transactions are entered into accounts (time, yes/no, etc.). This is an automatic procedure; 4) When the batch containing the order is closed, the order status changes to Deposited_batch_closed; 5) Closing the batch is the standard ending of most purchases. No other action is required from the merchant. Global Payments Europe, s.r.o., V Olšinách 80/626, Prague 10 Strašnice, Czech Republic 8 / 16

9 3.4 Example 4: Delivery of goods Incorrectly entered amount If the merchant s administrator in charge of the GP webpay interface finds out that a payment (see Example 2) has been entered incorrectly either due to the selection of an incorrect order or due to entering an incorrect amount, he/she can correct the error. Procedure: 1) If the error is discovered before the batch is closed and the order has been created without a request for automatic amount transfer (DEPOSITFLAG with value set to 0),the order is still in the Deposited_batch_open status, a processdepositreverse() request can be sent or Deposit Reversal can be selected via the administrative web interface. The order status returns to Approved. Then a new processdeposit() request can be sent or the instruction Deposit" can be selected via the administrative web interface; 2) If the batch containing the order has already been closed or if it has been create with the final amount (DEPOSITFLAG with value set to 1), the order is in the Deposited_batch_closed status and the payment can no longer be reversed. If it is requested to return the amount to the card holder, a processcredit() request can be sent or the instruction Credit can be selected via the administrative web interface. Global Payments Europe, s.r.o., V Olšinách 80/626, Prague 10 Strašnice, Czech Republic 9 / 16

10 3.5 Example 5: Order cancellation After the card holder purchased goods on the merchant s web pages (Example 1), he/she was authenticated successfully in the 3D systems and the result of the authorization was positive, the order is in the Approved status (Authorized). As long as the order is in this status, the customer may ask the merchant to cancel the order, or the merchant may decide not to deliver goods (e.g. goods will not be available for delivery in future). The merchant s administrator in charge of GP webpay sends the method processauthorizationreverse() to the GP webpay Web Services interface or selects the instruction Approve reversal for the respective order via the administrative web interface. The order status changes to Approve reversed", i.e. Authorization reversed. No further authorization is possible for this order. Global Payments Europe, s.r.o., V Olšinách 80/626, Prague 10 Strašnice, Czech Republic 10 / 16

11 3.6 Example 6: Card holder s complaints The customer has made a successful complaint about a product or a service, and the merchant requests a transfer of the money in the original amount (or reduced amount) back to the card holder s account. With regard to the fact that the order has been paid already, the order reversal cannot be used. In this case, the merchant s administrator sends the method processcredit() to GP webpay Web Services interface or enters the instruction Credit" via the administrative web interface for the order, which is in the Deposited_batch_closed status. To enter the refund, the administrator enters the amount to be refunded. This amount must not exceed the amount originally paid. More than one refund can be created for one order. However, the sum of the refunds must not exceed the amount originally paid. If the refund has been entered incorrectly, the merchant s administrator can send the method processcreditreverse() to GP webpay Web Services interface or enters the instruction CREDIT_REVERSAL" via the administrative web interface. If at least one reversal exists for the order in an open batch, the order is in the Credited_batch_open status. If all reversals for the order are in closed batches the order is in the Credited_batch_closed status. Global Payments Europe, s.r.o., V Olšinách 80/626, Prague 10 Strašnice, Czech Republic 11 / 16

12 3.7 Example 7: Closing an order If the merchant does not expect any more changes in the order and considers the order to be closed, the merchant s administrator can send the method processorderclose() to GP webpay Web Services interface or enters the instruction CLOSE_ORDER" or Closing of the order via the administrative web interface for the given order. The order status changes to Closed. The only operation allowed for a closed order is DELETE, i.e. deletion of the order. Global Payments Europe, s.r.o., V Olšinách 80/626, Prague 10 Strašnice, Czech Republic 12 / 16

13 3.8 Example 8: Deleting an order If the order is in the Closed / Declined / Unapproved / Approve_reversed status and the merchant wants to delete it (that is, the order will no longer be displayed), the merchant s administrator can send the method processorderdelete() to GP webpay Web Services interface or enters the instruction Delete" or Remove via the administrative web interface for the given order. The order status changes to Deleted. The order will no longer be displayed but it will still be stored in the system for the purpose of accounting. Its unique ORDERNUMBER identifier cannot be used for another order. Global Payments Europe, s.r.o., V Olšinách 80/626, Prague 10 Strašnice, Czech Republic 13 / 16

14 3.9 Example 9: Pre-filled payment card data on the payment gateway To improve the comfort of payment procedure for the customer, it is possible to display pre-filled data on the customer s payment card on the payment gateway. To pre-fill data if enabled for the merchant by his bank it is sufficient when creating a new order to fill the FASTPAYID field by a value of any previous successfully paid order. On the payment page there is displayed the card number replaced by asterisks, validity and text explaining security aspects. The customer is requested to enter only the CVV/CVC2 value. Then the order is processed in a standard way. Global Payments Europe, s.r.o., V Olšinách 80/626, Prague 10 Strašnice, Czech Republic 14 / 16

15 3.10 Example 10: Recurring payments The GP webpay system enables to work with so-called recurring payments. The entire process is performed so that in the first place it is necessary to create the so-called registration ( master ) order via standard HTTP interface and later it is possible to create subsequent payments to this registration order via web services (WS) Registration of the master payment An order to be considered the registration one, it is necessary at its creation to fill and send USERPARAM1 parameter set to value R to the GP webpay interface. By this step, the order is considered to be registration one and is marked as the so-called master (sample/registration) order. Further processing runs in a standard way as in case of any other order. Registration order cannot be paid due to limitations by the Master Card association by a Maestro card. In this case, the payment gateway displays information about non-supported type of card and requests another payment card Processing of a subsequent payment The subsequent payment is processed via WS, because the card holder s presence is no more necessary. Before creation of a subsequent payment is enabled, the order is necessary to be successfully authorized and credited i.e. there has to be physical payment (from the GP webpay system point of view, the batch containing this payment has to be closed). Void of the registration payment can be made two ways: 1. void is made by the payment card issuer via special return code from the authorization process 2. automatically after a one-year inactivity i.e. there has been made no subsequent payment for the registration order for more than a year Subsequent/recurring payment is made via processrecurringpayment() WS method, where one of the input parameters is ORDERNUMBER of the master order. Global Payments Europe, s.r.o., V Olšinách 80/626, Prague 10 Strašnice, Czech Republic 15 / 16

16 3.11 Example 11: PUSH payments shortened payment link PUSH payment enables the merchant to initiate card payments. The merchant can initiate individual payments via GP webpay application. GP webpay sets up an order for the requested payment and creates a short, repeatable link, which can be sent to the customer s . An advantage of creating orders this way is a possibility to integrate the payment link in , electronic invoice Payment link can be used for repeated opening of the payment gateway and it is possible to make up to 3 attempts to pay (payment data entering) PUSH payment creation To create a PUSH order is widely used the GP webpay graphical interface in the application menu, there is an item Create PUSH payment. After selecting this option, a form with requested payment data and as it is filled out, it is possible to send a notification to the customer, or the created link can be re-copied to their own or document. PUSH payment can be created also by means of the createpaymentlink() WS method. Method parameters are identical to the form in GUI. Return value is created by a link to the created order. The link is valid for max. 3 months and be shortened by setting up validity in GUI, or in the WS parameter. Once the link is created, it cannot be changed, it can only be made invalid in GUI (if no payment has been made via this link) Payment made by the customer The customer has received an in the wording approved by the merchant, or the link is a part of the electronic invoice. If he decides to use the received link for payment, as the link is clicked, he is - if the order is found and valid redirected to the GP webpay payment gateway. There the payment can be made. Payment is made in a fully standard way and the merchant is informed about a successful payment. if the order is not found or it cannot be made informed about impossibility to make a payment. Global Payments Europe, s.r.o., V Olšinách 80/626, Prague 10 Strašnice, Czech Republic 16 / 16

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

GP webpay web services Standard WS

GP webpay web services Standard WS GP webpay web services Standard WS Version: 2.0 Global Payments Europe, s.r.o. Created 25.9.2015 Last update 14.12.2015 Author Dimitrij Holovka Manager Approved by Version 2.0 Confidentiality Confidential

More information

GP webpay - service description

GP webpay - service description GP webpay - service description Version: 2.0 Global Payments Europe, s.r.o. Created 15.10.2015 Last update 14.12.2015 Author Dimitrij Holovka Manager Approved by Version 2.0 Confidentiality Confidential

More information

MiGS Merchant Administration Guide. July 2013 Software version: MR 29

MiGS Merchant Administration Guide. July 2013 Software version: MR 29 MiGS Merchant Administration Guide July 2013 Software version: MR 29 Copyright MasterCard and its vendors own the intellectual property in this Manual exclusively. You acknowledge that you must not perform

More information

Merchant Account Service

Merchant Account Service QuickBooks Online Edition Feature Guide Merchant Account Service C o n t e n t s Introduction............................. 2 What is a merchant account?.................. 2 What types of credit cards can

More information

FI to FI Transfer Frequently Asked Questions

FI to FI Transfer Frequently Asked Questions FI to FI Transfer Frequently Asked Questions FI to FI allows you to transfer money between your accounts at Minnesota National Bank and accounts you have at other financial institutions. This new service

More information

Alpha e-pay v2 Merchant User Manual (v1.9)

Alpha e-pay v2 Merchant User Manual (v1.9) Alpha e-pay v2 Merchant User Manual (v1.9) Overview NOTE: Alpha e-pay, Alpha Bank s e-commerce solution, is currently using the DeltaPAY e- commerce platform. Therefore, Alpha e-pay and DeltaPAY are used

More information

Recurring Billing. Using the Simple Order API for CyberSource Essentials. March 2016

Recurring Billing. Using the Simple Order API for CyberSource Essentials. March 2016 Title Page Recurring Billing Using the Simple Order API for CyberSource Essentials March 2016 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact

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

TERMS AND CONDITIONS APPLYING TO CERTIFICATES

TERMS AND CONDITIONS APPLYING TO CERTIFICATES TERMS AND CONDITIONS APPLYING TO CERTIFICATES These terms and conditions describe in detail the rights and duties arising from the contract for a personal or business certificate. Please read this document

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

USER GUIDE. Rev 9/05

USER GUIDE. Rev 9/05 USER GUIDE Rev 9/05 Document Change History Contents Contents About This Guide ii Document Change History iii Section : Transaction Central - CHAPTER : Getting Started...-3 CHAPTER 2: Credit Card Transactions...-9

More information

ONLINE SALES AGREEMENT

ONLINE SALES AGREEMENT ONLINE SALES AGREEMENT GLOSSARY Company means the juridical person providing the Online Sales service Purchaser means the physical person making the purchase on the Internet Website Parties means the Company

More information

Service agreement. This Agreement (this Agreement ) has been concluded on by and between on the one hand

Service agreement. This Agreement (this Agreement ) has been concluded on by and between on the one hand Service agreement This Agreement (this Agreement ) has been concluded on by and between on the one hand Hotspot System Ltd. Registered seat: Andrássy út 76, Budapest, H-1062, Hungary Tax ID: 13983981-2-42

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

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

SYSTEM DEVELOPMENT AND IMPLEMENTATION

SYSTEM DEVELOPMENT AND IMPLEMENTATION CHAPTER 6 SYSTEM DEVELOPMENT AND IMPLEMENTATION 6.0 Introduction This chapter discusses about the development and implementation process of EPUM web-based system. The process is based on the system design

More information

The Housing Agency Marketplace

The Housing Agency Marketplace https://ha.economicengine.com Toll Free Customer Support (866) 526-9266 T The Housing Agency Marketplace VENDOR AGREEMENT Welcome to the Housing Agency Marketplace! This electronic marketplace will enable

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

Getting Started Guide

Getting Started Guide Page 2 of 9 Introduction This guide is designed to provide you with the information you need to complete your Payment Gateway account set up and begin processing live payment transactions. As a quick overview,

More information

Access ACS 101 Day 2: Online Giving, Event Registration, Serving & Connections

Access ACS 101 Day 2: Online Giving, Event Registration, Serving & Connections Access ACS 101 Day 2: Online Giving, Event Registration, Serving & Connections Copyright Copyright 2013 ACS Technologies Group, Inc. All rights reserved. Reproduction of any part of this publication by

More information

www.cathaybank.com Cathay Business Online Banking Quick Guide

www.cathaybank.com Cathay Business Online Banking Quick Guide www.cathaybank.com Cathay Business Online Banking Quick Guide Effective 06/2016 Disclaimer: The information and materials in these pages, including text, graphics, links, or other items are provided as

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

CCA DSS SP 2 Release Notes. For Microsoft Dynamics GP v10.0, v2010 and v2013

CCA DSS SP 2 Release Notes. For Microsoft Dynamics GP v10.0, v2010 and v2013 CCA DSS SP 2 Release Notes For Microsoft Dynamics GP v10.0, v2010 and v2013 April 2013 Copyright Information Copyright 2012 Nodus Technologies, Inc. All rights reserved. Copyright 2004, 2005, 2006, 2007,

More information

GENERAL TERMS OF MONEY TRANSFER SERVICE Swipe.lv

GENERAL TERMS OF MONEY TRANSFER SERVICE Swipe.lv GENERAL TERMS OF MONEY TRANSFER SERVICE Swipe.lv Approved at the meeting of the Board of the JSC Rietumu Banka, 10.07.2015, Minutes No. 41 1. BASIC TERMS 1.1. Bank the joint stock company Rietumu Banka,

More information

Business Bill Pay. Help Guide

Business Bill Pay. Help Guide Business Bill Pay Help Guide TABLE OF CONTENTS PAYMENTS...3 1.1 Make Payments...3 1.2 Manage Payees...4 1.3 Manage Payments...5 1.4 Payment History...6 ADMIN TOOLS...7 4.1 Manage Users...7 4.2 Manage Bank

More information

VeriSign Payment Services

VeriSign Payment Services ADMINISTRATOR S GUIDE VeriSign Payment Services VeriSign Manager User s Guide VeriSign, Inc. 00016771/Rev 3 VeriSign Payment Services VeriSign Manager User s Guide Copyright 1998-2005 VeriSign, Inc. All

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

DalPay Internet Billing. Checkout Integration Guide Recurring Billing

DalPay Internet Billing. Checkout Integration Guide Recurring Billing DalPay Internet Billing Checkout Integration Guide Recurring Billing Version 1.3 Last revision: 01/07/2011 Page 1 of 16 Version 1.3 Last revision: 01/07/2011 Page 2 of 16 REVISION HISTORY 4 INTRODUCTION

More information

PUBLIC OFFER AGREEMENT

PUBLIC OFFER AGREEMENT PUBLIC OFFER AGREEMENT LiteForex Investments Limited Last revised on 30th April, 2015 LiteForex Investments Limited, hereinafter referred to as the Company offers services of conversion arbitrage operations

More information

Declaration Form for EP Online/ WP Online User Agreement

Declaration Form for EP Online/ WP Online User Agreement Work Pass Division 18 Havelock Road Singapore 059764 Tel: 6438 5122 www.mom.gov.sg mom_wpd@mom.gov.sg Declaration Form for EP Online/ WP Online User Agreement You may need about 2 minutes to complete this

More information

1. "Bill Payment" means our service that allows you to pay or transfer funds to designated Payee(s) in connection with our Home Banking Service.

1. Bill Payment means our service that allows you to pay or transfer funds to designated Payee(s) in connection with our Home Banking Service. I. HOME BANKING AND BILL PAYMENT SERVICES. This Home Banking Agreement ( Agreement ) is between Arizona Federal Credit Union (hereinafter we, us, our or Credit Union ), and each member who has enrolled

More information

PayDollar. Merchant User Guide

PayDollar. Merchant User Guide PayDollar Merchant User Guide (Leave Blank Intentionally) PayDollar Merchant User Guide Page 1 Copyright Information AsiaPay (HK) Limited Room 1702, 17/F K. Wah Centre 191 Java Road Hong Kong. Telephone

More information

MiGS Merchant Administration User Manual. MiGS User Manual

MiGS Merchant Administration User Manual. MiGS User Manual MiGS Merchant Administration User Manual MiGS User Manual June 2006 MasterCard International Copyright The information contained in this manual is proprietary and confidential to MasterCard International

More information

NATIONAL BANK s MasterCard SecureCode / Verified by VISA Service - Questions and Answers

NATIONAL BANK s MasterCard SecureCode / Verified by VISA Service - Questions and Answers Learn more about MasterCard SecureCode / Verified by VISA service of NATIONAL BANK. You can use the links below to jump to specific topics, or scroll down the page to read the full list of questions and

More information

Sage 300 ERP 2014. Payment Processing User's Guide

Sage 300 ERP 2014. Payment Processing User's Guide Sage 300 ERP 2014 Payment Processing User's Guide This is a publication of Sage Software, Inc. Copyright 2013. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service

More information

TERMS AND CONDITIONS for Using Secure Online Payments Service with a Bank Card for business clients (Terms and Conditions)

TERMS AND CONDITIONS for Using Secure Online Payments Service with a Bank Card for business clients (Terms and Conditions) TERMS AND CONDITIONS for Using Secure Online Payments Service with a Bank Card for business clients (Terms and Conditions) 1. Definitions within the meaning of these Terms and Conditions А. Verified by

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

In using the Parking service, the Customer expressly undertakes to comply with the rules laid down in the Rules of operation. TERMS AND CONDITIONS

In using the Parking service, the Customer expressly undertakes to comply with the rules laid down in the Rules of operation. TERMS AND CONDITIONS TERMS AND CONDITIONS of company Letiště Praha, a.s. registered office K Letišti 6/1019, 160 08 Prague 6 ID: 282 44 532 registered in the Commercial Register kept by the Municipal Court in Prague, section

More information

Amazon Payments Implementation Guide. Support for ZenCart

Amazon Payments Implementation Guide. Support for ZenCart Support for ZenCart This document explains the necessary steps to offer Amazon Payments on your website. You will need to create an Amazon Payments account and enter your Merchant ID and MWS access keys

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

By placing an order with International Checkout Inc. and / or using its website, you agree and are bound to the Terms & Conditions below.

By placing an order with International Checkout Inc. and / or using its website, you agree and are bound to the Terms & Conditions below. By placing an order with International Checkout Inc. and / or using its website, you agree and are bound to the Terms & Conditions below. 1. How It Works International Checkout Inc. ( we / us ) has agreements

More information

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

Electronic Funds Transfer (EFT) Guide

Electronic Funds Transfer (EFT) Guide Electronic Funds Transfer (EFT) Guide 121613 2013 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including

More information

PLEASE READ THESE TERMS AND CONDITIONS OF USE CAREFULLY. THESE TERMS AND CONDITIONS MAY HAVE CHANGED SINCE USER S LAST VISIT TO THIS SITE.

PLEASE READ THESE TERMS AND CONDITIONS OF USE CAREFULLY. THESE TERMS AND CONDITIONS MAY HAVE CHANGED SINCE USER S LAST VISIT TO THIS SITE. Visit Lake Norman Lake Norman Convention & Visitors Bureau 19900 West Catawba Avenue, Suite 102 Cornelius, North Carolina 28031 704-987-3300 visitlakenorman.org TERMS AND CONDITIONS Visit Lake Norman (Lake

More information

Version 15.3 (October 2009)

Version 15.3 (October 2009) Copyright 2008-2010 Software Technology, Inc. 1621 Cushman Drive Lincoln, NE 68512 (402) 423-1440 www.tabs3.com Portions copyright Microsoft Corporation Tabs3, PracticeMaster, and the pinwheel symbol (

More information

Merchant Interface Online Help Files

Merchant Interface Online Help Files Merchant Interface Online Help Files Table of Contents Merchant Interface Online Help Files... 5 Tools... 6 Virtual Terminal... 7 Submit a Credit Card Charge... 7 Submit a Credit Card Refund... 9 Submit

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

MERCHANT SERVICE APPLICATION

MERCHANT SERVICE APPLICATION MERCHANT SERVICE APPLICATION MERCHANT INFORMATION Merchant Name Merchant Domain Name DBA Name Business Type Merchant Currency Merchant Country Business Registration No Paid Up Capital Registered Business

More information

Skipjack Merchant User Guide. Quick Guide. (a supplement to the Merchant User Guide)

Skipjack Merchant User Guide. Quick Guide. (a supplement to the Merchant User Guide) Skipjack Merchant User Guide Quick Guide (a supplement to the Merchant User Guide) COPYRIGHT INFORMATION Evolve Adaptive Technology and Skipjack Financial Services are registered trademarks of the Bradley-Madison

More information

3D Secure Code: Shop Safely Online

3D Secure Code: Shop Safely Online 1 2 3D Secure Code: Shop Safely Online Societe Generale Expressbank offers its clients a new functionality for cardholder authentication developed in cooperation with the international card organizations

More information

SWEDBANK AS TERMS AND CONDITIONS FOR PAYMENT CARDS SERVICING Valid from 01.12.2014

SWEDBANK AS TERMS AND CONDITIONS FOR PAYMENT CARDS SERVICING Valid from 01.12.2014 SWEDBANK AS TERMS AND CONDITIONS FOR PAYMENT CARDS SERVICING Valid from 01.12.2014 1. TERMS AND DEFINITIONS 1.1 Account is a current account of the Merchant specified in the Agreement. 1.2 Agreement is

More information

The Wells Fargo Payment Gateway Business Center. User Guide

The Wells Fargo Payment Gateway Business Center. User Guide The Wells Fargo Payment Gateway Business Center User Guide Contents 1 Introduction 1 About the Wells Fargo Payment Gateway service Business Center 1 About this guide 2 Access the Business Center 2 Log

More information

Month End Processes in LAMPS

Month End Processes in LAMPS Month End Process Month End Processing in LAMPS During this session we will review recommended month end practices in LAMPS. Last day of the Month Process Cash Receipts /Journal Entry Batch Credit Card

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

SiamPay. Merchant User Guide v3.5

SiamPay. Merchant User Guide v3.5 SiamPay Merchant User Guide v3.5 (Leave Blank Intentionally) SiamPay Merchant User Guide Page 1 Copyright Information AsiaPay Limited 121/49 R.S.Tower Level 11, Ratchadapisek Road, Dindeang, Bangkok Thailand

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

Elavon Payment Gateway- Reporting User Guide

Elavon Payment Gateway- Reporting User Guide Elavon Payment Gateway- Reporting User Guide Version: v1.1 Contents 1 About This Guide... 4 1.1 Purpose... 4 1.2 Audience... 4 1.3 Prerequisites... 4 1.4 Related Documents... 4 1.5 Terminology... 4 1.6

More information

Terms of Use & Privacy Policy

Terms of Use & Privacy Policy Terms of Use & Privacy Policy These terms and conditions apply to your access and use of the Registration website and the Live Streaming website to UOB Privilege Conversations Live Webcast(collectively

More information

Online Banking, Bill Pay, and E-Statements

Online Banking, Bill Pay, and E-Statements Online Banking, Bill Pay, and E-Statements ERROR RESOLUTION NOTICE In case of errors or questions about your electronic transfers, call or write us at the telephone number or address listed in this brochure,

More information

Secure Online Payment Verified by Visa and MasterCard SecureCode

Secure Online Payment Verified by Visa and MasterCard SecureCode Secure Online Payment Verified by Visa and MasterCard SecureCode WHAT ARE THEY? HSBC's Verified by Visa and MasterCard SecureCode is the secure online payment services to provide you with extra security

More information

Terms and Conditions of the Agreement on the Use of the Bank Link Effective from 15.11.2012

Terms and Conditions of the Agreement on the Use of the Bank Link Effective from 15.11.2012 Terms and Conditions of the Agreement on the Use of the Bank Link Effective from 15.11.2012 1. Definitions 1.1. Bank is Danske Bank A/S Estonia branch 1.2. Service Provider is a legal person, whom the

More information

ELECTRONIC COMMERCE MERCHANT AGREEMENT

ELECTRONIC COMMERCE MERCHANT AGREEMENT ELECTRONIC COMMERCE MERCHANT AGREEMENT KNOW ALL MEN BY THESE PRESENTS: This Electronic Commerce Merchant Agreement ( Agreement ) entered into by and between the BANK OF THE PHILIPPINE ISLANDS, a corporation

More information

Terms and Conditions of CREDIT SUISSE (LUXEMBOURG) S.A. for CREDIT SUISSE MasterCard Credit Cards

Terms and Conditions of CREDIT SUISSE (LUXEMBOURG) S.A. for CREDIT SUISSE MasterCard Credit Cards Terms and Conditions of CREDIT SUISSE (LUXEMBOURG) S.A. for CREDIT SUISSE MasterCard Credit Cards These Terms and Conditions for the use of CREDIT SUISSE MasterCard Credit Cards ("GTCMC") govern the legal

More information

Virtual Terminal User Guide

Virtual Terminal User Guide Virtual Terminal User Guide For Professional Use Only Currently only available in English. A usage Professional Uniquement Disponible en Anglais uniquement pour l'instant. Last Updated: 2005 PayPal Virtual

More information

1.4. The languages used for concluding sale agreements through this Website are: Italian, English, French, German and Spanish.

1.4. The languages used for concluding sale agreements through this Website are: Italian, English, French, German and Spanish. GENERAL TERMS OF SALE 1. Introduction 1. The distance selling of "Miu Miu" brand products through the www.miumiu.com website (hereafter referred to as the "Website") is governed by the following General

More information

Terms and Conditions

Terms and Conditions Terms and Conditions The use of angieavardturnerlaw.com, including all materials online and all services provided by Angie Avard Turner Law, LLC (hereafter Angie Avard Turner Law), is subject to the following

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

Internet Payment Gateway Response Codes

Internet Payment Gateway Response Codes Internet Payment Gateway Response Codes The table below applies to the following products: All APIs Batch Application Simple/Hosted Payments Page Important notes: 1. The text / CONTACT BANK means that

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

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

Merchant Console User Manual

Merchant Console User Manual Merchant Console User Manual INDEX 1 SECTION 1 Logging into USAePay Merchant Console Page 1 SECTION 2 Sale (vterminal) Page 3 SECTION 3 Credit (vterminal) Page 4 SECTION 4 Void (vterminal) Page 5 SECTION

More information

Terms of Service by Ten Square Games sp. z o.o. (also referred to as the Terms of Service )

Terms of Service by Ten Square Games sp. z o.o. (also referred to as the Terms of Service ) Terms of Service by Ten Square Games sp. z o.o. (also referred to as the Terms of Service ) 1. Subject Matter of the Terms of Service. Service Provider 1 The Terms of Service specify the terms and conditions

More information

Gexa Commercial Portal. User Guide. Version 1.8

Gexa Commercial Portal. User Guide. Version 1.8 Gexa Commercial Portal User Guide Version 1.8 Table of Contents Accessing the Commercial Portal...2 Login Page...2 Account Registration...2 Verifying Your Account...3 Forgot Username and/or Password...4

More information

INTERNATIONAL MONEY EXPRESS (IME) LIMITED ONLINE REMIT USER AGREEMENT

INTERNATIONAL MONEY EXPRESS (IME) LIMITED ONLINE REMIT USER AGREEMENT INTERNATIONAL MONEY EXPRESS (IME) LIMITED ONLINE REMIT USER AGREEMENT This User Agreement is version 1.01 and is effective from This Agreement Between International Money Express (IME) Limited (hereafter

More information

About Online Secure Shopping

About Online Secure Shopping About Online Secure Shopping 1. What is Online Secure Shopping? Online Secure Shopping is a new service from Visa/MasterCard and Samba that provides added security when you shop online by providing added

More information

Central City Credit Union Audio Response and Home Banking (PAL) Disclosure and Agreement

Central City Credit Union Audio Response and Home Banking (PAL) Disclosure and Agreement Central City Credit Union Audio Response and Home Banking (PAL) Disclosure and Agreement These rules govern the relationship between Central City Credit Union and each person that is authorized to use

More information

Deltek Touch Time & Expense for GovCon. User Guide for Triumph

Deltek Touch Time & Expense for GovCon. User Guide for Triumph Deltek Touch Time & Expense for GovCon User Guide for Triumph November 25, 2014 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or

More information

MasterCard SecureCode FAQs

MasterCard SecureCode FAQs MasterCard SecureCode FAQs GENERAL INFORMATION What is MasterCard SecureCode? MasterCard SecureCode is a service from MasterCard International Inc. and brought to you by Rogers Bank that provides you with

More information

AGREEMENT FOR WEBSITE MAINTENANCE AND MODIFICATIONS

AGREEMENT FOR WEBSITE MAINTENANCE AND MODIFICATIONS AGREEMENT FOR WEBSITE MAINTENANCE AND MODIFICATIONS 1. Authorization. (Name), (the Client ) authorizes GeekArtist Web Solutions, LLC at 4314 Princeton Drive, Garland, TX 75042 (hereinafter referred to

More information

TERMS OF USE FOR PUBLIC LAW CORPORATION PERSONAL CERTIFICATES FOR QUALIFIED DIGITAL SIGNATURE

TERMS OF USE FOR PUBLIC LAW CORPORATION PERSONAL CERTIFICATES FOR QUALIFIED DIGITAL SIGNATURE TERMS OF USE FOR PUBLIC LAW CORPORATION PERSONAL CERTIFICATES FOR QUALIFIED DIGITAL SIGNATURE Prior to the verification of the electronic certificate, or to access or use the certificate status information

More information

MySchoolBucks Parent User Guide

MySchoolBucks Parent User Guide MySchoolBucks Parent User Guide Table of Contents MySchoolBucks Parent User Guide... 3 Creating a Parent Account in MySchoolBucks... 4 Adding a Student... 5 Adding a Student on a New Account... 5 Adding

More information

Software Support Registration workflow

Software Support Registration workflow Software Support Registration workflow Schlumberger Information Solutions March 2014 Copyright Notice 2014 Schlumberger. All rights reserved. No part of this manual may be reproduced, stored in a retrieval

More information

BUSINESS TERMS AND CONDITIONS FOR USE OF MONKEYDATA SERVICE

BUSINESS TERMS AND CONDITIONS FOR USE OF MONKEYDATA SERVICE BUSINESS TERMS AND CONDITIONS FOR USE OF MONKEYDATA SERVICE 1. CONTRACTING PARTIES 1.1. Provider: (hereinafter "BTC ) MonkeyData s.r.o. Business ID: 02731452, Tax Identification Number: CZ2731452 Registered

More information

Software Support Registration

Software Support Registration Software Support Registration Purpose This document is to show the multiple workflows for registering for online access to the Software Support site for Schlumberger. Contents Software Support Registration...

More information

CyberSource PayPal Services Implementation Guide

CyberSource PayPal Services Implementation Guide CyberSource PayPal Services Implementation Guide Simple Order API SCMP API September 2015 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information

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: August 2009 PayPal

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

Account Maintenance Guide. April 2014

Account Maintenance Guide. April 2014 April 2014 This page intentionally left blank 2014 Travelport Inc. 2 April 2014 Introduction... 5 Create Travelport Rooms and More Account... 5 Agency Manager Account Creation... 6 Account Creation Step

More information

425, Viger Avenue West, Montreal (Quebec) H2Z 1W5 IMPORTANT

425, Viger Avenue West, Montreal (Quebec) H2Z 1W5 IMPORTANT 425, Viger Avenue West, Montreal (Quebec) H2Z 1W5 IMPORTANT Please read this document carefully and keep it for reference purposes. EFFECTIVE MAY 16, 2016. VARIABLE CREDIT AGREEMENT FOR THE FOLLOWING CARD:

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

LIBRARY AND LOAN GUIDELINES OF THE TECHNICAL LIBRARY OF THE CZECH NATIONAL BANK

LIBRARY AND LOAN GUIDELINES OF THE TECHNICAL LIBRARY OF THE CZECH NATIONAL BANK NA PŘÍKOPĚ 28 115 03 PRAHA 1 LIBRARY AND LOAN GUIDELINES OF THE TECHNICAL LIBRARY OF THE CZECH NATIONAL BANK (hereinafter only the Library Guidelines ) These Library Guidelines regulate the position and

More information

1. INTRODUCTORY PROVISIONS... 2 2. DEFINITION OF TERMS... 2 3. LEGAL RELATIONS BETWEEN ARNES AND DOMAIN NAME HOLDERS, AND RIGHTS ENSURED...

1. INTRODUCTORY PROVISIONS... 2 2. DEFINITION OF TERMS... 2 3. LEGAL RELATIONS BETWEEN ARNES AND DOMAIN NAME HOLDERS, AND RIGHTS ENSURED... GENERAL TERMS AND CONDITIONS FOR REGISTRATION OF DOMAIN NAMES UNDER THE.SI TOP-LEVEL DOMAIN Publication 20 September 2010, validity 20 October 2010 (Changes of articles 5.3, 6.3 and 6.4 due to change of

More information

TERMS AND CONDITIONS GOVERNING THE ISSUANCE AND USE OF BANK OF COMMERCE CREDIT CARD

TERMS AND CONDITIONS GOVERNING THE ISSUANCE AND USE OF BANK OF COMMERCE CREDIT CARD TERMS AND CONDITIONS GOVERNING THE ISSUANCE AND USE OF BANK OF COMMERCE CREDIT CARD The Cardholder; by signing and/or using the BANK OF COMMERCE Credit Card, the Cardholder will be deemed to have received,

More information

QIWI Wallet Pull Payments API

QIWI Wallet Pull Payments API QIWI Wallet QIWI Wallet Pull Payments API Version 2.1 Table of contents 1. Introduction... 2 1.1. Purpose of the API... 2 1.2. Things to Know About QIWI Wallet... 2 2. QIWI Wallet Interface... 3 2.1. Creating

More information

Bank Independent Bank to Bank Transfer Addendum (Consumers Only)

Bank Independent Bank to Bank Transfer Addendum (Consumers Only) Bank Independent Bank to Bank Transfer Addendum (Consumers Only) This Bank to Bank Transfer Addendum (this Addendum ) is an addendum to your Online Banking Agreement and Electronic Funds Transfer Act Notice,

More information

1.2 The Quiz Pack will run in the English language for all Participants.

1.2 The Quiz Pack will run in the English language for all Participants. Terms and Conditions for the Chemsha Bongo Na Airtel Chemsha Bongo na Airtel (hereafter referred to as Quiz Pack) is an SMS based Service, organized with the purpose of spreading general knowledge in a

More information

Client Agreement and General Terms & Conditions

Client Agreement and General Terms & Conditions Client Agreement and General Terms & Conditions 1. Acknowledgement 1.1. This Client Agreement and General Terms & Conditions (hereinafter referred to as Agreement ) is subject to your acknowledgement PRIOR

More information

Terms and Conditions. of operation and use of the PayU Payment system

Terms and Conditions. of operation and use of the PayU Payment system Terms and Conditions of operation and use of the PayU Payment system of the Operator - company PayU Czech Republic s.r.o. based in Praha 8 - Karlín, Karolinská 650/1, PSČ 186 00 IČ 241 29 119 registered

More information