CARDIPAY DOCUMENTATION ENGLISH

Size: px
Start display at page:

Download "CARDIPAY DOCUMENTATION ENGLISH"

Transcription

1 CARDIPAY DOCUMENTATION ENGLISH

2 1 Account Profile 2 Technical Guide Documentation Content 2.1 How to initiate the payment Using the POST Method Using the GET Method 2.2 The Return of information (after payment made ) Example of PHP script for a Back Url 3 Automatic confirmation (optional) 4 Subscription option (for monthly automatic payment collection) 4.1 Installation 5 TEST Mode 4.2 Create monthly subscription 4.3 Admin Panel 4.4 Stop Monthly Subscription 6 Consistency Verification (optional) 7 Contact Our Support Team Documentation technique BLUEPAID

3 Account Profile You can access your admin panel through the following link: You will be prompted to enter your login (id_boutique) and password. Once logged in please click on My account. Now you will be able to fill up all the fields with the information that we need to run your merchant account. The following information will be required: Name of your shop/website. First and last name of the owner. address. Website addresses URL. (where the products/services are sold) Phone number. Fax number. Complete address. Zip Code. City. Country. This information are the ones you provided to us on your registration but if needed you can update /change them anytime. Referring URL(s) Please specify the referring URL from witch the payments will be generated. If more than one URL is used you will need to separate the urls with the ; sign. ex : ( Logo URL Ex : (do not put the Please verify the URL you are submitting and make sure the image file is one of the following types:.jpg/.jpeg/.gif/.png. Customized Text (optional) for the first page of the payment Ex : Welcome on our secured payment page for mywebsite.com. Please fill up the information on our secure form. Translations of the text in other languages. Customized text (optional) for the validation page Ex : Please click on the link «Back» and I will send you your file/product Translations of the text in other languages Back URL after a transaction is validated. Do not put the Back URL if the transaction is stopped or canceled before payment is made Do not put the Confirmation URL (Optional) Would like us to ask the client fill up a form with his personal details?. Select Yes if you want the client to fill up a form with his credit card info Font Color. Select or enter the hexadecimal color for the font of the payment page. Background Color. Same as font color. Once you filled up the entire information click on SAVE.

4 TECHNICAL GUIDE To ensure a proper communication of information between your website and Cardipay.com system, you will have to follow the following directions. These are the information you can give to your webmaster/programmer to set up cardipay payment on your website: 1. How to initiate a payment: POST Method HTML example on how to send a client to your secure payment page <html> <head> <title>test on how to initiate a payment</title> <meta http-equiv="content-type" content="text/html; charset=iso "> </head> <body bgcolor="#ffffff"text="#000000"> <form method="post" action=" <input type="hidden" name="id_boutique" value="xxxxxxxxxx"> <input type="hidden" name="id_client" value="xxxxxxxxxx"> <input type="hidden" name="montant" value="xxxxx,xx"> <input type="hidden" name="devise" value="xxx"> <input type="hidden" name="langue" value="xx"> <input type="hidden" name="divers" value="xxxxxxxxxx"> <input type="submit" name="submit" value="envoyer"> </form> </body> </html> GET Method How to initiate a payment with a simple URL (Get) <a> href=" &id_client="xxxxxxxxx"&montant="xxxx,xx"&devise="xx"&langue="xx" &divers="xxxxxxx">test Initiate Payment: Payment Page </a>

5 Possible values for the variables : Variable name Value Information id_boutique id_client Montant This information is provided to you by Cardipay and you id_boutique is actually your login to your admin panel. Can be composed by figures and letters, 100 characters maximum. You can use this variable to identify your client or invoice number. Amount of the transaction, it has to be entered in this form: XXXXX,XX or XXXXX.XX devise langue Devise is for the currency EUR CHF USD GBP JPY CAD AUD FR EN IT DE ES PT NL For Euro For Franc Suisse For US Dollar For British Pound For Yen For Canadian Dollar For Australian Dollar For French For English For Italian For German For Spanish For Portuguese For Dutch _client pays_liv (optional) Your client s , so that he will not need to retype it again The county ISO code for the Shipping address of your client This information is very important is you want to use the Consistency Verification tool

6 2. The return of information (after payment made) You can collect and use the information that Cardipay sends you back in any language of your choice. You will find here under a example of a PHP page designed to receive back the information from cardipay system once the payment is done. This example is only valid only if the PHP is configured with register_globals = Off. If you are using register_globals = On, you will have to use the superglobal Tables to access the variables. Variables that are sent back to your website by Cardipay : means that Cardipay system will be sending back the exact content of the variable that your website sent at the first place to Cardipay payment page. Variable name id_boutique id_client montant devise langue divers Value Information id_trans XXXXX-XXXXX This is the transaction ID number, it is composed by the day, the year, and the day transaction position. date_trans jj/mm/aaaa DD/MM/YYYY date of the transaction hh:mm:ss Time of the transaction attente On Hold: In case a credit card information is save but not yet processed Etat stop ok ko In case the transaction is abandoned or canceled. Ok means the card can be charged (valid) Ko means the card can not be charged

7 Example of Back URL Page ( PHP Script ) <html> <head> <title>back page after payment</title> <meta http-equiv="content-type" content="text/html; charset=iso "> </head> <body bgcolor="#ffffff" text="#000000"> <p>back from the payment page</p> <p> </p> <table width="760" border="0" cellspacing="0" cellpadding="0"> <td>id boutique</td> <td><?=$id_boutique?></td> <td>id_client</td> <td><?=$id_client?></td> <td>amount </td> <td><?=$montant?></td> <td>currency</td> <td><?=$devise?></td> <td>language</td> <td><?=$langue?></td> <td>transaction ID</td> <td><?=$id_trans?></td> <td>transaction date</td> <td><?=$date_trans?></td> <td>miscellaneous</td> <td><?=$divers?></td> <td>status :</td> <td><?=$etat?></td> </table> </body>

8 AUTOMATIC CONFIRMATION Cardipay Documentation The automatic confirmation will enable you to automatically confirm your order s payments or member status in your database. This confirmation is done by Cardipay system sending you variables and information to the URL of your choice. Cardipay sends you the information in 2 steps: 1. Just after the client validates the payment, Cardipay sends you the variable etat = attente». Attente means on hold. You can save your client order. 2. Between 5 seconds to 1 minute the transaction is processed and you receive the status of the transaction: «etat = ok» or «etat = ko». You can mark your client s order as paid (ok) or payment refused (ko). This will enable you to update your database and mark the payment as made/successful. To be able to use this function you will need to fill up the field "Confirmation URL" in your Account Profile. The Confirmation URL must be reachable through a web browser so that Cardipay can access it and transmit the information directly to it. (Do not protect this file or URL with a password) Cardipay System will send back the following information to your Confirmation URL: Transaction (one time payment) : Variable name id_client Value Information etat Ok Payment accepted Ko Payment rejected Attente On hold, the payment is not yet processed. Annu Transaction canceled thus rejected Id_trans This is the transaction ID number, it is composed by the day, the year, and the day transaction position mode test If you are using a credit card testing montant Amount of the transaction devise Currency: divers Miscellaneous: langue Language

9 Transaction for a monthly subscription : Variable name Value Information id_client etat ok Payment accepted ko Payment refused annu Transaction canceled or refused id_trans Transaction ID Type redebit Value that marks the payment as a monthly subscription Num_abo : Subscription number mode test If you are using a credit card testing montant Amount of the transaction devise Currency: divers langue Miscellaneous: Language For the first transaction of a Monthly subscription : Variable name periodicite nb_redebit Information Frequency of payments Number of charges (how many times the card will be charged) Stop a monthly subscription : Variable Name Value Information id_client etat fini Status of the subscription type abonnement Subscription type num_abo Subscription reference number langue Language selected * The variables are sent back using the POST method to your back URL(s).

10 Subscription Option Installation : The subscription type of payments works exactly the same way as a normal one time payment works except that there are 3 more variables to use: type : unique value => abonnement Sample of code : <input type="hidden" name="type" value="abonnement"> periode :c This is the period or frequency of the reccuring billings Values => XXj (for days) or XXm (for months) (ex 15j for 15 days or 12m for 12 months) Sample of code : <input type="hidden" name="periode" value="15j"> nb_redebit : Total number of times that the card will be billed. Possible values XX or x (small letter) Example 12 for 12 billings of the card, or x for unlimited billings (as long as the client does not stop it). Sample of code : <input type="hidden" name="nb_redebit" value="12"> Subscription process : The client subscribes using the form on the Cardipay secure page, the first transaction is charged and the subscription is effective. The client receives an notification of his payment and then the other confirmation is sent to the shop owner. Once the period of time between 2 billings is passed a new transaction is processed, and so on until the maximum number or transaction is reached, or it will go on processing recurring payments if it s unlimited recurring transactions. Every time a subscription is stopped both the merchant/shop and the client receive a notification.

11 Administration panel : In your admin panel you will find a link for Subscriptions type of transactions that will allow you to view your ongoing (active), stopped or Test subscriptions The status finish will end the subscription but will keep a track of the transactions and history of this subscription. If a client stops his subscription then the status will become finish. Un-subscription process : If you want to implement a UN-subscribe option directly into you website to allow your clients to stop their subscription through their member panel on your website, you can use the following process: Send a query on the following URL: And send us the following variables: id_boutique : Your id_boutique The address that the client used to subscribe. num_abo : The subscription reference number. If these 3 information match then it will return the status OK and in the next minute the subscription will be stopped If the 3 information/variables do not match, our system will return the status: ko.

12 TEST PROCESS WITH RETURN OF VARIABLES On top of the normal TEST mode we have an additional way for you to test the implementation of Cardipay in your system using the return of information to your Back Urls You can do Test transactions even if your account is already activated. To do Test transaction you simply have to use the following special credit card test information: Will return "ok" (payment accepted) Will return "ko" (payment refused) Will return "annu" (transaction canceled) For the Expiry date just add one month to today date. For the CVV2 please use: 123 In test mode, the notifications are sent, the confirmation Back Urls will receive the return of information from Cardipay, and just the final status of the transaction will be marked as test CONSISTENCY VERIFICATION (optional) If you are using the Consistency Verification you can enhance the result of this verification by sending us the country of your client To do so, you have to send us the ISO code of the country of your client, it is composed with 3 characters (example: FRA for France, BEL for Belgium etc ) You have to send this information as a value of the following variable name: pays_liv in the same way you send the other variables. CONTACT OUR SUPPORT TEAM Please us at contact@cardipay.com

Subscriptions and Recurring Payments Guide

Subscriptions and Recurring Payments Guide Subscriptions and Recurring Payments 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

CCBill Module for Magento Installation and Configuration

CCBill Module for Magento Installation and Configuration CCBill Module for Magento Installation and Configuration Created: October 8, 2014 Updated: November 13, 2017 2017 CCBill, LLC Plugin v2.0 November 2017 http://www.ccbill.com/ Table of Contents Introduction

More information

AlliedWallet QuickPay API

AlliedWallet QuickPay API AlliedWallet QuickPay API The AlliedWallet QuickPay API can process your online purchases with a minimal amount of programming. Both shopping cart and subscription transactions can be submitted. The QuickPay

More information

ewallet API integration guide version 5.1 8/31/2015

ewallet API integration guide version 5.1 8/31/2015 ewallet API integration guide version 5.1 8/31/2015 International Payout Systems, Inc. (IPS) ewallet API Integration Guide contains information proprietary to IPS, and is intended only to be used in conjunction

More information

USER GUIDE FOR HARLEY-DAVIDSON BOOM! BOX GTS MAP UPDATE TOOLBOX

USER GUIDE FOR HARLEY-DAVIDSON BOOM! BOX GTS MAP UPDATE TOOLBOX USER GUIDE FOR HARLEY-DAVIDSON BOOM! BOX GTS MAP UPDATE TOOLBOX Contents 1. What is Boom! Box GTS Toolbox?. Install Boom! Box GTS Toolbox.1. For Windows 4.. For Mac (OSX) 4. Navigation Data Synchronizing

More information

TELCOware Administration Manual Bicom Systems

TELCOware Administration Manual Bicom Systems I Table of Contents Part I Introduction 1 Part II Setup Wizard 1 1 EULA... 1 2 Server... Details 2 3 Administrator... Details 3 4 Licensing... 4 5 Currency... 5 6 Payment... Methods 6 7 Payment... Settings

More information

DoorVaani.com User Guide

DoorVaani.com User Guide DoorVaani.com User Guide DoorVaani.com is a VOIP Services provider and the website at DoorVaani.com is a fully automated web application for self-administration of your account. This user guide details

More information

Passing and Returning Variables Version Number 1.7 Last Revision Date: March 1, 2007

Passing and Returning Variables Version Number 1.7 Last Revision Date: March 1, 2007 Passing and Returning Variables Version Number 1.7 Last Revision Date: March 1, 2007 3111 North University Drive, Suite 1000, Coral Springs, FL 33065 P 800.996.0398 F 954.346.3791 Table of Contents INTRODUCTION...

More information

Event Scheduling System 4.0 User Guide

Event Scheduling System 4.0 User Guide This document was produced by Voloper Creations Inc. 2000 2009 Voloper Creations Inc. All Rights Reserved Brands or product names are trademarks or registered trademarks of their respective holders. The

More information

Easy Cart User Manual

Easy Cart User Manual Easy Cart User Manual Table of contents 1. Installing Easy Cart (p. 2) 2. Overview of the administration panel (p. 2) 3. Configuring the website (p. 3) 4. Template settings (p. 6) 5. Setting the product

More information

BACKGROUND POST USER S GUIDE. 2012, CCBILL, LLC.; V.8,; Page 1 of 10

BACKGROUND POST USER S GUIDE. 2012, CCBILL, LLC.; V.8,; Page 1 of 10 BACKGROUND POST USER S GUIDE 2012, CCBILL, LLC.; V.8,; 05072012 Page 1 of 10 CONTENTS Introduction... 3 Overview... 3 Passing Variables to the Signup Form... 3 Approval and Denial Posts... 5 Variables...

More information

2 Career Agency 4.2 User Guide

2 Career Agency 4.2 User Guide This document was produced by Voloper Creations Inc. 2000 2009 Voloper Creations Inc. All Rights Reserved Brands or product names are trademarks or registered trademarks of their respective holders. The

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

Xerox App Gallery App Gallery User Guide. Version 5.0 September P06709

Xerox App Gallery App Gallery User Guide. Version 5.0 September P06709 Xerox App Gallery App Gallery User Guide Version 5.0 September 2018 702P06709 2018 Xerox Corporation. All rights reserved. Xerox, Xerox and Design, ConnectKey, VersaLink, AltaLink, Xerox Extensible Interface

More information

Users Manual. Payment Registration Software v User Manual. Revision Date: 5/20/2014 1

Users Manual. Payment Registration Software v User Manual. Revision Date: 5/20/2014 1 Payment Registration Software v. 5.00 User Manual Revision Date: 5/20/2014 1 Table of Contents I. Introduction... 4 II. Smith Payment Registration Pro Module... 4 III. Prerequisites... 4 IV. Installing

More information

SEGPAY S PROCESSING API FOR MERCHANTS. Integration Guide

SEGPAY S PROCESSING API FOR MERCHANTS. Integration Guide SEGPAY S PROCESSING API FOR MERCHANTS Integration Guide Version 1.1 Date: October 11, 2016 Table of Contents TABLE OF CONTENTS 1 VERSION TRACKING 3 EECUTIVE SUMMARY 3 BASE URL 4 PRE-POPULATE FIELDS OR

More information

Merchant Integration Manual (POST)

Merchant Integration Manual (POST) PAYSBUY Merchant Integration Manual (POST) Version 3.01 (Updated 01/09/2010) 2010 PaySbuy Co. Ltd. All rights reserved. PAYSBUY is a registered trademark of PaySbuy Co. Ltd. The PaySbuy logo is a trademark

More information

General Settings General Settings Settings

General Settings General Settings Settings Contents General Settings... 3 Payment Methods... 31 Currency Management... 35 Sales Tax... 37 Commission Settings... 40 Affiliate Commission Settings... 43 Email Templates Management... 46 Subscription

More information

Subscriptions and Payment Pages Version 2

Subscriptions and Payment Pages Version 2 Version 2 Published: 26 April 2018 2.1.21 (c) Table of Contents 1 Introduction... 3 1.1 About Subscriptions... 3 1.2 Process Overview... 3 1.3 Pre-requisites... 3 2 Processing a Subscription through Payment

More information

Version 5.0 September P Xerox App Gallery. App Gallery User Guide

Version 5.0 September P Xerox App Gallery. App Gallery User Guide Version 5.0 September 2018 702P06709 Xerox App Gallery App Gallery User Guide 2018 Xerox Corporation. All rights reserved. Xerox, Xerox and Design, ConnectKey, VersaLink, AltaLink, Xerox Extensible Interface

More information

Thomson Reuters (Tax & Accounting) Inc. ( TRTA )

Thomson Reuters (Tax & Accounting) Inc. ( TRTA ) Thomson Reuters (Tax & Accounting) Inc. ( TRTA ) My Account Instructions (07/17/14) Please click (Ctrl+Click) on the hyperlinks below to take you to the appropriate information. My Account Registration

More information

MetaMoJi Share for Business Ver. 2 MetaMoJi Note for Business Ver. 2 Installation and Operation Guide

MetaMoJi Share for Business Ver. 2 MetaMoJi Note for Business Ver. 2 Installation and Operation Guide MetaMoJi Share for Business Ver. 2 MetaMoJi Note for Business Ver. 2 Installation and Operation Guide First Edition - ios is a trademark or registered trademark of Cisco in the U.S. and other countries

More information

STPP Testing Published: 8 December 2017

STPP Testing Published: 8 December 2017 During integration with Secure Trading s systems, the Merchant can perform tests on the system using the details supplied within this document. Published: 8 December 2017 1.18 Table of Contents 1 Introduction...

More information

CitiManager. Mobile User Guide. Cardholder. Transaction Services. December 2012

CitiManager. Mobile User Guide. Cardholder. Transaction Services. December 2012 CitiManager Mobile User Guide Cardholder December 2012 Transaction Services CitiManager Mobile User Guide Table of Contents Table of Contents User Guide...2 Introduction to CitiManager Mobile...3 Select

More information

Trustedchoice.com Agency Profile User Manual

Trustedchoice.com Agency Profile User Manual Trustedchoice.com Agency Profile User Manual User Manual Page 1 1. Getting started 1.1 Accessing the website Step Action 1 Open the internet browser on your computer. 2 Type http://www.projectcapmarketing.com

More information

Nippon Travel Agency Hotel & Ryokan Booking System

Nippon Travel Agency Hotel & Ryokan Booking System Nippon Travel Agency Hotel & Ryokan Booking System Agent s Manual OCT 2017 No. 3 edition 1 This is a dedicated system for agents to sell reservations online. You can search in about 1600 hotels. The prices

More information

BANK OF CHINA LTD JAKARTA BRANCH PERSONAL BOCNET USER GUIDE

BANK OF CHINA LTD JAKARTA BRANCH PERSONAL BOCNET USER GUIDE BANK OF CHINA LTD JAKARTA BRANCH PERSONAL BOCNET USER GUIDE Drafted by:electronic Banking Unit Dated:April 2014 Table of Contents 1. Introduction 3 1.1 System Requirements 3 1.2 Transaction Cut-Off Times

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

To login to the Virtual Terminal, click on the link in your Welcome to PPI , enter your user ID and password and click OK.

To login to the Virtual Terminal, click on the link in your Welcome to PPI  , enter your user ID and password and click OK. Welcome to the PPI PayMover Virtual Terminal Training. The Virtual Terminal allows you to process real-time credit card transactions without a standalone hardware terminal. You are able to process credit

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

TSSA PORTAL TRAINING GUIDE

TSSA PORTAL TRAINING GUIDE TSSA PORTAL TRAINING GUIDE Owner Processes Page 0 Table of Contents Contents 1.1 Redeem Invitation... 2 1.2 Reset Password... 5 1.3 Manage Profile... 7 2.1 View Your Record(s) of Inspection... 8 2.2 Validate

More information

Index. Multiple languages / countries Platform DST

Index. Multiple languages / countries Platform DST Multiple languages / countries Platform DST Date: 01-11-2017 For: Partners DST By: Gijs Hoff / e-business company Recently the project multilingualism has been released to the DST platform. The DST platform

More information

My Tennis making membership easy. My Tennis. Club Administration User Manual Version 3.0. Making membership easy

My Tennis making membership easy. My Tennis. Club Administration User Manual Version 3.0. Making membership easy My Tennis Club Administration User Manual Version 3.0 Making membership easy i Preface This document describes Information Processing Corporation (IPC) and Sports Marketing Australia (SMA) software and

More information

FAQ RHB TravelFX App and Multi-Currency Card

FAQ RHB TravelFX App and Multi-Currency Card FAQ RHB TravelFX App and Multi-Currency Card 1 About RHB TravelFX 1.1 What is the RHB TravelFX? RHB TravelFX is a mobile application that is to be used for your RHB TravelFX Multi-Currency Card that allows

More information

Windows Intune Purchase and Support Guide

Windows Intune Purchase and Support Guide Windows Intune Purchase and Support Guide CUSTOMER GUIDE EURO Windows Intune Purchase and Support Guide Overview This guide provides information to help you learn more about Windows Intune and how it can

More information

AutomationDirect.com Order Import Feature

AutomationDirect.com Order Import Feature AutomationDirect.com Order Import Feature This document describes the requirements to upload a CSV or XML format order file from your system into our AutomationDirect.com E-commerce system to create an

More information

User Guide. Customer Self Service (CSS) Web Application Progress Software Corporation. All rights reserved.

User Guide. Customer Self Service (CSS) Web Application Progress Software Corporation. All rights reserved. User Guide Customer Self Service (CSS) Web Application 1993-2017 Progress Software Corporation. Version 2.1 March 2017 Table of Contents Welcome... 3 Accessing the Customer Self Service (CSS) Web Application...

More information

1. Table of Contents Preface About this Document About Xt-payments... Error! Bookmark not defined.

1. Table of Contents Preface About this Document About Xt-payments... Error! Bookmark not defined. 1. Table of Contents 1. Table of Contents... 1 2. Preface... 3 2.1. About this Document... 3 2.2. About Xt-payments... Error! Bookmark not defined. 2.3. About the Public Payment Page (PPP)... 3 2.4. Terms

More information

c360 Web Connect Configuration Guide Microsoft Dynamics CRM 2011 compatible c360 Solutions, Inc. c360 Solutions

c360 Web Connect Configuration Guide Microsoft Dynamics CRM 2011 compatible c360 Solutions, Inc.   c360 Solutions c360 Web Connect Configuration Guide Microsoft Dynamics CRM 2011 compatible c360 Solutions, Inc. www.c360.com c360 Solutions Contents Overview... 3 Web Connect Configuration... 4 Implementing Web Connect...

More information

Baltimore County Public Schools Vendor Self Service New Vendor Registration Guide

Baltimore County Public Schools Vendor Self Service New Vendor Registration Guide Table of Contents Log in to VSS... 2 Company Name Search.... 3 Search Results... 3 New Vendor Registration... 4 Step 1: Business Information... 5 Step 2: User Information... 6 Step 3: W-9 Information-Add

More information

First Data Global Gateway SM Virtual Terminal User Manual

First Data Global Gateway SM Virtual Terminal User Manual First Data Global Gateway SM Virtual Terminal User Manual Version 1.0 2015 First Data Corporation. All Rights Reserved. All trademarks, service marks, and trade names referenced in this material are the

More information

B2B Portal User Guide

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

More information

PaymentClearing Recurring Billing Guide

PaymentClearing Recurring Billing Guide PaymentClearing Recurring Billing Guide PaymentClearing Recurring Billing Guide Table of Contents 1. Version and Legal Information... 1 2. The Recurring Billing System... 2 3. Setting Up Recurring Recipes...

More information

Group Membership 2019

Group Membership 2019 Contents How to renew your Group Membership 2019... 2 How to add (new) members to your Group... 11 How to remove a member from your group... 14 How to add additional credits to your group... 17 Manage

More information

Valitor Salesforce Commerce Cloud SFRA Module

Valitor Salesforce Commerce Cloud SFRA Module Integration Manual SFRA (Storefront Reference Architecture) Valitor Salesforce Commerce Cloud SFRA Module Integrating with Valitor could not be easier. Choose between Hosted, HTTP POST or XML integration

More information

Integration Guide. Rabo OmniKassa

Integration Guide. Rabo OmniKassa Integration Guide Rabo OmniKassa Contents 1. INTRODUCTION... 4 2. WHAT YOU NEED TO KNOW ABOUT THE RABO OMNIKASSA... 5 2.0 INTEGRATING RABO OMNIKASSA AND THE WEBSHOP... 5 2.1 SECURITY... 5 2.2 SECRET KEY...

More information

Auto calculate VAT in opportunities, quotes, orders and invoices in Microsoft Dynamics 365 DYNAMIC VAT IMPORT GUIDE. Version 1.0.

Auto calculate VAT in opportunities, quotes, orders and invoices in Microsoft Dynamics 365 DYNAMIC VAT IMPORT GUIDE. Version 1.0. DYNAMIC VAT Auto calculate VAT in opportunities, quotes, orders and invoices in Microsoft Dynamics 365 IMPORT GUIDE Version 1.0 Developed By Table of Contents Solution Import... 1 Registration... 6 Configuration...

More information

Wheaton Online Bill Pay Utility Billing

Wheaton Online Bill Pay Utility Billing Wheaton Online Bill Pay Utility Billing WHEATON Online Bill Pay Wheaton Online Bill Pay allows users to pay City invoices from the convenience of any computer connected to the internet. With respect to

More information

User Guide for Direct Post Method Direct Redirect

User Guide for Direct Post Method Direct Redirect User Guide for Direct Post Method Direct Redirect Version 4.0 Last Updated: 10/2/2017 Table of Contents Document Version... 4 Contact Information... 4 Direct Post Options... 5 Introduction... 6 1 Concept

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

QUICK REFERENCE GUIDE: SHELL SUPPLIER PROFILE QUESTIONNAIRE (SPQ)

QUICK REFERENCE GUIDE: SHELL SUPPLIER PROFILE QUESTIONNAIRE (SPQ) QUICK REFERENCE GUIDE: SHELL SUPPLIER PROFILE QUESTIONNAIRE (SPQ) July 2018 July 2018 1 SPQ OVERVIEW July 2018 2 WHAT IS THE SHELL SUPPLIER PROFILE QUESTIONNAIRE? Shell needs all potential and existing

More information

Int_altapay. Version

Int_altapay. Version Int_altapay Version 15.0 Table of Contents SUMMARY 3 RELEASE HISTORY 3 COMPONENT OVERVIEW 3 F UNCTIONAL O VERVIEW 5. P RIVACY, P AYMENT 3 5 4. IMPLEMENTATION GUIDE 5 4. S ETUP 4. M ETADATA IMPORT & C USTOM

More information

Grandstream Networks, Inc.

Grandstream Networks, Inc. Grandstream Networks, Inc. IPVideoTalk Cloud Conferencing System Table of Contents INTRODUCTION... 4 OVERVIEW... 5 Sign Up... 5 Sign In... 6 Tool Bar... 7 Portal Notifications... 8 DEVICES... 9 Link GVC320x

More information

Using the Telstra T-Suite Management Console. Customer Administrator s Reference Manual

Using the Telstra T-Suite Management Console. Customer Administrator s Reference Manual Using the Telstra T-Suite Management Console Customer Administrator s Reference Manual June 2011 Registering With TMC Notice Pivot Path is a registered trademark of Jamcracker, Inc. Registered trademark

More information

ADP Secure Client User Guide

ADP Secure  Client User Guide March 2018 ADP Secure Email Client User Guide A guide to exchanging secure emails using the HPE Voltage SecureMail TM System Version 2.2 The ADP logo and ADP are registered trademarks of ADP, LLC. ADP

More information

E-Bill Express User Manual

E-Bill Express User Manual E-Bill Express User Manual Table of Contents Enroll in E-Bill Express... 2 Add a Payment Method... 8 ACH (Bank Account)... 9 Credit / Debit Card... 10 Update or Delete a Payment Method... 11 Update...

More information

The Platform ecommerce Functionality

The Platform ecommerce Functionality The Platform ecommerce Functionality EXTERNAL ADMINISTRATOR GUIDE 2 ECOMMERCE FUNCTIONALITY (EXTERNAL ADMINISTRATOR GUIDE) Contents Log on to The Platform 4 Search for a Training Course 6 Checking Training

More information

Getting Started Guide. Prepared by-fatbit Technologies

Getting Started Guide. Prepared by-fatbit Technologies Getting Started Guide Prepared by-fatbit Technologies 1 Contents 1. Manage Settings... 3 1.1. General... 4 1.2. Local... 6 1.3. SEO... 7 1.4. Option... 8 1.5. Live Chat... 19 1.6. Third Part API s... 20

More information

HANDEPAY DASHBOARD USER GUIDE HANDEPAY DASHBOARD USER GUIDE. Version:

HANDEPAY DASHBOARD USER GUIDE HANDEPAY DASHBOARD USER GUIDE. Version: HANDEPAY DASHBOARD Version: 1.5-1 - Welcome to the Handepay Dashboard user guide. In this guide we will look at the different sections of the Dashboard and explain what each section does. The different

More information

US Title Search Network. User Manual

US Title Search Network. User Manual US Title Search Network User Manual 2 TABLE OF CONTENTS HOME PAGE.......................................................... 4 County Availability Information........................................4 Bookmark

More information

EXPEDIA MICE HANDBOOK HOW TO IMPLEMENT WIDGETS ON YOUR HOTEL WEBSITE

EXPEDIA MICE HANDBOOK HOW TO IMPLEMENT WIDGETS ON YOUR HOTEL WEBSITE EXPEDIA MICE HANDBOOK HOW TO IMPLEMENT WIDGETS ON YOUR HOTEL WEBSITE Version 3 December 2017 Increase conversion and user experience by implementing price and search widgets on your hotel website. Expedia

More information

Comodo Accounts Management Software Version 15.0

Comodo Accounts Management Software Version 15.0 2 Comodo Accounts Management Software Version 15.0 Reseller Portal Guide Guide Version 15.0.072117 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1.The Reseller Portal...

More information

Overview. Guide for the Authorized User

Overview. Guide for the Authorized User Overview This guide demonstrates how to view your student s account balance and make payments for your student as an Authorized User. Note: Your student must first login to MySJSU and set up an authorized

More information

Bridgestone National Accounts Interface

Bridgestone National Accounts Interface Bridgestone National Accounts Interface The Bridgestone National Accounts Interface links TireMaster and Bridgestone s Automated Delivery Receipt System, giving you the ability to electronically file claims

More information

User Guide for Direct Post Method JavaScript Relay URL Redirect

User Guide for Direct Post Method JavaScript Relay URL Redirect User Guide for Direct Post Method JavaScript Relay URL Redirect Version 4.0 Last Updated: 10/2/2017 Table of Contents Document Version... 4 Contact Information... 4 Direct Post Options... 5 Introduction...

More information

EMS e-terminal. User guide e-terminal. Version: Apollo Building Herikerbergweg CN Amsterdam The Netherlands

EMS e-terminal. User guide e-terminal. Version: Apollo Building Herikerbergweg CN Amsterdam The Netherlands Apollo Building Herikerbergweg 25 1101 CN Amsterdam The Netherlands E techsupport@emspay.eu T +31 088 TECHSUPPORT EMS e-terminal User guide e-terminal Version: 2017-2 User guide e-terminal Version 2017-2

More information

MANUAL. Extension for Shop System Magento Version th September 2017

MANUAL. Extension for Shop System Magento Version th September 2017 MANUAL Extension for Shop System Magento Version 1.2.26 29 th September 2017 Content 1 Introduction... 3 2 Installation... 3 2.1 Installation via zip file provided by VR pay ecommerce... 3 3 Configuration...

More information

Welcome to the Vale Vendor Portal Guide

Welcome to the Vale Vendor Portal Guide Welcome to the Vale Vendor Portal Guide 1. Introductory 1.1 How to access? 1.2 Presenting the Portal 2. Onboarding Process 3. Negotiate Module 4. Purchase Module 5. Payment Module 1. Introductory Main

More information

Opaali Portal Quick guide

Opaali Portal Quick guide Opaali Portal Quick guide Company information Telia Finland Oyj Teollisuuskatu 15, 00510 HELSINKI, FI Registered office: Helsinki Business ID 1475607-9, VAT No. FI14756079 1 (40) Page 2 (40) Copyright

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

Integration Guide. Rabo OmniKassa

Integration Guide. Rabo OmniKassa C Integration Guide Rabo OmniKassa Contents 1. INTRODUCTION... 4 2. WHAT YOU NEED TO KNOW ABOUT THE RABO OMNIKASSA... 5 2.1 INTEGRATING RABO OMNIKASSA AND THE WEBSHOP... 5 2.2 SECURITY... 5 2.3 SECRET

More information

Student WebAdvisor Training Manual

Student WebAdvisor Training Manual Student WebAdvisor Training Manual Contents Logging into WebAdvisor..2 Registering for a Class Section..4 Paying on My Account. 9 Dropping a Class Section 12 1 Logging into WebAdvisor STEPS 1. Click the

More information

MANUAL ONLINE REGISTRATION World Company Sport Games La Baule 2018

MANUAL ONLINE REGISTRATION World Company Sport Games La Baule 2018 MANUAL ONLINE REGISTRATION World Company Sport Games La Baule 2018 TABLE DES MATIERES 1) To connect to the online registration site... 2 2) To select your language... 2 3) To create an account... 3 4)

