Copyright 2017 Ingenico epayments. RatePay

Size: px
Start display at page:

Download "Copyright 2017 Ingenico epayments. RatePay"

Transcription

1 RatePay

2 Table of contents 1. Introduction 2. Integration 3. Example Page 1 of 6-09/09/2017

3 1. Introduction This guide should be read in conjunction with Ingenico epayments e-commerce. Notes: RatePAY recommends setting the transaction processing to "authorisation". This can be done in the Ingenico epayments Back Office under "Configuration > Technical Information > Global Transaction Parameters". If your Ingenico epayments account is configured with "Direct Sale", this setting will be overridden by OPERATION=RES for all RatePay transactions by our system. Page 2 of 6-09/09/2017

4 2. Integration In Test, you should send your transactions to /ncol/test/ whereas in Production it should be sent to /ncol/prod/ <form action=" method="post"> If your website and payment page are UTF-8, you should call our UTF-8 page instead: <form action=" method="post"> <!-- normal Ingenico epayments e-commerce Parameters --> <input type="hidden" name="pspid" value="" /> <input type="hidden" name="orderid" value="" /> <input type="hidden" name="amount" value="" /> <input type="hidden" name="currency" value="" /> <input type="hidden" name="language" value="" /> <input type="hidden" name="operation" value="" /> <input type="hidden" name="shasign" value="" /> Parameter Mandatory Format Length PSPID Y AN 15 ORDERID Y AN 40 AMOUNT Y N 15 CURRENCY Y AN 3 LANGUAGE Y AN 15 OPERATION N AN 3 SHASIGN Y AN 256 N = numeric, AN = alphanumeric More information about these fields can be found in your account. Just log in and go to: "Support > Integration & user manuals > Technical guides > Parameter Cookbook". <!-- RatePAY Parameters --> <! Buyer --> <input type="hidden" name="ecom_billto_postal_name_first" value="" /> <input type="hidden" name="ecom_billto_postal_name_last" value="" /> <input type="hidden" name="ecom_shipto_dob" value="" /> <input type="hidden" name="owneraddress" value="" /> <input type="hidden" name="ecom_billto_postal_street_number" value="" /> <input type="hidden" name="ownerzip" value="" /> <input type="hidden" name="ownertown" value="" /> Page 3 of 6-09/09/2017

5 <input type="hidden" name="ownercty" value="" /> <input type="hidden" name="ownertelno" value="" /> <input type="hidden" name=" " value="" /> Parameter Mandatory Format Length ECOM_BILLTO_POSTAL_NAME_FIRST Y AN 35 ECOM_BILLTO_POSTAL_NAME_LAST Y AN 35 ECOM_SHIPTO_DOB Y AN 10 OWNERADDRESS Y AN 35 ECOM_BILLTO_POSTAL_STREET_NUMBER Y AN 10 OWNERZIP Y AN 10 OWNERTOWN Y AN 25 OWNERCTY Y AN 2 OWNERTELNO Y AN 30 Y AN 50 N = numeric, AN = alphanumeric More information about these fields can be found in your account. Just log in and go to: "Support > Integration & user manuals > Technical guides > Parameter Cookbook". <! Shopping Basket --> <input type="hidden" name="itemid1" value="" /> <input type="hidden" name="itemname1" value="" /> <input type="hidden" name="itemprice1" value="" /> <input type="hidden" name="itemquant1" value="" /> <input type="hidden" name="itemvat1" value="" /> <input type="hidden" name="facexcl1" value="" /> <input type="hidden" name="factotal1" value="" /> Parameter Mandatory Format Length ITEMIDx Y N 15 ITEMNAMEx Y AN 40 ITEMPRICEx Y N 15 ITEMQUANTx Y N 15 ITEMVATx Y N 15 Page 4 of 6-09/09/2017

6 FACEXCLx N N 15 FACTOTALx N N 15 N = numeric, AN = alphanumeric / x: can be repeated n times More information about these fields can be found in your account. Just log in and go to: "Support > Integration & user manuals > Technical guides > Parameter Cookbook". ITEMPRICE, ITEMQUANT, ITEMVAT, FACEXCL, FACTOTAL: Decimals are separated by a full stop ".", not a comma! ITEMPRICE, ITEMVAT und FACEXCL must be transmitted with 4 decimal places. ITEMVAT is the VAT amount, NOT the VAT rate. The sum of ITEMPRICE, ITEMVAT and FACEXCL is rounded off after the addition of all the amounts. FACEXCLx = Item amount without VAT. FACTOTALx = Item amount with VAT. SUM(FACTOTALx) = AMOUNT (Sum of all item amounts) RatePAY recommends using FACEXCLx and FACTOTALx in order to avoid rounding errors. Page 5 of 6-09/09/2017

