Banklink requests technical specification

Size: px
Start display at page:

Download "Banklink requests technical specification"

Transcription

1 Version 1.0 Banklink requests technical specification Requests... 2 Requests specifications... 3 Payment services... 3 Service Service Service Service Identification services... 5 Service Service Service Service

2 Requests Decimal points and cents in the amounts presented in queries are separated with a dot"." Thousands separator will not be used. Dates and times will be represented in DATETIME format within second precision, e.g: T07:21: The receiver of the request has to check the value in the DATETIME field, whereas the value of the field may differ from the current checking time by a maximum of ± 5 minutes. Length of fields cannot be greater than specified in this technical specification. If field is greater, then this request will not be processed. Field values are represented as symbols. Field value can be shorter than maximum length. Non-compliant requests will be responded with proper error message. Field names, used in the Banklink requests (VK_...) cannot be used in the field VK_RETURN. There can be following requests: 1. Initiator based: Merchant or Bank requests. 2. Response based: That require response That will not require response. 3. Function based: 1xxx initiating transactions 3xxx identification requests Calculating checksum VK_MAC based on version 008 The signature MAC008 (VK_MAC) is calculated using the public key algorithm RSA and hashalgorithm SHA1. MAC008(x1,x2,..., xn):= RSA (SHA-1(p(x1) x1 p(x2) x2... p(xn) xn),d,n) Explanations: - string adding operation x1, x2,..., xn request parameters (numbered in the specification). p function of length of the parameter. Length is a number in a form of a three-digit string. d RSA - secret exponent n RSA modulus 2

3 Requests specifications Payment services Service 1011 Partner will send to the Bank signed data of payment order, that customer cannot edit during paying process. After successful payment request 1111 is generated, otherwise 1911 is generated. 1 VK_SERVICE 4 Service number (1011) 3 VK_SND_ID 15 Payment request initiator ID (Partner ID) 4 VK_STAMP 20 Request ID 5 VK_AMOUNT 12 Payment amount 6 VK_CURR 3 Currency: EUR 7 VK_ACC 34 Beneficiary account number 8 VK_NAME 70 Beneficiary name 9 VK_REF 35 Payment order reference number 10 VK_MSG 95 Payment order description 11 VK_RETURN 255 URL, where to send answer if payment is successful 12 VK_CANCEL 255 URL, where to send answer if payment is NOT successful 13 VK_DATETIME 24 Request initiation date and time in DATETIME format Service 1012 Partner will send to Bank Customers proposal to start payment transaction. Beneficiary name and account will be taken from Bank s database. After successful payment request 1111 is generated, otherwise 1911 is generated. 1 VK_SERVICE 4 Service number (1012) 3 VK_SND_ID 15 Payment request initiator ID (Partner ID) 4 VK_STAMP 20 Request ID 5 VK_AMOUNT 12 Payment amount 6 VK_CURR 3 Currency: EUR 7 VK_REF 35 Payment order reference number 8 VK_MSG 95 Payment order description 9 VK_RETURN 255 URL, where to send answer if payment is successful 10 VK_CANCEL 255 URL, where to send answer if payment is NOT successful 11 VK_DATETIME 24 Request initiation date and time in DATETIME format 3

4 Service 1111 Used as domestic payment response. 1 VK_SERVICE 4 Service number (1111) 3 VK_SND_ID 15 Payment request initiator ID (Bank ID) 4 VK_REC_ID 15 Request receiver ID (Partner ID) 5 VK_STAMP 20 Request ID 6 VK_T_NO 24 Payment order number 7 VK_AMOUNT 12 Payment amount 8 VK_CURR 3 Currency: EUR 9 VK_REC_ACC 34 Beneficiary account number 10 VK_REC_NAME 70 Beneficiary name 11 VK_SND_ACC 34 Payer account number 12 VK_SND_NAME 70 Payer name 13 VK_REF 35 Payment order reference number 14 VK_MSG 95 Payment order description 15 VK_T_DATETIME 24 Payment order date and time in DATETIME format - VK_LANG 3 Preferred language of communication (EST, ENG or RUS) - VK_AUTO 1 N = response is sent while customer is redirected back to Partner page Service 1911 Used as response for unsuccessful payment. 1 VK_SERVICE 4 Service number (1911) 3 VK_SND_ID 15 Payment request initiator ID (Bank ID) 4 VK_REC_ID 15 Request receiver ID (Partner ID) 5 VK_STAMP 20 Request ID 6 VK_REF 35 Payment order reference number 7 VK_MSG 95 Payment order description - VK_AUTO 1 N = response is sent while customer is redirected back to Partner page 4