More information

MERCHANT INTEGRATION GUIDE. Version 2.7

MERCHANT INTEGRATION GUIDE. Version 2.7 MERCHANT INTEGRATION GUIDE Version 2.7 CHANGE LOG 1. Showed accepted currencies per payment option. 2. Added validation for RUB payments. INTRODUCTION MegaTransfer provides a wide range of financial services

More information

Ariba Supplier Self-Registration

Ariba Supplier Self-Registration About this document When your company is selected as an Elia supplier, it is registered in the Elia system so that a purchase order can be issued. The first step is that you register as an Elia supplier

More information

SEGPAY S PROCESSING API FOR MERCHANTS. Integration Guide

SEGPAY S PROCESSING API FOR MERCHANTS. Integration Guide SEGPAY S PROCESSING API FOR MERCHANTS Integration Guide Version 1.7 Date: November 8, 2018 Table of Contents TABLE OF CONTENTS 1 VERSION TRACKING 3 EECUTIVE SUMMARY 3 BASE URL 4 PRE-POPULATE FIELDS OR

More information

Online Payment System

Online Payment System Top of Document Online Payment System Customer Guide Document Number: CDP.M.160908.99252 Able Software 20251 Acacia, Suite 220 Newport Beach, California 92660 USA Phone: (877) 225-3252 Fax: (949) 328-6359

