Version 1.1. Mobile Optimisation

Size: px
Start display at page:

Download "Version 1.1. Mobile Optimisation"

Transcription

1 Version 1.1 1

2 Table Of contents 1. Introduction. Page SmartPay mobile payment pages... Page A simple and straight forward Multi page..page 3 2. How to integrate...page Option 1: native applications.page Option 2: rich web applications Page GET URLs..Page 4 3. How to set-up your skins...page 6 4. Payment completion: dealing with redirection back to your app...page Returning shoppers.page Supported payment methods Page 8 5. Security...Page 9 6. Supported handsets..page Open source toolkits..page 11 2

3 Introduction What is the Barclaycard SmartPay Mobile Multi page and how can you integrate it into your mobile payment process? That is what this manual aims to explain. This is a technical manual that has been written primarily for IT personnel involved in integrating merchant applications with the Barclaycard SmartPay platform. Barclaycard SmartPay Multi page is used to receive payments by credit card and by other payment methods. Barclaycard SmartPay Multi page integration is broken down into the following sections: The Barclaycard SmartPay Multi page is an integral part of the overall Barclaycard SmartPay platform, so this manual should be viewed as an addition to the Barclaycard SmartPay Hosted Payment Page Integration Guide and the Barclaycard SmartPay Skins Guide. Barclaycard SmartPay Multi page: the concept behind the Barclaycard SmartPay Multi page and the basic implementation details needed to integrate from the merchants mobile application Security: the special considerations needed for use of Barclaycard SmartPay in a mobile payment environment, where security is crucial Handsets: the mobile toolkits and Barclaycard SmartPay Skin technology available to support various devices and operating systems. Many concepts referred to throughout this document are fully explained in our other manuals. To see the latest versions of these, please refer to our resource centre website: 3

4 Barclaycard SmartPay Multi page has been designed to provide a flexible, secure and easy way for customers to pay for goods and services with mobile devices. When making a payment from their mobile device, the customer is transferred to the Barclaycard SmartPay Multi page where payment is processed. Then, when the payment is successfully completed, the customer is redirected back to the mobile application. A simple and straightforward solution Barclaycard SmartPay uses a web-based redirect model because global mobile payment screens take a great deal of work to implement for individual merchants. There are also usually a number of specifics and security concerns involved that can limit flexibility. For instance, adding a new payment method with a native application can take significant implementation; with the Barclaycard SmartPay platform it occurs at the click of a button. The mobile industry is constantly evolving and that s why Barclaycard SmartPay maintains the payment screen on your behalf. Simply install it once and we ll do the rest. Merchants can benefit from this straightforward and simple mobile payments solution with just one easy instalment of the most feature-rich offering in the market. Skins for Barclaycard SmartPay Multi page To integrate seamlessly with your own mobile application, the look and feel of the Barclaycard SmartPay Multi page is fully customisable. These customisations are referred to as skins, each one consisting of a set of customer HTML/JavaScript fragments, images and CSS style sheets. There are some guidelines for using skins for Barclaycard SmartPay Multi page featured in this manual, but you ll find our full guidelines in the Barclaycard SmartPay Skins Guide, which can be found in the Barclaycard SmartPay resource centre at 4

5 Integration from your mobile app or mobile site to the Barclaycard SmartPay Multi page is very straightforward. There are two variations of this method with different processes, but the implementation is otherwise the same. Option 1: native applications The first option is to build a native application for a specific mobile device or operating system. This type of application often results in optimised graphics and improved user interaction. GET URLs The following snippet of code shows how a GET URL is loaded in a WebViewUI on an Apple device: With a native application, you ll be using a WebView object to load the hosted Barclaycard SmartPay multi page in a browser. This is similar to an iframe and can be integrated seamlessly. Option 2: rich web applications The second option is to use a rich web application. This type of application is HTML(5) based, so the user achieves asimilar experience but the application itself is often easier to implement, maintain and port to different mobile devices or operating systems. To generate a GET URL, you can use an intermediary page on your own infrastructure that s able to accept a payment request and redirect to the appropriate Barclaycard SmartPay page. On the Apple iphone, this can be done as follows: For this, you ll be redirecting your customers to the Barclaycard SmartPay Multi page as though it were just another page of the rich web application you are using. The request to load the Barclaycard SmartPay Multi page internet page is the same as a standard integration using the Hosted Payment Pages. This is described in the Barclaycard SmartPay Integration Manual please check the support pages for information on how to download. Currently Barclaycard SmartPay is using a multipage payment flow as demonstrated in the screens pictured on the previous page. The URL for this is The server-side script, running on pay.example.com, would retrieve the order information from your database based on the ID, and create a full post on Barclaycard SmartPay. If you only connect from a mobile site, you can skip this intermediate step altogether and redirect straight to the Barclaycard SmartPay hosted payment pages. 5

6 For a mobile payment page, you ll want the formatting to be minimal, giving a clear user experience. This can be achieved by changing the default skin, which is supplied in the following ways. Payment pages on an Android Create a new skin in the SmartPay back office, as covered in the Skins guide, and download the selected skin to back with the following changes: open the folder CSS and the file Screen.css search and replace the phrase width: 900px; with width: 100%; repeat this action throughout the file save the file within your Skin, go to the folder INC and make the following changes to these files: cheader.txt - remove all content and replace with <div> pmheader.txt - remove all content save the files, re-zip and upload the Skin. Now, in the back office we need to change your Skin to be optimised for the mobile market: Payment pages on an iphone under the selected Skin, select Edit you should now see the Edit Skin configuration change the Skin Profile to iphone/android select Save Skin and Test. 6