5 Identification services Service 3012 To Partner will be sent user identificator and date and time of generating this request. For security reasons Partner has to check date and time of this request (VK_DATETIME). 1 VK_SERVICE 4 Service number (3012) 3 VK_USER 16 Agreed user ID 4 VK_DATETIME 24 Request generating time in DATETIME format 5 VK_SND_ID 15 Payment request initiator ID (Bank ID=NORDEA) 6 VK_REC_ID 15 Request receiver ID (Partner ID) 7 VK_USER_NAME 140 User name (last name, first name[s]) 8 VK_USER_ID 20 User personal ID 9 VK_COUNTRY 2 Personal ID country (two places ISO ) 10 VK_OTHER 150 Other info about user 11 VK_TOKEN 2 Authentication device ID. 1- ID-card; 2- Mobile-ID; 5- onetime codes (except PIN-calculator); 6- PIN-calculator; 7- re-usable card 12 VK_RID 30 ID that is linked to session. Optional field. Service 3013 To Partner will be sent time and date of generating user ID and nonce copy. For security reasons Partner has to check date and time of this request (VK_DATETIME). 1 VK_SERVICE 4 Service number (3013) 3 VK_DATETIME 24 Request generating time in DATETIME format 4 VK_SND_ID 15 Payment request initiator ID (Bank ID=NORDEA) 5 VK_REC_ID 15 Request receiver ID (Partner ID) 6 VK_NONCE 50 Nonce copy, that was in the request 7 VK_USER_NAME 140 User name (last name, first name[s]) 8 VK_USER_ID 20 User personal ID 9 VK_COUNTRY 2 Personal code country(two places ISO ) 10 VK_OTHER 150 Other info about user 11 VK_TOKEN 2 Authentication device ID 12 VK_RID 30 ID that is linked to session. Optional field. 5

6 Service 4011 Request sent from Partner to identify customer. Service is provided to Partners, who have appropriate service agreement. Response request code is VK_SERVICE 4 Service number (4011) 3 VK_SND_ID 15 Request initiator ID (Partner ID) 4 VK_REPLY 4 Expected response request code (3012) 5 VK_RETURN 255 Partner URL, where response is sent 6 VK_DATETIME 24 Request generating time and date in DATETIME format 7 VK_RID 30 ID that is linked to session. Optional field. Service 4012 Request sent by Partner, to identify user. Service is provided to Partners, who have appropriate service agreement. Response request code is VK_SERVICE 4 Service number (4012) 3 VK_SND_ID 15 Request initiator ID (Partner ID) 4 VK_REC_ID 15 Request receiver ID (Bank ID) 5 VK_NONCE 50 Random nonce generated by request initiator 6 VK_RETURN 255 Partner URL, where response is sent 7 VK_DATETIME 24 Request generating time and date in DATETIME format 8 VK_RID 30 ID that is linked to session. Optional field. 6

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

Bank Link s technical specification

Bank Link s technical specification Bank Link s technical specification Queries In this document you can find the format of the queries used for either payments or authentication. Each service has its own list of parameters and for functional

More information

Technical specification of the bank link

Technical specification of the bank link Technical specification of the bank link Queries This document sets out query specifications, whereby each service has a corresponding individual list of parameters. In order to prepare a functioning service,

More information

Bank link Technical specifications. Information for programmers

Bank link Technical specifications. Information for programmers Bank link Technical specifications Information for programmers 2017 11 15 Content Rules of services... 3 Queries... 3 Queries from the merchant to the bank... 4 Queries from the bank to the merchant...

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

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 Integration Guide Version 6.2.3

ideal Integration Guide Version 6.2.3 ideal Integration Guide Version 6.2.3 As of: 13.06.2017 Table of Contents About ideal... 4 General information about ideal... 4 Process flow chart... 4 Paygate interface... 5 Definitions... 5 Calling the

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