More information

DHL e-billing System Documentation DHL Customer Guide (Switzerland) v2.0

DHL e-billing System Documentation DHL Customer Guide (Switzerland) v2.0 DHL e-billing System Documentation DHL Customer Guide (Switzerland) v2.0 [ Making E-Business Work Securely ] SECURITY TRUST COMPLIANCE REGIONALITY accountis 2 Version Date Description Author 1.0 24 July

More information

Welcome to Cart32, Sincerely, Cart32 Support Team

Welcome to Cart32, Sincerely, Cart32 Support Team Welcome to Cart32, The purpose of the Getting Started Guide is to cover the basic settings required to start using Cart32. There is an Introduction section to familiarize new users with the Cart32 software

More information

Welcome to the Online Payment Center for MFA Oil Company

Welcome to the Online Payment Center for MFA Oil Company Welcome to the Online Payment Center for MFA Oil Company To Enroll your MFA Oil Company account, select the Enroll Now button. Once you click on Enroll Now, you will be directed to the Terms and Conditions

More information

Installation Guide for Windows

Installation Guide for Windows Location Intelligence Spectrum Spatial Analyst Version 6.0 Installation Guide for Windows This guide explains how to install the Spectrum Spatial Analyst on a Windows server. The topics covered in this

More information

FAQ S About Unicâmbio Prepaid Card

