FREQUENTLY ASKED QUESTIONS

Size: px
Start display at page:

Download "FREQUENTLY ASKED QUESTIONS"

Transcription

1 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 I have to migrate? We are decommissioning our current HOP and SOP implementations by Sept To avoid any disruption in the processing of your transactions, CyberSource recommends that you begin the migration process as soon as possible. How do we determine if we need to migrate? Merchants currently using the Hosted Order Page (HOP) or Silent Order Post (SOP) are required to migrate to Secure Acceptance prior to September To confirm if you are processing transactions with HOP/SOP we advise logging in to the Enterprise Business Center ( and running a General Search (Transaction Search > General Search) for the latest transactions. Drill down to the transaction by clicking on the Request ID to get the details of the transaction and check which Client Application is being used. When is Secure Acceptance going to be live? Can we migrate now? Secure Acceptance is available now in both test and production environments. Merchants can begin migrating today. What is the level of effort required? The level of effort will vary by merchant depending on the complexity of their HOP/SOP implementation. Merchants will require some technical skills such as being able to read and modify web pages and code. We have multiple integrations (with key file, HOP). Will I need to migrate both? No. You will only need to migrate your HOP implementations. You integrations using the API are not impacted. Does this impact the SOAPI implementations? Is the migration to the Secure Acceptance going to have any impact on the SOAP Toolkit API? Only your existing HOP and/or SOP implementations will be impacted. This migration does not apply to SOAP or SOAPI. Page 1

2 Will this impact all my distributors? Yes. If they are selling solutions that are based on the legacy HOP and SOP, they will need to upgrade prior to September TESTING PROCESS Can we set up Secure Acceptance Web/Mobile on the test EBC and begin testing while still running HOP in production? Yes. Our test and production environments are independent of each other. Merchants have the ability to test Secure Acceptance Web/Mobile in our test environment without impact to HOP transactions in production. How can we set up Secure Acceptance in test mode? As an existing Cybersource merchant you have access to our test environment to configure and test Secure Acceptance. Testing may be done in parallel with HOP production transactions. See the Full Configuration Guide for full details: Is it preferable to create a test account or use the test side of the existing account? Either option is acceptable for testing. Note - in production you will need to recreate the Secure Acceptance profile(s). Is the functionality of the test url similar to that of the old HOP/SOP url? Yes. The test endpoints for Secure Acceptance routes transactions to the test environment. How many fields need to be signed to generate a signature? There are eleven required fields that must be included in the signed_fields parameter to generate the signature. These eleven fields are identified in the documentation in the section Required API Request Fields in Chapter 9. CyberSource recommends including as many request fields in the signed_fields parameter as possible to prevent data tampering. The card_number field should never be included as one of the signed_fields. The remaining fields that are not part of creating the signature need to be included in the unsigned fields parameter. Any field that is not listed in either the signed_fields or unsigned_fields parameters will be ignored when the data is sent to the Secure Acceptance endpoint. Page 2

3 MIGRATION TOOLS Is there an outline of the minimum requirements to migrate? We are continually adding material to the Secure Acceptance Resource Center located at to assist merchants with the migration. For starters, check out the Secure Acceptance Migration Quick Start Guide that will detail steps on how to quickly get up and running with Secure Acceptance. SECURE ACCEPTANCE & PAYMENT TOKENS Will all of the old payment tokenization ID numbers still be valid? Yes. Payment tokenization IDs used with HOP/SOP will continue to work with Secure Acceptance. Are payment tokens specific to profiles? No. Payment tokens maybe used across multiple Secure Acceptance profiles. SECURE ACCEPTANCE & SUBSCRIPTIONS/RECURRING PAYMENTS Will the migration have any impact on recurring charges/subscriptions that are established within Hosted Order Pages yet carry beyond October 2014? Will subscriptions created on the Hosted Order Page migrate over to Secure Acceptance automatically? Recurring billing subscriptions that were created using the legacy HOP will continue to work. Will existing subscription tokens work with the new Secure Acceptance? Yes. Existing subscription tokens will continue to work with Secure Acceptance. Is it possible to create a subscription using Secure Acceptance Web/Mobile? Yes. Secure Acceptance supports the creation of recurring, installment, or ondemand/standalone payment tokens. Details are provided in the Full Configuration Guide found on the Secure Acceptance Migration Resource Center: Page 3

4 USING PROFILES IN SECURE ACCEPTANCE Can we re-use our existing legacy HOP profile? No. Merchants will need to configure new Secure Acceptance profile(s) independent of previous HOP settings. Can you have different profiles for different card types? Yes. Secure Acceptance profiles allow merchants to select card types to offer as payment methods. For each card type you can also manage currencies, CVN and payer authentication options. The profile creation page has "profile ID" as a required field. Is that something we should create? Yes, this field is required. It is used in each transaction to identify and display the Secure Acceptance profile. The profile ID is case sensitive and must be exactly 7 alphanumeric characters. What is the maximum number of Secure Acceptance Web/Mobile profiles that can be created for a given Merchant ID (MID)? There is no limitation on the number of profiles for a particular MID. GENERAL Does Secure Acceptance still keep all the transaction data on your network? Yes. Although Secure Acceptance replaces our HOP and SOP, the purpose of the solution is still to help merchants reduce PCI scope by avoiding the need for PAN data to traverse the merchant s network. With Secure Acceptance, just like the HOP and SOP, payment data is directly posted to a CyberSource endpoint. Are iframes or popup windows supported in the web/mobile feature? iframes or popup windows using Secure Acceptance Web/Mobile are not supported by most browsers used today like IE and Safari. This is mainly due to session management and how browsers currently handle cookies. The legacy HOP passed the sesssionid as a URL parameter. There are potential security vulnerabilities using this approach namely session fixation or hijacking. Secure Acceptance, on the other hand, uses a more secure method to handle sessions by storing the ID in a cookie. Unfortunately, the security protocols in the browsers view this cookie as a third party cookie. When the user goes from the main page to the popup or iframe, the browser prevents the cookie from being created, thus a session timeout occurs. iframes Page 4

5 currently work using a SOP implementation. We are looking at solutions to have iframe support with Web/Mobile. How will this effect customers using Cybersource with a shopping cart or third party software/? We have proactively contacted partners with pre-built integrations to CyberSource using the legacy HOP/SOP connections and informed them of the Secure Acceptance migration. We recommend that you contact the vendors involved in your payment flows to ensure they are aware of the migration and are planning for the development effort. Will there be a module for Drupal Commerce? Yes. Please refer to Drupal.org for news and notes regarding CyberSource SA integration with Drupal Commerce. Are there resources for ASP.NET and hosted server solutions (e.g. cannot register COM components/dlls. There is sample ASP.Net code available in the documentation. Secure Acceptance does not require registering any com components or dlls beyond what should already be installed on your server. Will Secure Acceptance Web/Mobile support ColdFusion as an option? Secure Acceptance supports any dynamic scripting language that can generate a SHA256 signature. The supported languages that CyberSource officially supports are listed in the guide. Does Secure Acceptance work in a 64-bit Windows 2008 Server environment? Yes. Secure Acceptance does not require any installation of dlls beyond what is standard for your web server. Secure Acceptance can support any dynamic scripting language that supports HMAC256 hashing algorithms. In our documentation, there are samples the demonstrate how to implement Secure Acceptance. Each sample consists of a security script, a payment form, a payment confirmation page, and a receipt page. Does Secure Acceptance support notifications to credit card customers? Yes. Secure Acceptance supports both merchant notifications and customer notifications. Our app is coded in Python and we had to build our own Python version of the HOP script. Is there any sample Python code? Although we do not officially provide support for Python, Secure Acceptance can be used with any dynamic scripting language that supports HMAC256 hashing algorithms. Page 5

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

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

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

CyberSource Global Payment Management

CyberSource Global Payment Management CyberSource Global Payment Management Magento 2.x Implementation Guide Version 1.1.0 August 2017 Extract Use this guide to install and configure the CyberSource extension for Magento 2.x. Contents Recent

More information

OKPAY guides INTEGRATION OVERVIEW

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

More information

Enterprise Business Center Reporting Migration Guide

Enterprise Business Center Reporting Migration Guide Title Page Enterprise Business Center Reporting Migration Guide October 2018 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For

More information

Payment Technique and Process

Payment Technique and Process Payment Technique and Process The McAfee Consumer website provides a complete billing & payment process for individual customers (Home & Home Office service). The website payment is process easy and informing.

More information

Secure Acceptance Web/Mobile Implementation

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

More information

Secure Parameter Filter (SPF) (AKA Protecting Vulnerable Applications with IIS7) Justin Clarke, Andrew Carey Nairn

Secure Parameter Filter (SPF) (AKA Protecting Vulnerable Applications with IIS7) Justin Clarke, Andrew Carey Nairn Secure Parameter Filter (SPF) (AKA Protecting Vulnerable Applications with IIS7) Justin Clarke, Andrew Carey Nairn Our Observations The same old code-level problems Input Validation, Parameter Manipulation,

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

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

12 Habits of Highly Secured Magento Merchants

12 Habits of Highly Secured Magento Merchants 12 Habits of Highly Secured Magento Merchants Jeries (Jerry) Eadeh VP of Channel Sales 5 years at Nexcess Speaker at Magento Events Small business owner @ibnwadie Have you ever left the doors unlocked?

More information

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

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

More information

1 New TCCH Outlook Web App

1 New TCCH Outlook Web App 1 New TCCH Outlook Web App Guide to the new TCCH Outlook Web Email The Chester County Hospital IT Department is upgrading our email from 2003 to 2010 versions. One significant component of this upgrade

More information

AppSpider Enterprise. Getting Started Guide

AppSpider Enterprise. Getting Started Guide AppSpider Enterprise Getting Started Guide Contents Contents 2 About AppSpider Enterprise 4 Getting Started (System Administrator) 5 Login 5 Client 6 Add Client 7 Cloud Engines 8 Scanner Groups 8 Account

More information

User guide for Electronic Contract Signature with AvtaleGiro and efaktura

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

More information

slack Documentation Release 0.1 Avencall

slack Documentation Release 0.1 Avencall slack Documentation Release 0.1 Avencall November 02, 2014 Contents 1 Getting Started 3 1.1 Terminology............................................... 3 2 Rest API 5 3 Developer 7 3.1 How does it work.............................................

More information

Title Page. Business Center. User Guide. January CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA Phone:

Title Page. Business Center. User Guide. January CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA Phone: Title Page Business Center User Guide January 2018 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For general information about

More information

Masterpass Service Provider Onboarding and Integration Guide Merchant by Merchant Model U.S. Version 6.18

Masterpass Service Provider Onboarding and Integration Guide Merchant by Merchant Model U.S. Version 6.18 Masterpass Service Provider Onboarding and Integration Guide Merchant by Merchant Model U.S. Version 6.18 30 September 2016 SPMM Summary of Changes, 30 September 2016 Summary of Changes, 30 September 2016

More information

Magento Migration Tool. User Guide. Shopify to Magento. Bigcommerce to Magento. 3DCart to Magento

Magento Migration Tool. User Guide. Shopify to Magento. Bigcommerce to Magento. 3DCart to Magento Magento Migration Tool User Guide Shopify to Magento Bigcommerce to Magento 3DCart to Magento Copyright 2015 LitExtension.com. All Rights Reserved. Page 1 Contents 1. Preparation... 3 2. Setup... 4 3.

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

Version 1.1. Mobile Optimisation

Version 1.1. Mobile Optimisation Version 1.1 1 Table Of contents 1. Introduction. Page 3 1.1. SmartPay mobile payment pages... Page 3 1.2. A simple and straight forward Multi page..page 3 2. How to integrate...page 4 2.1. Option 1: native

More information

ACCESS FREQUENTLY ASKED QUESTIONS

ACCESS FREQUENTLY ASKED QUESTIONS ACCESS FREQUENTLY ASKED QUESTIONS Contents 1. Microsoft Cloud Solution Provider Program 4 1.1. Which Microsoft products are offered? 4 1.2. What are the main differences compared to the other licensing

More information

Developer Resources: PIN2

Developer Resources: PIN2 Administrative Technology Services Technology and Data Services Developer Resources: PIN2 Contents Introduction... 2 Registering an Application... 2 Information Required for Registration... 3 Information

More information

ReCPro TM User Manual Version 1.15

ReCPro TM User Manual Version 1.15 Contents Web Module (recpro.net)... 2 Login... 2 Site Content... 3 Create a New Content Block... 4 Add / Edit Content Item... 5 Navigation Toolbar... 6 Other Site Tools... 7 Menu... 7 Media... 8 Documents...

More information

WHY CSRF WORKS. Implicit authentication by Web browsers

WHY CSRF WORKS. Implicit authentication by Web browsers WHY CSRF WORKS To explain the root causes of, and solutions to CSRF attacks, I need to share with you the two broad types of authentication mechanisms used by Web applications: 1. Implicit authentication

More information

Hardware One-Time Password User Guide November 2017

Hardware One-Time Password User Guide November 2017 Hardware One-Time Password User Guide November 2017 1 Table of Contents Table of Contents... 2 Purpose... 3 About One-Time Password Credentials... 3 How to Determine if You Need a Credential... 3 Acquisition

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

MWR InfoSecurity Advisory. 26 th April Elastic Path Administrative. Quit. Session Hijacking through Embedded XSS

MWR InfoSecurity Advisory. 26 th April Elastic Path Administrative. Quit. Session Hijacking through Embedded XSS Quit MWR InfoSecurity Advisory Elastic Path Administrative Session Hijacking through Embedded XSS 26 th April 2007 2007-04-26 1 of 7 INDEX 1 Detailed Vulnerability description...4 1.1 Introduction...4

More information

PCI DSS v3. Justin

PCI DSS v3. Justin PCI DSS v3 Justin Leapline justin.leapline@giftcards.com @jmleapline My Experience With PCI Just to lay the groundwork Currently work at Largest ecommerce in Pittsburgh My experience includes: QSA Acquirer

More information

Account Activity Migration guide & set up

Account Activity Migration guide & set up Account Activity Migration guide & set up Agenda 1 2 3 4 5 What is the Account Activity (AAAPI)? User Streams & Site Streams overview What s different & what s changing? How to migrate to AAAPI? Questions?

More information

American Express Online PIN & PIN Security Requirements

American Express Online PIN & PIN Security Requirements Frequently Asked Questions American Express Online PIN & PIN Security Requirements Contents Participants not yet Online PIN Enabled... 2 Participants planning to meet new PCI PIN Security Standards...

More information

XenMobile 8.5 Migration Whitepaper

XenMobile 8.5 Migration Whitepaper Mobile Platforms Group XenMobile 8.5 Migration Whitepaper This document outlines the supported migration path from CloudGateway 2.6 components to XenMobile (Project Ares) components. In addition, the document

More information

This series explores modern appsec approaches. What tools and techniques improve security within the SDLC? How do we effectively combine manual

This series explores modern appsec approaches. What tools and techniques improve security within the SDLC? How do we effectively combine manual This series explores modern appsec approaches. What tools and techniques improve security within the SDLC? How do we effectively combine manual analysis with automation? How do we adopt what works and

More information

Using InterSystems IRIS Data Platform for Securely Storing Credit Card Data. Solution Guide

Using InterSystems IRIS Data Platform for Securely Storing Credit Card Data. Solution Guide Using InterSystems IRIS Data Platform for Securely Storing Credit Card Data Solution Guide Introduction An ever-increasing number of purchases and payments are being made by credit card. Although merchants

More information

DOCUMENTS MADE OBSOLETE The release of this document changes only the version of EMMS Release Schedule - November pdrmonitor.

DOCUMENTS MADE OBSOLETE The release of this document changes only the version of EMMS Release Schedule - November pdrmonitor. 3.00 Draft September 2018 3.00 Final September 2018 Pre-production: Wednesday 16 November Pre-production: 26 September 2018 2016 Production: Production: Wednesday 2219 November October 2016 2018 Release

More information

Authorize.Net Magento 2.x Payment Module

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

More information

Identity Provider for SAP Single Sign-On and SAP Identity Management

Identity Provider for SAP Single Sign-On and SAP Identity Management Implementation Guide Document Version: 1.0 2017-05-15 PUBLIC Identity Provider for SAP Single Sign-On and SAP Identity Management Content 1....4 1.1 What is SAML 2.0.... 5 SSO with SAML 2.0.... 6 SLO with

More information

Recurring Billing. Using the Simple Order API. April CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA Phone:

Recurring Billing. Using the Simple Order API. April CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA Phone: Title Page Recurring Billing Using the Simple Order API April 2017 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information For general

More information

Magento GDPR Frequently Asked Questions

Magento GDPR Frequently Asked Questions Magento GDPR Frequently Asked Questions Whom does GDPR impact? Does this only impact European Union (EU) based companies? The new regulation provides rules that govern how companies may collect and handle

More information

OneLogin SCIM. Table of Contents. Summary... 2 System Requirements... 2 Installation & Setup... 2 Contact Us... 6

OneLogin SCIM. Table of Contents. Summary... 2 System Requirements... 2 Installation & Setup... 2 Contact Us... 6 OneLogin SCIM Table of Contents Summary... 2 System Requirements... 2 Installation & Setup... 2 Contact Us... 6 1 This guide provides set-up instructions for using LastPass with OneLogin as your Identity

More information

WebStore. Resellers. Brief User Guide. Invite. Self-Register. Log-In. Lost Password. Support. SIPHON 31 May Resellers must be invited to use

WebStore. Resellers. Brief User Guide. Invite. Self-Register. Log-In. Lost Password. Support. SIPHON 31 May Resellers must be invited to use Resellers WebStore Brief User Guide Invite Resellers must be invited to use the SIPHON WebStore. This is important as we need to approve your email address against your account. If you would like to register

More information

Wirecard CEE Integration Documentation

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

More information

How to Migrate from Drupal Commerce to Magento

How to Migrate from Drupal Commerce to Magento How to Migrate from Drupal Commerce to Magento The essence of LitExtension products focuses on their friendliness to users, which means that every shopping cart owners, even who has little knowledge of

More information

WDD Fall 2016Group 4 Project Report

WDD Fall 2016Group 4 Project Report WDD 5633-2 Fall 2016Group 4 Project Report A Web Database Application on Loan Service System Devi Sai Geetha Alapati #7 Mohan Krishna Bhimanadam #24 Rohit Yadav Nethi #8 Bhavana Ganne #11 Prathyusha Mandala

More information

INFORMATION SUPPLEMENT. Use of SSL/Early TLS for POS POI Terminal Connections. Date: June 2018 Author: PCI Security Standards Council

INFORMATION SUPPLEMENT. Use of SSL/Early TLS for POS POI Terminal Connections. Date: June 2018 Author: PCI Security Standards Council Use of SSL/Early TLS for POS POI Terminal Connections Date: Author: PCI Security Standards Council Table of Contents Introduction...1 Executive Summary...1 What is the risk?...1 What is meant by Early

More information

Donation Cart. User Guide

Donation Cart. User Guide Donation Cart User Guide Rev 6/5/2009 2008 CHARGE Anywhere, LLC. All trademarks, service marks, and trade names referenced in this material are the property of their respective owners. Contents 1 PURPOSE...

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Brazil Type 5 2013 Cisco Systems Ltd. All rights reserved November 2013 Table of Contents Cisco Strategy 3 Legal & Sales Agreements 3 Customer and Partner Impacts 4 Products

More information

Configuring PayPal Payments Advanced & Payflow Link for Partners. October 2012

Configuring PayPal Payments Advanced & Payflow Link for Partners. October 2012 Configuring PayPal Payments Advanced & Payflow Link for Partners October 2012 2011 PayPal, Inc. All rights reserved. PayPal is a registered trademark of PayPal, Inc. The PayPal logo is a trademark of PayPal,

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

PayTrace Virtual Terminal

PayTrace Virtual Terminal PayTrace Virtual Terminal Training Aid August 2011 Let s get started by learning about your needs All merchants using PayTrace will be processing transactions. The real question is how will you be processing

More information

PayPal Home Support Search PayPal Developer Central Search. Developer Home Partner Solutions How to Library Training Community

PayPal Home Support Search PayPal Developer Central Search. Developer Home Partner Solutions How to Library Training Community 1 of 16 1/5/2011 3:56 PM PayPal Home Support Search PayPal Developer Central Search Developer Home Partner Solutions How to Library Training Community Integration Overview HTML Overview Website Payments

More information

Amadeus Selling Platform Connect

Amadeus Selling Platform Connect Amadeus Selling Platform Connect Technical Requirements Index Page 2 of 13 _ Amadeus Selling Platform Connect Technical Requirements... 4 Internet Browser... 4 Transport Layer Security 1.2 (TLS)... 4 Browser

More information

SANTANDER TREASURY LINK TRANSITION FREQUENTLY ASKED QUESTIONS (FAQ)

SANTANDER TREASURY LINK TRANSITION FREQUENTLY ASKED QUESTIONS (FAQ) TRANSITION FREQUENTLY ASKED QUESTIONS (FAQ) INTRODUCING FOR ONLINE BANKING A NEW EXPERIENCE AHEAD We are pleased to introduce you to Santander Treasury Link and look forward to providing you with an Online

More information

Member Direct Small Business FAQ 2016

Member Direct Small Business FAQ 2016 1. What is MemberDirect Small Business? MemberDirect Small Business is an online banking feature-set that completely integrates with our existing MemberDirect Online Services. This MDSB service is designed

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

CyberSource Business Center

CyberSource Business Center CyberSource Business Center CS3-609-06-16-09 Copyright 2009 Harris Connect, LLC. all rights reserved. Reproduction in any form without the express written consent of Harris Connect, LLC. is strictly prohibited

More information

Merchant Administration User Guide

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

More information

Hardware One-Time Password User Guide August 2018

Hardware One-Time Password User Guide August 2018 Hardware One-Time Password User Guide August 2018 Copyright 2017 Exostar LLC. All rights reserved 1 Version Impacts Date Owner Hardware One-Time Password User Guide Image updates August 2018 M. Williams

More information

StorageGRID Webscale NAS Bridge Management API Guide

StorageGRID Webscale NAS Bridge Management API Guide StorageGRID Webscale NAS Bridge 2.0.3 Management API Guide January 2018 215-12414_B0 doccomments@netapp.com Table of Contents 3 Contents Understanding the NAS Bridge management API... 4 RESTful web services

More information

EWAY RAPID SETUP GUIDE FOR

EWAY RAPID SETUP GUIDE FOR EWAY RAPID SETUP GUIDE FOR CONTENTS 1. Add ewayrapid payment method to your online shop... 2 2. Configure and activate ewayrapid payment method... 3 3. Add eway logo and credit card types to your website...

More information

Account Activity Migration guide & set up

Account Activity Migration guide & set up Account Activity Migration guide & set up Agenda 1 2 3 4 5 What is the Account Activity (AAAPI)? User Streams & Site Streams overview What s different & what s changing? How to migrate to AAAPI? Questions?

More information

Defect Based Approach using Defect Taxonomy. Chhavi Raj Dosaj

Defect Based Approach using Defect Taxonomy. Chhavi Raj Dosaj Defect Based Approach using Defect Taxonomy Chhavi Raj Dosaj Defect Based Testing Dynamic Testing Techniques White-box Black-box Experience based Defect based Defect Based Testing In defect based testing

More information

Steps A. Identify version number B. Access configuration page C. Basic settings D. Advance settings E. Front end experience settings F.

Steps A. Identify version number B. Access configuration page C. Basic settings D. Advance settings E. Front end experience settings F. ! Steps A. Identify version number B. Access configuration page C. Basic settings D. Advance settings E. Front end experience settings F. Save and complete! A. Identify version number A.1. Log in to Admin

More information

Payment Pages Setup Guide Version 2

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

More information

Authorize.net CIM - Magento 2 USER MANUAL MAGEDELIGHT.COM E:

Authorize.net CIM - Magento 2 USER MANUAL MAGEDELIGHT.COM E: Authorize.net CIM - Magento 2 USER MANUAL MAGEDELIGHT.COM E: SUPPORT@MAGEDELIGHT.COM License Key After successful installation of Authorize.net CIM extension by using the Magento setup, you are now required

More information

Personal account manual A ME

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

More information

Business Treasury Management Services. Important Information About Your New Treasury Management Services

Business Treasury Management Services. Important Information About Your New Treasury Management Services Business Treasury Management Services Important Information About Your New Treasury Management Services Member FDIC Equal Housing Lender Welcome To Citizens Business Bank At Citizens Business Bank, we

More information

Self-Service Portal & estore Guide. Your complete guide to installing, administering and using the 1CRM Self-Service Portal and estore.

Self-Service Portal & estore Guide. Your complete guide to installing, administering and using the 1CRM Self-Service Portal and estore. Self-Service Portal & estore Guide Your complete guide to installing, administering and using the 1CRM Self-Service Portal and estore. Version 4.2, October, 2017. This document is subject to change without

More information

Virtual Terminal. Quick Start Guide. v.01_03/18

Virtual Terminal. Quick Start Guide. v.01_03/18 Virtual Terminal Quick Start Guide v.01_03/18 About This Guide Take secure card payments over the phone with a virtual terminal, providing a flexible payment option for your customers, with a personal

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

Application Layer Security

Application Layer Security Application Layer Security General overview Ma. Angel Marquez Andrade Benefits of web Applications: No need to distribute separate client software Changes to the interface take effect immediately Client-side

More information

Qualified Integrators and Resellers (QIR) TM. QIR Implementation Statement, v2.0

Qualified Integrators and Resellers (QIR) TM. QIR Implementation Statement, v2.0 Qualified Integrators and Resellers (QIR) TM Implementation Statement For each Qualified Installation performed, the QIR Employee must complete this document and confirm whether the Validated Payment Application

More information

RSA SecurID Implementation

RSA SecurID Implementation Partner Information Partner Name Website Product Name Barracuda Networks Version & Platform x60 Series Product Description Product Category Solution Summary www.barracudanetworks.com Product Information

More information

GUIDE TO STAYING OUT OF PCI SCOPE

GUIDE TO STAYING OUT OF PCI SCOPE GUIDE TO STAYING OUT OF PCI SCOPE FIND ANSWERS TO... - What does PCI Compliance Mean? - How to Follow Sensitive Data Guidelines - What Does In Scope Mean? - How Can Noncompliance Damage a Business? - How

More information

Microsoft Architecting Microsoft Azure Solutions.

Microsoft Architecting Microsoft Azure Solutions. Microsoft 70-535 Architecting Microsoft Azure Solutions https://killexams.com/pass4sure/exam-detail/70-535 QUESTION: 106 Your organization has developed and deployed several Azure App Service Web and API

More information

RQs + PEs: More Servlets

RQs + PEs: More Servlets RQs + PEs: More Servlets Advanced Topics in Java Khalid Azim Mughal khalid@ii.uib.no http://www.ii.uib.no/~khalid/atij/ Version date: 2006-09-04 ATIJ 1/7 REVIEW QUESTIONS - More Servlets 1. Explain the

More information

Merchant Portal User Guide

Merchant Portal User Guide Merchant Portal User Guide TABLE OF CONTENTS Accessing the Click Merchant Portal... 3 Virtual Terminal... 4 Single Entry (Merchant Enters Card Details)... 5 Payment Using Collected Card Details... 5 Payment

More information

Oracle CPQ Cloud Release 18C. What s New

Oracle CPQ Cloud Release 18C. What s New Oracle CPQ Cloud Release 18C What s New TABLE OF CONTENTS Revision History 3 Overview 3 Feature Summary 3 Oracle CPQ Cloud 4 Modern User Experience 4 JET Responsive Transaction UI 5 Accessibility Enhancements

More information

RKN 2015 Application Layer Short Summary

RKN 2015 Application Layer Short Summary RKN 2015 Application Layer Short Summary HTTP standard version now: 1.1 (former 1.0 HTTP /2.0 in draft form, already used HTTP Requests Headers and body counterpart: answer Safe methods (requests): GET,

More information

Personal account manual A ME

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

More information

A QUICK PRIMER ON PCI DSS VERSION 3.0

A QUICK PRIMER ON PCI DSS VERSION 3.0 1 A QUICK PRIMER ON PCI DSS VERSION 3.0 This white paper shows you how to use the PCI 3 compliance process to help avoid costly data security breaches, using various service provider tools or on your own.

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

Alliance Key Manager A Solution Brief for Partners & Integrators

Alliance Key Manager A Solution Brief for Partners & Integrators Alliance Key Manager A Solution Brief for Partners & Integrators Key Management Enterprise Encryption Key Management This paper is designed to help technical managers, product managers, and developers

More information

Office 365 and Azure Active Directory Identities In-depth

Office 365 and Azure Active Directory Identities In-depth Office 365 and Azure Active Directory Identities In-depth Jethro Seghers Program Director SkySync #ITDEVCONNECTIONS ITDEVCONNECTIONS.COM Agenda Introduction Identities Different forms of authentication

More information

SECTION 1 WHAT DO WE DO W ITH YOUR INFORMATION?

SECTION 1 WHAT DO WE DO W ITH YOUR INFORMATION? Hasslefreerepartnership.com is serious about protecting your online privacy. This Privacy Statement explains our views and practices concerning privacy, and how they may pertain to you as a user of our

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

Integration Guide. LoginTC

Integration Guide. LoginTC Integration Guide LoginTC Revised: 21 November 2016 About This Guide Guide Type Documented Integration WatchGuard or a Technology Partner has provided documentation demonstrating integration. Guide Details

More information

Frequently Asked Questions Customers

Frequently Asked Questions Customers Important Updates on Maintenance Plans Frequently Asked Questions Customers This document answers frequently asked questions about maintenance plan changes as we move to one business model. Updated: May

More information

Five9 Plus Adapter for Agent Desktop Toolkit

Five9 Plus Adapter for Agent Desktop Toolkit Cloud Contact Center Software Five9 Plus Adapter for Agent Desktop Toolkit Administrator s Guide September 2017 The Five9 Plus Adapter for Agent Desktop Toolkit integrates the Five9 Cloud Contact Center

More information

UiBSclearing. UiBSclearing. Never lose a customer due to a failed credit card HEAD OFFICE

UiBSclearing. UiBSclearing. Never lose a customer due to a failed credit card HEAD OFFICE Never lose a customer due to a failed credit card HEAD OFFICE 1 Agias Zonis Street, Pentadromos Centre, Office B401, CY-3026, Limassol, Cyprus P.O. BOX 52208, 4062 Limassol, Cyprus Tel: +357 7777 [UiBS]

More information

WEB SECURITY WORKSHOP TEXSAW Presented by Solomon Boyd and Jiayang Wang

WEB SECURITY WORKSHOP TEXSAW Presented by Solomon Boyd and Jiayang Wang WEB SECURITY WORKSHOP TEXSAW 2014 Presented by Solomon Boyd and Jiayang Wang Introduction and Background Targets Web Applications Web Pages Databases Goals Steal data Gain access to system Bypass authentication

More information

Eclipse Upgrade Procedures. Release 9.0

Eclipse Upgrade Procedures. Release 9.0 Eclipse Upgrade Procedures Release 9.0 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints, dates

More information

USER GUIDE. LitExtension: YAHOO STORE to Magento Migration Tool

USER GUIDE. LitExtension: YAHOO STORE to Magento Migration Tool USER GUIDE LitExtension: YAHOO STORE to Magento Migration Tool The essence of LitExtension products focuses on their friendliness to users, which means that every shopping cart owners, even who has little

More information

CNIT 129S: Securing Web Applications. Ch 3: Web Application Technologies

CNIT 129S: Securing Web Applications. Ch 3: Web Application Technologies CNIT 129S: Securing Web Applications Ch 3: Web Application Technologies HTTP Hypertext Transfer Protocol (HTTP) Connectionless protocol Client sends an HTTP request to a Web server Gets an HTTP response

More information

Information Security CS 526 Topic 8

Information Security CS 526 Topic 8 Information Security CS 526 Topic 8 Web Security Part 1 1 Readings for This Lecture Wikipedia HTTP Cookie Same Origin Policy Cross Site Scripting Cross Site Request Forgery 2 Background Many sensitive

More information

Payment Card Industry (PCI) Qualified Integrator and Reseller (QIR)

Payment Card Industry (PCI) Qualified Integrator and Reseller (QIR) Payment Card Industry (PCI) Qualified Integrator and Reseller (QIR) Implementation Instructions Version 4.0 March 2018 Document Changes Date Version Description August 2012 1.0 Original Publication November

More information

Oracle CPQ Cloud. What s New in 2017 R1

Oracle CPQ Cloud. What s New in 2017 R1 Oracle CPQ Cloud What s New in 2017 R1 May 2017 1 TABLE OF CONTENTS REVISION HISTORY... 5 OVERVIEW... 6 Give Us Feedback... 6 RELEASE FEATURE SUMMARY... 7 MODERN SELLING EXPERIENCE... 8 DEAL NEGOTIATION...

More information

Wirecard CEE Integration Documentation

Wirecard CEE Integration Documentation Created on: 20180825 22:42 by CEE Integration Documentation () Created: 20180825 22:42 Online Guides Integration documentation 1/5 Created on: 20180825 22:42 by Payment s IP Address Change This page contains

More information

General questions. General questions Activation During Shopping Shopping with MasterCard SecureCode DDA - Disability Discrimination Act

General questions. General questions Activation During Shopping Shopping with MasterCard SecureCode DDA - Disability Discrimination Act Frequently Asked Questions MasterCard SecureCode Frequently Asked Questions This section offers additional information and details about MasterCard SecureCode. General questions Activation During Shopping

More information