Service of Payment Information Exchange and Executing System (PIEES) API Version 1.1

Service of Payment Information Exchange and Executing System (PIEES) API Version 1.1 EVP International, JSC Service of Payment Information Exchange and Executing System (PIEES) API Version 1.1 Vilnius August 24, 2015 Contents Introduction... 3 Definitions... 3 References... 3 Description

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

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

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

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

Add other bank account or card as beneficiary to your Internet Banking

Add other bank account or card as beneficiary to your Internet Banking Please Type your user ID and password in the respective fields STEP 1: Adding beneficiary Add other bank account or card as beneficiary to your Internet Banking Please click on Fund transfer & Card Your

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

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

User guide for Electronic Contract Signature with AvtaleGiro and efaktura

User guide for Electronic Contract Signature with AvtaleGiro and efaktura User guide for Electronic Contract Signature with AvtaleGiro and efaktura Version 1.1 Date 07/12/2016 Page 1 of 9 Contents 1 Introduction... 3 1.1 The service in brief... 3 1.2 Target group... 3 1.3 Contact

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

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

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

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

MOBILE BANKING APPLICATION USER GUIDE

MOBILE BANKING APPLICATION USER GUIDE MOBILE BANKING APPLICATION USER GUIDE Table of Contents New User Registration View Account Balances Transfer within Your Accounts Pay Your Credit Card Transfer to Other Accounts Locate Nearby Branches

More information

How to use Small-value Transfers (FPS) through Mobile Banking (BEA App)

How to use Small-value Transfers (FPS) through Mobile Banking (BEA App) How to use Small-value Transfers (FPS) through Mobile Banking (BEA App) 1) Mobile Banking (BEA App) not yet activated i-p2p a. Small-value Transfers (FPS) Pay b. Small-value Transfers (FPS) Request c.

More information

Merchant Reporting Tool Interface guideline

Merchant Reporting Tool Interface guideline Merchant Reporting Tool Interface guideline For Merchant Service Center (MSC) Table of Contents 1) Introduction 2 2) Log In 2 New Users to Merchant Service Center 2 Existing Users of Merchant Service Center

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

XML Specification Paysafecard

XML Specification Paysafecard XML Specification Paysafecard This is a supplemental document to the main XML Specification document. Published: 27 September 2018 1.7 Table of Contents 1 Introduction... 3 1.1 About paysafecard... 3 1.2

More information

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

C U B I T S. API DOCUMENTATION Version 1.8

C U B I T S. API DOCUMENTATION Version 1.8 C U B I T S API DOCUMENTATION Version 1.8 Table of Contents Table of Contents Introduction Request and Response Format Authentication Callbacks User language selection Test Invoices Channels Quote Channels

More information

APG8205 OTP Generator

APG8205 OTP Generator APG8205 OTP Generator User Manual V1.00 Subject to change without prior notice Table of Contents 1.0. Introduction... 3 1.1. Supported Card Type... 3 1.2. Supported Language... 3 2.0. APG8205 Illustration...

More information

INSTRUCTIONS FOR FILLING IN A FOREIGN TRANSFER

INSTRUCTIONS FOR FILLING IN A FOREIGN TRANSFER INSTRUCTIONS FOR FILLING IN A FOREIGN TRANSFER An foreign transfer is a payment in which the currency of the operation may be any currency selected from the list. The payment may go to an account in both

More information

BKT KOSOVA BUSINESS E-BANKING USER MANUAL

BKT KOSOVA BUSINESS E-BANKING USER MANUAL BKT KOSOVA BUSINESS E-BANKING USER MANUAL Copyright BKT 2017. All rights reserved No part of this publication may be reproduced, translated, adapted, arranged or in any way altered, distributed, communicated,

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

Terminal Architecture for PSAM Applications (TAPA) Application Architecture Specification. Version 2.1. February 2001

Terminal Architecture for PSAM Applications (TAPA) Application Architecture Specification. Version 2.1. February 2001 Terminal Architecture for PSAM Applications (TAPA) Application Architecture Specification Version 2.1 February 2001 i TABLE OF CONTENTS 1. REVISION LOG...1 2. DOCUMENT OVERVIEW...3 2.1 PURPOSE...3 2.2

