GENERAL ADMINISTRATION - SHOPPING CART

Size: px
Start display at page:

Download "GENERAL ADMINISTRATION - SHOPPING CART"

Transcription

1 GENERAL ADMINISTRATION - SHOPPING CART Document Version 3.0 December 2014 For assistance, please message DRWP Client Services or call

2 Copyright 2014 Beanstream Internet Commerce. All rights reserved. Information in this document is subject to change without notice. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or any means electronic or mechanical, including photocopying and recording for any purpose other than the purchaser's personal use without the written permission of Beanstream Internet Commerce. Beanstream Internet Commerce 2659 Douglas Street, 302 Victoria, British Columbia Canada V8T 4M3 - ii -

3 TABLE OF CONTENTS 1 About the Shopping Cart 1 2 About The Product Page Customizing Your Product Page Product Page Default Settings Linking Merchant-Managed Product Pages to the Shopping Cart Product Page - Required Variables Using Prepared Scripts for Items in Inventory Viewing Cart Contents Merchant-Managed Carts About Inventory Items and Your Product Page Linking a Product to your Product Page Removing an Inventory Item from your Product Page About Inventory Tracking and Sales Reconciliation 11 3 About The Shopping Basket page Customizing Your Basket Page Basket Page Default Settings About the Basket Page and Merchant-Managed Carts 14 4 About the Checkout Page Customizing Your Checkout Page Checkout Page Default Settings 18 5 About The Payment Page Customizing Your Payment Page 20 - iii -

4 5.2 Payment Page Default Settings 21 6 About Custom Shipping Rates Configuring Custom Shipping Rates About Shipping Fees Per Inventory Item Customizing Shipping Costs for an Individual Item Charging Product-Specific Shipping Fees About Detailed Shipping Calculations Customizing Detailed Shipping Calculations About Custom Shipping Reference Variables 27 rstcart recordset variables 27 Request string variables 29 Custom Shipping Module Variables 30 Custom Shipping - Working Example 31 7 About Error Handling - Shopping Cart About Duplicate Transaction Checks 33 8 Glossary 34 9 Index 38 - iv -

5 1 ABOUT THE SHOPPING CART The Digital River World Payments (DRWP) Shopping Cart uses four different pages which can be configured to match the look and feel of your company website. The Product Page: lists the items that you want to sell online. All product information should be stored on the DRWP Inventory Manager. The Shopping Basket Page: used by customers to keep track of their purchases while they browse your site. The Checkout Page: used by customers to enter their billing and shipping information when they are ready to complete a purchase

6 The Payment Page: used to confirm the total costs of an order and to collect credit card information in the final stage of a purchase. Note: All four pages are configured to DRWP default settings when you first apply for Shopping Cart service. Note: DRWP provides error handling for the Shopping Cart. See About Error Handling - Shopping Cart

7 2.1 Customizing Your Product Page 2 ABOUT THE PRODUCT PAGE The product page lists all items that are on sale in your online store. There are two main components to the default DRWP product page: On the left side of the screen there is a drop-down menu listing the different categories of products that you sell. This allows customers to easily browse the specific products they are interested in. The main body of the page has a list of your products including any descriptions or images you uploaded to your inventory. Note: If you have decided to create your own merchant managed product page, you need to follow a specific procedure. See Linking Merchant-Managed Product Pages to the Shopping Cart. 2.1 CUSTOMIZING YOUR PRODUCT PAGE 1. Log in to the Online Member Area. 2. Go to configuration > shopping cart > products. The Product Page Settings opens

8 2.1 Customizing Your Product Page 3. Use the fields from the Shopping Cart Product Page Default Settings table to change the default settings. Tip: Use the drop-down menus to modify the type, size, style, and color, of font to be used on the various areas of your page. Tip: Change the layout of the page further by customizing the width and height of your listed images, product descriptions, and prices. 4. Use the Page Header and Page Footer text boxes to add text above or below the main body of the products page. 5. Select View Preview to see a copy of your newly customized page. 6. Click Update Live to finalize your changes

9 2.2 Product Page Default Settings 2.2 PRODUCT PAGE DEFAULT SETTINGS Use these fields to change DRWP's default settings for your Shopping Cart Product Page. See Customizing Your Product Page. Setting Use Categories Products / Page Title Text Category Text Sort By Description Click NO to remove the list of product categories from your page. Select the number of products to display per page. Rename your product page with a unique title. Rename the Category field. This is the title for the drop-down search menu on your product page. List your products by size, SKU, name, or manufacturer. 2.3 LINKING MERCHANT-MANAGED PRODUCT PAGES TO THE SHOPPING CART Warning! You should only link a merchant-managed page to the shopping cart if you have chosen to build a custom Shopping Cart product page on your own server. When a shopper selects the Add to Cart button on your custom designed product page, they should be directed to DRWP's basket page to continue their purchase. If customers want to keep shopping after they add an item to their basket, they can return to your web store by clicking the Continue Purchase button. To connect to the DRWP Cart, you must link each Add to Cart button on your product page to: item.asp - 5 -

10 2.4 Product Page - Required Variables Also, you must add a string of product-specific variables. To create your own script, use the Custom Shopping Cart Product Page Required Variables. A sample script could look like this: <a href=" item.asp?merchant_id= &prod_id=mon-pana-21 &prod_name=panasonic+s inch+monitor&prod_qty=1&prod_ cost= &prod_tax1=yes&prod_tax2=no &return= to Cart</a> 2.4 PRODUCT PAGE - REQUIRED VARIABLES Use these variables in a script when linking your merchant-managed page to DRWP's Shopping Cart. See Linking Merchant-Managed Product Pages to the Shopping Cart. Parameter merchant_id prod_id prod_name prod_qty prod_cost prod_tax1 prod_shipping return Description ID number of the merchant. This is a fixed value and is assigned by DRWP. ID number or SKU of the product to be added. Name or description of the product. Quantity of the selected item to add to the cart. Cost of the selected item. Set to 'yes' or 'no' to determine whether tax1 should be applied to the product. Cost of shipping for an individual product. This parameter is used only by merchants who want to use the Add per item shipping costs, option available through the Inventory Manager. The URL to return the shopper to upon adding the item to their cart

11 2.5 Using Prepared Scripts for Items in Inventory Parameter Description *If return URL is posting to view_cart.asp, the merchant_id parameter should not be added as part of the URL. 2.5 USING PREPARED SCRIPTS FOR ITEMS IN INVENTORY If you have already entered your stock in the Inventory Management Module, you may find already prepared scripts for each item you have for sale. 1. Log in to the Online Member Area. 2. Go to configuration > shopping cart > basket in the left menu. 3. Make sure to click the first option under Basket Restriction (see image): Only allow items that exist in your account inventory to be added to the shopping basket. Note: If you select the second option, you will not be able to generate prepared script for each inventory item. 4. Click Update Live (bottom of page). 5. Go to configuration > inventory. 6. Click Refresh (bottom of page). 7. Click the name of a product listed on your main inventory page. The Product Profile page opens