7 After payment has been completed, a redirection will return the customer to your website. For mobile sites, this redirection poses no problem the result URL (the URL used to redirect back to the website) is just a normal internet URL. For iphone apps, however, the application needs to be notified of completed payment. A technology called a custom URL scheme (such as myapp://dostuff) can provide a solution. The Barclaycard SmartPay payment server will trigger the redirection to the custom scheme. This sends a callback to your application, which can then close the WebView and continue processing the order. The result URL that redirects the user back to your website can be configured as above. This process is referred to in the Barclaycard SmartPay Integration Manual, where you can see exactly which parameters are present such as reference numbers and the amount. 7

8 Returning shoppers At the moment, there s no perfect payment method out there for mobile devices typing in credit card details can still be seen as a time-consuming obstacle to mobile shoppers. So to optimise this process and improve future conversions, Barclaycard SmartPay advises implementing a different payment process for returning customers. With this method, the first purchase serves as a kind of registration process. Then, each time a customer returns, they ll be offered the opportunity to checkout with their previous payment details. Returning transactions like these are called One Click Payments and can be viewed on the following screenshot. Some merchants may prefer not to show the payment page at all to recurring shoppers instead, you can make a Barclaycard SmartPay Recurring API call from the mobile application. With various payment methods like credit cards and wallets, payments can be debited from the user account without showing any payment page. Of course, in instances such as these, clear communication with the shopper is essential since the merchant is liable for these types of payments. In the future, this same Barclaycard SmartPay Recurring API call will make it possible to aggregate micro payments, which will be periodically debited from the shopper s account. For more information about this, please speak to your Barclaycard SmartPay account manager. Supported payment methods As you can see from the screenshot, credit cards are supported using a native interface that s very easy for the customer to use. Other payment methods that rely solely on user input are already included or are planned to be. Some examples of these include PayPal and Alipay Payment methods that rely on redirection can be used, but may impact negatively on the user experience. This is because a web page is used that has been optimised for larger screens. Barclaycard SmartPay is always developing its payment method offering on mobile payment pages, so please contact your account manager to find out the latest news. 8

9 Security is crucial when it comes to processing payments, especially when integrating from within a mobile app. It s important to remember that your code although compiled is running on an untrusted handset. This means that in theory your code or the traffic between app and server could be reverseengineered, and any sensitive information retrieved. For the shared key used to sign the initial POST i.e. to produce the HMAC signature to the Barclaycard SmartPay Multi page this is especially the case. In Diagram 1, Flow A assumes that the shared key used for the HMAC signature calculation is stored within the app. A possible attack to this setup would include five steps: 1. reverse-engineering the app to retrieve the shared key 2. Proceeding with a regular in-app payment 3. Intercepting the signature along with the POST data 4. Tampering with the payment data, e.g. lowering the payment amount 5. Calculating a new signature with the tampered payment data to perform the POST of this data and signature on Barclaycard SmartPay Multi page. 9

10 To avoid this type of security threat, the shared key must be stored on a server in a trusted environment. Once that s been done, there are two approaches to using the setup. API call to a trusted server to retrieve the signature (see Diagram 2 Flow B). Here, the unsigned data is passed to the server via an API call and a signed string of this data is returned to the mobile app. Then there s a redirection via POSTing of the signature and unsigned data to the Barclaycard SmartPay Multi page. POSTing and redirection to the Multi page via the trusted server. This includes a mapping of product and customer to a unique ID stored in a trusted server. There, the ID of the product is extracted and mapped to the product and corresponding amount, which are then used for the HMAC calculation along with other payment data. This procedure can be transparent to the customer, since the server performs this calculation and redirects to the Multi page via POS when the calculations are finished. For more information on the HMAC calculation and its use, please refer to the Barclaycard SmartPay Integration Manual. 10

11 The demand for mobile applications is increasing, and so more and more different devices and mobile operating systems are emerging all the time. Fortunately, there are various open source toolkits available that can optimise rich internet applications automatically for whichever device/mobile operating system is being used. The goal is to have the best of both worlds the optimised user experience of a native application combined with the flexibility of a rich internet application. Open source toolkits Open source toolkits consist of JavaScript and CSS files. Using these, developers build just one application (pages) that works across multiple devices. Some toolkits are also able to provide easy interfaces to otherwise complex features. Barclaycard SmartPay also uses toolkits for its Multi page, Merchants using the Barclaycard SmartPay platform can easily configure a skin to use this toolkit and thereby optimise payment pages for mobile applications. Our current default toolkit Barclaycard SmartPay optimises payment pages primarily for the iphone and Android platforms. Currently Barclaycard SmartPay uses the open source toolkit when iphone/android (for modern WebKit-based mobile browsers is selected). But we re soon extending with other toolkits such as which will add support for BlackBerry and Windows phones. A very simple HTML payment page is also available for older mobile phones. By selecting this option in the dropdown box, you can again redirect the shopper to select.shtml. 11

12 12

Inline Checkout Implementation Guide

Inline Checkout Implementation Guide Inline Checkout Implementation Guide TOC 2 Contents Overview of This Document... 3 Standard Checkout Amazon Overview of Checkout by Checkout Overview of Inline Amazon Checkout by Overview of Who Should

More information

BluePay Apple Pay User Guide

BluePay Apple Pay User Guide BluePay Apple Pay User Guide This documentation contains a step-by-step guide on getting set up to accept In-App Apple Pay transactions within your ios app through a BluePay gateway account. If you are

More information

Business Chat Onboarding Your Business Chat Accounts. September

Business Chat Onboarding Your Business Chat Accounts. September Onboarding Your Accounts September 2018.1 Contents Overview 3 Create a Brand Profile... 4 Configure the Messages Header... 4 Create a Account... 4 Connecting to Your Customer Service Platform... 5 Connect

More information

Inline Checkout Implementation Guide

Inline Checkout Implementation Guide Inline Checkout Implementation Guide 2 Checkout by Amazon TOC Contents Overview of This Document... 3 Overview of Checkout by Amazon Inline Standard Checkout... 3 Who Should Read This Document...3 Prerequisites...

More information

QuickBooks Payments For WooCommerce : Introduction: Installation: Requirements:

QuickBooks Payments For WooCommerce : Introduction: Installation: Requirements: QuickBooks Payments For WooCommerce : Introduction: QuickBooks Payments For WooCommerce provides an easier, cost effective and simple alternative for a small business for accepting credit cards. Customers

More information

Webshop Plus! v Pablo Software Solutions DB Technosystems

Webshop Plus! v Pablo Software Solutions DB Technosystems Webshop Plus! v.2.0 2009 Pablo Software Solutions http://www.wysiwygwebbuilder.com 2009 DB Technosystems http://www.dbtechnosystems.com Webshos Plus! V.2. is an evolution of the original webshop script

More information

Certified Cordova Developer VS-1124

Certified Cordova Developer VS-1124 VS-1124 Certified Cordova Developer Certification Code VS-1124 Vskills certification for Cordova Developer assesses the candidate as per the company s need for developing mobile applications which work

More information

Best Practices Guide for Payments. Android August 2018

Best Practices Guide for Payments. Android August 2018 Best Practices Guide for Payments Android August 2018 Contents 3 Overview 4-5 Google Pay Payment Button: Do s & Don ts 5 Examples 6-7 Google Pay Logo & Mark: Do s & Don ts 7 Examples 8-9 Using Google Pay

More information

Signing Up Accessing Chatter On Your Computer On Your Smartphone Using Chatter Posting Like or Comment...

Signing Up Accessing Chatter On Your Computer On Your Smartphone Using Chatter Posting Like or Comment... Chatter Instructions Contents Signing Up... 2 Accessing Chatter... 5 On Your Computer... 5 On Your Smartphone... 6 Using Chatter... 9 Posting... 9 Like or Comment... 9 Share a File... 9 Search and Organize

More information

Checkout by Amazon Widget Reference Guide - Inline Checkout

Checkout by Amazon Widget Reference Guide - Inline Checkout Checkout by Amazon Widget Reference Guide - Inline Checkout TOC 2 Contents Overview of This Document... 3 Overview of Checkout by Amazon Inline Checkout... 3 Who Should Read This Document...3 Prerequisites...

More information

Embracing HTML5 CSS </> JS javascript AJAX. A Piece of the Document Viewing Puzzle

Embracing HTML5 CSS </> JS javascript AJAX. A Piece of the Document Viewing Puzzle Embracing HTML5 AJAX CSS JS javascript A Piece of the Document Viewing Puzzle Embracing HTML5: A Piece of the Document Viewing Puzzle For businesses and organizations across the globe, being able to

More information

OVERVIEW OF ONLINE TRANSACTION FLOW

OVERVIEW OF ONLINE TRANSACTION FLOW OVERVIEW OF ONLINE TRANSACTION FLOW POSSIBLE PROBLEMS FACED BY ONLINE SHOPPER USING CREDIT CARD FOR PAYMENT Scenario Stage Reasons Payment Status in ipay88 Report 1 I. Internet connection Online shopper

More information

Mobile Testing Survival Knowledge Part IV. Created by Ivette Doss

Mobile Testing Survival Knowledge Part IV. Created by Ivette Doss Mobile Testing Survival Knowledge Part IV Created by Ivette Doss 1 Objectives Today: Specific of Mobile Testing: Android SDK daily testing activities (screenshots and logs) Emulator/Simulator RDA Services

More information

QCon - Mobile Maps HTML5 Team Andrea

QCon - Mobile Maps HTML5 Team Andrea QCon London @Nokia - Mobile Maps HTML5 Team Andrea Giammarchi @WebReflection the what the whole story, in 8 words the whole story, in 8 words one does not simply create an HTML5 Application Nokia Mobile

More information

What s New lookserver 10

What s New lookserver 10 What s New lookserver 10 www.looksoftware.com blog.looksoftware.com info@looksoftware.com Contents Abstract... 3 lookserver skins... 3 HTML5 extensions... 6 Custom CSS class... 6 Input type... 7 Placeholder

More information

Frequently Asked Questions

Frequently Asked Questions Q. What is GTSE v.2.1.3? Frequently Asked Questions A. GTSE stands for Global Transport Secure ecommerce. GTSE v.2.1.3 is the next generation of Global Payments complete solution for small to mid-sized

More information

2CHECKOUT PLUG-IN USER GUIDE

2CHECKOUT PLUG-IN USER GUIDE support@simicart.com Phone: 084.4.8585.4587 2CHECKOUT PLUG-IN USER GUIDE Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL... 4 3. HOW TO CONFIGURE ON 2CHECKOUT.COM... 5 4. HOW TO CONFIGURE IN 2CHECKOUT

More information

SAMSUNG PAY FNB CONNECT WITH US. X Y a [ Your Hometown Bank

SAMSUNG PAY FNB CONNECT WITH US. X Y a [ Your Hometown Bank SAMSUNG PAY FNB Your Hometown Bank CONNECT WITH US X Y a [ SAMSUNG PAY Samsung Pay lets you enjoy the great features, benefits, and rewards of your FNB Visa Debit card. Use almost anywhere you can swipe

More information

ecorner Stores Plus CloudShops

ecorner Stores Plus CloudShops ecorner Stores Plus CloudShops Quick Start Guide ecorner Pty Ltd Australia Free Call: 1800 033 845 New Zealand: 0800 501 017 International: +61 2 9494 0200 Email: info@ecorner.com.au The information contained

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

Mobile Banking with Mobile Deposit FAQs

Mobile Banking with Mobile Deposit FAQs Mobile Banking with Mobile Deposit FAQs Getting Started Q. What is Mobile Banking? Mobile Banking is our mobile service that brings banking to your mobile phone & tablets. Mobile Banking allows you to

More information

Debit CardValet FAQs. Table of Contents. General... 2 Registration... 2 Controls and Alerts... 3 Transactions Debit CardValet FAQs Page 1

Debit CardValet FAQs. Table of Contents. General... 2 Registration... 2 Controls and Alerts... 3 Transactions Debit CardValet FAQs Page 1 Debit CardValet FAQs Table of Contents General... 2 Registration... 2 Controls and Alerts... 3 Transactions... 4 Debit CardValet FAQs Page 1 General Q1: Does CardValet work on Android phones and iphones?

More information

By Stephen Cavell, Kerry Ellwanger, and Jack Livingston

By Stephen Cavell, Kerry Ellwanger, and Jack Livingston By Stephen Cavell, Kerry Ellwanger, and Jack Livingston History PhoneGap created in 2009 by startup Nitobi. Open source way to access the native environment through an embedded WebView in a native app.

More information

Vantiv ecommerce for Magento 1 User Guide. Version 1.0.7

Vantiv ecommerce for Magento 1 User Guide. Version 1.0.7 Vantiv ecommerce for Magento 1 User Guide Version 1.0.7 Vantiv ecommerce for Magento 1... 1 User Guide... 1 1. Project... 3 2. Onboarding... 3 3. Installation... 3 4. Configuration... 5 5. Nuances for

More information

Wirecard CEE Integration Documentation

Wirecard CEE Integration Documentation Wirecard CEE Integration Documentation () Created: 20181103 22:26 Online Guides Integration documentation 1/6 Integration for Mobile Devices General information No matter which business case is adopted

More information

User Experience Enhancements...2 New Mobile and Social...3. Click to Cloud Connectors...3 Media Gallery...4 Mobile...5

User Experience Enhancements...2 New Mobile and Social...3. Click to Cloud Connectors...3 Media Gallery...4 Mobile...5 June 2013 Update Table of Contents User Experience Enhancements...2 New Mobile and Social...3 Click to Cloud Connectors...3 Media Gallery...4 Mobile...5 Chat Enhancements Rich Client...6 Screen capture...6

More information

Monetra Payment Software

Monetra Payment Software Monetra Payment Software PaymentFrame Guide Revision: 1.2 Publication date March 28, 2018 Copyright 2018 Main Street Softworks, Inc. PaymentFrame Guide Main Street Softworks, Inc. Revision: 1.2 Publication

More information

Internet+ Mobile Developer Starter Guide. Version 1.0

Internet+ Mobile Developer Starter Guide. Version 1.0 Internet+ Mobile Developer Starter Guide Version 1.0 1 Table of contents Table of contents... 2 What is it... 3 Overview... 3 Buyers Advantages... 3 Merchants Advantages... 3 How does it work?... 4 Overview...

More information

SellerDeck Release Notes

SellerDeck Release Notes SellerDeck 2016 Release Notes SellerDeck Limited Date: 30 th September 2015 Version: 1.0 SellerDeck 2016 Release Notes Page 1 Revision History Revision Date Author Comments 1.0 30/9/2015 Bruce Townsend

More information

FREQUENTLY ASKED QUESTIONS

FREQUENTLY ASKED QUESTIONS Last Updated on November 25, 2013 FREQUENTLY ASKED QUESTIONS This documentation will be updated frequently. Please check back often for the most recent information. MIGRATION REQUIREMENTS /TIMELINES Do

More information

Setting up your TouchNet Marketplace ustore

Setting up your TouchNet Marketplace ustore Setting up your TouchNet Marketplace ustore Topics Covered: Logging into TouchNet Accessing your store Email Messages Single Store Settings Store Template Settings Users Categories Products including Options

More information

Apple Pay FREQUENTLY ASKED QUESTIONS

Apple Pay FREQUENTLY ASKED QUESTIONS Apple Pay FREQUENTLY ASKED QUESTIONS At Park Bank, we want to make it easy and secure for you to use your credit card to make payments in stores and online. That s why we re pleased to offer Apple Pay

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

Inclusions. Your Package Inclusions & Conditions.

Inclusions. Your Package Inclusions & Conditions. Inclusions Your Package Inclusions & Conditions SHOPPING CART WEBSITE You have purchased a fully functional website that has been built using the Woo Commerce Cart plugin on the Word Press platform. Word

More information

DIGITAL AND MOBILE BANKING USER GUIDE

DIGITAL AND MOBILE BANKING USER GUIDE DIGITAL AND MOBILE BANKING USER GUIDE 2018 First Tennessee Bank National Association operating as First Tennessee Bank and Capital Bank. Member FDIC. NEW 04/18 USER GUIDE GETTING STARTED 3 Logging in with

More information

Your Suncoast Debit or Credit Card United States as your selected region. Step Action Display

Your Suncoast Debit or Credit Card United States as your selected region. Step Action Display Apple Pay Table of Contents Before You Start Apple Pay Set-Up Pay with Apple Pay In Stores Pay with Apple Pay In Apps Change Default Card Update Card Information Remove a Card Get Help If Your Device Is

More information

Lesson 5 Introduction to Cascading Style Sheets

Lesson 5 Introduction to Cascading Style Sheets Introduction to Cascading Style Sheets HTML and JavaScript BASICS, 4 th Edition 1 Objectives Create a Cascading Style Sheet. Control hyperlink behavior with CSS. Create style classes. Share style classes

More information

WELCOME TO ISAWALLET

WELCOME TO ISAWALLET WELCOME TO ISAWALLET ABOUT ISAWALLET OVERVIEW Isawallet is a global commission payout service from Isagenix. The Isawallet interface has been created to enhance your overall experience when receiving commission

More information

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps WebSphere Puts Business In Motion Put People In Motion With Mobile Apps Use Mobile Apps To Create New Revenue Opportunities A clothing store increases sales through personalized offers Customers can scan

More information

E-Commerce Business Technology Society Chapter 04

E-Commerce Business Technology Society Chapter 04 SIMPLE VERSUS MULTI-TIERED WEB SITE ARCHITECTURE System Architecture The arrangement of soft-ware, machinery, and tasks in an information system needed to achieve a specific functionality Two-Tier Architecture

More information

Luckily, our enterprise had most of the back-end (services, middleware, business logic) already.

Luckily, our enterprise had most of the back-end (services, middleware, business logic) already. 2 3 4 The point here is that for real business applications, there is a connected back-end for services. The mobile part of the app is just a presentation layer that is unique for the mobile environment.

More information

USER GUIDES. Peel International Languages Registration Parent Guide

USER GUIDES. Peel International Languages Registration Parent Guide USER GUIDES Peel International Languages Registration Parent Guide June 2017 REGISTERING FOR PEEL INTERNATIONAL LANGUAGES CLASSES To register for any Peel International Languages classes online, please

More information

How to Set Up Paypal in WPGateway for Selling SSL Certificates with an Automatic Annual Renewal Process

How to Set Up Paypal in WPGateway for Selling SSL Certificates with an Automatic Annual Renewal Process How to Set Up Paypal in WPGateway for Selling SSL Certificates with an Automatic Annual Renewal Process SSL Certificates Need to be Renewed Annually -- Giving YOU a HUGE Recurring Income Opportunity! Since

More information

Pushsafer Notification Driver. Installation and Usage Guide. Revision: 3.0 Date: Monday, July 10, 2017 Authors: Alan Chow

Pushsafer Notification Driver. Installation and Usage Guide. Revision: 3.0 Date: Monday, July 10, 2017 Authors: Alan Chow Pushsafer Notification Driver Installation and Usage Guide Revision: 3.0 Date: Monday, July 10, 2017 Authors: Alan Chow Contents Overview... 2 Usage Scenarios... 3 Features... 4 Change Log... 5 Disclaimer...

More information

To ensure the best customer service you can now register a service or repair request online.

To ensure the best customer service you can now register a service or repair request online. To ensure the best customer service you can now register a service or repair request online. Then, you can enter your request, view the status of existing requests, and view your documents. We will keep

More information

Website Title Website URL recommend you keep it on Automatic. Automatic HTML5 FLASH Viewers counter

Website Title Website URL recommend you keep it on Automatic. Automatic HTML5 FLASH Viewers counter 1. Main Settings optional 2. Third Party Integrations optional 3. Adding a Video primary 4. Setting up a Playlist optional 5. Autoresponder Settings optional 6. Creating a Campaign advanced Table of Contents

More information

KWizCom Corporation. Paste+ App. User Guide

KWizCom Corporation. Paste+ App. User Guide KWizCom Corporation Paste+ App User Guide Copyright 2005-2017 KWizCom Corporation. All rights reserved. Company Headquarters KWizCom 95 Mural Street, Suite 600 Richmond Hill, Ontario L4B 3G2, Canada E-mail:

More information

BlackBerry Apps Experience. Everything You Need to Know and More.

BlackBerry Apps Experience. Everything You Need to Know and More. { BlackBerry Apps Experience Everything You Need to Know and More. Agenda BlackBerry Application Ecosystems Rules of the Road to Mobility Steps to App World Success Do-It-Yourself Apps with Major Impact

More information

Mobility meets Web. Al Johri & David Elutilo

Mobility meets Web. Al Johri & David Elutilo Mobility meets Web Al Johri & David Elutilo Origin-Based Access Control in Hybrid Application Frameworks Outline 1. Introduction Hybrid Apps & Frameworks 2. Security Models 3. Bridges 4. Fracking 5. Existing

More information

SmartPay Express User Guide

SmartPay Express User Guide SmartPay Express User Guide Table of Contents INTRODUCTION... 4 SmartPay Express Overview... 4 System Requirements... 5 Trusted Sites... 5 Available Resources... 7 Additional Resources... 7 LOGGING IN...

More information

HOW TO PASS WA ECART DATA TO MY SECURE SERVER

HOW TO PASS WA ECART DATA TO MY SECURE SERVER HOW TO PASS WA ECART DATA TO MY SECURE SERVER Introduction WA ecart users are able to keep shoppers on their ecommerce sites without passing them to a payment gateway site: we call this process local checkout.

More information

Remote Deposit Capture Member User Guide. RDC Brought to you by Sprig

Remote Deposit Capture Member User Guide. RDC Brought to you by Sprig Remote Deposit Capture Member User Guide RDC Brought to you by Sprig This document will provide you the basic understanding of how to access the Sprig app, add accounts to your virtual wallet and utilize

More information

MIGRATING FROM MAGENTO 1 TO MAGENTO 2

MIGRATING FROM MAGENTO 1 TO MAGENTO 2 MIGRATING FROM MAGENTO 1 TO MAGENTO 2 FULL SERVICE ECOMMERCE AGENCY Best practice ecommerce websites since 1997. We design, build, host, support & update websites. Background Magento advised in late 2015

More information

CONVERSION TRACKING PIXEL GUIDE

CONVERSION TRACKING PIXEL GUIDE Conversion Tracking Pixel Guide A Step By Step Guide to Installing a conversion tracking pixel for your next Facebook ad. Go beyond clicks, and know who s converting. PRESENTED BY JULIE LOWE OF SOCIALLY

More information

WHAT IS WEBKIT? COPYRIGHTED MATERIAL SMASHING WEBKIT CHAPTER 1

WHAT IS WEBKIT? COPYRIGHTED MATERIAL SMASHING WEBKIT CHAPTER 1 1 WHAT IS WEBKIT? WEBKIT IS AN open-source rendering engine designed to display web pages. It powers Google Chrome and Safari as well as a variety of mobile devices such as iphone, ipad, and Android phones

More information

ensuring that the all these scanned images adhere to the required specifications as given below.

ensuring that the all these scanned images adhere to the required specifications as given below. 15 Appendix I HOW TO APPLY Candidates have to apply only online through the Bank's website i.e. www.rbi.org.in from November 9, 2018 November 30, 2018. No other means/mode of applications will be accepted.

More information

WELCOME TO YOUR NEW IT WORKS! PAY PORTAL

WELCOME TO YOUR NEW IT WORKS! PAY PORTAL WELCOME TO YOUR NEW IT WORKS! PAY PORTAL ABOUT IT WORKS! PAY PORTAL OVERVIEW It Works! Pay Portal (www.myitworkspay.com) is a global commission payout service from It Works! The It Works! Pay Portal interface

More information

Developing Web Applications for Smartphones with IBM WebSphere Portlet Factory 7.0

Developing Web Applications for Smartphones with IBM WebSphere Portlet Factory 7.0 Developing Web Applications for Smartphones with IBM WebSphere Portlet Factory 7.0 WebSphere Portlet Factory Development Team 6 September 2010 Copyright International Business Machines Corporation 2010.

More information

Notices. Third Party Project Usage. Sample Code in Documentation

Notices. Third Party Project Usage. Sample Code in Documentation Malwarebytes for Mac User Guide Version 3.3.0 2 May 2018 Notices Malwarebytes products and related documentation are provided under a license agreement containing restrictions on use and disclosure and

More information

Magento 2 Community / Enterprise Plugin

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

More information

Wowza Cloud Preview. Quick Start Guide. Copyright by Wowza Media Systems, LLC. All rights reserved.

Wowza Cloud Preview. Quick Start Guide. Copyright by Wowza Media Systems, LLC. All rights reserved. Wowza Cloud Preview Quick Start Guide This document is for informational purposes only and in no way shall be interpreted or construed to create warranties of any kind, either express or implied, regarding

More information

The World In. Advertising specs

The World In. Advertising specs The World In Advertising specs Format Specifications This is a living document that will evolve as we are presented with new formats, and we ll update it periodically to reflect these changes. All media

More information

Implementation Guide. The essentials

Implementation Guide. The essentials Implementation Guide The essentials Hello! I am Romain, and I ll be your guide explaining the essential steps of the Nosto implementation! Follow the 7-key steps below and we will get your store live with

More information

Vantiv ecommerce for Magento 2

Vantiv ecommerce for Magento 2 Vantiv ecommerce for Magento 2 User Guide Version 1.0.0 June 2017 Table of Content 1. Onboarding...3 2. Installation...3 3. Configuration...5 4. Nuances for each MOP...22 5. Checkout...23 6. Stored Payment

More information

SEGPAY WooCommerce Plugin SETUP

SEGPAY WooCommerce Plugin SETUP SEGPAY WooCommerce Plugin SETUP Client Documentation Version 1.1 May 11, 2017 Table of Contents Version Tracking... 3 Summary... 4 Pre-Installation Checklist... 4 Plugin Installation... 5 Testing... 9

More information

CyberSource Secure Acceptance Web/Mobile

CyberSource Secure Acceptance Web/Mobile Title Page CyberSource Secure Acceptance Web/Mobile Configuration Guide October 2017 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information

More information

Monetra Payment Software

Monetra Payment Software Monetra Payment Software Monetra PaymentFrame Guide Revision: 1.0 Publication date August 30, 2017 Copyright 2017 Main Street Softworks, Inc. Monetra PaymentFrame Guide Main Street Softworks, Inc. Revision:

More information

GTL E-App. User Guide. Available on any device!

GTL E-App. User Guide. Available on any device! GTL E-App User Guide Available on any device! Step-by-Step User Guide Welcome to Guarantee Trust Life s E-App! It s always our goal to help develop new and innovative ways for you, our valued agent, to

More information

Aware IM Version 8.2 Aware IM for Mobile Devices

Aware IM Version 8.2 Aware IM for Mobile Devices Aware IM Version 8.2 Copyright 2002-2018 Awaresoft Pty Ltd CONTENTS Introduction... 3 General Approach... 3 Login... 4 Using Visual Perspectives... 4 Startup Perspective... 4 Application Menu... 5 Using

More information

Global Access. User Guide. March Copyright 2015 UPS

Global Access. User Guide. March Copyright 2015 UPS Global Access User Guide March 2015 Copyright 2015 UPS Table of Contents Introduction... 4 1.1 Purpose of this User Guide... 4 1.2 Global Access Platform... 4 1.3 Account Management Dashboard... 5 1.4

More information

Setting Up and Using Cardinal Visa with Apple Pay

Setting Up and Using Cardinal Visa with Apple Pay Setting Up and Using Cardinal Visa with Apple Pay Apple Pay Instructions Complete Guide Page 1 Contents [CARDINAL VISA - APPLE PAY] October 1, 2015 Supported cards... 3 Before you begin... 3 Quick Setup

More information

E-wallet - Magento 2 USER MANUAL MAGEDELIGHT.COM

E-wallet - Magento 2 USER MANUAL MAGEDELIGHT.COM E-wallet - Magento 2 USER MANUAL MAGEDELIGHT.COM EMAIL: SUPPORT@MAGEDELIGHT.COM Introduction: E-wallet extension is to allow customers do shopping using online wallet credited with some amount. It works

More information

CyberSource Global Payment Management for Magento 2

CyberSource Global Payment Management for Magento 2 CyberSource Global Payment Management for Magento 2 User s Guide Version 3.0.0 July 2018 July 2018 CyberSource Global Payment Management for Magento 2.x 1 Table of Contents Recent Changes.....5 1. Introduction...

More information

FF Flex Mobile App. Easily manage your healthcare benefit account from your mobile phone!

FF Flex Mobile App. Easily manage your healthcare benefit account from your mobile phone! FF Flex Mobile App Your Guide to Getting Started Easily manage your healthcare benefit account from your mobile phone! Managing your benefit accounts on-the-go is made easy with the FF Flex Mobile App

More information

Checkout by Amazon Widget Reference Guide - Inline Checkout

Checkout by Amazon Widget Reference Guide - Inline Checkout Checkout by Amazon Widget Reference Guide - Inline Checkout 2 Checkout by Amazon TOC Contents Overview of Checkout by Amazon Inline Standard Checkout... 3 Who Should Read This Document...3 Prerequisites...

More information

Technology to put your digital fabric printing business online. User Manual

Technology to put your digital fabric printing business online. User Manual 3440 Pawleys Loop N, Stevens Plantation, St. Cloud, FL 34769 USA webinfo@dpinnovations.com tel +1 888 552 1730 Technology to put your digital fabric printing business online User Manual Introduction The

More information

Event Registration Guide

Event Registration Guide Ferris State University Conference and Professional Services Event Registration Guide How to Add, Manage, and Register Multiple Members Step 1 Accessing the Registration Homepage Step 1 Open your internet

More information

Responsive Design for Web Applications R.I.T. S. Ludi/R. Kuehl p. 1 R I T. Software Engineering

Responsive Design for Web Applications R.I.T. S. Ludi/R. Kuehl p. 1 R I T. Software Engineering Responsive Design for Web Applications S. Ludi/R. Kuehl p. 1 What is the Problem? S. Ludi/R. Kuehl p. 2 Credit: Matt Griffin What is the Problem? Mobile web access is ubiquitous One interface design does

More information

Virto SharePoint Forms Designer for Office 365. Installation and User Guide

Virto SharePoint Forms Designer for Office 365. Installation and User Guide Virto SharePoint Forms Designer for Office 365 Installation and User Guide 2 Table of Contents KEY FEATURES... 3 SYSTEM REQUIREMENTS... 3 INSTALLING VIRTO SHAREPOINT FORMS FOR OFFICE 365...3 LICENSE ACTIVATION...4

More information

Oracle Mobile Hub. Complete Mobile Platform

Oracle Mobile Hub. Complete Mobile Platform Oracle Mobile Hub Mobile is everywhere and has changed nearly every facet of our lives. The way we work, play, socialize and interact with one another have all been revolutionized by mobile devices. More

More information

Payment Pages Customisation Version 2

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

More information

Mobile Applications 2013/2014

Mobile Applications 2013/2014 Mobile Applications 2013/2014 Mike Taylor Product Manager February 6, 2015 Advanced Development Technology Agenda Devices App Types Test/Deploy Summary Devices Mobile (Feature) Phones Windows version 5/6

More information

Using Google Analytics in Certain

Using Google Analytics in Certain Using Google Analytics in Certain This document will guide you through setting up Google Analytics in Certain. If you want to track page hits to your registration forms and event websites, you can use

More information

Mobile App User Guide

Mobile App User Guide Mobile App User Guide Introduction The Farmers Trust & Savings Bank Mobile Banking App is a downloadable application that is compatible with numerous mobile devices. These devices include Android phones,

More information

APPLICATION BUILDER CLOUD. Application Creation Made Easy

APPLICATION BUILDER CLOUD. Application Creation Made Easy APPLICATION BUILDER CLOUD Application Creation Made Easy Today s environment demands that your business... be able to adjust quickly to evolving requirements from the market, from your customers, as well

More information

Product Innovation. Chris Fletcher SVP Product, Worldpay ecom

Product Innovation. Chris Fletcher SVP Product, Worldpay ecom Product Innovation Chris Fletcher SVP Product, Worldpay ecom Leading product innovation Worldpay Innovates Worldpay Gateway Risk Management Alternative Payments What is innovation? Product innovation is

More information

P&G Salon Professional - LMS User Journeys

P&G Salon Professional - LMS User Journeys MODIFICATION DATE CREATOR FILE NAME DESCRIPTION Fri Sep 6 0 jmwuser P&G LMS Use Cases v_7 simplified Information architecture for the Accord LMS system used for the P&G Salon Professional Capability and

More information

BANKVIC APP FREQUENTLY ASKED QUESTIONS

BANKVIC APP FREQUENTLY ASKED QUESTIONS BANKVIC APP FREQUENTLY ASKED QUESTIONS TABLE OF CONTENTS TABLE OF CONTENTS... 1 ABOUT THE BANKVIC APP... 2 GETTING STARTED... 3 SECURITY... 4 FEATURES & FUNCTIONALITY... 5 PAYMENTS & TRANSFERS... 6 CARD

More information

GUIDELINES FOR ONLINE APPLICANTS

GUIDELINES FOR ONLINE APPLICANTS Amrita Entrance Examination Engineering 2017 GUIDELINES FOR ONLINE APPLICANTS B.Tech. PROGRAMMES Amrita B.Tech aspirants can register for the 2017 Amrita Entrance Examination - Engineering in a few simple

More information

Notices. Third Party Project Usage. Sample Code in Documentation

Notices. Third Party Project Usage. Sample Code in Documentation Malwarebytes for Mac User Guide Version 3.4.0 7 August 2018 Notices Malwarebytes products and related documentation are provided under a license agreement containing restrictions on use and disclosure

More information

CyberSource Global Payment Management for Magento 2

CyberSource Global Payment Management for Magento 2 CyberSource Global Payment Management for Magento 2 User s Guide Version 2.0.3 January 2018 January 2018 CyberSource Global Payment Management for Magento 2.x 1 Contents Recent Changes... 5 1. Introduction:...

More information

Digital Payments Security Discussion Secure Element (SE) vs Host Card Emulation (HCE) 15 October Frazier D. Evans

Digital Payments Security Discussion Secure Element (SE) vs Host Card Emulation (HCE) 15 October Frazier D. Evans Digital Payments Security Discussion Secure Element (SE) vs Host Card Emulation (HCE) 15 October 2014 Frazier D. Evans Evans_Frazier@bah.com There are four key areas that need to be investigated when talking

More information

Sliding PayPal Shopping Cart 2 DMXzone

Sliding PayPal Shopping Cart 2 DMXzone Table of contents Table of contents... 1 About Sliding PayPal Shopping Cart 2... 2 Features in Detail... 3 The Basics: Use Sliding PayPal Shopping Cart 2 on your Page... 21 Advanced: Different Options

More information

Swimming Lesson Online Enrolment Process

Swimming Lesson Online Enrolment Process Swimming Lesson Online Enrolment Process P a g e 2 Table of Contents Step 1. Class Self-Assessment... 3 Step 2. Browse Class Timetable... 4 Step 3. Create Account... 4 Step 4. Login & Book... 5 FAQ...

More information

Introduction Secure Message Center (Webmail, Mobile & Visually Impaired) Webmail... 2 Mobile & Tablet... 4 Visually Impaired...

Introduction Secure Message Center (Webmail, Mobile & Visually Impaired) Webmail... 2 Mobile & Tablet... 4 Visually Impaired... WEB MESSAGE CENTER END USER GUIDE The Secure Web Message Center allows users to access and send and receive secure messages via any browser on a computer, tablet or other mobile devices. Introduction...

More information

Etanova Enterprise Solutions

Etanova Enterprise Solutions Etanova Enterprise Solutions Front End Development» 2018-09-23 http://www.etanova.com/technologies/front-end-development Contents HTML 5... 6 Rich Internet Applications... 6 Web Browser Hardware Acceleration...

More information

WELCOME TO PM PAY GETTING STARTED

WELCOME TO PM PAY GETTING STARTED WELCOME TO PM PAY GETTING STARTED ABOUT OVERVIEW PM Pay is a global payment service that allows you to receive payments from your organization. The PM Pay interface has been created to enhance your overall

More information

EZ Parent Center Directions Parent Sign Up and Meal Preordering

EZ Parent Center Directions Parent Sign Up and Meal Preordering EZ Parent Center Directions Parent Sign Up and Meal Preordering Sign Up for Returning Parents Who Used EZ School Lunch POS the Previous Year (All others scroll down to New Parent Sign Up) Parents should

More information

ONLINE & MOBILE BANKING UPGRADE

ONLINE & MOBILE BANKING UPGRADE ONLINE & MOBILE BANKING UPGRADE COMING MARCH 2018 Member FDIC USER GUIDE AT A GLANCE In order to enhance your banking experience, Lena State Bank is excited to announce we will soon be launching a new

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