More information

JPMorgan ACCESS SM. Comparison Guide The One Net to JPMorgan ACCESS Wires vs. Funds Transfer Initiation. In JPMorgan ACCESS you will

JPMorgan ACCESS SM. Comparison Guide The One Net to JPMorgan ACCESS Wires vs. Funds Transfer Initiation. In JPMorgan ACCESS you will Comparison Guide The One Net to JPMorgan ACCESS Wires vs. Funds Transfer Initiation This document compares the functionality of The One Net Wires service to the functionality of the JPMorgan ACCESS Funds

More information

PayPalPlus Magento 2 User's Guide

PayPalPlus Magento 2 User's Guide PayPalPlus Magento 2 User's Guide The PayPalPlus module for Magento 2 replaces the complete selection of payment methods in Magento. The PayPalPlus module supports other, proprietary payment methods that

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

ACOS 3 Contact Card. Functional Specification. Subject to change without prior notice

ACOS 3 Contact Card. Functional Specification.   Subject to change without prior notice ACOS 3 Contact Card Functional Specification Subject to change without prior notice Table of Contents 1.0. Introduction... 3 1.1. Features...3 1.2. Technical Specifications...3 1.2.1. Electrical...3 1.2.2.

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

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

Online Banking User Guide

Online Banking User Guide Online Banking User Guide Contents Login... 1 Passcode... 1 Online Agreement... 2 Online Banking ID Change... 2 Watermark Selection... 3 Multi-Factor Authentication Security Question Collection... 3 Update

More information

Nelnet Enterprise Student Account Online Billing and Payment System. Undergraduate Student User Guide

Nelnet Enterprise Student Account Online Billing and Payment System. Undergraduate Student User Guide Nelnet Enterprise Student Account Online Billing and Payment System Undergraduate Student User Guide Student Access You may access Nelnet Enterprise by logging on to your Secure Hollins HIS account at

More information

EMV 96 Integrated Circuit Card Application Specification for Payment Systems

EMV 96 Integrated Circuit Card Application Specification for Payment Systems EMV 96 Integrated Circuit Card Application Specification for Payment Systems Version 3.0 June 30, 1996 1996 Europay International S.A., MasterCard International Incorporated, and Visa International Service

More information

Import File Specifications

Import File Specifications ScotiaConnect Wire Payments Trademark of The Bank of Nova Scotia. The Bank of Nova Scotia, 2003. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical,

More information

SPARROW Gateway. Custom Payment Redirect. Version (Build 7373)

SPARROW Gateway. Custom Payment Redirect. Version (Build 7373) SPARROW Gateway Custom Payment Redirect Version 3.2.0 (Build 7373) Released September 2016 Revision History Date Revision Comments Author 2015 06 09 1.0 Initial document created Blinova Alexandra 2 Table

More information

secure SHOP SAFELY ONLY

secure SHOP SAFELY ONLY secure SHOP SAFELY ONLY 3-D Secure Code: Shop Safely Online Societe Generale Expressbank offers its clients a new functionality for cardholder authentication developed in cooperation with the international

More information

Bankline support guides

Bankline support guides Bankline support guides Using Bankline with Third Party Provider (TPP) services In this guide Introduction to the TPP consent process Understanding Bankline roles For Bankline administrators setting up

More information

Business ebanking User Guide

Business ebanking User Guide Business ebanking User Guide If you have any questions, please contact Business ebanking Support at 1-800-593-4345 Contents About Business Online Banking... 3 System Requirements/Considerations... 4 Password

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

OKPAY guides. ewallet Guide

OKPAY guides. ewallet Guide Название раздела OKPAY guides www.okpay.com ewallet Guide 2012 Contents OKPAY ewallet Guide 1. Introduction to ewallet Service 2. OKPAY ewallet Overview 3. Managing ewallets 3.1. Create Additional ewallet

More information

Guideline for support SWIFTNet for Corporates

Guideline for support SWIFTNet for Corporates Guideline for support SWIFTNet for Corporates Table of contents 1 Purpose of this document... 1 2 SWIFTNet for Corporates Service Support... 1 2.1 General information on SWIFTNet for Corporates 1 2.2 One

More information

Bankline. Import file layout guide SWIFT MT101 format