12 2.5 Using Prepared Scripts for Items in Inventory 8. At the bottom right of the page, click the Generate href tag button. This gives you the exact code needed to enter behind each Add to Cart button on your custom-made Shopping Cart Product Page. Note: Click the Generate href tag button for each product in your inventory. 9. Use the code in the pop-up window for your Add to Cart buttons. Note: Repeat this procedure for each sale item

13 2.6 Viewing Cart Contents Merchant-Managed Carts 2.6 VIEWING CART CONTENTS MERCHANT-MANAGED CARTS On your custom designed Product Page, you can create a button allowing customers to review the contents of their cart before they finish browsing your site. For customers to make use of this option, you must link to the following address passing only your merchant_id: id=xxxxxxxxx (where XXXXXXXXX is your merchant Id). Once again, customers can be returned to your products page by clicking the Continue Shopping button. 2.7 ABOUT INVENTORY ITEMS AND YOUR PRODUCT PAGE If you chose a fully managed Product Page, by default the products listed in your inventory will be linked to your Shopping Cart. You can modify these settings at any time to temporarily take a product off of your product page without removing the item from your inventory records. You can also configure your pages so that a listed product can be seen by customers, but not bought LINKING A PRODUCT TO YOUR PRODUCT PAGE 1. Log in to the Online Member Area. 2. Go to configuration > inventory > products. The Product Inventory main page opens. 3. Click the name of the item you want to link to the Shopping Cart. The Inventory Product Profile page opens

14 2.7 About Inventory Items and Your Product Page 4. Select the Include in Cart check box. 5. Click Update REMOVING AN INVENTORY ITEM FROM YOUR PRODUCT PAGE 1. Log in to the Online Member Area. 2. Go to configuration > inventory > products. The Inventory main page opens. 3. Click the name of the item you want to remove from the Shopping Cart. The Inventory Product Profile page opens. 4. Clear the Include in Cart check box

15 2.7 About Inventory Items and Your Product Page 5. Click Update ABOUT INVENTORY TRACKING AND SALES RECONCILIATION As a security feature, you can compare the quantity and price of each item a customer has selected from your product page, against the data you have listed in your online inventory module. SeeAbout the Online Inventory. If the values do not match, the transaction amount will be flagged Invalid and the transaction will be declined

16 3.1 Customizing Your Basket Page 3 ABOUT THE SHOPPING BASKET PAGE The shopping basket page is the second step in the customer purchase process. Customers who have decided to purchase items from your product page will be sent to the shopping basket to see a complete record of everything they have selected. The main sections of the basket page show the: List of selected products. Quantity of each selected item. List of product prices and a sub-total for the order. Customers can click the Continue Shopping button to return to the product page. They can also empty their cart, update the cart, or click the Purchase button to move on to the next stage. Merchants that have chosen to create a custom product page, or the fully-managed DRWP system, can customize the DRWP shopping basket page. See Customizing Your Basket Page. 3.1 CUSTOMIZING YOUR BASKET PAGE 1. Log in to the Online Member Area. 2. Go to configuration > shopping cart > basket. The Basket Settings window opens

17 3.2 Basket Page Default Settings 3. Use the Shopping Cart Basket Page Default Settings to make changes to your Shopping Cart basket page. Tip: Use the drop-down menus to modify the type, size, style, and color of font to be used on the various areas of your page. Tip: Use the Header and Footer text boxes to add text above or below the main body of the product page. 4. Select View Preview to see a copy of your newly customized page. 5. Click Update Live to finalize your changes. 3.2 BASKET PAGE DEFAULT SETTINGS Use these fields to change DRWP's default settings for your Shopping Cart Basket Page. See Customizing Your Basket Page. Setting Border Size/ Color Basket/Button Width Button Texts Description Enter a number (in pixels) to determine the border width for your basket. Enter an HTML hex code to change the default color for the text or background of basket borders. Enter a number (in pixels) to change the width of the table on your Shopping Basket screen or to change the size of the Continue Shopping, Update Cart, and Empty Card Purchase buttons. Use these fields to rename the buttons on the Shopping Basket page. If left blank, no button will show on your Shopping Basket page. Update: When a customer changes their order and wants to see a new purchase total

18 3.3 About the Basket Page and Merchant-Managed Carts Setting Description Clear: Empties the customer's basket if they change their mind or restart the order. Checkout: When the customer wants to proceed to the payment screen. Return: Takes the customer to the previous page to continue shopping. Basket Restriction Return Page URL Select to limit purchases only to items included in your inventory. Enter your product page URL if your inventory is not managed on the DRWP server. 3.3 ABOUT THE BASKET PAGE AND MERCHANT-MANAGED CARTS All merchants who have integrated their own product page can go to configuration > shopping cart > basket settings in the left menu of their membership area and specify a return button URL (see illustration below). We recommend that you still upload your product list to our inventory even if you opt for a merchant managed product page. Alternatively, if you choose not to store your inventory on our server, you must go to configuration > shopping cart > basket settings in the left menu of your membership area and select the following button:

19 3.3 About the Basket Page and Merchant-Managed Carts Note: It is not necessary for this URL to reside on a server that has a Secure Socket Layer (SSL) certificate installed

20 4 ABOUT THE CHECKOUT PAGE This is the third stage in the customer purchase process, using the Shopping Cart. See About the Shopping Cart. When customers are satisfied with the items in their basket, they click the Continue Purchase button to go to the Checkout page. This is where they enter the Bill to and Ship to information needed to complete billing and shipping

21 4.1 Customizing Your Checkout Page 4.1 CUSTOMIZING YOUR CHECKOUT PAGE 1. Log in to the Online Member Area. 2. Go to configuration > shopping cart > checkout. The Checkout Settings window opens. 3. Use the Shopping Cart Checkout Page Default Settings to make changes to your Shopping Cart checkout page. Tip: Use the drop-down menus to select the size, style, color, and type of font to be used on the various areas of your page. Tip: Use HTML text to add header and footer text to the main content. Use the Header and Footer text boxes to add text above or below the main body of the Products page. 4. Select View Preview to see a copy of your newly customized page. 5. Click Update Live to finalize your changes

22 4.2 Checkout Page Default Settings 4.2 CHECKOUT PAGE DEFAULT SETTINGS Use these fields to change DRWP's default settings for your Shopping Cart Checkout Page. See Customizing Your Checkout Page. Setting Billing Title/ Shipping Title Purchase Button Include Shipping Description Enter new text in these fields to rename headings on your checkout page. Enter text to rename the Continue button (used by a customer to proceed to the final steps of purchase). If no text is entered, the button will not appear. Select No to eliminate the shipping information column. See About Custom Shipping Rates. See About Detailed Shipping Calculations. Page Layout Select a horizontal or vertical layout

23 5 ABOUT THE PAYMENT PAGE The Payment Page is the final stage in the customer purchase process. After customers finish entering their billing and shipping information, they click the Continue button. The Payment page opens where they enter their credit card information and verify the final order total

24 5.1 Customizing Your Payment Page 5.1 CUSTOMIZING YOUR PAYMENT PAGE 1. Log in to the Online Member Area. 2. Go to configuration > shopping cart > payment. The Payment Settings window opens