FAQ S About Unicâmbio Prepaid Card FAQ S About Unicâmbio Prepaid Card What are the advantages of the Unicâmbio Prepaid Card when compared with a credit or debit card? Security. It is common knowledge that the risks of credit and debit cards

More information

Manual For The ISPConfig 3 Billing Module

Manual For The ISPConfig 3 Billing Module Manual For The ISPConfig 3 Billing Module Version 1.0 for ISPConfig 3.0.3.3 Author: Till Brehm Last edited on 06/30/2011 1 The ISPConfig 3 Billing Module is an extension for ISPConfig

More information

Welcome to the Goddess Purchasing Portal!

Welcome to the Goddess Purchasing Portal! Goddess Purchasing Portal Quick Reference Guide Welcome to the Goddess Purchasing Portal! URL http://www.goddessproductsinc.com/arkansas.html Login Password Your State of Arkansas Email Address Welcome1

More information

Supplier Enablement Quick Reference Guide (QRG) October 2017

Supplier Enablement Quick Reference Guide (QRG) October 2017 Supplier Enablement Quick Reference Guide (QRG) October 2017 1 Coupa Supplier Enablement Overview Coupa - Is a reimagining of the tools and technology we use to engage our suppliers from sourcing all the

More information

Coupa Supplier Portal (CSP) & Morningstar s Supplier Information Management Forms