Bankline. Import file layout guide SWIFT MT101 format Bankline Import file layout guide SWIFT MT101 format Contents 1. Introduction to Bankline SWIFT MT101 import...2 1.1 What is Bankline SWIFT import?...2 1.2 Payment Type Derivation...2 1.3 SWIFT Character

More information

Ingenico iwl220 Payment Terminal Manual

Ingenico iwl220 Payment Terminal Manual Ingenico iwl220 Payment Terminal Manual This payment terminal manual is for merchants to provide them with secure processing of card payments via the payment terminal. This manual constitutes an integral

More information

ISO Data Element Definitions

ISO Data Element Definitions SECTION 4 ISO 8583 1987 DATA ELEMENT DEFINITIONS Overview...4-1 Bit Maps...4-2 Annotation Conventions For Data Element s...4-3 General Representation...4-3 Length s...4-4 Field Content s...4-5 Conventions

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

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

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

Displaying SSL Configuration Information and Statistics

Displaying SSL Configuration Information and Statistics CHAPTER 7 Displaying SSL Configuration Information and Statistics This chapter describes the show commands available for displaying CSS SSL configuration information and statistics and an explanation of

More information

ICBC (Asia) Mobile Banking FPS Services Frequently Asked Questions

ICBC (Asia) Mobile Banking FPS Services Frequently Asked Questions ICBC (Asia) Mobile Banking FPS Services Frequently Asked Questions 1. What are the major functions of ICBC (Asia) FPS Services? ICBC (Asia) FPS Services provide two functions which include FPS Service

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

Enterprise Payment Solutions. Rent Collector Portal. Rent Collector Portal Handbook

Enterprise Payment Solutions. Rent Collector Portal. Rent Collector Portal Handbook Enterprise Payment Solutions Rent Collector Portal Contents Contents... 2 I. Rent Collector Portal: Overview... 1 II. System Requirements... 1 III. Payments... 1 A.Making a One-Time (Pay Now) Donation/Payment

More information

Distributed Systems. 25. Authentication Paul Krzyzanowski. Rutgers University. Fall 2018

Distributed Systems. 25. Authentication Paul Krzyzanowski. Rutgers University. Fall 2018 Distributed Systems 25. Authentication Paul Krzyzanowski Rutgers University Fall 2018 2018 Paul Krzyzanowski 1 Authentication For a user (or process): Establish & verify identity Then decide whether to

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

RCB Remote Banking Services. User Guide

RCB Remote Banking Services. User Guide RCB Remote Banking Services User Guide Contents 1. Introduction 2. First login and customer registration to RCB Remote Banking Services 2.1. Registration to RCB Online Banking 3. User login to RCB Online

More information

1. From the drop-down menu, select Money Transfer-Wires then Wire Input.

1. From the drop-down menu, select Money Transfer-Wires then Wire Input. Freeform Wires 1. From the drop-down menu, select Money Transfer-Wires then Wire Input. 2. Select the funding account from the Available Accounts box. Note: Only the accounts that have been permitted to

More information

Terms and Conditions for Remote Data Transmission

Terms and Conditions for Remote Data Transmission Terms and Conditions for Remote Data Transmission The following translation is provided for your convenience only. The original German text Bedingungen für Datenfernübertragung is binding in all respects.

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

Merchant Reporting Tool Interface guideline

Merchant Reporting Tool Interface guideline Merchant Reporting Tool Interface guideline For Merchant Service Center (MSC) Table of Contents 1) Introduction 2 2) Roles and Responsibilities 2 3) Log in 3 4) Merchant Reporting Dashboard 5 5) Settlement

More information

CS November 2018

CS November 2018 Authentication Distributed Systems 25. Authentication For a user (or process): Establish & verify identity Then decide whether to allow access to resources (= authorization) Paul Krzyzanowski Rutgers University

More information

Bankline. Import file layout guide SWIFT MT101 format

Bankline. Import file layout guide SWIFT MT101 format Bankline Import file layout guide SWIFT MT101 format Contents 1. Introduction to Bankline SWIFT MT101 import...2 1.1 What is Bankline SWIFT import?...2 1.2 Payment Type Derivation...2 1.3 SWIFT Character

More information