25 5.2 Payment Page Default Settings 3. Use the Payment Page Default Settings to make changes to your Shopping Cart payment page. Tip: Use the drop-down menus to select the size, style, color, and type of font to be used on the various areas of your page. Tip: You can also use HTML text to add header and footer texts to the main content. 4. Click Update Live to finalize your changes. 5. Select View Preview to see a copy of your newly customized page. 5.2 PAYMENT PAGE DEFAULT SETTINGS Use these fields to change DRWP's default settings for your Shopping Cart Payment Page. See Customizing Your Payment Page. Setting Summary Title/Card Title Purchase Button Border Size/Color Transaction Type Description Rename the heading on your checkout page. Rename the purchase button. If no text is entered, the button will not appear on your page. Select a pixel number to change the size of your borders and a HEX code to select a new color. Decide if you will be processing purchases or pre-authorizations

26 6 ABOUT CUSTOM SHIPPING RATES As a Shopping Cart customer you have access to the Custom Shipping Module. You can use this tool to set general parameters for your shipping fees. Specifically, you can use this module to allow customers to select from a variety of different shipping methods with preset surcharges. For example, packages delivered by courier may have a larger surcharge than those sent airmail or freight. You can customize this list in any way you choose. Note: To customize shipping fees, account users must have full access to the Inventory pages under the User Manager. See About User Accounts. All information listed here appears to your customers in a Shipping Method drop-down menu in the bottom left column of the customer Shopping Cart Checkout Page. You can add a maximum of 100 custom shipping options to this list. See About the Checkout Page

27 6.1 Configuring Custom Shipping Rates 6.1 CONFIGURING CUSTOM SHIPPING RATES 1. Log in to the Online Member Area. 2. Go to configuration > shipping options. Under Shipping Method, the default is No Shipping Options. 3. Click Custom Shipping. To the right, the Custom Shipping text box opens. 4. Click the Add button. A new window opens. 5. In the text box, Please enter the name of the new shipping method. The name must be less than 15 characters, otherwise the shipping cost will not appear next to the heading. 6. Click OK. You will be returned to the Shipping Methods main page

28 6.2 About Shipping Fees Per Inventory Item 7. Highlight the name of the new method you added. 8. In the Cost field, enter the amount you want to charge your customers if they select this option. Apply Tax 1 and/or Tax 2, if required. (Default settings will show as GST/PST. You can change tax names and values by going to Account Settings in the left menu.) 9. Click Update Shipping to save your changes. 6.2 ABOUT SHIPPING FEES PER INVENTORY ITEM Use this tool in conjunction with the Inventory Module to calculate product specific shipping fees. SeeAbout the Online Inventory. You have the option to charge extra for large or heavy items. For example, you may not want to charge a customer the same amount when they order pens, as you would for shipping a chair. In this case, a blanket shipping fee will not be enough to cover all of your costs CUSTOMIZING SHIPPING COSTS FOR AN INDIVIDUAL ITEM 1. Log in to the Online Member Area. 2. Go to configuration > inventory > products. 3. Click Refresh or use the search engine to locate a specific item. 4. Click the name of an item in your inventory product list. 5. In the Shipping field, enter the amount you are charging for shipping this product

29 6.2 About Shipping Fees Per Inventory Item Note: The shipping field will not appear unless you have already selected Custom Shipping. See Configuring Custom Shipping Rates. 2. Click Update. Tip: Do this for all items that require individual shipping surcharges. If you have an extensive list of products that require different surcharges, you can set detailed shipping parameters CHARGING PRODUCT-SPECIFIC SHIPPING FEES 1. Log in to the Online Member Area. 2. Go to configuration > shopping cart > shipping options. 3. Click on Add per item inventory shipping costs

30 6.3 About Detailed Shipping Calculations 4. Click Update Shipping. All inventory shipping settings will be applied when a customer chooses a product from your Shopping Cart. 6.3 ABOUT DETAILED SHIPPING CALCULATIONS Custom shipping calculations are called after a customer has finished filling in their Ship To and Bill To information on the Shopping Cart Checkout Page. See About the Checkout Page. When you click the Continue button, the DRWP system goes to a page with the custom shipping calculations code. After the code is processed, the customer moves to the Payment Page, the final stage of the purchase process. See About The Payment Page CUSTOMIZING DETAILED SHIPPING CALCULATIONS 1. Log in to the Online Member Area. 2. Go to configuration > shipping options in the left menu of your membership page. 3. Select Custom Calculations. The Shipping Options page opens

31 6.3 About Detailed Shipping Calculations 4. Insert code into the box labelled Insert Custom Shipping Calculations Here. 5. Click Update Shipping ABOUT CUSTOM SHIPPING REFERENCE VARIABLES You can access Custom Shipping Reference variables in one of three ways: Query the rstcart recordset Query the request string Access the Custom Shipping Module variables Warning! There are numerous variables that can be used within the custom shipping calculations. Be sure to check all custom calculations carefully. DRWP does not develop or debug the code for merchants. You are responsible for developing and testing any custom calculations. DRWP will not cover any losses due to faulty programming in the client s custom shipping calculations. rstcart recordset variables The following values can be accessed by querying the rstcart recordset. Note: To access individual items in the recordset you must either loop through the recordset or reference recordset items directly

32 6.3 About Detailed Shipping Calculations Parameters Data Type Description prod_id A Product ID number as it appears in the Inventory Module prod_name A Product name prod_qty N Quantity purchased prod_cost N Product cost. ( sign not needed) prod_shipping N Shipping cost of the product as determined in the Inventory Module prod_weight_value N Product weight prod_weight_id N Method of calculating weight 1 = pounds 2 = kilograms prod_size_height N Height of the product prod_size_width N Width of the product prod_size_depth N Depth of the product prod_size_id N Method of calculating size 1 = inches 2 = centimetres prod_tax1 N Set to 1 (yes) or 0 (no) to determine whether tax1 should be applied to the product prod_date A Date and time the item was added to the cart

33 6.3 About Detailed Shipping Calculations Request string variables The following values may be accessed by querying the request string. They will contain values set in the checkout portion of the shopping cart process. Parameters Data Type Description shipname A Customer Shipping Name ship address A Customer s Shipping Address shipphonenumber A Customer s Shipping Phone Number shipaddress1 A Customer s Shipping Address 1 shipaddress2 A Customer s Shipping Address 2 shipcity A Customer s Shipping City shipprovince A Customer s Shipping Province (2 Character code) shipcountry A Customer s Shipping Country (2 Character code) shippostalcode A Customer s Shipping Postal/Zip Code billingsameaddress A Available values are on or off. If on the values for billing variables are the same as for above shipping variables. If this value is not available it is off. ordname A Customer s Billing Name ord address A Customer s Billing Address ordphonenumber A Customer s Billing Phone

34 6.3 About Detailed Shipping Calculations Parameters Data Type Description Number ordaddress1 A Customer s Billing Address 1 ordaddress2 A Customer s Billing Address 2 ordcity A Customer s Billing City ordprovince A Customer s Billing Province (2 Character Code) ordcountry A Customer s Billing Country (2 Character Code) ordpostalcode A Customer s Billing Postal/Zip Code Refn * n = 1 to 5 A Up to 5 reference fields for sitespecific information that you may need to maintain during the shopping process. Custom Shipping Module Variables These variables can be set in the custom shipping module. They will affect the shipping calculations and process. See Configuring Custom Shipping Rates. Parameters Data Type Description shippingcost N Cost of Shipping calculated by DRWP. shippingmethod A When custom calculations are used, this value is set to CUSTOM. applyshippingtax1 N Set to 1 to apply tax1 to shipping. For a complete list of country codes, see ISO

