ideal Integration Guide Version 6.2.3

Size: px
Start display at page:

Download "ideal Integration Guide Version 6.2.3"

Transcription

1 ideal Integration Guide Version As of:

2 Table of Contents About ideal... 4 General information about ideal... 4 Process flow chart... 4 Paygate interface... 5 Definitions... 5 Calling the ideal interface... 6 Credit with reference... 8 Batch processing via the interface... 10

3 Document history Date Name Change Peter Posse Limitation of RefNr, Notice for credit.aspx Peter Posse TransactionID added Peter Posse First version based on Paygate Manual 6.10

4 About ideal: General information about ideal ABOUT IDEAL General information about ideal Like giropay in Germany, Dutch banks established the ideal money transfer standard. Approximately 50% of all e-commerce payments in the Netherlands are processed with ideal. Offering ideal is a vital success factor for e-commerce business wanting to sell in the Netherlands. The customer is using the familiar and trusted online banking of its own credit institution, just the same as with online banking. With online banking, the data disclosed in the online transfer is encrypted with SSL (Secure Sockets Layer) to prevent manipulation. Bank transfers with ideal are a guarantee of success in the Netherlands: About webshops and organizations offers ideal with approximately 50% of all e-commerce payments being processed with ideal. Monthly there are about 13 million transactions. Further information can be found ideal-website in Dutch and English ( Process flow chart Customer Merchant Paygate ideal Bank 1 ideal payment 2 ideal.aspx 3 InitTrx Request Response 4 5 Redirect to bank Notify 6 FinishTrx Request 7 9 Redirect ideal.aspx 8 FinishTrx Response with RedirectURL Notify OK/Failed Page ideal process flow Integration Guide Computop ideal 4

5 Paygate interface: Definitions PAYGATE INTERFACE Definitions Data formats: Format a as n an ans ns bool Description alphabetical alphabetical with special characters numeric alphanumeric alphanumeric with special characters numeric with special characters boolean expression (true or false) 3 fixed length with 3 digits/characters..3 variable length with maximum 3 digits/characters enum dttm enumeration of allowed values ISODateTime (YYYY-MM-DDDhh:mm:ss) Abbreviations: Abbreviation CND M O C Description condition mandatory optional conditional Notice: Please remind that the designations of parameters can be returned in upper case or lower case. Integration Guide Computop ideal 5

6 Paygate interface: Calling the ideal interface Calling the ideal interface To process a payment with online transfer with ideal, call up the following URL: Notice: For security reasons, Paygate rejects all payment requests with formatting errors. Therefore please use the correct data type for each parameter. The following table describes the encrypted payment request parameters: MerchantID ans..30 M MerchantID, assigned by Computop This parameter is to be passed in plain language. TransID ans..64 M TransactionID which should be unique for each payment RefNr ns..30 O Unique reference number. In case of using the EMS interface the length is limited to 15 chars. Amount n..12 M Amount in the smallest currency unit (e.g. EUR Cent) Please contact the helpdesk, if you want to capture amounts < 100 (smallest currency unit). Currency a3 M Currency, three digits DIN / ISO 4217 OrderDesc ans..384 M Description of purchased goods, unit prices etc. Please note: The first 27 characters appear on the customer-account statement. You can view the full data in Computop Analytics. MAC an64 M Hash Message Authentication Code (HMAC) with SHA-256 algorithm UserData ans O If specified at request, Paygate forwards the parameter with the payment result to the shop URLSuccess ans..256 M Complete URL which calls up Paygate if payment has been successful. The URL may be called up only via port 443 This URL may not contain parameters: In order to exchange values between Paygate and shop, please use the parameter UserData. URLFailure ans..256 M Complete URL which calls up Paygate if payment has been unsuccessful. The URL may be called up only via port 443 This URL may not contain parameters: In order to exchange values between Paygate and shop, please use the parameter UserData. Response a7 O Status response sent by Paygate to URLSuccess and URLFailure, should be encrypted. For this purpose, transmit Response=encrypt parameter. URLNotify ans..256 M Complete URL which Paygate calls up in order to notify the shop about the payment result. The URL may be called up only via port 443 It may not contain parameters: Use the UserData parameter instead. ReqID ans..32 O To avoid double payments, enter an alphanumeric value which identifies your transaction and may be assigned only once. If the transaction is submitted again with the same ReqID, Paygate will not carry out the payment, but will just return the status of the original transaction. BIC ans..11 O Bank Identifier Code IssuerID ans..11 MC Not with PPRO: BIC for the selected bank (see querying the stored ideal banks) Plain ans..50 O A value to be set by the merchant to return some information unencrypted, e.g. the MID Custom ans O The merchant can submit several values separated by which are returned unencrypted and separated by &. Custom=session=123 id=456 will change in the answer to Session=123&id=456 Parameters for online transfers with ideal Integration Guide Computop ideal 6

7 Paygate interface: Calling the ideal interface The following table gives the result parameters which the Paygate transmits to URLSuccess or URLFailure and URLNotify. If you have specified the Response=encrypt parameter, the following parameters are forwarded Blowfish encrypted to your system: MID ans..30 M MerchantID, assigned by Computop PayID an32 M ID assigned by Paygate for the payment, e.g. for referencing in batch files. XID an32 M ID for all single transactions (authorisation, capture, credit note) for one payment assigned by Paygate TransID ans..64 M Merchant s transaction number Status a..50 M OK (URLSuccess) or FAILED (URLFailure) Description ans M Further details in the event that payment is rejected. Please do not use the Description but the Code parameter for the transaction status analysis! Code n8 M Error code according to Paygate Response Codes Excel file (part of the software client from RefNr ans..30 O Merchant s unique reference number UserData ans O If specified at request, Paygate forwards the parameter with the payment result to the shop MAC an64 M Hash Message Authentication Code (HMAC) with SHA-256 algorithm AccBank ans..20 MC Identification of the financial institution of the account holder (with PPRO only if Status=OK) AccOwner a..50 MC Name of the account holder (with PPRO only if Status=OK) IBAN ans..34 MC IBAN of the account holder (with PPRO only if Status=OK) BIC ans..11 MC BIC of the account holder (with PPRO only if Status=OK) PaymentPurpos e PaymentGuarant ee ans..26 C Only with PPRO: Purpose of payment a.12 C Only with PPRO: NONE= no payment guarantee, VALIDATED= customer account valid, but no payment guarantee, FULL= payment guarantee Notice: This parameter is only returned if the Status=OK. ErrorText ans..128 C Only with PPRO: Detailed PPRO error message. Notice: Is returned only if Status=FAILED. Use is possible only in agreement with Computop support. TransactionID an..20 O Only with PPRO: Unique transaction number from PPRO Plain ans..50 O A value to be set by the merchant to return some information unencrypted, e.g. the MID Custom ans O The merchant can submit several values separated by which are returned unencrypted and separated by &. Custom=session=123 id=456 will change in the answer to Session=123&id=456 Return parameters for URLSuccess, URLFailure and URLNotify with ideal Querying the stored ideal banks Paygate offers merchants the possibility to query which banks are stored for the merchant before the actual payment process. Since the configured bank list rarely changes, this does not need to be queried for each bank transfer. For this verification call up the following URL: Integration Guide Computop ideal 7

8 Paygate interface: Credit with reference The following table describes the encrypted payment request parameters: Please note that the Merchant-ID plus Len and Data must be transferred every time as with all Paygate requests: MerchantID ans..30 M MerchantID, assigned by Computop This parameter is to be passed in plain language. Parameters for requesting the stored ideal banks Please transfer the Merchant-ID both in the unencrypted as well as the encrypted string. The following table describes the result parameters, which Paygate sends in response: MerchantID ans..30 M MerchantID, assigned by Computop IdealIssuerList ans.. M The IdealIssuerList contains all banks stored for the merchant at the time of the query in the format IssuerID,Name,Country IssuerID = BIC of the bank Name = name of the bank Country = Name of the country for the bank (max. 128 charachters) Result parameters for requesting the stored ideal banks Credit with reference Credits (refunds) are possible via a Server-to-Server connection. Paygate permits only credits for ideal that reference on a captured transaction previously made via Paygate. The amount of the Credit is limited to the amount of the previous capture. To carry out a credit for ideal, please use the following URL: Notice: Please note that credits (refunds) for ideal can be processed only when using the processing partners EMS or EVO Payments. With a direct connection to the respective Dutch bank there are no credits possible via Paygate. Notice: For security reasons, Paygate rejects all payment requests with formatting errors. Therefore please use the correct data type for each parameter. The following table describes the encrypted payment request parameters: MerchantID ans..30 M MerchantID, assigned by Computop PayID an32 M ID assigned by Paygate for the payment to be credited TransID ans..64 M TransactionID which should be unique for each payment MAC an64 M Hash Message Authentication Code (HMAC) with SHA-256 algorithm Amount n..12 M Amount in the smallest currency unit (e.g. EUR Cent) Please contact the helpdesk, if you want to capture amounts < 100 (smallest currency unit). Currency a..3 M Currency code, three digits DIN / ISO 4217 Integration Guide Computop ideal 8

9 Paygate interface: Credit with reference OrderDesc ans..768 O Description of refunded goods, unit prices, merchant s comment etc. Parameters for credits of ideal payments The following table describes the Paygate response parameters: MID ans..30 M MerchantID, assigned by Computop PayID an32 M ID assigned by Paygate for the payment, e.g. for referencing in batch files. XID an32 M ID for all single transactions (authorisation, capture, credit note) for one payment assigned by Paygate TransID ans..64 M Merchant s transaction number Status a..30 M OK or FAILED Description ans M Further details in the event that payment is rejected. Please do not use the Description but the Code parameter for the transaction status analysis! Code n8 M Error code according to Paygate Response Codes Excel file (part of the software client from TransactionID an..20 O Only with PPRO: Unique transaction number from PPRO Result parameters for credits of ideal payments Integration Guide Computop ideal 9

10 Batch processing via the interface: Credit with reference BATCH PROCESSING VIA THE INTERFACE Basic information about using Batch files and about their structure you can be found in the Batch Manager manual. This section describes the parameters which must be transferred within the data set (Record) for executing a ideal credit and which information can be found within the response file about the payment status. Notice: Please note that Batch processing for ideal is possible only via PPRO connection. Following table gives an overview of all batch versions that are possible for a specific action an their specialities: Action Version Description Credit 1.0 / 2.0 Standard version without return of parameter Code 1.x / 2.x with RefNr (valid for all versions other than 1.0) Description of the possible batch versions The structure for an ideal payment within a Batch file to be submitted is the following: HEAD,<MerchantID>,<Date>,<Version> IDEAL,Credit,<PayID>,<TransID>,(<RefNr>),<Amount>,<Currency> FOOT,<CountRecords>,<SumAmount> The following table describes the individual fields and values used within the data set (record) within the batch file: Type a..11 M HEAD for Header, FOOT for Footer, IDEAL for ideal Action a..20 M The parameter Action defines the type of transaction: Credit Amount n..12 M Amount in the smallest currency unit (e.g. EUR Cent) Please contact the helpdesk, if you want to capture amounts < 100 (smallest currency unit). Currency a3 M Currency code, three digits DIN / ISO 4217 TransID ans..64 M TransactionID which should be unique for each payment RefNr ans..30 O Unique reference number. In case of using the EMS interface the length is limited to 15 chars. PayID an32 M ID for this transaction given by Paygate Description of fields within the record for Batch files The record area within the response file for Batch transactions looks the following way: HEAD,<MerchantID>,<Date>,<Version> IDEAL,Credit,<PayID>,<TransID>,(<RefNr>),<Amount>,<Currency>,<Status>,<Code> FOOT,<CountRecords>,<SumAmount> The following table describes the response parameters which the Batch Manager saves in the Record area for each transaction (standard parameters not explained here, such as <TransID> or Integration Guide Computop ideal 10

11 Batch processing via the interface: Credit with reference <RefNR> and request parameters are returned unchanged and correspond to the call as specified in): Action a..20 M The parameter Action defines the type of transaction: Credit PayID an32 M ID for this transaction given by Paygate Status a..50 M OK or FAILED Code n8 M Error code according to Paygate Response Codes Excel file (part of the software client from Description of result parameters within the record for Batch files Integration Guide Computop ideal 11

eps Integration Guide Version 6.2.2

eps Integration Guide Version 6.2.2 eps Integration Guide Version 6.2.2 As of: 13.02.2017 Table of Contents About eps... 4 General information about eps... 4 Process flow chart... 4 Paygate interface... 5 Definitions... 5 Calling the eps

More information

giropay Integration Guide Version 6.2.2

giropay Integration Guide Version 6.2.2 giropay Integration Guide Version 6.2.2 As of: 28.08.2017 Table of Contents About giropay... 4 General information about giropay... 4 Process flow chart... 4 Paygate interface... 5 Definitions... 5 Calling

More information

Finland Online Bank Transfer Integration Guide. Version 6.2.2

Finland Online Bank Transfer Integration Guide. Version 6.2.2 Finland Online Bank Transfer Integration Guide Version 6.2.2 As of: 13.02.2017 Table of Contents About Finland Online Bank Transfer... 4 General information about Finland Online Bank Transfer... 4 Process

More information

PostFinance Integration Guide. Version 6.2.2

PostFinance Integration Guide. Version 6.2.2 PostFinance Integration Guide Version 6.2.2 As of: 14.02.2017 Table of Contents About PostFinance... 4 General information about PostFinance... 4 Process flow chart... 4 Paygate interface... 5 Definitions...

More information

SafetyPay Integration Guide. Version 6.2.2

SafetyPay Integration Guide. Version 6.2.2 SafetyPay Integration Guide Version 6.2.2 As of: 14.02.2017 Table of Contents About SafetyPay... 4 General information about SafetyPay... 4 Process flow chart... 4 Paygate interface... 5 Definitions...

More information

QIWI Integration Guide. Version 6.2.2

QIWI Integration Guide. Version 6.2.2 QIWI Integration Guide Version 6.2.2 As of: 14.02.2017 Table of Contents About QIWI... 4 General information about QIWI... 4 Process flow chart... 4 Paygate interface... 5 Definitions... 5 Payment with

More information

ChinaPay Integration Guide. Version 6.2.2

ChinaPay Integration Guide. Version 6.2.2 ChinaPay Integration Guide Version 6.2.2 As of: 31.03.2017 Table of Contents About ChinaPay... 4 General information about ChinaPay... 4 Process flow chart... 4 Paygate interface... 5 Definitions... 5

More information

Swish Integration Guide. Version 6.2.2

Swish Integration Guide. Version 6.2.2 Swish Integration Guide Version 6.2.2 As of: 04.01.2018 Table of Contents About Swish... 4 General information about Swish... 4 Process flow charts... 5 Configuration for Swish... 6 Certificate Management...

More information

MasterPass Integration Guide. Version 6.2.2

MasterPass Integration Guide. Version 6.2.2 MasterPass Integration Guide Version 6.2.2 As of: 24.04.2018 Table of Contents About MasterPass... 4 General information about MasterPass... 4 Process flow charts... 5 Paygate interface... 6 Definitions...

More information

PayMorrow Integration Guide. Version As of: About PayMorrow: General information about PayMorrow

PayMorrow Integration Guide. Version As of: About PayMorrow: General information about PayMorrow About PayMorrow: General information about PayMorrow PayMorrow Integration Guide Version 6.2.1 As of: 04.10.2016 Integration Guide Computop PayMorrow 1 About PayMorrow: General information about PayMorrow

More information

PayU India Integration Guide. Version 6.2.2

PayU India Integration Guide. Version 6.2.2 PayU India Integration Guide Version 6.2.2 As of: 10.03.2017 Table of Contents About PayU India... 4 General information about payment methods via PayU India... 4 Process flow charts... 5 Configuration...

More information

Payolution Integration Guide. Version As of: About Payolution: General information about Payolution

Payolution Integration Guide. Version As of: About Payolution: General information about Payolution About Payolution: General information about Payolution Payolution Integration Guide Version 6.2.1 As of: 04.10.2016 Integration Guide Computop Payolution 1 About Payolution: General information about Payolution

More information

PayU Africa Integration Guide. Version 6.2.1

PayU Africa Integration Guide. Version 6.2.1 PayU Africa Integration Guide Version 6.2.1 As of: 28.06.2017 Table of Contents About PayU Africa... 4 General information about payment methods via PayU Africa... 4 Process flow charts... 5 Paygate interface...

More information

Bürgel Integration Guide. Version 6.2.1

Bürgel Integration Guide. Version 6.2.1 Bürgel Integration Guide Version 6.2.1 As of: 04.10.2016 Table of Contents About Bürgel... 4 General information about Bürgel... 4 Process flow chart... 4 Paygate interface for Bürgel... 5 Definitions...

More information

Boniversum Integration Guide. Version 6.2.1

Boniversum Integration Guide. Version 6.2.1 Boniversum Integration Guide Version 6.2.1 As of: 04.10.2016 Table of Contents About Boniversum... 4 General information about Boniversum... 4 Process flow chart... 4 Paygate interface for Boniversum...

More information

Be2bill Integration Guide. Version 6.2.1

Be2bill Integration Guide. Version 6.2.1 Be2bill Integration Guide Version 6.2.1 As of: 04.10.2016 Table of Contents About Be2bill... 4 General information about Be2bill... 4 Process flow charts... 5 Configuration for Be2bill... 6 Paygate interface...

More information

PayPal Integration Guide. Version 6.2.3

PayPal Integration Guide. Version 6.2.3 PayPal Integration Guide Version 6.2.3 As of: 13.10.2017 Table of Contents About PayPal... 4 General information about PayPal... 4 Process flow charts... 5 Important information... 5 Configuration for

More information

Hosted Payment Page Integration Guide. Version 6.2.2

Hosted Payment Page Integration Guide. Version 6.2.2 Hosted Payment Page Integration Guide Version 6.2.2 As of: 24.04.2018 Table of Contents About Hosted Payment Page... 4 General information about Hosted Payment Page... 4 Process of payment... 5 Calling

More information

AfterPay Integration Guide. Version 6.2.2

AfterPay Integration Guide. Version 6.2.2 AfterPay Integration Guide Version 6.2.2 As of: 23.04.2018 Table of Contents About AfterPay... 4 General information about AfterPay... 4 Process flow chart... 5 Paygate interface... 6 Definitions... 6

More information

PayU CEE Integration Guide. Version 6.2.4

PayU CEE Integration Guide. Version 6.2.4 PayU CEE Integration Guide Version 6.2.4 As of: 28.09.2017 Table of Contents About PayU CEE... 4 General information about payment methods via PayU CEE... 4 Process flow charts... 5 Configuration for PayU

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

Direct debit Integration Guide. Version 6.2.3

Direct debit Integration Guide. Version 6.2.3 Direct debit Integration Guide Version 6.2.3 As of: 11.08.2017 Table of Contents About direct debit... 4 General information about direct debit... 4 Paygate interface: via form... 5 Chart of process flow

More information

Computop-Alerting-Service User Manual

Computop-Alerting-Service User Manual Computop-Alerting-Service User Manual Version 1.0 As of: 15/12/2016 Table of contents ABOUT THE COMPUTOP ALERTING SERVICE... 3 Configuration of notifications... 3 Querying the Paygate status... 8 Document

More information

Analytics 5.0 Manual. Version 1.1

Analytics 5.0 Manual. Version 1.1 Analytics 5.0 Manual Version 1.1 As of: 9.7.2014 Table of contents ABOUT THIS MANUAL... 4 COMPUTOP ANALYTICS... 5 Introduction...5 Prerequisites of Computop Analytics...5 Calling Computop Analytics...5

More information

Fraud prevention with IP- Tracking Integration Guide

Fraud prevention with IP- Tracking Integration Guide Fraud prevention with IP- Tracking Integration Guide Version 6.2.1 As of: 04.10.2016 Table of Contents About Fraud prevention with IP tracking... 4 General information about Fraud prevention... 4 Additional

More information

E-payment. Service description. September 2016

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

More information

Requests that are forwarded via redirects by a customer's web browser are authenticated via browser API authentication.

Requests that are forwarded via redirects by a customer's web browser are authenticated via browser API authentication. Poplatek Server API Version: 2016-06-22.2 Quick links Browser API Pay REST API Get Transaction Status Cancel Refund Settlement report Changes 2016-06-22: Document sandbox URL endpoints. Small miscellaneous

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

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

ideal QR - Merchant Implementation Guidelines (EN)

ideal QR - Merchant Implementation Guidelines (EN) ideal QR - Merchant Implementation Guidelines (EN) Version: 1.5 Date: 19-02-2018 Copyright Currence ideal B.V. All rights reserved. Page 1 of 16 Versions... version Adjustments 1.0 First version for extended

More information

Token System Integration & Protocol Guideline (Server & Direct)

Token System Integration & Protocol Guideline (Server & Direct) Token System Integration & Protocol Guideline (Server & Direct) Token System Protocol and Integration Guideline Content Welcome to the Sage Pay Token System integration... 2 General overview of how the

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

Access Online. Payment Upload

Access Online. Payment Upload Access Online Payment Upload ABN AMRO Bank N.V. 2017 All rights reserved. Apart from those exceptions stipulated in or by virtue of the 1912 Copyright Law, no part of this publication may be reproduced

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

Index. Multiple languages / countries Platform DST

Index. Multiple languages / countries Platform DST Multiple languages / countries Platform DST Date: 01-11-2017 For: Partners DST By: Gijs Hoff / e-business company Recently the project multilingualism has been released to the DST platform. The DST platform

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

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

VIRTUAL TERMINAL GUIDE

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

More information

ewallet API integration guide version 5.1 8/31/2015

ewallet API integration guide version 5.1 8/31/2015 ewallet API integration guide version 5.1 8/31/2015 International Payout Systems, Inc. (IPS) ewallet API Integration Guide contains information proprietary to IPS, and is intended only to be used in conjunction

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

IMEI Database. Manufacturer / Brand Owner User Guide. Version September Copyright Notice. Copyright 2015 GSM Association

IMEI Database. Manufacturer / Brand Owner User Guide. Version September Copyright Notice. Copyright 2015 GSM Association IMEI Database Manufacturer / Brand Owner User Guide Version 4.0 01 September 2015 Copyright Notice Copyright 2015 GSM Association GSM and the GSM logo are registered and owned by the GSM Association. Antitrust

More information

ideal Merchant Integration Guide

ideal Merchant Integration Guide ideal Merchant Integration Guide Version 3.3.1 (November 2012 II) November 2012 Currence Copyright Currence ideal B.V. Terms and conditions Terms and conditions for provision of the ideal Merchant Integration

More information

Fraud prevention with ACI ReD Shield Integration Guide

Fraud prevention with ACI ReD Shield Integration Guide Fraud prevention with ACI ReD Shield Integration Guide Version 6.2.1 As of: 04.10.2016 Table of Contents About ACI ReD Shield... 4 General information about ACI ReD Shield... 4 ACI ReD Shield Additional

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

Payment Center API WEBFORM/GATEWAY MODE v2.6.2

Payment Center API WEBFORM/GATEWAY MODE v2.6.2 Payment Center API WEBFORM/GATEWAY MODE v2.6.2 Content Introduction 3 WebPay (webform) 4 WebBlock (webform) 6 Pay (gateway) 4 Block (gateway) 6 Token (gateway) 6 Charge (webform/gateway) 7 Cancel (webform/gateway)

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

SpeedChex EasyLink API

SpeedChex EasyLink API SpeedChex EasyLink API Implementation Instructions Version 1.0 SpeedChex is an information capture and processing service that allows consumers to pay for goods or services over the Internet by check without

More information

OKPAY guides INTEGRATION OVERVIEW

OKPAY guides INTEGRATION OVERVIEW Название раздела OKPAY guides www.okpay.com INTEGRATION OVERVIEW 2012 Contents INTEGRATION OVERVIEW GUIDE Contents 1. Payment System Integration 2. OKPAY Integration Types 2.1. Basic Payment Links and

More information

Merchant Administration User Guide

Merchant Administration User Guide Merchant Administration User Guide For MasterCard Payment Gateway Version 6.8 09 March 2017 Notices Following are policies pertaining to proprietary rights and trademarks. Proprietary Rights The information

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

Body: JSON Message representing a Transaction object (See Transaction Objects for Details)

Body: JSON Message representing a Transaction object (See Transaction Objects for Details) Overview SixthCents API is REST based and exposes HTTP endpoints. The API has several URLs and all responses are standard HTTP codes so you easily know what the outcome of an operation was. Authentication

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

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

Sberbank Online User Guide

Sberbank Online User Guide Sberbank Online User Guide Contents 1. Introduction... 2 1.1 Available services... 2 1.2 Security... 2 2. First use... 3 2.1 Login... 3 2.2 Password change... 3 2.3 PIN change... 5 2.3 User profile...

More information

Chapter 8 Web Security

Chapter 8 Web Security Chapter 8 Web Security Web security includes three parts: security of server, security of client, and network traffic security between a browser and a server. Security of server and security of client

More information

technical manual Direct Payments handelsbanken.se/e-handel

technical manual Direct Payments handelsbanken.se/e-handel Direct Payments handelsbanken.se/e-handel Contents Description of the sevice...3 Direct Payment...4 From the company to Handelsbanken...4 From Handelsbanken to the company...6 Payment check...8 From the

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

NC Tax. Documentation. NCT 8.02 for Microsoft Dynamics NAV 2016*

NC Tax. Documentation. NCT 8.02 for Microsoft Dynamics NAV 2016* Documentation NC Tax NCT 8.02 for Microsoft Dynamics NAV 2016* *NC Tax 8.02 is available for Navision Financials 2.60, Microsoft Business Solutions Navision 3.70, Microsoft Business Solutions Navision

More information

ideal Integrated PHP

ideal Integrated PHP ideal Integrated PHP Shop Integration Guide composed by: version 1.7, Aug 2011 Copyright 2006, ABN AMRO Bank Contents Contents... 2 1 Introduction... 3 2 Signup process... 4 3 ideal overview... 6 3.1 Integration

More information

Secure XML API Integration Guide

Secure XML API Integration Guide Secure XML API Integration Guide Document Control This is a control document DESCRIPTION Secure XML API Integration Guide CREATION DATE 02/04/2007 CREATED BY SecurePay VERSION 1.1 DATE UPDATED 07/01/2010

More information

Consents Service - SMBC NextGenPSD2

Consents Service - SMBC NextGenPSD2 Consents Service - SMBC NextGenPSD2 1.3.SMBC February 2019 Framework (Berlin Group V1.3) Summary OAS3 SMBC offers third party access to accounts (XS2A) in a safe and efficient way using Application Programming

More information

API Quick Start Sending a Payment v1.4

API Quick Start Sending a Payment v1.4 PPRO Financial Ltd, 23 Hanover Square, London W1S 1JB, UK API Quick Start Sending a Payment v1.4 Table of Contents Introduction... 2 Step 1 Create a CSR... 3 Step 2 Create a Certificate... 3 Step 3 Sending

More information

E-commerce security: SSL/TLS, SET and others. 4.2

E-commerce security: SSL/TLS, SET and others. 4.2 E-commerce security: SSL/TLS, SET and others. 4.2 1 The need of authenticated payment SSL protects credit card details while they are transmitted through Internet but Why trust the Merchant? Once credit

More information

Basware Portal for Receiving Basware Commerce Network

Basware Portal for Receiving Basware Commerce Network Basware Portal for Receiving Basware Commerce Network Copyright 1999-2016 Basware Corporation. All rights reserved. Disclaimer This product or document is copyrighted according to the applicable copyright

More information

MySagePay User Guide

MySagePay User Guide MySagePay User Guide Table of Contents 1.0 Welcome to MySagePay 3 1.1 Logging into MySagePay 3 1.2 What you will see 4 2.0 Settings 5 2.1 My Account 5 2.2 Settings 6 2.3 AVS/CV2 7 2.4 3D Secure 8 2.5 Restrictions

More information

Service Description XML Account Reporting

Service Description XML Account Reporting Service Description XML Account Reporting 6.10.2016 Table of Contents 1 XML account reporting... 3 1.1 General... 3 1.2 XML account reporting services... 3 1.2.1 XML balance query (camt.052)... 3 1.2.2

More information

Technical specification of the Bank Link queries

Technical specification of the Bank Link queries Date of preparation: 9.10.2014 Technical specification of the Bank Link queries Queries... 2 Payment queries... 3 Query 1011... 3 Query 1012... 3 Query 1111... 4 Query 1911... 4 Authentication queries...

More information

Vingd API for PHP Documentation

Vingd API for PHP Documentation Vingd API for PHP Documentation Release 1.7 Radomir Stevanovic, Vingd Inc. Jul 17, 2017 Contents 1 Vingd 3 1.1 Vingd API for PHP.......................................... 3 1.2 Installation..............................................

More information

Paylane Direct System. Webservice based payment management system

Paylane Direct System. Webservice based payment management system Paylane Direct System Webservice based payment management system Created by: PayLane IT Crew / 2005-05-12 Last modification: 2012-10-05 Saved by: Jan Makulec PayLane Direct System page 2 from 55 Table

More information

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

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

More information

Business On Line Payments Plus. Frequently Asked Questions

Business On Line Payments Plus. Frequently Asked Questions Business On Line Payments Plus Frequently Asked Questions Page 1 of 7 Trouble shooting Questions 1. I m unable to find my file to authorise it. I up-loaded my file via Business On Line File Gateway but

More information

ANNEXES TO THE TERMS AND CONDITIONS valid from 13. January 2018

ANNEXES TO THE TERMS AND CONDITIONS valid from 13. January 2018 ANNEXES TO THE TERMS AND CONDITIONS valid from 13. January 2018 Annex 1a: Annex 1b: Annex 1c: Annex 2: EBICS connection Specification of EBICS connection (Please find the specification under www.ebics.de)

More information

Lateral Payment Solutions HPS

Lateral Payment Solutions HPS Lateral Payment Solutions HPS LPS Payment Gateway (HPS) Magento Payment Gateway allows you to accept payment on your Magento connect. LPS Payments supports Credit & Debit Cards on VISA & MASTERCARD card

More information

Terms and Conditions for Remote Data Transmission

Terms and Conditions for Remote Data Transmission Terms and Conditions for Remote Data Transmission (As amended on 15 November 2013) 1. Scope of services (1) The Bank is available to its Customer (account holder) for remote transmission of data by electronic

More information

2016 ConCardis GmbH. Fraud Detection Module (basic)

2016 ConCardis GmbH. Fraud Detection Module (basic) Fraud Detection Module (basic) Table of contents 1. Introduction 1.1 Benefits 1.2 Contents 2. Activation and configuration 2.1 Blocking rules 2.1.1 Card country 2.1.2 IP address country 2.1.3 Country consistency

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

e Link Technical Specification Valid from 1 st of January, 2018

e Link Technical Specification Valid from 1 st of January, 2018 e Link Technical Specification Valid from 1 st of January, 2018 1. General information Client (Merchant) SEB banka s Client who signed e Link agreement with the Bank. Bank AS SEB banka. User SEB Internet

More information

MOBILE INTERNET BANK MANUAL

MOBILE INTERNET BANK MANUAL MOBILE INTERNET BANK MANUAL www.blueorangebank.com Approved on 29.05.2018 Valid as of 29.05.2018 B2.1/C7-1073/10 CONTENTS Terms and Definitions...3 1. General Description of the Mobile Internet Bank...3

More information

Manual OPplus AT Payment

Manual OPplus AT Payment Manual OPplus Prepared for Customers and Partners Project OPplus Prepared by Contents General Information... 3 Manual Structure... 3 Description of Icons... 3 OPplus Navigation Area... 4 OPplus License

More information

NAPAS Payment Gateway Merchant Integration Specification

NAPAS Payment Gateway Merchant Integration Specification NAPAS Payment Gateway Merchant Integration Specification Version 2.2 Hanoi 06-2016 NAPASMerchantIntegrationSpecificationEnv2.21 page 1/31 Index I. Overview... 3 i. Document purpose... 3 ii. System overview...

More information

Card processing Integration Guide. Version 6.2.5

Card processing Integration Guide. Version 6.2.5 Card processing Integration Guide Version 6.2.5 As of: 26.01.2018 Table of Contents About card payments... 5 General information about card payments... 5 Process of 3D Secure payments... 5 Credit card

More information

Banklink requests technical specification

Banklink requests technical specification Version 1.0 Banklink requests technical specification Requests... 2 Requests specifications... 3 Payment services... 3 Service 1011... 3 Service 1012... 3 Service 1111... 4 Service 1911... 4 Identification

More information

INTRODUCTION MERCHANT INTEGRATION. Ha noi, 14/06/2015 INTRODUCTION MERCHANT INTEGRATION 1

INTRODUCTION MERCHANT INTEGRATION. Ha noi, 14/06/2015 INTRODUCTION MERCHANT INTEGRATION 1 INTRODUCTION MERCHANT INTEGRATION Ha noi, 14/06/2015 INTRODUCTION MERCHANT INTEGRATION 1 Contents 1. PURPOSE... 3 2. INTEGRATION... 4 2.1 Integrate payment gateway... 4 2.2 Parameters request to OnePAY...

More information

Annex 2 to the Agreement on Cooperation in the Area of Trade Finance & Cash Management Terms and Conditions for Remote Data Transmission

Annex 2 to the Agreement on Cooperation in the Area of Trade Finance & Cash Management Terms and Conditions for Remote Data Transmission Annex 2 to the Agreement on Cooperation in the Area of Trade Finance & Cash Management Terms and Conditions for Remote Data Transmission 1. Scope of services (1) The Bank is available to its Customer (account

More information

Hosted Payment Form. Credit & Debit Card Processing v

Hosted Payment Form. Credit & Debit Card Processing v Hosted Payment Form Credit & Debit Card Processing v 2.5.01 Table of Contents Introduction... 5 Intended Audience... 5 Simplifying the Integration Process... 5 Important Notes... 6 Gateway URLs... 6 Hashing

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

Documentation: Data Import Tool

Documentation: Data Import Tool 1 Documentation: Data Import Tool 1. Purpose The purpose of the import tool is to bring data from any other accounting or e commerce program into AccountingSuite in a quick, efficient way. 2. User Definition

More information

BANKING CIRCLE WEB BULK UPLOAD

BANKING CIRCLE WEB BULK UPLOAD 18109 Training Manual - BULK UPLOAD_Layout 1 11/05/2016 10:06 Page 1 Freedom to BANKING CIRCLE WEB BULK UPLOAD SAXO PAYMENTS INTERNET BANKING WHAT IS A BULK PAYMENT? A bulk payment is defined as a payment

More information

API Specification Version 2.0

API Specification Version 2.0 API Specification Version 2.0 Branch UK, trading as BOI Payment Acceptance UK, licenced by the Federal Financial Supervisory Authority BaFin (Bundesanstalt fur Finanzdienstleistungsaufsicht) in Germany

More information

Wirecard CEE Integration Documentation

Wirecard CEE Integration Documentation Wirecard CEE Integration Documentation () Created: 20171118 20:02 1/18 Wirecard Shop Plugin for Salesforce Commerce Cloud (Demandware) Installation guide for Wirecard Checkout Page This installation guide

More information

Magento 2 Community / Enterprise Plugin

Magento 2 Community / Enterprise Plugin Realex Payments Magento 2 Community / Enterprise Plugin Configuration Guide Version: 1.1 A web version of this guide is available on the Realex Developer Hub 1 Document Information Document Name: Magento

More information

IntForex demonstration bank account list IntForex demonstration rates IntForex demonstration rates... 22

IntForex demonstration bank account list IntForex demonstration rates IntForex demonstration rates... 22 Table of Contents int-forex.com Home screen... 3 IntForex registration... 4 IntForex activation... 6 IntForex login... 8 IntForex home... 8 IntForex exchange rates... 9 IntForex client functions... 10

More information

HANDEPAY DASHBOARD USER GUIDE HANDEPAY DASHBOARD USER GUIDE. Version:

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

More information

NEW SUPPLIER REGISTRATION GUIDE

NEW SUPPLIER REGISTRATION GUIDE Aug 2016 Version 5 NEW SUPPLIER REGISTRATION GUIDE This guide is to help registering to Zonescorp supplier portal to allow suppliers to list their products and services and to allow Zonescorp procurement

More information

MySagePay USER GUIDE

MySagePay USER GUIDE MySagePay USER GUIDE Contents 1.0 Welcome to MySagePay 3 1.1 Logging into MySagePay 3 1.2 What you will see 4 2.0 Settings 5 2.1 My Account 5 2.2 Settings 6 2.3 AVS/CV2 7 2.4 3D Secure 8 2.5 Restrictions

More information

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

USER GUIDE FOR SUPPLIERS. OpusCapita Business Network

USER GUIDE FOR SUPPLIERS. OpusCapita Business Network USER GUIDE FOR SUPPLIERS OpusCapita Business Network Contents 1. Introduction... 3 2. Finalizing registration and changing your password... 4 2.1 Finalize your registration... 4 2.2 Change your forgotten

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

Oracle Banking Digital Experience

Oracle Banking Digital Experience Oracle Banking Digital Experience Wallets User Manual Release 15.1.0.0.0 Part No. E66313-01 October 2015 Wallets User Manual October 2015 Oracle Financial Services Software Limited Oracle Park Off Western

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