Coupa Supplier Portal (CSP) & Morningstar s Supplier Information Management Forms Coupa Supplier Portal (CSP) & Morningstar s Supplier Information Management Forms Table of Contents Background... 2 Register for the CSP with an Invitation from Morningstar... 3 Log in with an existing

More information

Microsoft Dynamics GP. Multilingual Checks

Microsoft Dynamics GP. Multilingual Checks Microsoft Dynamics GP Multilingual Checks Copyright Copyright 2012 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,

More information

System powered by FATbit Technologies

System powered by FATbit Technologies Manual for GROUPON Script: bitfat Deals USER MANUAL FOR GROUPON: bitfatdeals SYSTEM System powered by FATbit Technologies Table of contents 1. Introduction. 3 of 98 2. Front End System Interface. 4 of

More information

ROBOT PAYMENT Co. Credit Card Settlement System. -Basic connection specification ver2.1. (HTML link form)

ROBOT PAYMENT Co. Credit Card Settlement System. -Basic connection specification ver2.1. (HTML link form) ROBOT PAYMENT Co. Credit Card Settlement System -Basic connection specification ver2.1 (HTML link form) Jan/1/2017 1 RECORD OF UPDATES Day of update Editor Description Nov/12/2009 Published as the first

More information

Payment Account Setup