35 6.3 About Detailed Shipping Calculations Custom Shipping - Working Example This script provides a working example of custom calculated shipping code. This script is set so that: If the total order amount is between 0.00 and 5.00, the shipping charge will be If the total order amount is between 5.01 and 15.00, the shipping charge will be If the total order amount is between and 50.00, the shipping charge will be If the total order amount is over 50.01, the shipping charge will be <% dim ordercost 'Total cost of all items in Cart dim i 'Loop control variable 'Get the total order amount of all products in the Cart for i = 0 to rstcart.count - 1 ordercost = ordercost + (rstcart (i).prod_qty * (rstcart (i).prod_cost)) next 'Set the shipping cost based on the cost of all products if ordercost > 0 and ordercost <= 5.00 then shippingcost = 6.00 elseif ordercost > 5.01 and ordercost <=15.00 then shippingcost = 9.50 elseif ordercost > and ordercost <= then shippingcost = else shippingcost = end if %>

36 7 ABOUT ERROR HANDLING - SHOPPING CART To help debug your Shopping Cart integration, you can set automatic transaction error messages. If a field contains invalid data or a transaction conflicts with your account settings, you will be notified immediately with a system-generated message, outlining any missing or conflicting information. In a properly working system, these message are never displayed to a shopper. Messages are displayed on the Transaction Processing error page and are not redirected back to the address specified by the errorpage variable. Possible error messages are: Connection is not secure Invalid merchant ID Authorization Failed Missing transaction data Missing errorpage address If any customer credit or billing information is invalid or missing, the process transaction redirects back to the address specified by the errorpage variable. All submitted information is returned with two error parameters: errormessage: Contains a descriptive message indicating all errors found on the order. Use this to prompt customers to correct the information on their order form. errorfields: Contains a comma-separated list of field names that contain invalid data. Use this to customize your own error handling. Note: When a User Generated Error occurs, the system does not return the value of the trncardnumber and trncardexpiry fields to the errorpage URL. All other parameters are returned as normal

37 7.1 About Duplicate Transaction Checks 7.1 ABOUT DUPLICATE TRANSACTION CHECKS To minimize the possibility for error, DRWP has created an automatic check for duplicate transactions. DRWP will mark an item as a duplicate if the transaction amount, the card number, and the card expiry date are identical to another transaction recorded within the same 24-hour period. If your system passes an Order Number, this will also be used in the duplicate check. If your system does not pass an order number, the unique transaction IDs will be mapped into the order number fields but will not be used in the duplicate check

38 8 GLOSSARY A API (Application Programming Interface) An API is the method of communication between software components, permitting the transfer of data. DRWP's APIs allow developers to integrate with our software, facilitating payment processing. B Batch Processing Batch processing enables merchants to process multiple credit cards by submitting a single file to DRWP for processing. C Chargeback A transaction dispute procedure, initiated by a cardholder, which may result in a debit being applied to the customer's account. E Expired Card A credit/debit card on which the embossed, encoded, or printed expiry date has passed. F Fulfillment A document image that the Merchant bank supplies in response to a Request for Information

39 I Issuer A member bank that issues cards, and whose name appears on the card. M Member An organization (usually a bank) that is signed up to operate within the terms of the card processing rules and regulations. P PA-DSS (Payment Application - Data Security Standards) This standard applies to software and applications that handle cardholder information, and are being developed and resold by various companies. A company developing such software/applications must, on an annual basis, go through an audit process to be "PCI-compliant". PCI (Payment Card Industry) PCI is used to refer to the Payment Card Industry Security Standards Council. It maintains a set of standards dealing with security and protecting cardholder data. We use two main standards in e-commerce: PA-DSS and PCI-DSS. PCI-DSS (Payment Card Industry Data Security Standards) These are the primary regulations that are applied to every merchant processing credit cards. Every merchant must be compliant with PCI standards, though it's up to the acquirers to set the validation/confirmation requirements. The requirements are usually based on the volume of transactions processed by the merchant in a 12-month period

40 Pre-authorization A pre-authorization holds an amount as unavailable until the transaction is settled, or the hold "falls off". Often, a preauthorization is followed up with a pre-authorization completion. Pre-authorization Completion The second part of a pre-authorization. R Recurring Billing Recurring billing allows merchants to set automated billing schedules for customers. Credit card information is collected a single time and stored on DRWP's secure servers. Request for Information (RFI) A request from the cardholder's issuing bank for copies of a signed sales receipt, or other suitable documentation, to prove the validity of a transaction. Return A return can be used to refund a full or partial transaction amount at any time. Return transactions will always appear on a customer statement. S Split Sale Where a customer has processed two or more transactions that in total exceed his floor limit, to avoid having to obtain a single authorization for the combined total. V Void A void is used to cancel a transaction before the item is registered against a customer credit card account. Voids can only be attempted on the same day as the original transaction

41 Cardholders will never see a voided transaction on their credit card statement. Void Return A void return may be used to void a full or partial refund at any time

42 9 INDEX Shopping Cart 1, 3, 5-7, 9-10, 12-14, 16-18, 20-22, 25-26, 29, 32 S

PROCESS TRANSACTION API

PROCESS TRANSACTION API PROCESS TRANSACTION API Document Version 8.7 May 2015 For further information please contact Digital River customer support at (888) 472-0811 or support@beanstream.com. 1 TABLE OF CONTENTS 2 Lists of tables

More information

Process Transaction API

Process Transaction API Process Transaction API Document Version 5.9 March 2011 For further information please contact Beanstream customer support at (250) 472-2326 or support@beanstream.com. BEAN # Page 2 of 90 Date Overview...

More information

WEB TERMINAL AND RECURRING BILLING

WEB TERMINAL AND RECURRING BILLING PROCESSING TRANSACTIONS WITH WEB TERMINAL AND RECURRING BILLING Document Version 1.4 December 2013 For further information please contact Digital River customer support at 0800 756 3350 or clientsupport.uk@digitalriver.com.

More information

Website Payments Standard Integration Guide

Website Payments Standard Integration Guide Website Payments Standard Integration Guide For Professional Use Only Currently only available in English. A usage Professional Uniquement Disponible en Anglais uniquement pour l instant. Last updated:

More information

itransact Gateway Fast Start Guide

itransact Gateway Fast Start Guide itransact Gateway Fast Start Guide itransact Gateway Fast Start Guide Table of Contents 1. Version and Legal Information... 1 2.... 2 Quick Setup... 2 The Card Setup... 2 Order Form Setup... 3 Simple

More information

Merchant Interface Online Help Files

Merchant Interface Online Help Files Merchant Interface Online Help Files REGAL t e c h n o l o g i e s t h e f u t u r e o f p a y m e n t s Table of Contents Merchant Interface Online Help Files... 1 Tools... 2 Virtual Terminal... 7 Submit

More information

Merchant Integration Guide