7 3. Example PSPID=xxxxxx ORDERID= AMOUNT=5090 CURRENCY=EUR LANGUAGE=de_DE SHASIGN=9249F0999C1AB1F63E70E377D577F58065E62293 ECOM_BILLTO_POSTAL_NAME_FIRST=Peter ECOM_BILLTO_POSTAL_NAME_LAST=Müller ECOM_SHIPTO_DOB=14/02/1980 OWNERADDRESS=Hauptstr. ECOM_BILLTO_POSTAL_STREET_NUMBER=12a OWNERZIP=89123 OWNERTOWN=München OWNERCTY=DE OWNERTELNO= itemid1=111 itemname1=artikel1 itemprice1= itemquant1=4 itemvat1= facexcl1= factotal1= * 4 = (= FACEXCL1) * 4 = = (= FACTOTAL1) itemid2=222 itemname2=artikel2 itemprice2= itemquant2=1 itemvat2= facexcl2= factotal2= * 1 = (= FACEXCL2) * 1 = = (=FACTOTAL2) ROUND( ,2) = (ROUND(FACTOTAL1 + FACTOTAL2,2) = AMOUNT) => AMOUNT = 5090 because Ingenico epayments expects the amount to be multiplied by 100 Page 6 of 6-09/09/2017

RatePay. Table des matières. 1. Introduction. 2. Integration. 3. Example

RatePay. Table des matières. 1. Introduction. 2. Integration. 3. Example Table des matières 1. Introduction 2. Integration 3. Example Page 1 of 6-09/09/2017 1. Introduction This guide should be read in conjunction with Ingenico epayments e-commerce. Notes: RatePAY recommends

More information

2017 Barclaycard. Integrate with epdq e-commerce

2017 Barclaycard. Integrate with epdq e-commerce Integrate with epdq e-commerce Table of contents 1. Introduction 2. Technical information page 3. Sale process 4. Link your website to the payment page 4.1 Where to configure? 4.2 Form parameters 4.3 Form

More information

Integrate with PostFinance e-commerce

Integrate with PostFinance e-commerce Table of contents 1. Introduction 2. Technical information page 3. Sale process 4. Link your website to the payment page 4.1 Where to configure? 4.2 Form parameters 4.3 Form action 5. Security: pre-payment

More information

Advanced e-supply. Technical Integration Guide for e-supply v Ingenico epayments 2016, All rights reserved.

Advanced e-supply. Technical Integration Guide for e-supply v Ingenico epayments 2016, All rights reserved. Technical Integration Guide for e-supply v.2.0.3 Table of Contents 1 Introduction... 4 2 Overview... 5... 7 3 Submission Mode Batch 3.1 General rules 3.2 File fields... 7... 8 3.2.1 General layout... 8

More information

Copyright 2014 Ingenico Payment Services. MasterPass

Copyright 2014 Ingenico Payment Services. MasterPass Tabla de contenidos 1. Introduction 2. Payment process 2.1 e-commerce 2.2 DirectLink 3. Registration 4. Configuration 4.1 account 4.2 Ingenico epayments account 5. Integration 5.1 e-commerce 5.1.1 Feedback

More information

2017 ConCardis GmbH. Integrate with ConCardis e-commerce

2017 ConCardis GmbH. Integrate with ConCardis e-commerce Integrate with ConCardis e-commerce Table of contents 1. Introduction 2. Technical information page 3. Sale process 4. Link your website to the payment page 4.1 Where to configure? 4.2 Form parameters

More information

Copyright 2017 Ingenico epayments. PayPal Express Checkout

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

More information

Paypal Express Checkout

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

More information

Integrate with PostFinance DirectLink (server-to-server)

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

More information

Integrate with Ingenico epayments DirectLink (server-to-server)

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

More information

Integrate with epdq DirectLink (server-to-server)

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

