technical manual Direct Payments handelsbanken.se/e-handel

Size: px
Start display at page:

Download "technical manual Direct Payments handelsbanken.se/e-handel"

Transcription

1 Direct Payments handelsbanken.se/e-handel

2 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 company to Handelsbanken...8 From Handelsbanken to the company...10 Recrediting...12 From the company to Handelsbanken...12 From Handelsbanken to the company

3 Description of the service Handelsbanken s Direct Payment is a secure payment solution for e-commerce. This service is for private individuals. The smallest amount that can be transferred at Handelsbanken is SEK This is how it works The buyer visits the company s online store to buy goods or services. When it is time to pay for the goods, the buyer selects payment via Handelsbanken s Direct Payment service. The customer is then linked from the store to Handelsbanken s online service where he or she logs on as usual and selects the account from which the payment should be made. The amount payable and the payment reference accompany the link from the company to the Bank. The buyer cannot change the amount or the payment reference. When the buyer has signed for the purchase and the payment has been executed, information on the direct payment (amount, payment reference and payment status) is sent to the company via the buyer s web browser. The information is encrypted during transmission and is secured with a password that the Bank provides the company with when the service is set up. When the payment has been made, the customer sees the company s name on the account statement and the company sees the order number. 3

4 Direct Payment From the company to Handelsbanken The company links to Handelsbanken by using a form with the following content: <form action= haction=3&handoverdatatype=1&appname=ssse&language=sv&country=se method= post > It is possible to use an English version, but you must first change the language code and country code in the URL: <form action= haction=3&handoverdatatype=1&appname=ssse&language=en&country=gb method= post > The store ID, order amount, return URL, and check sum are in hidden fields and are filled in by the company. Field Type Description Butikid String, 4 numeric characters A code that uniquely identifies a company linked to Direct Payment. (Store ID) Handelsbanken assigns this code to the company. Orderbelopp (Order amount) String, max. 10 alphanumeric characters. String, max. 9 numeric characters. The last two digits always signify öre. The code that uniquely identifies an order with the company. The order number may be shorter if the company prefers this, but not longer. The order amount that is transferred from the buyer s account to the company s account. Note that the amount does not contain any demarcation to set off the öre. The last two positions represent öre. For example, SEK 265 is written as Ordernummer (Order number) Senastebokningstid (Latest booking time) Sträng, 14 characters. (YYYYMMDDTTMMSS). A string that contains the date and time. The Bank will not book the payment after this time. Delays may occur so the payment does not immediately arrive at the Bank. The company can use this parameter to set the latest time when the Bank is permitted to book a payment. Retururl (Return URL) String, 150 characters. The URL which Handelsbanken will link the buyer back to (includes the start characters i.e. the page that confirms the order in the company s system. Kontrollsumma (Check sum) String, 32 characters. This string checks that no manipulation of the data has taken place during transmission. The string is constructed by combining the store ID, order number and order amount in that order, to a string without field demarcations. A pre-agreed secret word is added to the string. This string is then subjected to an MD5 hashing, which after transformation into a readable format produces a string of 32 characters. Check that the check sum agrees with the data sent in before payment is executed.the calculation is done with the exact field content. For example, if the order amount is 15000, the calculations are made using the and not

5 Example of a form <HTML> <HEAD><TITLE>HANDELSBANKEN - DIREKTBETALNING</TITLE> <BODY TEXT= BGCOLOR= ffffff > <FONT FACE= Arial,Helvetica SIZE=+2 COLOR= # > <B>Handelsbanken</B><BR><BR> </FONT> <FONT FACE= Arial,Helvetica > You will now be redirected to Handelsbanken s website for Direct Payment.<BR> You log on as normal.<br><br> </FONT> <form action= haction=3&handoverdatatype=1&appname=ssse&language=sv&country=se method= post > <INPUT TYPE= submit VALUE= Klicka här för att genomföra betalningen > <INPUT TYPE= hidden NAME= butikid VALUE= 9999 ><BR> <INPUT TYPE= hidden NAME= ordernummer VALUE= ABCD ><BR> <INPUT TYPE= hidden NAME= orderbelopp VALUE= 1100 ><BR> <INPUT TYPE= hidden NAME= kontrollsumma VALUE= 26efb0517cdfbbacb13a61e91feae16d ><BR> <INPUT TYPE= hidden NAME= senastebokningstid VALUE= ><BR> <INPUT TYPE= hidden NAME= retururl VALUE= ><BR> <BR> </FORM> </BODY> </HTML> Note that the check sum is calculated using the store ID, order number, order amount and secret word. The check sum above is calculated using the secret word = aaaabbbb. 5

6 Direct Payment Fom Handelsbanken to the company Handelsbanken links back to the company using a form with the following content: <FORM ACTION= Den inskickade retururl METHOD= post > The order number, status, time stamp and checksum are in hidden fields and are filled in by Handelsbanken. Field Type Description Butikid String, 4 numeric characters A code that uniquely identifies a company linked to Direct Payment. (Store ID) Handelsbanken assigns this code to the company. Ordernummer (Order number) String, max. 10 alphanumeric characters The code that uniquely identifies an order with the company. The order number may be shorter if the company prefers this, but not longer. Orderbelopp (Order amount) String, max. 9 numeric characters. The last two digits always signify öre. The order amount that is transferred from the buyer s account to the company s account. Note that the amount does not contain any demarcation to set off the öre. The last two positions represent öre. For example, SEK 265 is written as Status String, 1 numeric character Contains a zero or a one. The zero denotes that the payment worked and a one that it did not work. Timestamp String, 14 characters (YYYYMMDDTTMMSS). A string containing the time the response was created in Handelsbanken s server. Kontrollsumma (Check sum) String, 32 characters. This string checks that no manipulation of the data has taken place during transmission. The string is constructed by combining the store ID, order number, order amount, status and time stamp in that order, into a string without field demarcations. A pre-agreed secret word is added to the string. This string is then subjected to an MD5 hashing, which after transformation into a readable format produces a string of 32 characters. Check that the check sum agrees with the data sent in before payment is executed. The calculation is done with the exact field content. For example, if the order amount is 15000, the calculations are made using the and not

7 Example of a form Hidden fields in the response form when the transfer is OK <INPUT TYPE= hidden NAME= butikid VALUE= 9999 > <INPUT TYPE= hidden NAME= ordernummer VALUE= ABCD > <INPUT TYPE= hidden NAME= orderbelopp VALUE= 1100 > <INPUT TYPE= hidden NAME= status VALUE= 0 > <INPUT TYPE= hidden NAME= timestamp VALUE= > <INPUT TYPE= hidden NAME= kontrollsumma VALUE= 1f3caf897286c3159b65a705cf > The check sum is calculated using the store ID, order number, order amount, status, time stamp and secret word. Hidden fields in the response form when the transfer is cancelled <INPUT TYPE= hidden NAME= butikid VALUE= 9999 > <INPUT TYPE= hidden NAME= ordernummer VALUE= ABCD > <INPUT TYPE= hidden NAME= orderbelopp VALUE= 1100 > <INPUT TYPE= hidden NAME= status VALUE= 1 > <INPUT TYPE= hidden NAME= timestamp VALUE= > <INPUT TYPE= hidden NAME= kontrollsumma VALUE= b6914cca7702f96983a06c694b00ce34 > The check sum is calculated using the store ID, order number, order amount, status, time stamp and secret word. If an error occurs in the transfer (status=1) at an early stage, we cannot produce any check sum and thus there is no value in this field. <INPUT TYPE= hidden NAME= kontrollsumma VALUE= > Note that the check sum above is calculated using the secret word = aaaabbbb. 7

8 Payment check From the company to Handelsbanken Handelsbanken is sometimes unable to send back an electronic receipt to the company. This may be due to the customer going offline, a disruption or other reason. To find out if an order has been carried out, the company can send an inquiry to us regarding unconfirmed orders. The inquiry may contain one or more orders and be initiated at an interval that the company can select. The technical adaptation required to use the payment control is described below. IP address The company calls up Handelsbanken from the IP address that the Bank has been informed about. The Bank checks that the call comes from the correct IP address. If this is incorrect, the call is rejected. Therefore, it is very important that the correct IP address is entered in the information that is submitted to the Bank when the agreement is signed. Companies that want to use several IP addresses may do so providing they have the same number series. One or more of the final positions in the IP address can then be replaced with?. Encryption The encryption must be 128 bits. Form The company links to Handelsbanken using a form with the following content: <FORM ACTION= betalkontroll METHOD= post > The version no., store ID, number, order number1, order number2, etc. and check sum are in hidden fields and are filled in by the company. Example: can be written ? or ?? or ???. However, an agreement cannot include IP addresses that are totally different. 8

9 Field Type Description Versionsnr String, 4 numeric characters A number that identifies the version of the payment check function (Version no.) that is called up at Handelsbanken. This is set as 1. Butikid (Store ID) String, 4 numeric characters A code that uniquely identifies a company linked to Direct Payment. Handelsbanken assigns this code to the company. Antal (Number) String, 3 numeric characters A number that identifies how many order numbers are to be checked. Max 500. Ordernummer (Order number) String, max. 10 alphanumeric characters. The code that uniquely identifies an order with the company. The order number may be shorter if the company prefers this, but not longer. Max 500. Kontrollsumma (Check sum) String, 32 characters. This string checks that no manipulation of the data has taken place during transmission. The string is constructed by joining the version no. store ID, number, order number 1, order number 2 in that order to a string without field demarcations. A pre-agreed secret word is added to the string. This string is then subjected to an MD5 hashing, which after transformation into a readable format produces a string of 32 characters. Check that the check sum agrees with the data sent in before payment is executed. The calculation is done with the exact field content. For example, if the order amount is 10, the calculations are made using the 10 and not 010. Example <INPUT TYPE= hidden NAME= versionsnr VALUE= 1 > <INPUT TYPE= hidden NAME= butikid VALUE= 1234 > <INPUT TYPE= hidden NAME= antal VALUE= 3 > <INPUT TYPE= hidden NAME= ordernummer1 VALUE= A > <INPUT TYPE= hidden NAME= ordernummer2 VALUE= A > <INPUT TYPE= hidden NAME= ordernummer3 VALUE= A > <INPUT TYPE= hidden NAME= kontrollsumma VALUE= 26ad3af832f376ed43243f408350d837 > Note that the check sum above is calculated using a secret word = aaaabbbb. 9

10 Payment check From Handelsbanken to the company Form Handelsbanken replies to the company s Http request by using a page with the following content:store ID, number, order number 1, status1, remain_order amount1, order number 2, status2, remain_order amount2, etc. and check sum. These are located in hidden fields and are filled in by Handelsbanken. Field Type Description Butikid String, 4 numeric characters A code that uniquely identifies a company linked to Direct Payment. (Store ID) Handelsbanken assigns this code to the company. Antal (Number) String, 3 numeric characters A number that identifies how many order numbers are to be checked. Orderbelopp (Order amount) String, max. 10 alphanumeric characters. The code that uniquely identifies an order with the company. The order number may be shorter if the company prefers this, but not longer. Status String, 1 numeric character 0 = Order OK. 1 = Order not OK. kvarv_orderbelopp (remaining order amount) The order amount remaining after any credits. Note that the amount does not contain any demarcation to set off the öre. The last two positions represent öre. For example, SEK 265 is written as Kontrollsumma (Check sum) String, 32 characters. This string checks that no manipulation of the data has taken place during transmission. The string is constructed by joining the store ID, number, order number1, status 1, remaining amount1, order number2, status2, remaining amount2 in that order to a string without field demarcations. A pre-agreed secret word is added to the string. This string is then subjected to an MD5 hashing, which after transformation into a readable format produces a string of 32 characters. 10

11 Example <INPUT TYPE= hidden NAME= butikid VALUE= 1234 > <INPUT TYPE= hidden NAME= antal VALUE= 3 > <INPUT TYPE= hidden NAME= ordernummer1 VALUE= A > <INPUT TYPE= hidden NAME= status1 VALUE= 0 > <INPUT TYPE= hidden NAME= kvarv_orderbelopp1 VALUE= > <INPUT TYPE= hidden NAME= ordernummer2 VALUE= A > <INPUT TYPE= hidden NAME= status2 VALUE= 1 > <INPUT TYPE= hidden NAME= kvarv_orderbelopp2 VALUE= 0 > <INPUT TYPE= hidden NAME= ordernummer3 VALUE= A > <INPUT TYPE= hidden NAME= status3 VALUE= 0 > <INPUT TYPE= hidden NAME= kvarv_orderbelopp3 VALUE= > <INPUT TYPE= hidden NAME= kontrollsumma VALUE= 1a3dfaf2233f0ac5ed3eec66eb47b16e > Note that if the order is not OK, there will be a zero in kvarv_orderbelopp. The check sum above is calculated using a secret word = aaaabbbb. Error management If a technical error occurs, for example, the check sum from the company is not correct or there is some other error at the Bank, then the session is cancelled and the Bank ends the call. 11

12 Recrediting From the company to Handelsbanken When a customer has made a purchase and made payment using Handelsbanken s Direct Payment, the company sometimes may not be able to deliver all or part of the order. The customer can also ask for a refund of a product or service. The company can refund a customer using the Recredíting service. To make a recredit, the order must have been paid using Handelsbanken s Direct Payment. The recredit must NOT exceed the original order amount. Recredits can be done several times for the same order but each recredit must NOT exceed the remaining order amount after deduction. The technical adaptation required for recrediting is described below. IP-adress The company calls up Handelsbanken from the IP address that the Bank has been informed about. The Bank checks that the call comes from the correct IP address. If this is incorrect, the call is rejected. Encryption The encryption must be 128 bits. Form The company links to Handelsbanken using a form with the following content: <FORM ACTION= kreditering METHOD= post > The version no., store ID, number, order number and check sum are in hidden fields and are filled in by the company. 12

13 Field Type Description Versionsnr (Version no.) String, 4 numeric characters. A number that identifies the version of the payment check function that is called up at Handelsbanken. This is set as 1. Butikid (Store ID) Ordernummer (Order number) String, 4 numeric characters. String, max. 10 alphanumeric characters A code that uniquely identifies the company connected to Direct Payment. Handelsbanken assigns this code to the company. The code that uniquely identifies an order with the company. The order number may be shorter if the company prefers this, but not longer. kvarv_orderbelopp (remaining order amount) krediteringsbelopp (credit amount) kontrollsumma (check sum) String, max. 9 numeric characters. The last two digits always signify öre. String, max. 9 numeric characters. The last two digits always signify öre. String, 32 characters. The remaining amount of the order before crediting. Amount to recredit This string checks that no manipulation of the data has taken place during transmission. The string is constructed by combining the version number, store ID, order number, remaining order amount and credit amount in that order, to a string without field demarcations. A pre-agreed secret word is added to the string. This string is then subjected to an MD5 hashing, which after transformation into a readable format produces a string of 32 characters. Check that the check sum agrees with the data sent in before the recredit is executed. The calculation is done with the exact field content. For example, if the version is 1, the calculations are made using the 1 and not Exemple <INPUT TYPE= hidden NAME= versionsnr VALUE= 1 > <INPUT TYPE= hidden NAME= butikid VALUE= 1234 > <INPUT TYPE= hidden NAME= ordernummer VALUE= A > <INPUT TYPE= hidden NAME= kvarv_orderbelopp VALUE= > <INPUT TYPE= hidden NAME= krediteringsbelopp VALUE= > <INPUT TYPE= hidden NAME= kontrollsumma VALUE= b8e6faaf3cca294814d0e06a8d4dac49 > Note that the check sum above is calculated using a secret word = aaaabbbb. 13

14 Recrediting From Handelsbanken to the company Form Handelsbanken replies to the company s Http request by using a page with the following content: store ID, order number, status, remaining order amount, order number and check sum. These are located in hidden fields and are filled in by Handelsbanken. Field Type Description Butikid (Store ID) String, 4 numeric characters A code that uniquely identifies a company linked to Direct Payment. Handelsbanken assigns this code to the company. Ordernummer (Order number) String, max. 10 alphanumeric characters The code that uniquely identifies an order with the company. The order number may be shorter if the company prefers this, but not longer. Status String, 1 numeric character 0 = Order OK. 1 = Order not OK. kvarv_orderbelopp (remaining order amount) String, max. 9 numeric characters. The last two digits always signify öre. The order amount remaining after any credits. Note that the amount does not contain any demarcation to set off the öre. The last two positions represent öre. For example, SEK 265 is written as Kontrollsumma (Check sum) String, 32 characters. This string checks that no manipulation of the data has taken place during transmission. The string is constructed by joining the store ID, number, order number1, status 1, remaining amount1, order number2, status2, remaining amount2 in that order to a string without field demarcations. A pre-agreed secret word is added to the string. This string is then subjected to an MD5 hashing, which after transformation into a readable format produces a string of 32 characters. 14

15 Example <INPUT TYPE= hidden NAME= butikid VALUE= 1234 > <INPUT TYPE= hidden NAME= ordernummer VALUE= A > <INPUT TYPE= hidden NAME= status VALUE= 0 > <INPUT TYPE= hidden NAME= kvarv_orderbelopp VALUE= > <INPUT TYPE= hidden NAME= kontrollsumma VALUE= 5f4fe282d1f360b880d a0a1a8 > Note that if the order is not OK, there will be a zero in remaining order amount (kvarv-orderbelopp). This is done if we have been unable to retrieve it from the Bank s databases. The check sum above is calculated using a secret word = aaaabbbb. Error management If a technical error occurs, for example, the check sum from the company is not correct or there is some other error at the Bank, then the session is cancelled and the Bank ends the call. Help & Support For help and support for technical questions, for example in connection with set-up, send an to kundsupporten.backoffice@handelsbanken.se 15

Implementation guide. Confirmation of receipt in Handelsbanken CSV format

Implementation guide. Confirmation of receipt in Handelsbanken CSV format Confirmation of receipt in Handelsbanken CSV format Version 1.1.0 Publishing date 7 January 2017 Table of contents 1 INTRODUCTION... 3 1.1 HISTORY... 3 2 INFORMATION ABOUT THE SERVICE... 4 2.1 PARTIES...

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

ecommerce Features Ability to control the width and height of suggested items on viewitem page. Can now limit the field length on a PDF template.

ecommerce Features Ability to control the width and height of suggested items on viewitem page. Can now limit the field length on a PDF template. ASI Computer Systems announces a Major Release for ecommerce with the release of! Ability to control the width and height of suggested items on viewitem page. Added NPC/Skipjack as a payment processor

More information

Back to Top Return here. Logging In Access and log in to Ariba. Access Receiving Navigate to the appropriate area to work with RCs

Back to Top Return here. Logging In Access and log in to Ariba. Access Receiving Navigate to the appropriate area to work with RCs 1 Ariba 9R1 Training Workbook: Receiving This document will review tips for receiving, rejecting, and editing a receipt (RC). RCs are a document type in Ariba used to indicate if items ordered via purchase

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

SIMnet Online Student Registration Guide School Name

SIMnet Online Student Registration Guide School Name Last Updated on 7/25/2014 SIMnet Online Student Registration Guide School Name uricba https://account.simnetonline.com Your SIMnet Log In Page Every school has its own SIMnet log in page. The account URL

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

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

PayPlug. The payment solution that increases your sales PAYPLUG EXTENSION FOR MAGENTO V1

PayPlug. The payment solution that increases your sales PAYPLUG EXTENSION FOR MAGENTO V1 PAYPLUG EXTENSION FOR MAGENTO V1 TABLE OF CONTENTS 1. INTRODUCTION..3 2. CONFIGURATION 4 2.1. CONNECT... 2.2. SETTINGS..5 2.3. PAYMENT PAGE..6 2.4. DISPLAY/HIDE PAYPLUG. 3. PAYMENT PAGE.6 3.1. REDIRECT.7

More information

Welcome to First Security Mobile

Welcome to First Security Mobile Welcome to First Security Mobile Frequently Asked Questions Questions General How much does this service cost? Is it secure? Which wireless carriers are supported? Do I need a data plan? I'm not enrolled

More information

HOW TO INTEGRATE A PAYPAL BUTTON INTO YOUR WEBSITE

HOW TO INTEGRATE A PAYPAL BUTTON INTO YOUR WEBSITE 1 HOW TO INTEGRATE A PAYPAL BUTTON INTO YOUR WEBSITE (c ) Laycock Publishing Limited You have full distribution rights to this publication, provided that it remains unaltered in any way whatsoever, and

More information

Online Fees Payments TERMS & CONDITIONS

Online Fees Payments TERMS & CONDITIONS Online Fees Payments TERMS & CONDITIONS This online payment system is provided by INSTITUTION viz. Neuron Labs School may update these terms from time to time and any changes will be effective immediately

More information

Implementation guidelines Credit / Debit advice Swish (mobile payments between private individuals)

Implementation guidelines Credit / Debit advice Swish (mobile payments between private individuals) Implementation guidelines Credit / Debit advice Swish (mobile payments between private individuals) CSV format Date of publication 2015-06-11 Contents 1 INTRODUCTION... 3 1.1 History... 3 2 INFORMATION

More information

DROPBOX.COM - PRIVACY POLICY

DROPBOX.COM - PRIVACY POLICY Dropbox Privacy Policy Last Modified: October 15, 2012 This Privacy Policy provides our policies and procedures for collecting, using, and disclosing your information. Users can access the Dropbox service

More information

01. User Registration

01. User Registration 01. User Registration User registration is required to use the SUBARU Tech-info Website. The procedure for completion of user registration is described in sequence below. Attention Before user registration,

More information

Welcome to CSB on Command Frequently Asked Questions

Welcome to CSB on Command Frequently Asked Questions Welcome to CSB on Command Frequently Asked Questions General How much does this service cost? There is currently no charge associated with the service. However, there may be charges associated with text

More information

Applicant Coupling. Users: Main Residency Match Applicants Fellowship Match Applicants

Applicant Coupling. Users: Main Residency Match Applicants Fellowship Match Applicants Applicant Coupling Users: Main Residency Match Applicants Fellowship Match Applicants Note: This Applicant Coupling guide explains how to complete this task using a mobile device. The menu options are

More information

Getting Started with Online Payments

Getting Started with Online Payments Getting Started with Online Payments Getting Started... 2 Steps for the Online Payment Process... 2 Step 1 Customer Visits Web Site... 2 Step 2 Redirected to Payment Center... 2 Step 3 Status Determined...

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

3 Sponsoring Distributors

3 Sponsoring Distributors 3 Sponsoring Distributors Sponsoring Distributors begins from the Business Center home page under the menu item My Business. Place the cursor on My Business to display the dropdown menu, and then move

More information

Nuclear Fuel Complex Recruitment Application User Manual

Nuclear Fuel Complex Recruitment Application User Manual Nuclear Fuel Complex Recruitment Application User Manual The application is best viewed in Google Chrome Version 66.0.3359.139 Browse the NFC website, following screen will be displayed. For New Applicant,

More information

Configuring SSL CHAPTER

Configuring SSL CHAPTER 7 CHAPTER This chapter describes the steps required to configure your ACE appliance as a virtual Secure Sockets Layer (SSL) server for SSL initiation or termination. The topics included in this section

More information

SIMnet Online Student Registration Guide

SIMnet Online Student Registration Guide Last Updated on 8/9/13 SIMnet Online Student Registration Guide Your SIMnet Login Page Every school has its own SIMnet login page. The account URL (Web address) always begins with https:// and ends with

More information

I-SUPPLIER MODULE. isupplier Module

I-SUPPLIER MODULE. isupplier Module I-SUPPLIER MODULE isupplier Module Authored by: Kiran Katti Version: 1.1 Date: 06-January-2015 Table of Contents Terms Used in the User Manual:... 2 Introduction to isupplier... 4 Requirements/Software

More information

Applicant Coupling. Users: Main Residency Match Applicants Fellowship Match Applicants

Applicant Coupling. Users: Main Residency Match Applicants Fellowship Match Applicants Applicant Coupling Users: Main Residency Match Applicants Fellowship Match Applicants Note: This Applicant Coupling guide explains how to complete this task using a mobile device. The menu options are

More information

I-Supplier Portal SIGN UP NOW SUPPLIERS REGISTRATION NATIONAL GUARD HEALTH AFFAIRS LOGISTICS & CONTRACTS MANAGEMENT DEADLINE 17 AUGUST 2011

I-Supplier Portal SIGN UP NOW SUPPLIERS REGISTRATION NATIONAL GUARD HEALTH AFFAIRS LOGISTICS & CONTRACTS MANAGEMENT DEADLINE 17 AUGUST 2011 NATIONAL GUARD HEALTH AFFAIRS LOGISTICS & CONTRACTS MANAGEMENT I-Supplier Portal SIGN UP NOW SUPPLIERS REGISTRATION DEADLINE 17 AUGUST 2011 TRANSACT AND COMMUNICATE ON LINE The material in this booklet

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

Manual Rabo Corporate Connect

Manual Rabo Corporate Connect Manual Rabo Corporate Connect Rabo Trade Access User Manual Export Collections & Direct Collections October 2016 Contents 1. Introduction... 3 2. Creating a collection in RTA... 4 2.1. Before you start...

More information

Software Support Registration

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

More information

Configuring SSL. SSL Overview CHAPTER

Configuring SSL. SSL Overview CHAPTER 7 CHAPTER This topic describes the steps required to configure your ACE appliance as a virtual Secure Sockets Layer (SSL) server for SSL initiation or termination. The topics included in this section are:

More information

COTY PROJECT USER MANUAL

COTY PROJECT USER MANUAL COTY PROJECT USER MANUAL _EN_GLO_YYYYMMDD FUNCTION: Supply Chain Planning TOPIC Confirmation through the portal a. Order Status b. Response Options c. Submitted confirmation Confirmation through Excel

More information

ACCEO Transphere- User Guide. User Guide. ACCEO Transphere - Acomba

ACCEO Transphere- User Guide. User Guide. ACCEO Transphere - Acomba User Guide ACCEO Transphere - Acomba Contents Activation... 3 Activating the Company... 4 Testing the Communication... 7 Transphere Customers... 8 Configuration... 8 Company Information... 8 Accounts Receivable...

More information

PLEXUS PAY PORTAL YOUR HOW-TO GUIDE

PLEXUS PAY PORTAL YOUR HOW-TO GUIDE PLEXUS PAY PORTAL YOUR HOW-TO GUIDE - 1 - Table of Contents Activate Account Activating Your Pay Portal Account 3 Navigating your Plexus Pay Portal 8 Managing your funds 17 Activating your Prepaid Card

More information

Qatar Rail. Web Tender Advertisement. User Manual Document (Public User) Version Number: 1.0. Printed: P a g e

Qatar Rail. Web Tender Advertisement. User Manual Document (Public User) Version Number: 1.0. Printed: P a g e Qatar Rail Web Tender Advertisement User Manual Document (Public User) Version Number: 1.0 Printed: 24-01-2019 1 P a g e Table of Contents 1 GENERAL... 3 1.1 Introduction... 3 2 SYSTEM DESCRIPTION... 3

More information

TERMS AND CONDITIONS PLEASE READ BEFORE USING ALL DOCMAIL PRINT AND POST SERVICES ISSUED 09/2017 TELEPHONE /

TERMS AND CONDITIONS PLEASE READ BEFORE USING ALL DOCMAIL PRINT AND POST SERVICES ISSUED 09/2017 TELEPHONE / TERMS AND CONDITIONS PLEASE READ BEFORE USING ALL DOCMAIL PRINT AND POST SERVICES ISSUED 09/2017 TELEPHONE. 01761 409701 / 409702 EMAIL. DOCMAILSUPPORT@CFH.COM What we aim to do for you We will take reasonable

More information

How to buy the ticket online

How to buy the ticket online How to buy the ticket online 1. Purchase 2. Purchase without registration 3. Payment options 4. Purchase summary e-mail 5. What to do if the transaction is not permitted or is refused 6. Online invoice

More information

Updated September 2014

Updated September 2014 Updated September 2014 2014 GoPrint Systems, Inc., All rights reserved. CashNet Configuration Guide 1 CashNet Required Settings Prior to configuring your CashNet connector, the following information MUST

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

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

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

https://agent.pointandpay.net/pointandpay_counter/

https://agent.pointandpay.net/pointandpay_counter/ Quick Reference Guide 1. How to login Point & Pay Save the Point&Pay Admin Web-URL in your favorites: https://agent.pointandpay.net/pointandpay_counter/ Always use Internet Explorer. Note: Avoid upgrading

More information

Fee: The monthly fee that WW will charge your account is $16.96.

Fee: The monthly fee that WW will charge your account is $16.96. Congratulations on taking the first step in joining Weight Watchers. The following document will provide you directions on how to finalize your enrollment on the Weight Watchers website. Fee: The monthly

More information

Student DyKnow Tutorial

Student DyKnow Tutorial VIRGINIA TECH Student DyKnow Tutorial Getting Started Guide Instructional Technology Team, College of Engineering Last Updated: Fall 2015 Email tabletteam@vt.edu if you need additional assistance after

More information

Registering as an Elia supplier on Ariba on invitation

Registering as an Elia supplier on Ariba on invitation Registering as an Elia supplier on Ariba on invitation About this document When an Elia buyer publishes a sourcing event and invites you to participate, you receive an invitation e-mail from Ariba, the

More information

core user guide business gateway TABLE OF CONTENTS BANKING > WEALTH > INSURANCE

core user guide business gateway TABLE OF CONTENTS BANKING > WEALTH > INSURANCE business gateway core user guide TABLE OF CONTENTS Getting Started... 2 Administration Approval... 8 Logging In... 2 Administration Report... 8 Electronic Report Delivery (ERD)... 17 Security Key... 2

More information

HOKIEMART PUNCHOUT CATALOG

HOKIEMART PUNCHOUT CATALOG HOKIEMART PUNCHOUT CATALOG Functional Overview Including Helpful Hints Last Updated April 12, 2018 pg. 1 Amazon PunchOut Catalog Location in HokieMart Remember! The HokieMart Amazon PunchOut Catalog is

More information

User Guide on SkillsFuture Credit (Individuals)

User Guide on SkillsFuture Credit (Individuals) User Guide on SkillsFuture Credit (Individuals) Table of Contents 1 Login... 3 2 View My Account Summary... 5 3 Submit a Claim... 7 3.1 Submitting a Claim for Training Exchange Courses... 7 3.2 Submitting

More information

JR KYUSHU RAIL PASS Online Booking

JR KYUSHU RAIL PASS Online Booking Customers who purchased a JR Kyushu Rail Pass and made seat reservation at JR KYUSHU RAILPASS Online Booking What you need: Your KRP Reservation No. + Your own password Table of contents (Click the item

More information

Welcome to United Bank - Mobile Banking!

Welcome to United Bank - Mobile Banking! Questions Welcome to United Bank - Mobile Banking! General Questions How much does this service cost? Is it secure? Which wireless carriers are supported? Do I need a text message or data plan? I'm not

More information

Configuring SSL. SSL Overview CHAPTER

Configuring SSL. SSL Overview CHAPTER CHAPTER 8 Date: 4/23/09 This topic describes the steps required to configure your ACE (both the ACE module and the ACE appliance) as a virtual Secure Sockets Layer (SSL) server for SSL initiation or termination.

More information

Fundraising Website Guide

Fundraising Website Guide This Guide will help you set-up and use your team s new fundraising website! Please let us know if you need any assistance or have any questions. This document will be updated regularly as we receive your

More information

Booking vacation packages (general)

Booking vacation packages (general) Outrigger Hotels and Resorts Vacations FAQs: Booking vacation packages (general) Am I booking my vacation package directly with Outrigger Hotels and Resorts? No, your booking is handled through Global

More information

CS LOXINFO eservice V.1.0.2

CS LOXINFO eservice V.1.0.2 CS LOXINFO eservice V.1.0.2 Version 1.0.2 CS LoxInfo Public Company Limited Document Details Document Name: Purpose of Document: End-User Manual Document version: V.1.0.2 Date of First Draft: 21/06/2016

More information

User Manual (Online Plot Application) Guidelines for submission of online plot application on MIDC Portal

User Manual (Online Plot Application) Guidelines for submission of online plot application on MIDC Portal User Manual (Online Plot Application) Guidelines for submission of online plot application on MIDC Portal Index 1. Introduction 2. Process for Registration 3. Pre-requisites for submission of online plot

More information

Payson Magento - All in One

Payson Magento - All in One Payson Magento - All in One The Payson all in one module will display all available payment options, including invoice. The previous Payson modules will display two separate payment windows as seen in

More information

PayPal Express Checkout Services

PayPal Express Checkout Services Title Page PayPal Express Checkout s Using the Simple Order API May 2017 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For general

More information

STEP-UP Supplier Central (SSC)

STEP-UP Supplier Central (SSC) STEP-UP Supplier Central (SSC) Quick Guide STEP-UP Supplier Central (SSC) Quick Guide STEP-UP Supplier Central (SSC) Quick Guide 1 Do tthee ffol llowing.... 1. Launch an Internet Explorer (I.E.) browser

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

Wirecard CEE Integration Documentation

Wirecard CEE Integration Documentation Created on: 20171225 08:33 by Wirecard CEE Integration Documentation () Created: 20171225 08:33 Online Guides Integration documentation 1/6 Created on: 20171225 08:33 by Initialization of Wirecard Data

More information

daa isupplier User Guide

daa isupplier User Guide daa isupplier User Guide December 2017 Contents Prerequisites... 3 Introduction... 4 1.1 Registration... 6 1.2 Login... 6 1.3 Basic Overview of the isupplier Portal Homepage... 7 1.4 Purchase Order Acceptance

More information

Supplier Quick Reference and How To Guide

Supplier Quick Reference and How To Guide and How To Guide For Help or Support support@primerevenue.com Toll Free USA & Canada: 1 800 557 8047 Toll Free Europe: 00800 7746 3000 Toll Free Asia: 001 800 7746 3000 Toll Free Australia: 1 800 217 718

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

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

RELEASE NOTES. Headlines. This document outlines the recent updates made to the Flood Re Portal.

RELEASE NOTES. Headlines. This document outlines the recent updates made to the Flood Re Portal. RELEASE NOTES This document outlines the recent updates made to the Flood Re Portal. Release Date 29/02/2016 Release Version 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4 Environment Operational Test Environment &

More information

TELECHOICE - POSTPAID MOBILE BROADBAND SERVICE PRICING TABLE SECTION 4 ARCHIVED OFFER PRICING PLANS FOR CUSTOMERS

TELECHOICE - POSTPAID MOBILE BROADBAND SERVICE PRICING TABLE SECTION 4 ARCHIVED OFFER PRICING PLANS FOR CUSTOMERS 1 TELECHOICE - POSTPAID MOBILE BROADBAND SERVICE PRICING TABLE SECTION 4 ARCHIVED OFFER PRICING PLANS FOR CUSTOMERS 1 ABOUT THIS SECTION... 2 2 MOBILE BROADBAND PLANS: 2.5 GB MOBILE BROADBAND (PLAN REF:

More information

Rabo Supplier Finance User Manual - Suppliers -

Rabo Supplier Finance User Manual - Suppliers - Rabo Supplier Finance User Manual - Suppliers - Page 2 of 33 Table of Contents 1 About This Document... 3 1.1 Objectives of This Document... 3 1.2 Inside This Document... 3 2 Rabo Supplier Finance platform...

More information

Individual (Submit by appointment) User Guide for QA i-portal

Individual (Submit by appointment) User Guide for QA i-portal Individual (Submit by appointment) User Guide for QA i-portal Version 1.0 Examples shown in this User Guide are for demonstration purpose only. They might not reflect the actual information published on

More information

JHA Payment Solutions ipay Solutions. Business Bill Pay. Funds Verification CSL Client Reference Guide. September 2018

JHA Payment Solutions ipay Solutions. Business Bill Pay. Funds Verification CSL Client Reference Guide. September 2018 JHA Payment Solutions ... 1 Enrollment Process... 2 Home Page... 3 Message Center... 4 Attention Required... 4 Shortcut Method... 4 Scheduled... 4 History... 4 Since You Last Logged In... 4 Payees Tab...

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

Present and Pay. User Manual Payer Analyst

Present and Pay. User Manual Payer Analyst Present and Pay User Manual Payer Analyst Table of Contents 1.0 Glossary of Terms... 1 2.0 How to Use this Manual... 3 3.0 Common User Features and Functions... 3 3.1 Present and Pay User Interface...

More information

eadministration User Guide Self Billing

eadministration User Guide Self Billing eadministration User Guide Self Billing New York Information in this user guide is subject to change without notice. Companies, names and data used in examples herein are fictitious unless otherwise noted.

More information

eway Payment Gateway Integration Guide

eway Payment Gateway Integration Guide eway Payment Gateway Integration Guide Sage Business Cloud Accounting has integrated with eway as an online payment portal for customer invoices. You will be able to email invoices generated in Sage Business

More information

VISIONTRACKER FREQUENTLY ASKED QUESTIONS FAQ

VISIONTRACKER FREQUENTLY ASKED QUESTIONS FAQ VISIONTRACKER FREQUENTLY ASKED QUESTIONS FAQ 1. FREQUENTLY ASKED QUESTIONS 1.1. TABLE OF CONTENTS 1. Frequently Asked Questions... 1 1.1. Table of Contents... 1 1.2. How to Open or Search for a Saved Application...

More information

CruiseSmarter PRIVACY POLICY. I. Acceptance of Terms

CruiseSmarter PRIVACY POLICY. I. Acceptance of Terms I. Acceptance of Terms This Privacy Policy describes CRUISE SMARTER policies and procedures on the collection, use and disclosure of your information. CRUISE SMARTER LLC (hereinafter referred to as "we",

More information

Oracle isupplier. Supplier User Guide

Oracle isupplier. Supplier User Guide Supplier User Guide Table of Contents isupplier Application, Help and Support... 3 Registration... 3 For Help... 3 Overview... 4 User Registration... 5 Login to isupplier... 7 isupplier and Sourcing Responsibility

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

B2B Portal User Guide

B2B Portal User Guide B2B Portal User Guide Table of Contents Introduction..3 Logging In.4 Changing your original password......6 Ordering Product....7 Product Waiting Lists......8 Payment Options.. 14 Finalizing your Order...

More information

People. Processes. Integrating Globally.

People. Processes. Integrating Globally. People. Processes. Integrating Globally. Course: isupplier for Suppliers Table of Contents Table of Contents Course Introduction...4 L1: Vendor Registration... 6 Register for isupplier using SteelTrack

More information

Bank Reconciliation Release 2015

Bank Reconciliation Release 2015 Bank Reconciliation Release 2015 Disclaimer This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references, may change without notice.

More information

Oracle Banking Digital Experience

Oracle Banking Digital Experience Oracle Banking Digital Experience Merchant Payments User Manual Release 18.1.0.0.0 Part No. E92727-01 January 2018 Merchant Payments User Manual January 2018 Oracle Financial Services Software Limited

More information

Oracle FLEXCUBE Direct Banking

Oracle FLEXCUBE Direct Banking Oracle FLEXCUBE Direct Banking Retail Customer Services User Manual Release 12.0.3.0.0 Part No. E52543-01 April 2014 Retail Customer Services User Manual April 2014 Oracle Financial Services Software Limited

More information

Empathy Parent Manual

Empathy Parent Manual Empathy Parent Manual www.itschools.co.za Contents Overview... 1 What is Empathy?... 1 How to Order Books... 1 Getting Started: Registration and Login... 1 Registration for New Users... 1 Account Creation...

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

Important Notice. Important Notice

Important Notice. Important Notice Important Notice Varien reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time and to discontinue any product or service

More information

How to register and verify yourself on Advcash

How to register and verify yourself on Advcash How to register and verify yourself on Advcash 1. Go to www.advcash.com 2. Click on LOG IN in the upper right corner 3. Press Register 4. Fill out your correct personal details 5. You have now created

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

WELCOME to Qantas Group isupplier

WELCOME to Qantas Group isupplier WELCOME to Qantas Group isupplier A manual for suppliers Welcome to our isupplier help manual. You re receiving this manual as you are one of our preferred suppliers with access to the isupplier Portal.

More information

* IMPORTANT* Welcome to QVCC s Non Credit Online/Flexible Registration

* IMPORTANT* Welcome to QVCC s Non Credit Online/Flexible Registration Welcome to QVCC s Non Credit Online/Flexible Registration For Non Credit Courses * IMPORTANT* Do not use your internet browser s BACK button while in Flexible Registration. Press OK to any security popups

More information

Terms and Conditions of on-line ticket sales for productions held at the Krakow Opera at ul. Lubicz 48 through the site

Terms and Conditions of on-line ticket sales for productions held at the Krakow Opera at ul. Lubicz 48 through the site Terms and Conditions of on-line ticket sales for productions held at the Krakow Opera at ul. Lubicz 48 through the site www.opera.krakow.pl I. GENERAL PROVISIONS 1. These Terms and Conditions set out the

More information

Contents. Lehigh Unimarket Receiving

Contents. Lehigh Unimarket Receiving Contents Logging In... 2 Receiving... 2 a. Action... 4 i. Receive... 4 ii. Return -... 4 iii. Manually Close... 4 b. Receiving Date... 4 c. Note... 4 Over Receiving... 4 Undo Receiving... 5 Returns...

More information

Oddcast Affiliate Program. User s Guide. 6/28/2007 Release 1.1. Oddcast, Inc. 1

Oddcast Affiliate Program. User s Guide. 6/28/2007 Release 1.1. Oddcast, Inc. 1 Oddcast Affiliate Program User s Guide 6/28/2007 Release 1.1 Oddcast, Inc. 1 Information in this document is subject to change without notice. Companies, names and data used in examples herein are fictitious

More information

FUNCTIONAL SIZE MEASUREMENT USING THE COSMIC METHOD EXAMPLE: ONLINE SHOPPING

FUNCTIONAL SIZE MEASUREMENT USING THE COSMIC METHOD EXAMPLE: ONLINE SHOPPING FUNCTIONAL SIZE MEASUREMENT USING THE COSMIC METHOD EXAMPLE: ONLINE SHOPPING Copyright 2014. All Rights Reserved. Mónica Villavicencio and Alain Abran Permission to copy all or part of this material is

More information

USER GUIDE. June 2012 VERSION 1.0. Supplier Portal. Kimberly-Clark. E-sourcing

USER GUIDE. June 2012 VERSION 1.0. Supplier Portal. Kimberly-Clark. E-sourcing USER GUIDE June 2012 VERSION 1.0 Supplier Portal Kimberly-Clark E-sourcing Copyright 2005, Kimberly-Clark Worldwide, Inc. All rights reserved. This document and its associated training materials are proprietary

More information

CitiDirect Online Banking

CitiDirect Online Banking CitiDirect Online Banking Reports and Inquiry Guide February 2009 3 Contents Overview 2 Report vs. Inquiry 3 Additional Resources 3 Online Help 3 CitiDirect Customer Support 3 Setting Preferences for Reports

More information

Travelers Rest Festival Privacy Policy. Privacy Policy. PRIVACY POLICY LAST UPDATED: MAY

Travelers Rest Festival Privacy Policy. Privacy Policy.  PRIVACY POLICY LAST UPDATED: MAY Travelers Rest Festival Privacy Policy Privacy Policy http://travelersrestfest.com/ PRIVACY POLICY LAST UPDATED: MAY 24 2018 This Privacy Policy describes our policies on the collection, use and disclosure

More information

Member Login User Manual

Member Login User Manual Ph.: 07420052020 Web: www.upayogee.com E-mail: salespune@upayogee.com Software India Pvt. Ltd. Upayogee Society Management Software Member Login User Manual Registered Office : 216 Tower 2, World Trade

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

worldwide electronic ip renewal

worldwide electronic ip renewal www.ip-pay.com worldwide electronic ip renewal Online Manual Table of contents: 1. Introduction 2. Security notice 3. Order placement 4. Order tracking ip-pay manual 2016 page 1 1. Introduction ip-pay

More information

SitelokTM. Stripe Plugin V1.5

SitelokTM. Stripe Plugin V1.5 SitelokTM Stripe Plugin V1.5 Sitelok Stripe Plugin Manual Copyright 2015-2018 Vibralogix. All rights reserved. This document is provided by Vibralogix for informational purposes only to licensed users

More information

Privacy Policy Personal identification information Non-personal identification information Web browser cookies

Privacy Policy Personal identification information Non-personal identification information Web browser cookies Privacy Policy This Privacy Policy governs the manner in which Wavelry Belmont Elementary PTO collects, uses, maintains and discloses information collected from users (each, a "User") of the https:// www.waverlybelmontpto.org/

More information