Merchant Integration Guide Merchant Integration Guide Card Not Present Transactions Authorize.Net Customer Support support@authorize.net Authorize.Net LLC 071708 Authorize.Net LLC ( Authorize.Net ) has made efforts to ensure the

More information

Merchant Integration Guide

Merchant Integration Guide Merchant Integration Guide Card Not Present Transactions January 2012 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC ( Authorize.Net )

More information

Super Resellers // Getting Started Guide. Getting Started Guide. Super Resellers. AKJZNAzsqknsxxkjnsjx Getting Started Guide Page 1

Super Resellers // Getting Started Guide. Getting Started Guide. Super Resellers. AKJZNAzsqknsxxkjnsjx Getting Started Guide Page 1 Getting Started Guide Super Resellers Getting Started Guide Page 1 Getting Started Guide: Super Resellers Version 2.1 (1.6.2012) Copyright 2012 All rights reserved. Distribution of this work or derivative

More information

Alpha e-pay v2 Merchant User Manual (v1.9)

Alpha e-pay v2 Merchant User Manual (v1.9) Alpha e-pay v2 Merchant User Manual (v1.9) Overview NOTE: Alpha e-pay, Alpha Bank s e-commerce solution, is currently using the DeltaPAY e- commerce platform. Therefore, Alpha e-pay and DeltaPAY are used

More information

United Payment Services My Merchant Console Connect SecurePAY User Guide

United Payment Services My Merchant Console Connect SecurePAY User Guide United Payment Services My Merchant Console Connect SecurePAY User Guide. 1 United Payment Services, Inc ( United Payment Services ) has made efforts to ensure the accuracy and completeness of the information

More information

Merchant Interface Online Help Files

Merchant Interface Online Help Files Merchant Interface Online Help Files Table of Contents Merchant Interface Online Help Files... 5 Tools... 6 Virtual Terminal... 7 Submit a Credit Card Charge... 7 Submit a Credit Card Refund... 9 Submit

More information

Recurring Payments Service (FuturePay) Guide. Version 4.2 April 2013 Business Gateway

Recurring Payments Service (FuturePay) Guide. Version 4.2 April 2013 Business Gateway Recurring Payments Service (FuturePay) Guide Version 4.2 April 2013 Business Gateway Table Of Contents About this Guide... 4 Update History... 4 Copyright... 4 Introduction... 5 Enable the Service... 6

More information

Quick Shopping Cart QuickBooks Integration

Quick Shopping Cart QuickBooks Integration Quick Shopping Cart QuickBooks Integration Installing and Configuring QuickBooks This guide walks you through setting up the Intuit QuickBooks Merchant Service (QBMS) payment gateway (where available)

More information

First Data Global Gateway Virtual Terminal User Manual. Version 1.0

First Data Global Gateway Virtual Terminal User Manual. Version 1.0 First Data Global Gateway Virtual Terminal User Manual Version 1.0 Table of Contents 1 Introduction 5 1.1 First Data Global Gateway Virtual Terminal Overview 5 1.1.1 Processing Transactions 5 1.1.2 Managing

More information

Yahoo! Merchant Solutions. Order Processing Guide

Yahoo! Merchant Solutions. Order Processing Guide Yahoo! Merchant Solutions Order Processing Guide Credit Card Processing How It Works The following charts provide an overview of how online credit card processing works. Credit Card processing for Yahoo!

More information

Document Services Online Customer Guide

Document Services Online Customer Guide Document Services Online Customer Guide Logging in... 3 Registering an Account... 3 Navigating DSO... 4 Basic Orders... 5 Getting Started... 5 Attaching Files & Print Options... 7 Advanced Print Options

More information

Getting Started Guide. Getting Started With Web Store Design

Getting Started Guide. Getting Started With Web Store Design Getting Started Guide Getting Started With Web Store Design Getting Started with Web Store Design Copyright 2009. All rights reserved. Distribution of this work or derivative of this work is prohibited

More information

I. Simplifying Payment Processing. II. Authorizing Your Transactions Correctly page 6

I. Simplifying Payment Processing. II. Authorizing Your Transactions Correctly page 6 Welcome to PaySimple! Congratulations on choosing PaySimple for all your payment processing needs! You will quickly notice that billing and collections is transformed into an effortless process. With PaySimple,

More information

DalPay Internet Billing. Checkout Integration Guide Recurring Billing

DalPay Internet Billing. Checkout Integration Guide Recurring Billing DalPay Internet Billing Checkout Integration Guide Recurring Billing Version 1.3 Last revision: 01/07/2011 Page 1 of 16 Version 1.3 Last revision: 01/07/2011 Page 2 of 16 REVISION HISTORY 4 INTRODUCTION

More information

Introduction to Clarity Connect s Standard E-Commerce/Store Manager Solution

Introduction to Clarity Connect s Standard E-Commerce/Store Manager Solution Introduction to Clarity Connect s Standard E-Commerce/Store Manager Solution This document contains a detailed description of the functionality provided in a standard e commerce implementation with Clarity

More information

How To Build An Online Store On Ecwid

How To Build An Online Store On Ecwid Using Ecwid to Build an Online Store Ecwid provides all you need for a one-stop online shop, including a built-in 'drag and drop' shopping cart, the recording of customer registration details, destination

More information

Using Adobe Dreamweaver CS4 (10.0)

Using Adobe Dreamweaver CS4 (10.0) Getting Started Before you begin create a folder on your desktop called DreamweaverTraining This is where you will save your pages. Inside of the DreamweaverTraining folder, create another folder called

More information

PDG Software. Site Design Guide

PDG Software. Site Design Guide PDG Software Site Design Guide PDG Software, Inc. 1751 Montreal Circle, Suite B Tucker, Georgia 30084-6802 Copyright 1998-2007 PDG Software, Inc.; All rights reserved. PDG Software, Inc. ("PDG Software")

More information

Account Management System Guide

Account Management System Guide Account Management System Guide Version 2.2 March 2015 Table of Contents Introduction...5 What is the Account Management System?...5 Accessing the Account Management System...5 Forgotten Password...5 Account

More information

020112 2008 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or

020112 2008 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or Point of Sale Guide 020112 2008 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

Getting Started Guide. Getting Started With Quick Shopping Cart. Setting up and configuring your online storefront.

Getting Started Guide. Getting Started With Quick Shopping Cart. Setting up and configuring your online storefront. Getting Started Guide Getting Started With Quick Shopping Cart Setting up and configuring your online storefront. Getting Started with Quick Shopping Cart Version 1.2 (12.17.08) Copyright 2007. All rights

More information

Skipjack Merchant User Guide. Quick Guide. (a supplement to the Merchant User Guide)

Skipjack Merchant User Guide. Quick Guide. (a supplement to the Merchant User Guide) Skipjack Merchant User Guide Quick Guide (a supplement to the Merchant User Guide) COPYRIGHT INFORMATION Evolve Adaptive Technology and Skipjack Financial Services are registered trademarks of the Bradley-Madison

More information

Virtual Terminal & Online Portal

Virtual Terminal & Online Portal Authipay Gateway Virtual Terminal & Online Portal User Guide Version 5 (EMEA) Virtual Terminal & Online Portal User Guide Version 5 (EMEA) CONTENTS 1 Introduction... 5 2 Processing Transactions... 6 2.1