More information

Tabella dei contenuti

Tabella dei contenuti Tabella dei contenuti Introduction Intendend Audience What are CASHU Payment Methods 4. Test Merchant Account configuration in the CASHU back office 5. Test Merchant Account configuration in the Ingenico

More information

Inhoudsopgave. 1. Introduction. 2. Activation: how to be Cross Channel. 3. Access to the back-office e-portal. 4. Group of Groups. 5.

Inhoudsopgave. 1. Introduction. 2. Activation: how to be Cross Channel. 3. Access to the back-office e-portal. 4. Group of Groups. 5. Inhoudsopgave 1. Introduction 2. Activation: how to be Cross Channel 3. Access to the back-office e-portal 4. Group of Groups 5. User management 6. API General information 6.1 Concept 6.2 URLs 6.3 Integration

More information

Copyright 2017 Ingenico epayments. Subscription Manager

Copyright 2017 Ingenico epayments. Subscription Manager Subscription Manager Table of contents 1. Introduction 2. In the back office 2.1 Configuration 2.2 Create a subscription 2.3 Edit a subscription 2.4 Delete a subscription 2.5 View transactions 3. Via e-commerce

More information

DirectLink. Integration Guide for the Server-to-Server Solution v Ogone 2013, All rights reserved.

DirectLink. Integration Guide for the Server-to-Server Solution v Ogone 2013, All rights reserved. Integration Guide for the Server-to-Server Solution v.4.3.3 Table of Contents 1 How Does... DirectLink Work? 4 2 General Procedures... and Security Settings 5 2.1 Request form... 5 2.2 Security... 5 2.2.1

More information

Upload/download files with Ingenico epayments Batch (advanced)

Upload/download files with Ingenico epayments Batch (advanced) Upload/download files with Ingenico epayments Batch (advanced) Table des matières 1. Introduction 2. File format: Upload 2.1 General 2.2 File fields 2.2.1 Layout 2.2.2 Minimum required fields for new transactions

More information

Table des matières. 1. Introduction. 2. Payment process. 3. Registration. 4. Configuration. 5. Integration. 6. Reporting. 7.

Table des matières. 1. Introduction. 2. Payment process. 3. Registration. 4. Configuration. 5. Integration. 6. Reporting. 7. Table des matières 1. Introduction 2. Payment process 2.1 e-commerce 2.2 DirectLink 3. Registration 4. Configuration 4.1 MasterPass account 4.2 Ingenico epayments account 5. Integration 5.1 e-commerce

More information

Online Commerce Suite Integration Guide

Online Commerce Suite Integration Guide Online Commerce Suite Integration Guide Release 5.6 October 2004 MerchantPartners.com LLC 12424 Wilshire Blvd., Suite 1170 Los Angeles, CA 90025 www.merchantpartners.com 2003 MerchantPartners.com LLC All

More information

Copyright 2014 Ingenico Payment Services. The Third Man

Copyright 2014 Ingenico Payment Services. The Third Man The Third Man Table of contents 1. Introduction 2. Configuration 3. Integration with e-commerce 3.1 Additional fields 3.2 SHA signature 3.3 Transaction feedback 4. Back office Page 1 of 7-28/08/2015 1.

More information

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

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

More information

Upload/download files with PostFinance Batch (advanced)

Upload/download files with PostFinance Batch (advanced) Tabella dei contenuti 1. Introduction 2. File format: Upload 2.1 General 2.2 File fields 2.2.1 Layout 2.2.2 Minimum required fields for new transactions 2.2.3 Magstripe/swipe transactions 2.3 Headers and

More information

MERCHANT INTEGRATION GUIDE. Version 2.7

MERCHANT INTEGRATION GUIDE. Version 2.7 MERCHANT INTEGRATION GUIDE Version 2.7 CHANGE LOG 1. Showed accepted currencies per payment option. 2. Added validation for RUB payments. INTRODUCTION MegaTransfer provides a wide range of financial services

More information

Wirecard CEE Integration Documentation

Wirecard CEE Integration Documentation Created on: 20180823 23:53 by Wirecard CEE Integration Documentation () Created: 20180823 23:53 Online Guides Integration documentation 1/7 Created on: 20180823 23:53 by Integration Guide Overview To start

More information

Subscriptions and Payment Pages Version 2