Payment Account Setup Enrollment Process There are 4 steps involved with the enrollment process. Tell Us About Yourself Create Your Account Payment Account Setup Activate Login Step 1 - Tell Us About Yourself the consumer will

More information

Ariba Network Configuration Guide

Ariba Network Configuration Guide Ariba Network Configuration Guide Content Account Configuration Basic Profile Email Notifications Electronic Order Routing Electronic Invoice Routing Remittances Test Account Creation Managing Roles and

More information

McDonald s Electronic Invoicing

McDonald s Electronic Invoicing McDonald s Electronic Invoicing Web Form User Guide For Australian and New Zealand Suppliers Jan 2018 All proposals, reports, drawings, specifications, data, information or other material, whether accompanying

More information

Registering as an Elia supplier on Ariba on invitation

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

More information

mycellcom App User Guide

mycellcom App User Guide mycellcom App User Guide Updated January 2018 Table of Contents Getting Started... 3 Installing mycellcom App... 4 Logging Into mycellcom App... 5 Sign up for an Account 7 Forgot Password..10 Usage Information...

More information

IMEI Database. Manufacturer / Brand Owner User Guide. Version September Copyright Notice. Copyright 2015 GSM Association

IMEI Database. Manufacturer / Brand Owner User Guide. Version September Copyright Notice. Copyright 2015 GSM Association IMEI Database Manufacturer / Brand Owner User Guide Version 4.0 01 September 2015 Copyright Notice Copyright 2015 GSM Association GSM and the GSM logo are registered and owned by the GSM Association. Antitrust