Bankline Internet Banking Export File Layout User Guide

Bankline Internet Banking Export File Layout User Guide Bankline Internet Banking Export File Layout User Guide Bankline Internet Banking Export File Layout User Guide 2 Contents 1. Introduction to Bankline export... 3 1.1 What is Bankline export?... 3 1.2

More information

K&H web Electra and web Electra+ user manual

K&H web Electra and web Electra+ user manual K&H web Electra and web Electra+ user manual 27.11.2017. 1 TABLE OF CONTENTS Introduction... 6 1. Computer environment, security information... 7 1.1 General information... 7 1.2 Managing the Electra access

More information

Business.Online Electronic Banking System for Corporates START

Business.Online Electronic Banking System for Corporates START Business.Online Electronic Banking System for Corporates START Business.Online is an electronic banking system offered by UniCredit Group in countries of Central and Eastern Europe including Russia and

More information

Welcome to Opus Bank Business Online Banking User Guide

Welcome to Opus Bank Business Online Banking User Guide Welcome to Opus Bank Business Online Banking User Guide 1.855.860.5952 TMClientSupport@opusbank.com www.opusbank.com Rev. 082012 Table of Contents First Time Log-in Without Security Token... 2 Set Security

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

Consent Model Guidelines

Consent Model Guidelines Consent Model Guidelines Part 1: Implementation Open Banking Read/Write API Date: October 2017 Version: v1.0 Classification: PUBLIC OBIE PUBLIC CONSENT MODEL GUIDELINES Page 1 of 25 Contents 1 Introduction

More information

Authorize.Net Magento 2.x Payment Module

Authorize.Net Magento 2.x Payment Module Authorize.Net Magento 2.x Payment Module User Guide Revision 1.0.1 September 17, 2018 Sep 17 2018 Authorize.Net Global Payment Management for Magento 2.x 1 Contents Document History... 4 1. Introduction...

More information

Integration Document. Supports Payumoney & Citrus

Integration Document. Supports Payumoney & Citrus Integration Document Supports Payumoney & Citrus Introduction This guide will show you how to Install and configure the PayUmoney plugin for Magento on your Magento powered website for payments through

More information

SEPA Credit Transfer Conversion Service:

SEPA Credit Transfer Conversion Service: SEPA Credit Transfer Conversion Service: Standard 18 File Specification Winbits This document is published by Bank of Ireland, and both it, and its contents, are the property of Bank of Ireland. This document

More information

If you have any questions then please check out the Frequently Asked Questions (FAQ) below (the answers are further down the page).

If you have any questions then please check out the Frequently Asked Questions (FAQ) below (the answers are further down the page). Contact and FAQ If you have any questions then please check out the Frequently Asked Questions (FAQ) below (the answers are further down the page). Hopefully this will help you answer your question much

More information

Registration & Payments User Guide

Registration & Payments User Guide Registration & Payments User Guide Contingency Payment Access Contents Contingency Payment Access 4 Introduction 4 1. Self-Registration 4 1.1. Password 4 1.2 Client Identification Number and Client Details

More information

QR Code Specification for Payment Systems (EMV QRCPS)

QR Code Specification for Payment Systems (EMV QRCPS) EMV QR Code Specification for Payment Systems (EMV QRCPS) Merchant-Presented Mode Version 1.0 July 2017 Legal Notice The EMV Specifications are provided AS IS without warranties of any kind, and EMVCo

More information

CHICAGO BRANCH 19 S LaSalle Street, Suite 200 Chicago IL 60603