Subscriptions and Payment Pages Version 2 Version 2 Published: 26 April 2018 2.1.21 (c) Table of Contents 1 Introduction... 3 1.1 About Subscriptions... 3 1.2 Process Overview... 3 1.3 Pre-requisites... 3 2 Processing a Subscription through Payment

More information

Copyright 2017 Ingenico epayments. Extension for Magento

Copyright 2017 Ingenico epayments. Extension for Magento Extension for Magento Table of contents Disclaimer Installing Magento 1 Requirements 2 Installing Magento 7 and above 3 Installing Magento 2 and above 3. Configuration 3.1 Ingenico back office 3.1 Payment

More information

Copyright 2017 Ingenico epayments. PrestaShop Extension

Copyright 2017 Ingenico epayments. PrestaShop Extension PrestaShop Extension Table of contents 1. Disclaimer 2. Installation PrestaShop 2.1 Requirements 2.2 Installation Process 3. Configuration 3.1 Ingenico epayments back office 3.1.1 Admistrative details

More information

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

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

More information

Transaction Statuses and Errors

Transaction Statuses and Errors Table of contents 1. Transaction statuses 2. Transaction errors Page 1 of 6-09/09/2017 1. Transaction statuses When you check your transactions in your Ingenico epayments account, using View transactions

More information

Fraud Detection Module Advanced: Scoring

Fraud Detection Module Advanced: Scoring Configuration Guide for the Advanced Fraud Detection Module: Scoring v.4.4.6 Table of Contents... 5 1 What is the Fraud Detection Module? 1.1 Benefits 1.2 Access 1.3 Contents... 5... 5... 5... 7 2 Fraud

More information

Web Payments. Integration Guide Version /04/2016

Web Payments. Integration Guide Version /04/2016 Web Payments Integration Guide Version 1.2 21/04/2016 Table of Contents Introduction... 2 Getting Started... 2 Checking that Web Payments is enabled for your account... 2 How Web Payments works... 3 Integration

More information

CSV file Layout for VAT Annex Details

CSV file Layout for VAT Annex Details CSV file Layout for VAT Annex Details MNS VT03 V1.0 VAT Payer Tan Payer Tax Account VAT No. of person to whom supplies is of buyer of buyer VAT Payer Business (BRN) Payer Business Name of person to whom

More information

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

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

More information

Paymentgateway Documentation

Paymentgateway Documentation Paymentgateway Documentation Version:.. Document start date: -- Maintenance history Date By Version Comments -- Daniel Bielefeldt. Document start -- Pelle Smidt. -- Daniel Bielefeldt. Added documentation

More information

Guide Pagero Invoice Portal Create and send invoices

Guide Pagero Invoice Portal Create and send invoices Guide Pagero Invoice Portal Create and send invoices 1. Log in to your Pagero Online account. 2. Click Create invoice 3. Choose the recipient you wish to send a document to, and the type of invoice you

More information

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

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

More information

TIS HELP FOR INDEPENDENT OPERATORS CONTENTS

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

More information

Online Commerce Suite Web Link Guide

Online Commerce Suite Web Link Guide Online Commerce Suite Web Link Guide Release 6.3 March 2013 Merchant Partners 11121 Willows Rd NE Suite 120 Redmond, WA 98052 2013 Merchant Partners. All Rights Reserved. Table of Contents Overview...Page

More information

Fraud Detection Module Advanced: Scoring

Fraud Detection Module Advanced: Scoring Configuration Guide for the Advanced Fraud Detection Module: Scoring v.4.4.5 epdq 2017, All rights reserved. Table of Contents... 5 1 What is the Fraud Detection Module? 1.1 Benefits 1.2 Access 1.3 Contents...

More information

VAT PAYMENT FOR COMMERCIAL PROPERTY BUYERS USER GUIDE

VAT PAYMENT FOR COMMERCIAL PROPERTY BUYERS USER GUIDE VAT PAYMENT FOR COMMERCIAL PROPERTY BUYERS USER GUIDE January 2018 Contents 1. About this guide... 2 2. Overview on the steps required to complete VAT payment... 3 2.1. Create an e-services account...

More information

AlliedWallet QuickPay API

AlliedWallet QuickPay API AlliedWallet QuickPay API The AlliedWallet QuickPay API can process your online purchases with a minimal amount of programming. Both shopping cart and subscription transactions can be submitted. The QuickPay