More information

Magento module Documentation

Magento module Documentation Table of contents 1 General... 4 1.1 Languages... 4 2 Installation... 4 2.1 Search module... 4 2.2 Installation in Magento... 6 2.3 Installation as a local package... 7 2.4 Uninstalling the module... 8

More information

Ecommerce User Manual 105

Ecommerce User Manual 105 Ecommerce User Manual 105 Shopping Lists (Premium Only) A new feature for our Pro-Store clients is the Shopping List option. Now you can offer your customers the ability to create Shopping Lists which

More information

Order Processing Guide

Order Processing Guide Yahoo! Merchant Solutions Order Processing Guide Version 1.0 PROCESSING CREDIT CARD ORDERS 1 PROCESSING CREDIT CARD ORDERS Contents Note: If your store already has online credit card processing set up,

More information

MySagePay. User Manual. Page 1 of 48

MySagePay. User Manual. Page 1 of 48 MySagePay User Manual Page 1 of 48 Contents About this guide... 4 Getting started... 5 Online help... 5 Accessing MySagePay... 5 Supported browsers... 5 The Administrator account... 5 Creating user accounts...

More information

PDG Shopping Cart 4.0. Quick Start Guide

PDG Shopping Cart 4.0. Quick Start Guide PDG Shopping Cart 4.0 Quick Start Guide , Inc. 1751 Montreal Circle, Suite B Tucker, Georgia 30084-6802 Copyright 1998-2004 PDG Software, Inc.; All rights reserved. PDG Software, Inc. ("PDG Software")

More information

Ticketing Manual. Ticketing Agents, Coordinator, and Advanced Users. Updated: 07/06/12

Ticketing Manual. Ticketing Agents, Coordinator, and Advanced Users. Updated: 07/06/12 Ticketing Manual Ticketing Agents, Coordinator, and Advanced Users Updated: 07/06/12 Table of Contents Creating Your Event... 2 1.1 Create Your Venue... 2 1.2 Create Your Event... 4 1.3 Enable Your Event...

More information

How To Create A Report On A Pc Or Macbook

How To Create A Report On A Pc Or Macbook TheFinancialEdge Reports Guide for Accounts Payable 041813 2013 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

Envision Credit Card Processing

Envision Credit Card Processing A Guide for Processing Transactions with Envision's Credit Card Module I Table of Contents Part I Credit Card Processing Setup 1 Part II Credit Card Processing 2 1 Entering Tips... 3 2 Processing the Credit

More information

Klarna Magento module

Klarna Magento module Klarna Magento module User guide Payment module version: 5.x.+ User guide 1.0 Revision: 1.1 Table of Contents User guide Welcome to Klarna How do you benefit? What is Klarna s offering? Prerequisites Before

More information

Merchant e-solutions Payment Gateway Back Office User Guide. Merchant e-solutions January 2011 Version 2.5

Merchant e-solutions Payment Gateway Back Office User Guide. Merchant e-solutions January 2011 Version 2.5 Merchant e-solutions Payment Gateway Back Office User Guide Merchant e-solutions January 2011 Version 2.5 This publication is for information purposes only and its content does not represent a contract

More information

Contents INDEX...61 ECRM...1

Contents INDEX...61 ECRM...1 ecrm Guide 111011 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying, recording,

More information

E-commerce. Further Development 85

E-commerce. Further Development 85 Further Development 85 If you ve ever bought anything online, you ll know how simple the process can be as a buyer. But how difficult is it to set up your own e-store? Fortunately with WebPlus, the process

More information

Credit Card Processing

Credit Card Processing Microsoft Dynamics AX 2009 Credit Card Processing Technical White Paper This white paper is intended for professionals who are involved in the implementation and support of the Credit Card Processing functionality

More information

Volume PLANETAUTHORIZE PAYMENT GATEWAY. vtiger CRM Payment Module. User Guide

Volume PLANETAUTHORIZE PAYMENT GATEWAY. vtiger CRM Payment Module. User Guide Volume 2 PLANETAUTHORIZE PAYMENT GATEWAY vtiger CRM Payment Module User Guide S A L E M A N A G E R M E R C H A N T S E R V I C E S User Guide and Installation Procedures Information in this document,

More information

Your Blueprint websites Content Management System (CMS).

Your Blueprint websites Content Management System (CMS). Your Blueprint websites Content Management System (CMS). Your Blueprint website comes with its own content management system (CMS) so that you can make your site your own. It is simple to use and allows

More information

Merchant Overview for Website Payments and Email Payments

Merchant Overview for Website Payments and Email Payments Merchant Overview for Website and Email Using PayPal in Your Online Business Welcome to PayPal. This guide will give you an overview of Website Standard and Email -- solutions that you can use to begin

More information

SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME

SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. Install ma_sahara_digital8 template Chapter II. Features and elements of the template Chapter III. List of extensions

More information

Global Transport Secure ecommerce Decision Tree

Global Transport Secure ecommerce Decision Tree Global Transport Secure ecommerce Decision Tree Development work* or software configuration** is required. Please be prepared to engage a webmaster/developer for assistance Are you looking for a hosted

More information

Online sales management software Quick store setup. v 1.1.3

Online sales management software Quick store setup. v 1.1.3 Online sales management software Quick store setup v 1.1.3 Table of Contents 1Shopizer urls...3 2Configure your store...3 Store and profile...4 Store Front Configuration...4 3Integration...6 4Configure

More information

Once form has been completed by one or more employees the information can be entered on the employees direct deposit screen.

Once form has been completed by one or more employees the information can be entered on the employees direct deposit screen. Banyon Data Systems, Inc. DIRECT DEPOSIT MODULE BDS Direct Deposit or ACH (Automated Clearing House) allows your entity to transfer its employee s pay directly to their bank accounts. This module does

More information

This guide shows you the process for adding ecart to your online store so that you can start selling products online.

This guide shows you the process for adding ecart to your online store so that you can start selling products online. ecart will add invaluable checkout functionality to your online store. This includes the ability to create and design a shopping cart page, add products to a cart, and create all the necessary pages for

More information

Refer to the Integration Guides for the Connect solution and the Web Service API for integration instructions and issues.

Refer to the Integration Guides for the Connect solution and the Web Service API for integration instructions and issues. Contents 1 Introduction 4 2 Processing Transactions 5 2.1 Transaction Terminology 5 2.2 Using Your Web Browser as a Virtual Point of Sale Machine 6 2.2.1 Processing Sale transactions 6 2.2.2 Selecting

More information

Online Commerce Suite Getting Started Guide

Online Commerce Suite Getting Started Guide Online Commerce Suite Getting Started Guide Revision 3.4 August 2003 Pay-Me-Now 1751 S. Pacific Coast Hwy Laguna Beach, Ca 92651 www.pay-me-now.com 2003, MerchantPartners.com LLC All Rights Reserved. Contents

More information

Online credit/debit card processing with RBS WorldPay

Online credit/debit card processing with RBS WorldPay Mamut Business Software Introduction Online credit/debit card processing with RBS WorldPay 1 Online credit/debit card processing with RBS WorldPay Contents Online credit/debit card processing with RBS

More information

Akada Software, Inc.