CHICAGO BRANCH 19 S LaSalle Street, Suite 200 Chicago IL 60603 CHICAGO BRANCH 19 S LaSalle Street, Suite 200 Chicago IL 60603 INTERNET BANKING STEP-BY-STEP GUIDE TO ENROLL ONLINE Pre-condition You should be existing account holder in State Bank of India, Chicago (The

More information

Personal account manual A ME

Personal account manual A ME Personal account manual A.005.34.01-01.ME 05.07.2018 Table of Contents 1. Logging in... 4 2. Main page... 6 3. Orders monitor... 6 3.1. Orders search... 7 3.2. Search results... 8 3.3. Saving data to file...

More information

Open Banking Consent Model Guidelines. Part 1: Implementation

Open Banking Consent Model Guidelines. Part 1: Implementation Open Banking Consent Model Guidelines Part 1: Implementation Open Banking Read/Write API October 2017 Contents 1 Introduction 3 2 Open Banking Consent Model - Consent, Authentication and Authorisation

More information

No Description of Field. 1 BAR CODE 1.1 Please ignore as is currently not in use. DATE APPLICATION TYPE. 4 Section 1- APPLICANT'S DETAILS

No Description of Field. 1 BAR CODE 1.1 Please ignore as is currently not in use. DATE APPLICATION TYPE. 4 Section 1- APPLICANT'S DETAILS 1 BAR CODE 1.1 Please ignore as is currently not in use. 2 DATE 2.1 User able to select From Dropdown calendar 2.2 or perform manual Input ( DDMMYYYY ) 2.3 After selection or input, date will be displayed.

More information

What are Bitmaps[edit]

What are Bitmaps[edit] What are Bitmaps[edit] Within ISO 8583, a bitmap is a field or subfield within a message which indicates which other data elements or data element subfields may be present elsewhere in a message. A message

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

Joint Initiative on a PSD2 Compliant XS2A Interface NextGenPSD2 XS2A Framework Operational Rules

Joint Initiative on a PSD2 Compliant XS2A Interface NextGenPSD2 XS2A Framework Operational Rules Joint Initiative on a PSD2 Compliant XS2A Interface NextGenPSD2 XS2A Framework Operational Rules 02.10.2017 Notice This Specification has been prepared by the Participants of the Joint Initiative pan-european

More information

Planned End Date (if known): The date the emarket should be decommissioned if this store should not remain active after a certain date.

Planned End Date (if known): The date the emarket should be decommissioned if this store should not remain active after a certain date. An ecommerce Request Form [.pdf] must be completed and approved before accepting ecommerce credit card payments via Cashnet emarket, a university approved ecommerce application. The following instructions

More information

Enrolling for Mobile Money

Enrolling for Mobile Money Enrolling for Mobile Money Log onto Internet Banking Go to Services> Mobiliti Click on Enroll Check the box next to I accept these Terms and Conditions and the continue button will appear after the check

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

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

CitiDirect BE SM Mobile

CitiDirect BE SM Mobile CitiDirect BE SM Mobile User Guide Treasury and Trade Solutions CitiDirect BE Mobile Table of Contents Table of Contents CitiDirect BE SM Mobile Introduction...2 How to use CitiDirect BE Mobile For Entitled

More information

User Manual for U-Bank New York

User Manual for U-Bank New York User Manual for U-Bank New York China Merchants Bank New York Branch December 2016 Content 1. Overview... 4 1.1 Who Should Read This Guide?... 4 1.2 What Should You Know About U-Bank NY?... 4 1.2.1 Maker-Checker

More information

Treasury Management User Guide. Online Banking

Treasury Management User Guide. Online Banking Treasury Management User Guide Online Banking Released August 2018 Treasury Management... 4 Logging in to Treasury Management...5 Helpful Hints...10 User Menu... 12 Profile and Preferences... 12 Notification

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

Personal account manual A ME

Personal account manual A ME Personal account manual A.005.34.01-01.ME 08.04.2019 Table of Contents 1. Logging in... 4 2. Main page... 6 3. Orders monitor... 6 3.1. Orders search... 7 3.2. Search results... 9 3.3. Saving data to file...

More information

If you have rights to use the Manage Recipients feature, you can use the Recipient Management page to add a recipient.

If you have rights to use the Manage Recipients feature, you can use the Recipient Management page to add a recipient. MANAGING RECIPIENTS Recipients will be used for ACH* and Wire Transfer*. On the Recipient Management page, recipients appear as cards in a grid or as items in a list. The grid view and the list view include

More information

Message flow and use of EDIFACT Corporate egateway

Message flow and use of EDIFACT Corporate egateway Message flow and use of EDIFACT Corporate egateway Table of contents 1 PURPOSE OF THIS GUIDE...1 2 INTRODUCTION...1 2.1 THE EDIFACT MESSAGE STRUCTURE...2 2.2 SEGMENT TABLE NOTATION...3 3 IDENTIFICATION

More information