More information

Payment Pages Setup Guide Version 2

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

More information

Paymentgateway Documentation

Paymentgateway Documentation Paymentgateway Documentation Version: 1.8.0 Document start date: 21-12-06 Maintenance history Date By Version Comments 21-12-2006 Daniel Bielefeldt 1.0 Document start 12-09-2007 Pelle Smidt 1.1 07-03-2008

More information

Integration Guide. Rabo OmniKassa

Integration Guide. Rabo OmniKassa Integration Guide Rabo OmniKassa Contents 1. INTRODUCTION... 4 2. WHAT YOU NEED TO KNOW ABOUT THE RABO OMNIKASSA... 5 2.0 INTEGRATING RABO OMNIKASSA AND THE WEBSHOP... 5 2.1 SECURITY... 5 2.2 SECRET KEY...

More information

extensible Business Documents Invoice/credit note

extensible Business Documents Invoice/credit note extensible Business Documents Invoice/credit note Last updated, 11 March 2015 Version history 2010-05-10 Version 1.0. 2010-09-02 Version 1.1. Replaced with . 2012-11-21 Version 1.1.

More information

Fyndiq Magento Extension

Fyndiq Magento Extension Fyndiq Magento Extension User guide. Version 3.0 Introduction 2 Fyndiq Merchant Support 2 Prerequisites 2 Seller account 3 Create the account 3 Your company 4 Contact information 4 Your webshop on Fyndiq

More information

Remittance Advice VDA4907 for Magna Steyr Graz N

Remittance Advice VDA4907 for Magna Steyr Graz N Remittance Advice VDA4907 for Magna Steyr Standard Supersedes Edition 09.2005 Purpose This standard describes the specifications of Magna Steyr for supplier concerning the usage of VDA4907 Remittance Advice.

More information

Colissimo "Delivery Options" I-Frame Page

Colissimo Delivery Options I-Frame Page Simplicité - Delivery Options Business solutions Colissimo "Delivery Options" I-Frame Page Technical document version November 2015 Implementation guideline of the "Delivery Options" I-Frame Page La Poste

More information

(Type your answer in radians. Round to the nearest hundredth as needed.)