Akada Software, Inc. Akada Software, Inc. Credit Card Processing 1994-2008 by Akada Software, Inc. All Rights Reserved This software and documentation is copyrighted. All rights reserved. No part of this manual or the products

More information

Setting Up Your Online ecommerce Shopping Cart

Setting Up Your Online ecommerce Shopping Cart Setting Up Your Online ecommerce Shopping Cart Setting Up Your Online ecommerce Shopping Cart Contents o Building Your ecommerce Shopping Cart o Creating Products o Configuring Shipping & Verifying Taxes

More information

Contents. Contents... i. Chapter 1 Introduction...1. Chapter 2 Using PSiGate...9. Index...25

Contents. Contents... i. Chapter 1 Introduction...1. Chapter 2 Using PSiGate...9. Index...25 Using PSiGate Contents i Contents Contents... i Chapter 1 Introduction...1 How to Apply for an Account...4 Set Up a Merchant Account Profile...6 Chapter 2 Using PSiGate...9 PSiGate from the Customer s

More information

Microsoft Dynamics GP. Invoicing

Microsoft Dynamics GP. Invoicing Microsoft Dynamics GP Invoicing Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the

More information

PAYLINE USER GUIDE LOGGING INTO PAYLINE PROCESSING A PURCHASE

PAYLINE USER GUIDE LOGGING INTO PAYLINE PROCESSING A PURCHASE Payline User Guide PAYLINE USER GUIDE Payline is a web-based payment management client that can be used to process credit card transactions manually, process refunds, set up recurring payments and generate

More information

PowerPay User Guide. Table of Contents

PowerPay User Guide. Table of Contents Table of Contents Table of Contents... 1 About this Document... 2 Copyright Notice... 3 Publication History... 3 Documentation Conventions... 4 Obtaining Additional Development Information and Documentation...

More information

Integration Guide Last Revision: July 2004

Integration Guide Last Revision: July 2004 Last Revision: July 2004 PayPal Integration Guide 2004 PayPal, Inc. All Rights Reserved. PayPal and the PayPal logo are registered trademarks of PayPal, Inc. Designated trademarks and brands are the property

More information

Microsoft Dynamics GP. Manufacturing Planning Functions

Microsoft Dynamics GP. Manufacturing Planning Functions Microsoft Dynamics GP Manufacturing Planning Functions Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user.

More information

Credit Card Processing

Credit Card Processing Microsoft Dynamics AX 2009 Credit Card Processing Technical White Paper This white paper is intended for professionals who are involved in the implementation and support of the Credit Card Processing functionality

More information

Cofred Automated Payments Interface (API) Guide

Cofred Automated Payments Interface (API) Guide Cofred Automated Payments Interface (API) Guide For use by Cofred Merchants. This guide describes how to connect to the Automated Payments Interface (API) www.cofred.com Version 1.0 Copyright 2015. Cofred.

More information

Setup Guide for Magento and BlueSnap

Setup Guide for Magento and BlueSnap Setup Guide for Magento and BlueSnap This manual is meant to show you how to connect your Magento store with your newly created BlueSnap account. It will show step-by-step instructions. For any further

More information

Self-Service Portal Implementation Guide

Self-Service Portal Implementation Guide Self-Service Portal Implementation Guide Salesforce, Winter 6 @salesforcedocs Last updated: October 0, 05 Copyright 000 05 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Kentico CMS 7.0 E-commerce Guide

Kentico CMS 7.0 E-commerce Guide Kentico CMS 7.0 E-commerce Guide 2 Kentico CMS 7.0 E-commerce Guide Table of Contents Introduction 8... 8 About this guide... 8 E-commerce features Getting started 11... 11 Overview... 11 Installing the

More information

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades.

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades. 28 VIRTUAL EXHIBIT Virtual Exhibit (VE) is the instant Web exhibit creation tool for PastPerfect Museum Software. Virtual Exhibit converts selected collection records and images from PastPerfect to HTML

More information

EMAIL CAMPAIGNS...5 LIST BUILDER FORMS...

EMAIL CAMPAIGNS...5 LIST BUILDER FORMS... Basic User Guide Table of Contents INTRODUCTION...1 CAMPAIGNER FEATURES...1 WHO SHOULD READ THIS GUIDE?...1 GETTING STARTED...2 LOGGING IN TO CAMPAIGNER...2 DASHBOARD...3 Modify Your Dashboard...4 EMAIL

More information

My Sage Pay User Manual

My Sage Pay User Manual My Sage Pay User Manual Page 1 of 32 Contents 01. About this guide..4 02. Getting started.4 Online help Accessing My Sage Pay Test Servers Live Servers The Administrator account Creating user accounts

More information

How to create an email template

How to create an email template How to create an email template Templates are created the same way as you would for any other content page for an html or text email. By checking the box next to the Name this Content field on the Create

More information

Contents 1. Introduction... 3 2. Login... 4 3. Order Status... 5. 3.1 Search for pre-advice and orders... 5 3.2 View pre-advice or order...

Contents 1. Introduction... 3 2. Login... 4 3. Order Status... 5. 3.1 Search for pre-advice and orders... 5 3.2 View pre-advice or order... Contents 1. Introduction... 3 2. Login... 4 3. Order Status... 5 3.1 Search for pre-advice and orders... 5 3.2 View pre-advice or order... 5 3.2.1 Coli... 7 3.2.2 Coli and Tracking and Tracing... 8 3.2.3

More information

PDG Software. QuickBooks Point of Sale Guide

PDG Software. QuickBooks Point of Sale Guide QuickBooks Point of Sale Guide , Inc. 1751 Montreal Circle, Suite B Tucker, Georgia 30084-6802 Copyright 1998-2007 PDG Software, Inc.; All rights reserved. PDG Software, Inc. ("PDG Software") retains

More information

Version 15.5. Using Oracle Commerce Cloud Service Agent Console

Version 15.5. Using Oracle Commerce Cloud Service Agent Console Version 15.5 Using Oracle Commerce Cloud Service Agent Console Using Oracle Commerce Cloud Service Agent Console Product version: 15.5 Release date: 10-28-15 Document identifier: UsingCCAgent1511110401

More information

USER GUIDE - May 2010

USER GUIDE - May 2010 USER GUIDE - May 2010 Login...2 Browse.................................................................. 3 By Product Type By Manufacturer Search....4 By Keyword Via Quick Find Via Quick Order Search Results

More information

Authorize.net modules for oscommerce Online Merchant.

Authorize.net modules for oscommerce Online Merchant. Authorize.net Authorize.net modules for oscommerce Online Merchant. Chapters oscommerce Online Merchant v2.3 Copyright Copyright (c) 2014 oscommerce. All rights reserved. Content may be reproduced for

More information

Note: Your security settings may prohibit you from viewing or modifying the current list of marketing promotions.

Note: Your security settings may prohibit you from viewing or modifying the current list of marketing promotions. Customer Management Marketing Campaign Management Oasis CRM starts by organizing leads by marketing promotion type. The marketing promotion module can be accessed from the Customer-Management dropdown

More information

Microsoft Dynamics GP. Audit Trails

Microsoft Dynamics GP. Audit Trails Microsoft Dynamics GP Audit Trails Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting

More information