More information

Stripe Payment with Recurring Profile MAGEDELIGHT.COM USER MANUAL E:

Stripe Payment with Recurring Profile MAGEDELIGHT.COM USER MANUAL E: Stripe Payment with Recurring Profile USER MANUAL MAGEDELIGHT.COM E: SUPPORT@MAGEDELIGHT.COM License Key After successful installation of Stripe Payment with recurring extension by using the Magento setup,

More information

Your Guide to Merchant Online

Your Guide to Merchant Online Your Guide to Merchant Online Merchant Online User Guide Contents 1 Introduction... 2 2 Using the Merchant Online Portal... 2 2.1 Signing In for the First Time... 2 2.2 Updating Your Information... 4 2.2.1

More information

AHA Coding Clinic Advisor User Guide and Instructions

AHA Coding Clinic Advisor User Guide and Instructions AHA Coding Clinic Advisor User Guide and Instructions TABLE OF CONTENTS Existing Users How to log in (click here)... PAGES 3 4 New User Registration How to create account (click here)... PAGES 5 7 How

More information

Vbill User Manual. For Service of Process (05/24/2012)

Vbill User Manual. For Service of Process (05/24/2012) Vbill User Manual For Service of Process (05/24/2012) Introduction Vbill is a World Wide Web (Web) based billing system, developed by the Committee for Public Counsel Services, for Massachusetts State/CPCS

More information

Eventbrite Handbook for ZBHA Faculty

Eventbrite Handbook for ZBHA Faculty Eventbrite Handbook for ZBHA Faculty Updated 1/11 Table of Contents Getting Started Log-In and Initial Set-Up What ZBHA needs to know to create your online class registration page Managing Your Class (aka

More information