(Type your answer in radians. Round to the nearest hundredth as needed.) 1. Find the exact value of the following expression within the interval (Simplify your answer. Type an exact answer, using as needed. Use integers or fractions for any numbers in the expression. Type N

More information

XML API Integration Guide

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

More information

Integration Guide. Rabo OmniKassa

Integration Guide. Rabo OmniKassa C Integration Guide Rabo OmniKassa Contents 1. INTRODUCTION... 4 2. WHAT YOU NEED TO KNOW ABOUT THE RABO OMNIKASSA... 5 2.1 INTEGRATING RABO OMNIKASSA AND THE WEBSHOP... 5 2.2 SECURITY... 5 2.3 SECRET

More information

Supplier Relationship Management User Guide

Supplier Relationship Management User Guide Please input your access code into the Access Code box and click Go Leave these fields blank Owner: Jeff Pearson Date: 04/2018 Ref: V4 Page: 1 of 10 All fields marked with a red asterisk are mandatory

More information

Standard Checkout. HTML Implementation Guide. U.K. Version

Standard Checkout. HTML Implementation Guide. U.K. Version Standard Checkout HTML Implementation Guide U.K. Version 2013-09-05 Contents 3 Contents List of Tables... 5 Overview of Checkout by Amazon... 7 Who Should Read This Document... 7 Prerequisites... 7 Your

More information

ALLIED WALLET QUICKPAY

ALLIED WALLET QUICKPAY ALLIED WALLET QUICKPAY TABLE OF CONTENTS Revision History... 1 Overview... 2 What is quickpay... 2 Required information... 2 Subscription... 2 Process for quickpay page... 2 Hosted Payment url End- Point...

More information

Integration Guide. Rabo OmniKassa

Integration Guide. Rabo OmniKassa C Integration Guide Rabo OmniKassa Contents 1. INTRODUCTION... 4 2. WHAT YOU NEED TO KNOW ABOUT THE RABO OMNIKASSA... 5 2.1 INTEGRATING RABO OMNIKASSA AND THE WEBSHOP... 5 2.2 SECURITY... 5 2.3 SECRET

More information

User Guide Netaxept Administration Module. Version 1.50

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

More information

Payment Page - Integration

Payment Page - Integration Payment Page - Integration A step by step guide to integrating chex with your website All the information you need to be up and running with your account Version 2 Updated February 2018 IMPORTANT Customers

More information

Virtual Terminal User Guide Version (Australia IPG)

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

More information

Virtual Terminal User Guide

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

More information

XML API Integration Guide

XML API Integration Guide XML API Integration Guide Version 4.3 November 2, 2017 Page 2 1. Introduction... 6 2. Compliance... 6 3. Notes Before Continuing... 7 3.1 HASH Parameters... 7 3.2 Card Types... 7 3.3 Multi-currency Terminal

More information

ISLEWORTH & SYON BOYS SCHOOL

ISLEWORTH & SYON BOYS SCHOOL ISLEWORTH & SYON BOYS SCHOOL YEAR 7 - LEVEL 1 NUMBER & MEASURE PERSONAL LEARNING CHECKLIST Skill Number size and rounding Example question Can I do it? I CAN do it now! Read, write, order and compare

More information

Copyright 2017 Ingenico epayments. Consult your transactions

Copyright 2017 Ingenico epayments. Consult your transactions Consult your transactions Table of contents 1. View transactions vs Financial history 2. Some search criteria 2.1 Order date vs Payment date 2.2 Different references 2.3 Statuses 3. Search result example

More information

PAYMENTADMIN API 1.1 SveaWebPay

PAYMENTADMIN API 1.1 SveaWebPay PAYMENTADMIN API 1.1 SveaWebPay 2 (22) PaymentAdmin API 1.1 Content Revisions... 4 Overview... 5 Testing... 5 Production... 5 Authentication... 6 Get order... 7 Get task... 8 Deliver order... 9 Cancel

More information

Viglen Website e-buyers Guide

Viglen Website e-buyers Guide Viglen Website e-buyers Guide Version 1.0 Page 1 of 34 6 November 2013 Contents 1.0 Introduction... 4 1.1 Target Audience...4 1.2 Knowledge Prerequisites...4 1.3 Security...4 2.0 The Home Page...5 2.1

More information

Ibuy Source to Contract. Quick Reference Guide Self-Registration For Suppliers

Ibuy Source to Contract. Quick Reference Guide Self-Registration For Suppliers Ibuy Source to Contract Quick Reference Guide Self-Registration For Suppliers Version 1.6, June 2018 1 1 Supplier Self Registration This document will guide you through the Self-Registration which is a

More information

Fun and Profit With the Google Checkout API in Java Technology

Fun and Profit With the Google Checkout API in Java Technology TS-8849 Fun and Profit With the Google Checkout API in Java Technology Patrick Chanezon, API Evangelist, Google Inderjeet Singh, Software Engineer, Google Ignacio Blanco, Software Engineer, Globant http://code.google.com/apis/checkout/

More information

Table Of Contents. 2 PremierConnect B2B Mapping Specification OCI Dell. Copyright Notice

Table Of Contents. 2 PremierConnect B2B Mapping Specification OCI  Dell. Copyright Notice Table Of Contents Purpose of Document... 3 Transaction Sets Included in this Document... 3 Punchout Parameters... 4 Sample Punchout URL... 4 Order Requisition Specification (Dell sends to Customer)...

More information

National College of Ireland. BSc (Hons) in Business Information Systems /2016. David Ryan

National College of Ireland. BSc (Hons) in Business Information Systems /2016. David Ryan 1 P a g e National College of Ireland BSc (Hons) in Business Information Systems - 2015/2016 x06685129@student.ncirl.ie Instructor Booker Technical Report 2 P a g e Table of Contents Executive Summary...

More information

Santander Online Corporate Banking. September BAI2 Record Field Ref

Santander Online Corporate Banking. September BAI2 Record Field Ref Santander Online Corporate Banking September 2013 BAI2 Record Field Ref Field Name Field Tag Field value File Header Record 1-2 Record Code X(02) 2n (01) 3 Filler X(01) comma (,) 4-10 Sender Id X(07) 7n

More information

Example 2: Simplify each of the following. Round your answer to the nearest hundredth. a

Example 2: Simplify each of the following. Round your answer to the nearest hundredth. a Section 5.4 Division with Decimals 1. Dividing by a Whole Number: To divide a decimal number by a whole number Divide as you would if the decimal point was not there. If the decimal number has digits after

More information

XML Specification ideal

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

More information

Wirecard CEE Integration Documentation

Wirecard CEE Integration Documentation Created on: 20180128 03:18 by Wirecard CEE Integration Documentation () Created: 20180128 03:18 Online Guides Integration documentation 1/9 Created on: 20180128 03:18 by Wirecard Shop Plugin for Magento

More information

Section 1.5. Finding Linear Equations

Section 1.5. Finding Linear Equations Section 1.5 Finding Linear Equations Using Slope and a Point to Find an Equation of a Line Example Find an equation of a line that has slope m = 3 and contains the point (2, 5). Solution Substitute m =

More information

Direct Post Integration Guide

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

More information

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

CLIENT MANAGER PORTAL. A buyer s guide to the Supplier Finance website CLIENT MANAGER PORTAL A buyer s guide to the Supplier Finance website Contents Welcome to Supplier Finance 1 Logging on 2 Moving around 3 Your summary 4 Uploading invoices and credit notes 5 Approving

More information

JLP isupplier Frequently Asked Questions 2017

JLP isupplier Frequently Asked Questions 2017 P a g e 1 JLP isupplier Frequently Asked Questions 2017 John Lewis Waitrose P a g e 2 Contents Why do you get an error when you return to a previously viewed screen? How do you reset your password? Are

More information

2017 Barclaycard. e-terminal (Virtual terminal)

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

More information

User Guide Netaxept Administration Module

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

More information

Payment Page Integration Guide

Payment Page Integration Guide Payment Page Integration Guide Version 2.3 - Aug 2015 Table of Contents About this Guide...3 Introduction...4 Benefits of the Hosted Payment Page:...4 Submitting a Payment Request...5 Payment Request parameters...5

More information

GeM Institution User Guide

GeM Institution User Guide GeM Institution User Guide June 2013 v. 2 Contents Logging into GeM... 3 Section 1: Viewing Suppliers and Contracts ( Contracted Suppliers tab)... 4 Section 2: Buying Products ( Contracted Products tab)...

More information

Secure Acceptance Web/Mobile Implementation

Secure Acceptance Web/Mobile Implementation Secure Acceptance Web/Mobile Implementation 1 Secure Acceptance Web/Mobile Implementation i. Documentation Versions This table lists the versioning of this document to date: Date Version Author 6 January

More information

Payment Pages Customisation Version 2

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

More information

SecureFrame Integration Guide

SecureFrame Integration Guide SecureFrame Integration Guide Document Control This is a control document SecureFrame Integration Guide CREATION DATE 02/10/2013 CREATED BY SecurePay VERSION 1.6 DATE UPDATED 28/02/2017 CHANGES 1.6 1.5

More information

Employment intermediaries: data requirements for software developers

Employment intermediaries: data requirements for software developers Employment intermediaries: data requirements for software developers Version 1.3 Last updated: 12 May 2015 1. Introduction... 1 2. Report template... 1 Formatting a CSV report... 1 3. Online service...

More information

XML Specification QIWI

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

More information

Copyrights and Trademarks. Copyrights and Trademarks. Accounting Start Getting Started Guide 1

Copyrights and Trademarks. Copyrights and Trademarks. Accounting Start Getting Started Guide 1 Copyrights and Trademarks Copyrights and Trademarks Accounting Start Getting Started Guide 1 Copyrights and Trademarks Copyright 2002-2018 by Us. We hereby acknowledge the copyrights and trademarks of

More information

E-COMMERCE EDITOR USER GUIDE:

E-COMMERCE EDITOR USER GUIDE: USER GUIDE: E-COMMERCE EDITOR 0. Before starting... 2 0.1 Setting up your online shop... 2... 2 1. User area... 4 1.1 Shop overview:... 4 1.2 Orders... 6 1.3 General settings... 7 1.4 VAT... 8 1.5 Shipping

More information

1.1 Review of Place Value

1.1 Review of Place Value 1 1.1 Review of Place Value Our decimal number system is based upon powers of ten. In a given whole number, each digit has a place value, and each place value consists of a power of ten. Example 1 Identify

More information

855 Purchase Order Acknowledgment

855 Purchase Order Acknowledgment 855 Purchase Order Acknowledgment X12/V4010/855: 855 Purchase Order Acknowledgment Version: 2.0 Final Author: Insight Direct USA, Inc. Modified: 01/17/2014 855 Purchase Order Acknowledgment Functional

More information

emarket Payment Integration Guide

emarket Payment Integration Guide emarket Payment Integration Guide Version 3.0 July 2017 Trademarks & Copyright Copyright 2017. Blackboard Inc. All rights reserved. Blackboard, Cashnet, Blackboard Transact, Sequoia, BlackboardPay, CampusCash

More information

E-payment. Service description

E-payment. Service description E-payment Service description Content 1 E-payment... 3 1.1 General description... 3 1.2 Advantages... 3 1.3 Availability... 3 1.4 Security... 3 2 Service agreement, instructions and start-up... 4 2.1 Service

More information

Chapter 03: Computer Arithmetic. Lesson 09: Arithmetic using floating point numbers

Chapter 03: Computer Arithmetic. Lesson 09: Arithmetic using floating point numbers Chapter 03: Computer Arithmetic Lesson 09: Arithmetic using floating point numbers Objective To understand arithmetic operations in case of floating point numbers 2 Multiplication of Floating Point Numbers

More information

Payment Gateway.

Payment Gateway. Payment Gateway vterminal Allows you to manually key in Sale, Check (if setup), Credit, Void, AuthOnly, Post Auth transactions and Gift Cards (if setup). vterminal Retail Swipe With the Retail Swipe feature,

More information

EBS - Transaction API User Manual

EBS - Transaction API User Manual TABLE OF CONTENT Sr. No. Content Page No. 1 Overview 3 2 Introduction 3 Pre-requisites 3 4 Process flow with HTTP Information 5 Request and Response 4 6 Testing the API 7 s Get Current Value Status: a.

More information

Wirecard CEE Integration Documentation

Wirecard CEE Integration Documentation Created on: 20180211 13:26 by Wirecard CEE Integration Documentation () Created: 20180211 13:26 Online Guides Integration documentation 1/6 Created on: 20180211 13:26 by transferfund transferfund is one

More information

Selling items that your customers can download

Selling items that your customers can download Selling items that your customers can download A users guide to using Reason8 to sell items that can be automatically downloaded. 1 19 th October 2005 Background If you are planning to sell items that

More information

Programming basics Integration Guide. Version 6.2.1

Programming basics Integration Guide. Version 6.2.1 Programming basics Integration Guide Version 6.2.1 As of: 04.10.2016 Table of Contents Programming... 4 Merchant Interface variants... 4 Security: Payment Card Industry Data Security Standard (PCI DSS)...

More information

Monetra. POST Protocol Specification

Monetra. POST Protocol Specification Monetra POST Protocol Specification Programmer's Addendum v1.0 Updated November 2012 Copyright Main Street Softworks, Inc. The information contained herein is provided As Is without warranty of any kind,

More information

810 Invoice. Version: 1.0 Final. X12/V4010/810: 810 Invoice. Company: Baker & Taylor Modified: 10/26/2010 Notes:

810 Invoice. Version: 1.0 Final. X12/V4010/810: 810 Invoice. Company: Baker & Taylor Modified: 10/26/2010 Notes: 810 Invoice X12/V4010/810: 810 Invoice Version: 1.0 Final Author: Baker & Taylor Company: Baker & Taylor Modified: 10/26/2010 Notes: Table of Contents 810 Invoice... 1 ISA Interchange Control Header...

More information

Copyrights and Trademarks. Copyrights and Trademarks. Accounting Getting Started Guide 1

Copyrights and Trademarks. Copyrights and Trademarks. Accounting Getting Started Guide 1 Copyrights and Trademarks Copyrights and Trademarks Accounting Getting Started Guide 1 Copyrights and Trademarks Copyright 2002-2018 by Us. We hereby acknowledge the copyrights and trademarks of all terms

More information

System-specific message implementing guidelines files

System-specific message implementing guidelines files System-specific message implementing guidelines files National Board of Customs Updated 8 September 202 System-specific MIG files The Message Implementing Guidelines for each system are archived into zip

More information