Accounts Receivable. Chapter

Accounts Receivable. Chapter Chapter 7 Accounts Receivable The Accounts Receivable module displays information about individual outstanding income sources. Use this screen to verify that invoice receipts, cash receipts, and other

More information

PayPal Express Checkout Services

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

More information

MAGENTO CERTIFIED SOLUTION SPECIALIST EXAM. What is the difference between Omni Channel and multichannel retailing?

MAGENTO CERTIFIED SOLUTION SPECIALIST EXAM. What is the difference between Omni Channel and multichannel retailing? MAGENTO CERTIFIED SOLUTION SPECIALIST EXAM Content Area 1: ecommerce Content Area 2: Magento Architecture Content Area 3: Elements of a Magento Commerce Site 3.1 Catalog 3.2 Shopping Cart 3.3 Payment 3.4

More information

Customising Your Mobile Payment Pages

Customising Your Mobile Payment Pages Corporate Gateway Customising Your Mobile Payment Pages V2.0 May 2014 Use this guide to: Understand how to customise your payment pages for mobile and tablet devices XML Direct Integration Guide > Contents

More information

The Wells Fargo Payment Gateway Business Center. User Guide

The Wells Fargo Payment Gateway Business Center. User Guide The Wells Fargo Payment Gateway Business Center User Guide Contents 1 Introduction 1 About the Wells Fargo Payment Gateway service Business Center 1 About this guide 2 Access the Business Center 2 Log

More information

Set Up Guide. 1. Create categories

Set Up Guide. 1. Create categories Set Up Guide Welcome to GETSHOPINS set up guide. Here you can learn how to prepare your fully functional basic shop in 9 steps.. For more advanced functions visit our knowledge base. 1. Create categories

More information

PAYLINE USER GUIDE. 1 Logging into Payline. 2 - Processing a Purchase

PAYLINE USER GUIDE. 1 Logging into Payline. 2 - Processing a Purchase PAYLINE USER GUIDE Payline is a web-based payment management client that can be used to process credit card transactions manually, process refunds, set up recurring payments and generate reports to name

More information

Selling Digital Goods Online

Selling Digital Goods Online PayLoadz.com Selling Digital Goods Online How to use the PayLoadz and PayPal services to sell digital goods on your web site Updated: 02/12/2006 TABLE OF CONTENTS INTRODUCTION...3 HOW IT WORKS...3 GETTING

More information

2. Building Cross-Tabs in Your Reports Create a Cross-Tab Create a Specified Group Order Filter Cross-Tab by Group Keep Groups Together

2. Building Cross-Tabs in Your Reports Create a Cross-Tab Create a Specified Group Order Filter Cross-Tab by Group Keep Groups Together Crystal Reports Level 2 Computer Training Solutions Course Outline 1. Creating Running Totals Create a Running Total Field Modify a Running Total Field Create a Manual Running Total on Either Detail Data

More information

Secure Payment Form User s Guide

Secure Payment Form User s Guide User s Guide (Functional Reference / Technical Specifications) REDFIN NETWORK PAYMENT GATEWAY Document Version 1.3 Copyright 2013 RedFin Network. All Rights Reserved Introduction Visit us at: http://www.redfinnet.com.

More information

CyberSource PayPal Services Implementation Guide

CyberSource PayPal Services Implementation Guide CyberSource PayPal Services Implementation Guide Simple Order API SCMP API September 2015 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information

More information

ADOBE DREAMWEAVER CS3 TUTORIAL

ADOBE DREAMWEAVER CS3 TUTORIAL ADOBE DREAMWEAVER CS3 TUTORIAL 1 TABLE OF CONTENTS I. GETTING S TARTED... 2 II. CREATING A WEBPAGE... 2 III. DESIGN AND LAYOUT... 3 IV. INSERTING AND USING TABLES... 4 A. WHY USE TABLES... 4 B. HOW TO

More information

PASTPERFECT-ONLINE DESIGN GUIDE

PASTPERFECT-ONLINE DESIGN GUIDE PASTPERFECT-ONLINE DESIGN GUIDE INTRODUCTION Making your collections available and searchable online to Internet visitors is an exciting venture, now made easier with PastPerfect-Online. Once you have

More information

Table of Contents. Introduction... 1 Technical Support... 1

Table of Contents. Introduction... 1 Technical Support... 1 E-commerce Table of Contents Introduction... 1 Technical Support... 1 Introduction... 1 Getting Started... 2 Data Synchronization... 2 General Website Settings... 2 Customer Groups Settings... 3 New Accounts

More information

E-Commerce User Instructions

E-Commerce User Instructions E-Commerce User Instructions Oxarc s E-Commerce system provides the following functions via the Internet: purchase any products that we sell. request special products that we don t normally stock. create

More information

Magento Integration Manual (Version 2.1.0-11/24/2014)

Magento Integration Manual (Version 2.1.0-11/24/2014) Magento Integration Manual (Version 2.1.0-11/24/2014) Copyright Notice The software that this user documentation manual refers to, contains proprietary content of Megaventory Inc. and Magento (an ebay

More information

CHEXpedite - Online Electronic Check (OEC) (Online Payment Option Internet Check) User s Guide and Technical Specifications

CHEXpedite - Online Electronic Check (OEC) (Online Payment Option Internet Check) User s Guide and Technical Specifications - ELECTRONIC PAYMENT SOLUTIONS CHEXpedite - Online Electronic Check (OEC) (Online Payment Option Internet Check) User s Guide and Technical Specifications Version 1.3 NBDS, Inc. 6707 Brentwood Stair Rd.

More information

Adyen MOTO Manual 'Mail Order / Telephone Order' Version 1.06 Adyen B.V.

Adyen MOTO Manual 'Mail Order / Telephone Order' Version 1.06 Adyen B.V. Adyen MOTO Manual 'Mail Order / Telephone Order' Version 1.06 Adyen B.V. Table of Contents 1 Introduction...3 Audience... 3 Changelog... 3 Requirements...3 Interfaces and Integration...4 Payment Methods...4

More information

MeS Virtual Terminal Recurring Payments Guide

MeS Virtual Terminal Recurring Payments Guide Recurring Payments Guide Merchant e-solutions This publication is for information purposes only and its content does not represent a contract in any form. Furthermore, this publication shall not be deemed

More information

Skipjack Merchant Services Guide

Skipjack Merchant Services Guide Skipjack Merchant Services Guide COPYRIGHT INFORMATION Skipjack Financial Services and Skipjack Transaction Network are registered trademarks of the Bradley-Madison Company. It is the policy of Skipjack

More information

Resolve Disputes User Guide

Resolve Disputes User Guide Resolve Disputes User Guide Online Merchant Services Copyright Statement Copyright 2012 by American Express Travel Related Services Company, Inc. All rights reserved. No part of this document may be reproduced

More information

Realex Payments. Magento Community / Enterprise Plugin. Configuration Guide. Version: 1.1

Realex Payments. Magento Community / Enterprise Plugin. Configuration Guide. Version: 1.1 Realex Payments Magento Community / Enterprise Plugin Configuration Guide Version: 1.1 Document Information Document Name: Magento Community / Enterprise Plugin Configuration Guide Document Version: 1.1

More information