A Secure Payment Scheme Using RFID Technique for Retailing Services

Size: px
Start display at page:

Download "A Secure Payment Scheme Using RFID Technique for Retailing Services"

Transcription

1 A Secure Payment Scheme Using RFID Technique for Retailing Services Chun-Ta Li 1, Cheng-Chi Lee 2,3,, Chi-Yao Weng 4,, and Chun-I Fan 4 1 Department of Information Management, Tainan University of Technology, 529 Zhongzheng Road, Tainan City 71002, TAIWAN (R.O.C.) th0040@mail.tut.edu.tw 2 Department of Library and Information Science, Fu Jen Catholic University, 510 Jhongjheng Road, New Taipei City 24205, TAIWAN (R.O.C.) 3 Department of Photonics & Communication Engineering, Asia University, 500 Lioufeng Road, Taichung City, TAIWAN (R.O.C.) Corresponding author s cclee@mail.fju.edu.tw 4 Department of Computer Science and Engineering, National Sun Yat-sen University, 70 Lienhai Road, Kaohsiung City 80424, TAIWAN (R.O.C.) cyweng@mail.cse.nsysu.edu.tw Abstract. For retailing services in Taiwan, icash is now often used in place of cash payment and it will save customer a lot of time and procedure for collecting ready money. However, in this article, we point out that icash is no prerequisite to revoke the lost/stolen/broken icash card and the savings money in icash card is equated to lose cash. Moreover, icash does not allow the customer to inquire about his/her historically transactions. Therefore, we propose an enhanced scheme for retailing services and this proposed macro-payment scheme benefits from combining RFID techniques and password verification to ensure deliberate commercial interaction. Keywords: Retailing services; Payment; RFID; Security. 1 Introduction Convenience stores (CVS) become more and more significant in grocery retailing applications [2]. Up to now, there are more than 9,300 convenience stores in Taiwan. A CVS is provided with on-the-spot sale, agency receipt, and services to purchase in advance. With payment model, customer pays for his/her purchase by cash payment or pre-paid card payment. For pre-paid card payment in Taiwan, President Chain Store Corporation (PCSC) [3] issued a pre-paid IC card, called icash [1]. icash is suitable for micro-payment and it is now often used in place of cash payment due to it will save customer a lot of time and procedure for collecting ready money. In the following, we shall present some advantages of icash as follows: Customer does not need to carry much small money or ready money with him/her. 36

2 2 Chun-Ta Li et al. Customer will save a lot of time and procedure for cash change. Customer has a very good collection of commemorative cards such as Hello Kitty card and Disneyland card. CVS gives a special discount for icash payment. icash payment can accumulate a bonus for exchanging some merchandize. However, icash is a bearer card and it is issued by PCSC without signature. Therefore, in case of a customer inadvertently lost or broken his/her icash card or customer s icash card is stolen by an adversary, the savings money in icash card is equated to lose cash. For this reason, there should be provision in the payment system invalidating the future use of lost icash card, otherwise an adversary or a pick-up person can expend all icash card s savings money. Moreover, icash system does not allow the customer to inquire about his/her historically transactions and above functionality flaws decrease the utility rate of icash. To remedy these functionality flaws, we propose an enhanced payment scheme, which covers all the identified weaknesses of icash system and is more secure and efficient for practical retailing environments. 2 The Proposed Scheme In this section, we shall present our RFID-based macro-payment scheme. Some notations in Table 1 are used in the proposed scheme. There are five phases in our scheme including registration phase, payment phase, deposit savings money phase, change password phase, and update master key phase. In addition, five assumptions are used in the proposed scheme and shown as follows: The links between connected RFID devices are bidirectional and the channels between back-end system and checkout reader are secure. S and R i are capable of executing H( ) algorithm and XOR operations. Moreover, in the proposed scheme, the stored information of a tag-card is only altered by legal checkout reader after mutual authentication. The back-end system maintains a local transaction table (LTT) for a specific transaction and the format of LTT is (T ag ID i, T j, Balance j, DT, MS i ). An attacker has the ability to query a tag as a checkout reader and the ability to clone a payment-tag. However, he/she is unable to extract the secret information of the tag-card and intercept or modify a message over the air in real time. Two master keys (K 1, K 2 ), the hashing function H( ) of back-end system and passwords of corresponding payers are undisclosed to any others for securing all future authentications. 2.1 Registration Phase Before the payer logins to the macro-payment system, the payer needs to perform the following steps. 37

3 A Secure Payment Scheme Using RFID Technique for Retailing Services 3 Table 1. Notations used in the proposed scheme P i/r i/s Payer(Customer)/Checkout reader/back-end system (MS i, T ag ID i ) The identity of merchandize and tag-card P W i P i s password stored in his/her personal tag-card K 1 A master key shared between reader and tag-card and it is generated by S K 2 A master key only stored in checkout reader and it is generated by S H( ) A private and collision-avoidance one-way hashing function M j The amount of jth balance, where j = 1, 2, 3,... and M 0 = 0 Balance j The balance of jth transaction, where Balance j = M j H(M j K 2 ) DT The date and time for a transaction T j The amount of money for a transaction, where j = 1, 2, 3,... P/D The operation of Payment/Deposit UK/CP The operation of Update master key/change payment password r A random number generated by PRNG, where PRNG is a Pseudo-Random Number Generator and it is maintained by the checkout reader a b Concatenation of parameter a and b Step 1 : We assume a payer P i goes to the merchandize MS i and P i wants to apply for a tag-card. P i must register his/her personal information with the back-end system S. Then, P i offers his/her payment password P W i and savings the amount of money T 1 to S. Step 2 : S generates an unique T ag ID i and computes H(P W i K 1 ) for P i, where is XOR operation and K 1 is a master key maintained by S. Then, S maintains its local transaction table LT T = (T ag ID i, T 1, Balance 1 = M 1 H(M 1 K 2 ), DT, MS i ), where M 1 = M 0 + T 1. Step 3 : Finally, S stores (T ag ID i, K 1, Balance 1, H(P W i K 1 ), H( ), ) on P i s tag-card and issues it to P i in secure manner. 2.2 Payment Phase After shopping, we assume the amount of money is T j and P i buys with tag-card. The checkout reader R i and P i s tag-card will perform the following steps. Step 1 : First, R i generates a random number r and computes K = H(K 1 r). Step 2 : Then, R i sends (K, r, P ) to P i s tag-card, where P is the operation of payment. Step 3 : After receiving the messages from R i, P i s tag-card checks if the computed H(K 1 r) is the same as the received K. If it does not hold, P i s tag-card terminated this transaction. Otherwise, P i s tag-card confirms that R i is a legal checkout reader and computes A = H(P W i K 1 ) Step 4 : Then, P i s tag-card sends (A, T ag ID i, F ) to R i, where F = Balance j 1 38

4 4 Chun-Ta Li et al. Step 5 : After receiving the messages, R i requests P i to input the payment password P W i and computes B = H(P W i K 1 ) and C = A B = Step 6 : Next, R i checks if the computed H(T ag ID i r K 1 ) is the same as C. If it does not match, the transaction is terminated by R i. Otherwise, R i sends (T ag ID i, C, F ) to the back-end system for further checking. Step 7 : S computes C F and compares it with the stored Balance j 1. If two values are identical, S confirms that P i is verified by R i and records (T ag ID i, T j, Balance j, DT, MS i ) into LTT, where the balance of jth transaction Balance j = M j H(M j K 2 ) and M j = M j 1 T j. S returns the value Balance j to R i. Step 8 : R i sends Balance j to P i s tag-card. Step 9 : Finally, P i s tag-card replaces the old balance Balance j 1 with the new balance Balance j and the payment phase is end. 2.3 Deposit Savings Money Phase In this phase, we assume the amount of deposit savings money is T j and this phase is extremely similar to payment phase. The major differences between payment phase and deposit savings money phase are in Step 2 and Step 7. In Step 2 of deposit savings money phase, the checkout reader R i sends (K, r, D) to P i s tag-card, where D is the operation of deposit. In Step 7 of deposit savings money phase, S records (T ag ID i, T j, Balance j, DT, MS i ) into LTT and returns the value Balance j to R i, where the balance of jth transaction Balance j = M j H(M j K 2 ) and M j = M j 1 + T j. 2.4 Change Payment Password Phase When a payer P i wants to update his/her payment password P W i to a new payment password P Wi new, P i must go to the merchandize MS i and the checkout reader R i and P i s tag-card will perform the following steps. Step 1 : R i generates a random number r and computes K = H(K 1 r). Step 2 : R i sends (K, r, CP ) to P i s tag-card, where CP is the operation of change payment password. Step 3 : After receiving the messages from R i, P i s tag-card checks if the computed H(K 1 r) is the same as the received K. If it does not hold, P i s tag-card terminated this phase. Otherwise, P i s tag-card confirms that R i is a legal checkout reader and computes A = H(P W i K 1 ) Step 4 : P i s tag-card sends (A, T ag ID i ) to R i. Step 5 : After receiving the messages from P i s tag-card, R i requests P i to input the original payment password P W i and computes B = H(P W i K 1 ) and C = A B = Step 6 : R i further checks if the computed H(T ag ID i r K 1 ) is the same as C. If it does not hold, this phase is terminated by R i. Otherwise, R i requests P i to input the new payment password P W new i. 39

5 A Secure Payment Scheme Using RFID Technique for Retailing Services 5 Step 7 : R i computes D = H(P Wi new K 1 ) Step 8 : R i sends D to P i s tag-card. Step 9 : Finally, P i s tag-card computes D H(T ag ID i r K 1 ) = H(P Wi new K 1 ) and replaces the original payment password H(P W i K 1 ) with the new payment password H(P Wi new K 1 ) and the payment phase is end. 2.5 Update Master Key Phase In order to improve the security of our proposed macro-payment scheme, the payment system will periodically update original master keys K 1 and K 2 to new master keys K1 new and K2 new. P i must go to the merchandize MS i to update the information stored in his/her tag-card and the checkout reader R i and P i s tag-card will perform the following steps. Step 1 : First, R i generates a random number r and computes K = H(K 1 r). Step 2 : Then, R i sends (K, r, UK) to P i s tag-card, where UK is the operation of update master keys. Step 3 : After receiving the messages from R i, P i s tag-card checks if the computed H(K 1 r) is the same as the received K. If it does not hold, P i s tag-card terminated this transaction. Otherwise, P i s tag-card confirms that R i is a legal checkout reader and computes A = H(P W i K 1 ) Step 4 : Then, P i s tag-card sends (A, T ag ID i, F ) to R i, where F = Balance j 1 Step 5 : After receiving the messages, R i requests P i to input the payment password P W i and computes B = H(P W i K 1 ) and C = A B = Step 6 : Next, R i checks if the computed H(T ag ID i r K 1 ) is the same as C. If it does not match, the transaction is terminated by R i. Otherwise, R i sends (T ag ID i, C, F ) to the back-end system for further checking. Step 7 : S computes C F and compares it with the stored Balance j 1. If two values are identical, S confirms that P i is verified by R i and computes E = K1 new H(T ag ID i r K 1 ), Y = H(K1 new K 1 ), W = H(P W i K1 new ) H(P W i K 1 ) and Balance j = M j H(M j K2 new ). Then, S records (T ag ID i, T j, Balance j, DT, MS i ) into LTT, where the amount of money T j = 0, the balance of jth transaction Balance j = M j H(M j K2 new ) and M j = M j 1 T j. S returns the values (E, Y, W, Balance j ) to R i. Step 8 : R i sends the values (E, Y, W, Balance j ) to P i s tag-card. Step 9 : After receiving the values from R i, P i s tag-card computes K1 new = E H(T ag ID i r K 1 ) and checks if the computed H(K1 new K 1 ) is the same as Y. If it holds, P i s tag-card replaces the original master key K 1 with the new master key K1 new. Step 10 : P i s tag-card further computes H(P W i K1 new ) = W H(P W i K 1 ) and replaces H(P W i K 1 ) with H(P W i K1 new ). Step 11 : Finally, P i s tag-card replaces the original balance Balance j 1 with the new balance Balance j and this phase is end. 40

6 6 Chun-Ta Li et al. 3 Functionality Comparisons In this section, the functionality comparisons among icash system [1] and our proposed system are summarized in Table 2. From Table 2, only ours provides mutual authentication between the checkout reader and the payer s tag-card. Moreover, because of employing local transaction table, the proposed system not only allows payer to re-apply for a new tag-card if the payer lost his/her tag-cards but also allows payer to inquire his/her historical transactions. Finally, if the legal payer inadvertently lost his/her tag-card, the proposed system can prevent a pick-up person to expend all tag-card s balance because the pick-up person must pass the password verification. Table 2. Functionality comparisons of our system with icash system Functionality/System icash system [1] Proposed system Without password/verification tables YES YES Mutual authentication NO YES Password verification NO YES Freely change payment password NO YES Periodically update master key NO YES Prevent damage from card loss or card stealing NO YES Re-apply for a new tag-card if payer lost tag-cards NO YES 4 Conclusions In this article, a novel and efficient RFID-based macro-payment scheme is proposed. By comparison with existing icash system, the proposed system not only keeps good features (e.g. without maintaining security-sensitive tables, freely change passwords, low computation costs, re-apply for a new card, prevention of card loss or card stealing, periodically update secret information) but also provides mutual authentication because the characteristics of password verification. References 1. icash Praveen Kopalle, Dipayan Biswas, Pradeep K. Chintagunta, Jia Fan, Koen Pauwels, Brian T. Ratchford, and James A. Sills. Retailer Pricing and Competitive Effects. Journal of Retailing, 85(1):56 70, President Chain Store Corporation. 41

Example1: Courseware System Description

Example1: Courseware System Description Use Case Examples Example1: Courseware System Description The organization offers courses. Each course is made up of a set of topics. Tutors in the organization are assigned courses to teach according

More information

Lecture 10: Electronic Cash and Oblivious Transfer

Lecture 10: Electronic Cash and Oblivious Transfer T-79.159 Cryptography and Data Security Lecture 10: Electronic Cash and Oblivious Transfer Helger Lipmaa Helsinki University of Technology helger@tcs.hut.fi 1 Overview of the Lecture Quick & Dirty Intro

More information

Performance Analysis of Anti-collision Algorithm for Tag Identification Time Improvement

Performance Analysis of Anti-collision Algorithm for Tag Identification Time Improvement , pp.1-10 http://dx.doi.org/10.14257/ijseia.2014.8.3.01 Performance Analysis of Anti-collision Algorithm for Tag Identification Time Improvement Chang-Su Kim 1, Bong-Im Jang 1 and Hoe-Kyung Jung 1* 1 PaiChai

More information

Commuter Benefits Overview. Why Commuter Benefits? How Does the Program Work? Let s get started! Registration is Simple

Commuter Benefits Overview. Why Commuter Benefits? How Does the Program Work? Let s get started! Registration is Simple Commuter Benefits Overview Commuting to work each day can be expensive. The commuter benefit program offered by your employer will help you save money on your commuting costs along with the convenience

More information

For ios users, requires ios 9.0 or later. For Android users, requires 4.4 or later. 4. Can I have more than 1 PayLah! wallet?

For ios users, requires ios 9.0 or later. For Android users, requires 4.4 or later. 4. Can I have more than 1 PayLah! wallet? Category/Group Question and Answer General Information 1. What is PayLah! DBS PayLah! is a personal mobile wallet which allows you to perform transactions such as funds transfer via a mobile number, scan

More information

Fort Bend ISD Summer School

Fort Bend ISD Summer School Summer School Course selections for 2018 Summer School Programs are available in Skyward Family Access. Skyward Family Access allows you to select your summer school course, once approved by your counselor

More information

Frequently Asked Questions

Frequently Asked Questions General Information on HomeTeamNS-PAssion-POSB Debit Card 1. What is this new HomeTeamNS-PAssion-POSB Debit card? It is the first card partnership between HomeTeamNS, People s Association (PA) and POSB

More information

Evertson Croes ( ) Danny Hendrix ( ) Carlo Meijer ( ) Roland Verbruggen ( ) Akis Dimakogiannis ( ) December 5, 2013

Evertson Croes ( ) Danny Hendrix ( ) Carlo Meijer ( ) Roland Verbruggen ( ) Akis Dimakogiannis ( ) December 5, 2013 Final Report Evertson Croes (4241754) Danny Hendrix (4241746) Carlo Meijer (4335880) Roland Verbruggen (3038084) Akis Dimakogiannis (4384202) December 5, 2013 This document serves as a high level design

More information

Frequently Asked Questions

Frequently Asked Questions General Information on HomeTeamNS-PAssion-POSB Debit Card 1. What is this new HomeTeamNS-PAssion-POSB Debit card? It is the first card partnership between HomeTeamNS, People s Association (PA) and POSB

More information

My Commuter Check Employee Quick Guide

My Commuter Check Employee Quick Guide My Commuter Check Employee Quick Guide Commuter Benefits Overview Commuting to work each day can be expensive. The commuter benefit program offered by your employer will help you save money on your commuting

More information

Commuter Benefits Overview. Why Commuter Benefits? How Does the Program Work? Let s get started!

Commuter Benefits Overview. Why Commuter Benefits? How Does the Program Work? Let s get started! Commuter Benefits Overview Commuting to work each day can be expensive. The commuter benefit program offered by your employer will help you save money on your commuting costs along with the convenience

More information

Say hello to your new Visa Debit Card

Say hello to your new Visa Debit Card Say hello to your new Visa Debit Card A simple guide to everything you ll need to know about your new card. postofficemoney.co.uk Welcome to your new Post Office Visa Debit card Your new card allows you

More information

Getting Started Guide MobilePay via Netaxept

Getting Started Guide MobilePay via Netaxept Getting Started Guide MobilePay via Netaxept Version 1.1 MobilePay Online (MPO, MobilePay) is a mobile payment solution launched by Danske Bank for webshops. With MobilePay through your Netaxept integration

More information

Getting Started Guide Vipps via Netaxept

Getting Started Guide Vipps via Netaxept Getting Started Guide Vipps via Netaxept Version 1.2 Table of contents Vipps via Netaxept... 2 Business features and restrictions... 2 Payment flow... 3 Setting up Netaxept for use with Vipps... 6 Activation

More information

Browse to and login A First Time visitor must follow the Register your card link to create a User Name and Password.

Browse to   and login A First Time visitor must follow the Register your card link to create a User Name and Password. Browse to www.fanofannas.com and login A First Time visitor must follow the Register your card link to create a User Name and Password. Page 1 of 11 New visitors register their card and then can begin

More information

RFID-based self-service baggage-counter with base-36 security key algorithm

RFID-based self-service baggage-counter with base-36 security key algorithm RFID-based self-service baggage-counter with base-36 security key algorithm 1 Jahdiel S. Villosa, 1 John A. Bacus, 1 Jeffrey G. Garrido, 1 King Roland N. Geyrozaga, 2* Rodrigo S. Pangantihon Jr. 1,2 Computer

More information

ASUCI Club Accounting Information

ASUCI Club Accounting Information ASUCI Club Accounting Information The Associated Students of UC Irvine are proud to offer accounting services for all registered clubs on campus. These services include deposits, withdrawals, online account,

More information

Say hello to your new Visa Debit Card

Say hello to your new Visa Debit Card Say hello to your new Visa Debit Card A simple guide to everything you ll need to know about your new card. PostOfficeMoney.co.uk Welcome to your new Post Office Visa Debit card Your new card allows you

More information

Say hello to your new Visa Debit Card

Say hello to your new Visa Debit Card Say hello to your new Visa Debit Card A simple guide to everything you ll need to know about your new card. postoffice.co.uk What s inside Introduction 3 Great benefits for you 4 Added peace of mind 5

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions What is My Student Account? My Student Account is an online ordering and payment system that allows students and parents to purchase items at the Viking Café and Churchie Shop

More information

Getting Started Guide MobilePay via Netaxept

Getting Started Guide MobilePay via Netaxept Getting Started Guide MobilePay via Netaxept Version 1.2 Table of contents MobilePay via Netaxept... 2 Business features and restrictions... 2 Payment flow... 3 Setting up Netaxept for use with MobilePay...

More information

FoundryLogic Retail Mobile POS v4 App Demonstration Manual & Tutorial (Note: some features are not enabled in demo mode)

FoundryLogic Retail Mobile POS v4 App Demonstration Manual & Tutorial (Note: some features are not enabled in demo mode) FoundryLogic Retail Mobile POS v4 App Demonstration Manual & Tutorial (Note: some features are not enabled in demo mode) Page 1 Retail Mobile POS Start Application WiFi Internet connection 1. Touch Mobile

More information

RFid based Toll Collection System

RFid based Toll Collection System For more Project details visit: http://www.projectsof8051.com/rfid-based-highway-toll-tax-collection-system/ Code Project Title 1515 RFid Based Highway Toll Tax Collection System Synopsis for RFid based

More information

Welcome to. Proposed PAN Online Process by UTIITSL

Welcome to. Proposed PAN Online Process by UTIITSL Welcome to Proposed PAN Online Process by UTIITSL PSA PAN Online Services Start Instruction Manual Process Manual Software Manual User User PSA login to UTIITSL Prepaid Post paid PSA Is Coupon Available

More information

RFID FAQs, not Fiction

RFID FAQs, not Fiction RFID FAQs, not Fiction The following FAQs were developed by the AIM RFID Privacy Work Group. For more information visit: http://www.rfid.org or email us at rfidfaq@aimglobal.org If you have a question

More information

DEMYSTIFYING DIGITAL PAYMENTS

DEMYSTIFYING DIGITAL PAYMENTS DEMYSTIFYING DIGITAL PAYMENTS Amitabh Saxena Managing Director, Digital Disruptions November 12, 2014 We ll spend the next 60 minutes going over two main topics. 1 Fundamentals of Card Payments Roles of

More information

OneOne Infinity Loyalty System

OneOne Infinity Loyalty System Arch User Guide ver. 26 Classification: Document History Date Version Changed By Details 2015-08-18 1.0 Michelle Lategan Created Document 2016-02-18 1.1 Michele Lategan Updated Document 2016-03-03 1.2

More information

OceanPay. OceanPay Visa Prepaid Card. OceanPay Wire Services. Frequently Asked Questions

OceanPay. OceanPay Visa Prepaid Card. OceanPay Wire Services. Frequently Asked Questions OceanPay a direct deposit payroll card Your wages are deposited directly to your OceanPay Card, which can be used worldwide at over 20 million locations everywhere Visa debit cards are accepted. to pay

More information

Lightweight Cryptography for RFID Systems

Lightweight Cryptography for RFID Systems Lightweight Cryptography for RFID Systems Guang Gong Department of Electrical and Computer Engineering University of Waterloo CANADA G. Gong (University of Waterloo)

More information

Whether you take in a lot of money. or you collect pennies

Whether you take in a lot of money. or you collect pennies Whether you take in a lot of money or you collect pennies ..it is important to maintain good cash handling procedures: Segregation of Duties Security Reconciliation Management Review Documentation It s

More information

ReCPro TM User Manual Version 1.15

ReCPro TM User Manual Version 1.15 Contents Point of Sale Module - Inventory... 2 Inventory Categories... 5 Inventory Adjustments... 5 Price Update... 7 Inventory Sale Price Update... 9 Inventory Availability... 10 Vendors... 12 Vendor

More information

Delaying Count. Totaling the Register THEN

Delaying Count. Totaling the Register THEN Login 1. Select the POS icon. 2. Choose your name from the Name list. 3. Select Keyboard on Login screen. 4. Enter password in Password field. 5. Select Enter on Keyboard screen. Open for a Serving Period

More information

Your guide to getting the most from your card

Your guide to getting the most from your card Your guide to getting the most from your card Ulster Bank cashcard Welcome to your Ulster Bank cashcard Your cashcard is a Visa Plus card and is accepted at over 1 million ATMs around the world, giving

More information

KNOW YOUR RUPAY DEBIT CARD

KNOW YOUR RUPAY DEBIT CARD KNOW YOUR RUPAY DEBIT CARD ABSTRACT The objective of this document is to introduce the member banks to RuPay Debit Card program and to guide the issuing banks on the RuPay Debit Card features including

More information

NOTE: Close any security window that pops up (McAfee, MalwareBytes, etc.)

NOTE: Close any security window that pops up (McAfee, MalwareBytes, etc.) Table of Contents Cashier Start-of-Day Process... 2 Logging in as a cashier and Opening the Terminal... 2 Turn the computer on and log in... 2 Cashier Instructions for Sales Events... 7 Checkout Process...

More information

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc.

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. [Type text] [Type text] [Type text] ISSN : 0974-7435 Volume 10 Issue 21 BioTechnology 2014 An Indian Journal FULL PAPER BTAIJ, 10(21), 2014 [12736-12740] Research on informational management of laboratory

More information

A New Representative Standard for Online Research

A New Representative Standard for Online Research A New Representative Standard for Online Research Conquering the Challenge of the Dirty Little R Word Steve Gittelman President Mktg, Inc. Jeff Welch President Opinionology Online Respondents: A Congestible

More information

Digital Wallet: Requirements and Challenges

Digital Wallet: Requirements and Challenges Digital Wallet: Requirements and Challenges Rajesh Krishna Balan, Narayan Ramasubbu, Giri Kumar Tayi Singapore Management University and SUNY at Albany Abstract In this position paper, we describe the

More information

TERMS AND CONDITIONS. Schedule D: (Note: This document regulates the relationship between the

TERMS AND CONDITIONS. Schedule D: (Note: This document regulates the relationship between the TERMS AND CONDITIONS Schedule D: (Note: This document regulates the relationship between the INTELLIACC PROGRAM Members and the Store) LOYALTY MEMBERS TERMS & CONDITIONS (18 JUNE 2014 Latest update) We

More information

Your guide to getting the most from your card

Your guide to getting the most from your card Your guide to getting the most from your card Ulster Bank debitcard Welcome to your Ulster Bank debitcard Your Ulster Bank debitcard is accepted in 30 million outlets around the world wherever you see

More information

WEB POS USER GUIDE. Phone: Extension Version 2.0. Magento Compatibility: CE 2.0.

WEB POS USER GUIDE.  Phone: Extension Version 2.0. Magento Compatibility: CE 2.0. support@magestore.com sales@magestore.com Phone: +1-415-954-7137 WEB POS USER GUIDE Extension Version 2.0 Magento Compatibility: CE 2.0 yright (c) 2009 2016 www.magestore.com 1 Table of Contents 1. INTRODUCTION...

More information

Managing Point of Sale Sessions

Managing Point of Sale Sessions 11 For the most part, Point of Sale is very similar to Order Entry, except that you can perform cash transactions and quick sales in Point of Sale, most often using Cash Sales as your customer rather than

More information

EXAM - MB Microsoft Dynamics AX 2012 R3 Retail exam. Buy Full Product.

EXAM - MB Microsoft Dynamics AX 2012 R3 Retail exam. Buy Full Product. Microsoft EXAM - MB6-701 Microsoft Dynamics AX 2012 R3 Retail exam Buy Full Product http://www.examskey.com/mb6-701.html Examskey Microsoft MB6-701 exam demo product is here for you to test the quality

More information

The Richmond Municipal ID Debit Card Program

The Richmond Municipal ID Debit Card Program The Richmond Municipal ID Debit Card Program Sample Card February 7, 2012 Presentation by The 4 Sections 1. The Company 2. The Card 3. Customer Experience 4. Implementation The Company A Sustainable Social

More information

Say hello to your new Visa Debit Card

Say hello to your new Visa Debit Card Say hello to your new Visa Debit Card A simple guide to everything you ll need to know about your new card. postofficemoney.co.uk What s inside Introduction 3 Great benefits for you 4 Added peace of mind

More information

Penny Lane POS. Basic User s Guide

Penny Lane POS. Basic User s Guide Penny Lane POS Basic User s Guide Penny Lane POS Basic User s Guide - Contents PART 1 - Getting Started a) Powering on the Equipment 2 b) Launching the System 2 c) Float In/Float Out 2 d) Assigning Cashier

More information

FAQ FOR MEMBERS WHAT DO I DO WHEN I GET MY NEW CARD?

FAQ FOR MEMBERS WHAT DO I DO WHEN I GET MY NEW CARD? FAQ FOR MEMBERS QUESTION ANSWER INTERAC FLASH TECHNOLOGY: WHAT IS IT? HOW DOES IT WORK? What is Interac Flash technology? What are the benefits to consumers? Why is the industry moving to Interac Flash

More information

One Signature. Many Privileges.

One Signature. Many Privileges. One Signature. Many Privileges. Discover the power of Your new Signature Card Signature Contactless Your Signature Contactless Card allows you to transact at express speed. Simply wave your Signature Contactless

More information

Is Apple Pay free? Yes. Be aware that message and data rates may apply, depending on your data plan.

Is Apple Pay free? Yes. Be aware that message and data rates may apply, depending on your data plan. What is Apple Pay? Apple Pay allows you to pay for your purchases with your iphone 6 or iphone 6 Plus by holding your phone near a contactless reader at participating merchants. You can also use your phone,

More information

POS Transactions with a Partial Approvals 1

POS Transactions with a Partial Approvals 1 POS Transactions with a Partial Approvals 1 1 Table of Contents 1. Table of Contents 1 2. How to Run a POS Transaction with Partial Approvals 2-11 3. POS Receipt Example with Partial Approvals 12-14 4.

More information

Improvements to NFC Mobile Transaction and Authentication Protocol

Improvements to NFC Mobile Transaction and Authentication Protocol Improvements to NFC Mobile Transaction and Authentication Protocol Muhammad Qasim Saeed Information Security Group (ISG) Royal Holloway University of London, Egham, UK muhammad.saeed.2010@live.rhul.ac.uk

More information

Electronic Banking. Describe electronic transactions you can make. Discuss your rights and responsibilities in electronic transactions

Electronic Banking. Describe electronic transactions you can make. Discuss your rights and responsibilities in electronic transactions Electronic Banking Describe electronic transactions you can make Discuss your rights and responsibilities in electronic transactions Electronic Funds Transfer Banks move money from one account to another

More information

MSI Accounts Payable Version 7.5

MSI Accounts Payable Version 7.5 MSI Accounts Payable Version 7.5 User s Guide Harris Local Government 1860 W. Winchester Road, Ste 204 Libertyville, IL 60048 Phone: (847) 362-2803 Fax: (847) 362-3347 Contents are the exclusive property

More information

Easy Lunch Orders START HERE! ORDER ONLINE TODAY!!

Easy Lunch Orders START HERE! ORDER ONLINE TODAY!! Easy Lunch Orders START HERE! ORDER ONLINE TODAY!! John XXIII Primary and St Mark's College Stanhope Gardens Canteen Presents: Munch Monitor is a management system that provides parents/students with online

More information

A Secured Mutual Authentication Protocol For RFID System

A Secured Mutual Authentication Protocol For RFID System A Secured Mutual Authentication Protocol For RFID System Rajarshi Roy Chowdhury, Md. Abdul Awal Ansary Abstract: Contactless automatic RFID system is intended to replace existing barcode scheme, since

More information

The Commission Card is a Direct Selling Company branded VISA debit card issued by Money Network.

The Commission Card is a Direct Selling Company branded VISA debit card issued by Money Network. The Commission Card is a Direct Selling Company branded VISA debit card issued by Money Network. Consultants will be able to access their commissions by: Electronically transferring their commission payment

More information

Frequently Asked Questions (FAQs):

Frequently Asked Questions (FAQs): Frequently Asked Questions (FAQs): Product Features: Q1. What is SBI Buddy Merchant App? SBI Buddy Merchant App is State Bank of India s Mobile Wallet for Merchants and Sub-Merchants to accept/collect

More information

PIN & PAY CARD FREQUENTLY ASKED QUESTIONS (FAQS) (Revised 17 August 2017)

PIN & PAY CARD FREQUENTLY ASKED QUESTIONS (FAQS) (Revised 17 August 2017) PIN & PAY CARD FREQUENTLY ASKED QUESTIONS (FAQS) (Revised 17 August 2017) 1. What is PIN? A PIN, or Personal Identification Number, is a secret code that is either assigned to, or selected by the cardmembers

More information

AN AUTOMATED TOLL GATE VEHICLE PASSING SYSTEM

AN AUTOMATED TOLL GATE VEHICLE PASSING SYSTEM AN AUTOMATED TOLL GATE VEHICLE PASSING SYSTEM 1 Logaprakash M, 2 Arunkumar R, 3 Swathy K 1 Assistant Professor, Department of Computer science and Engineering, SVS College of Engineering, Coimbatore. 2

More information

Secure EPCglobal Class-1 Gen-2 RFID System Against Security and Privacy Problems

Secure EPCglobal Class-1 Gen-2 RFID System Against Security and Privacy Problems Secure EPCglobal Class-1 Gen-2 RFID System Against Security and Privacy Problems Kyoung Hyun Kim 1, Eun Young Choi 2,SuMiLee 3, and Dong Hoon Lee 4 Center for Information Security Technologies(CIST), Korea

More information

EMV, PCI, Tokenization, Encryption What You Should Know for Presented by: The Bryan Cave Payments Team

EMV, PCI, Tokenization, Encryption What You Should Know for Presented by: The Bryan Cave Payments Team EMV, PCI, Tokenization, Encryption What You Should Know for 2015 Presented by: The Bryan Cave Payments Team Agenda Overview of Secured Payments Judie Rinearson (NY) EMV Courtney Stout (DC) End to End Encryption

More information

OneOne Infinity Loyalty System

OneOne Infinity Loyalty System Arch User Guide ver. 25 Classification: Document History Date Version Changed By Details 2015-08-18 1.0 Michelle Lategan Created Document 2016-02-18 1.1 Michele Lategan Updated Document 2016-03-03 1.2

More information

AMENDMENT OF OFFICIAL CT SUPER DRAW GAMES RULES

AMENDMENT OF OFFICIAL CT SUPER DRAW GAMES RULES AMENDMENT OF OFFICIAL CT SUPER DRAW GAMES RULES On March 20, 2015, the Connecticut Lottery Corporation (the CLC ) Board of Directors amended the Official CT Super Draw Game Rules by deleting Part V, (C)(3)(c)

More information

TRACK AND TRACE SOLUTIONS

TRACK AND TRACE SOLUTIONS TRACK AND TRACE SOLUTIONS Genealogy System The Need When considering i a product, traceability can relate to the origin of materials and parts the processing history the distribution and location o of

More information

Worldwide Business Support USA Key Initiatives - QA

Worldwide Business Support USA Key Initiatives - QA Table of Contents & Category Links List of New Terms Page 2 Charter Preferred Member Page 3 HAP Page 7 Order Process Receipting & Documenting Page 8 Page 1 of 12 List of New Terms Distributor (DS) Uses

More information

What s New in WashConnect? System Requirement. New Benefits, Features, and Enhancements. WashConnect Version

What s New in WashConnect? System Requirement. New Benefits, Features, and Enhancements. WashConnect Version November 12, 2018 What s New in WashConnect? We are pleased to announce the following new benefits, features, and enhancements in the WashConnect management system. New and improved WashConnect features

More information

What s New in WashConnect? System Requirement. New Benefits, Features, and Enhancements. WashConnect Version

What s New in WashConnect? System Requirement. New Benefits, Features, and Enhancements. WashConnect Version November 21, 2018 What s New in WashConnect? We are pleased to announce the following new benefits, features, and enhancements in the WashConnect management system. New and improved WashConnect features

More information

SignEPC : A Digital Signature Scheme for Efficient and Scalable Access Control in EPCglobal Network

SignEPC : A Digital Signature Scheme for Efficient and Scalable Access Control in EPCglobal Network SignEPC : A Digital Signature Scheme for Efficient and Scalable Access Control in EPCglobal Network Roy Ka-Wei LEE School of Information Systems Singapore Management University 80 Stamford Road, Singapore

More information

What s New in WashConnect? System Requirement. New Benefits, Features, and Enhancements. WashConnect Version

What s New in WashConnect? System Requirement. New Benefits, Features, and Enhancements. WashConnect Version January 11, 2018 What s New in WashConnect? We are pleased to announce the following new benefits, features, and enhancements in the WashConnect management system. New and improved WashConnect features

More information

Frequently Asked Questions

Frequently Asked Questions Chip Card for U.S. Commercial Card Below are some frequently asked questions to help you understand the chip card benefits and usage, as well as, chip card program management. General 1. What is a chip

More information

We are a service orientated company, constantly striving to set new benchmarks in customer satisfaction and operational excellence.

We are a service orientated company, constantly striving to set new benchmarks in customer satisfaction and operational excellence. Wemsol is an innovative payment and technology service provider for financial and retail sector. Founded in 2011, the team has years of proven experience in distribution, marketing, banking, telecommunication,

More information

Note: EPS features contained within these FAQs may not be applicable to all Payers.

Note: EPS features contained within these FAQs may not be applicable to all Payers. Note: EPS features contained within these FAQs may not be applicable to all Payers. General Questi ons 1) Overall explanation of what Electronic Payments and Statements is? Electronic Payments and Statements

More information

User Manual for UJALA Products

User Manual for UJALA Products User Manual for UJALA Products LIVE URL: https://digitalseva.csc.gov.in/ in any browser (google chrome is recommended) This is a common URL using which the following 3 appliances can be issued: 9W LED

More information

Quickstart Guide Online Payroll. The secure, convenient way to pay and manage payroll.

Quickstart Guide Online Payroll. The secure, convenient way to pay and manage payroll. Quickstart Guide Online Payroll The secure, convenient way to pay and manage payroll. Getting Started with Online Payroll It s easy to get started with Online Payroll. Just follow these simple steps. First,

More information

2 Copyright FATbit Technologies. All Rights Reserved.

2 Copyright FATbit Technologies. All Rights Reserved. Contents 1.0 Dashboard... 3 2.0 Shop... 4 2.1 Manage Shops... 4 2.2 View Shops... 9 2.3 My Products... 10 2.3.1 Manage Your Catalog... 11 2.3.1.1. Add Custom Catalog... 12 2.3.2. Add New Catalog... 13

More information

CARD HOW TO USE YOUR QUESTIONS? Call customer service 24 hours a day seven days a week (toll free)

CARD HOW TO USE YOUR QUESTIONS? Call customer service 24 hours a day seven days a week (toll free) HOW TO USE YOUR CARD QUESTIONS? Call customer service 24 hours a day seven days a week 1-888-997-4447 (toll free) TTY (hearing impaired) 1-800-735-2900 TABLE OF CONTENTS What is your Oregon Trail Card?...

More information

EMV Adoption in the U.S.

EMV Adoption in the U.S. EMV Adoption in the U.S. What you need to know about the outcome of EMV adoption in other countries and the implications for adoption in the U.S. Table of Contents Introduction [3] What is EMV? [4] The

More information

4. Draw correct class diagram for the following scenario. City bicycle rental system Many cities have deployed a bicycle rental system.

4. Draw correct class diagram for the following scenario. City bicycle rental system Many cities have deployed a bicycle rental system. 1. Consider an abstract class Duck, representing all available ducks. Every duck can quack and walk, which are publically accessible functionalities of every duck. While every duck walks the same way,

More information

WeM Beauty Management System Series Features comparison table

WeM Beauty Management System Series Features comparison table SB ro CE Billing items OS Item Treatment Flexi Treatment Deposit Beauty unit romotion Suite roduct Group purchase / Gift Certificate Cash Voucher Membership (unlimited times) with time zone Related reports

More information

IMPLEMENTATION FOR ENHANCING SECURITY OF RFID CARD

IMPLEMENTATION FOR ENHANCING SECURITY OF RFID CARD IMPLEMENTATION FOR ENHANCING SECURITY OF RFID CARD Shilpa S. Badhiye1,Prof.Rupali S. Khule2 1 student, Electronics and telecommunication Department, MCOERC, Maharashtra, India 2 Professor, Electronics

More information

How to get started with HDPOSsmart? HDPOS smart Tutorials

How to get started with HDPOSsmart? HDPOS smart Tutorials How to get started with HDPOSsmart? HDPOS smart Tutorials Now that you have installed HDPOSsmart, you would like to get started with the basics of working with the application. In this document, you get

More information

Earn 10 Perks for every dollar spent on pampering products from Perfectly Posh

Earn 10 Perks for every dollar spent on pampering products from Perfectly Posh FREQUENTLY ASKED QUESTIONS CUSTOMER FAQS GENERAL What is Perks from Perfectly Posh? Perks is our loyalty rewards program that lets you earn points, which can be applied toward products, special items,

More information

Mobile Point of Sale Solutions for Small Businesses

Mobile Point of Sale Solutions for Small Businesses Mobile Point of Sale Solutions for Small Businesses Danielle Sands CED, Extension Educator January 5, 2016 Mobile is Happening In emerging markets, smartphone adoption is taking off and mobile payment

More information

MSI Cash Register Version 7.5

MSI Cash Register Version 7.5 MSI Cash Register Version 7.5 User s Guide Harris Local Government 1850 W. Winchester Road, Ste 209 Libertyville, IL 60048 Phone: (847) 362-2803 Fax: (847) 362-3347 Contents are the exclusive property

More information

Frequently Asked Questions

Frequently Asked Questions Chip Card for U.S. Commercial Card Below are some frequently asked questions to help you understand the chip card benefits and usage, as well as, chip card program management. General 1. What is a chip

More information

How to shop at the Web Home-made market

How to shop at the Web Home-made market How to shop at the Web Home-made market BUYERS GUIDE We bring you closer to the local products at the Web home-made market www.trznica-trg.eu Made in Istria CONTENT 1. INTRODUCTION 1.1. ABOUT THE PROJECT

More information

FREQUENTLY ASKED QUESTIONS HENDRIX HTML5 PROCEDURES MANUAL. Adobe Consumer and Business Sales Version 2.1 Revised Date: 13 July 2017 JAZ

FREQUENTLY ASKED QUESTIONS HENDRIX HTML5 PROCEDURES MANUAL. Adobe Consumer and Business Sales Version 2.1 Revised Date: 13 July 2017 JAZ FREQUENTLY ASKED QUESTIONS HENDRIX HTML5 PROCEDURES MANUAL Adobe Consumer and Business Sales Version 2.1 Revised Date: 13 July 2017 JAZ TABLE OF CONTENTS NAVIGATION OVERVIEW... 3 LOGGING IN AND OUT OF

More information

Pay Now Prices valid from 01 October 2018 until 30 September

Pay Now Prices valid from 01 October 2018 until 30 September Pay Now Prices valid from 01 October 2018 until 30 September 2019 1 Simple and secure online payment solutions for your business A Sage Pay account offers your business payment and risk management solutions

More information

Chip and PIN Programme. Using chip and PIN

Chip and PIN Programme. Using chip and PIN Chip and PIN Programme Using chip and PIN Introduction This material is designed to train retail staff on using chip and PIN. This presentation is in PDF format, however if you would like to extract slides

More information

Group 6... Page 3/7. Group 7... Page 8/12. Group 8... Page 13/17

Group 6... Page 3/7. Group 7... Page 8/12. Group 8... Page 13/17 QUESTIONS 2018 CONTENT Group 6... Page 3/7 Group 7... Page 8/12 Group 8... Page 13/17 GROUP 6 1 The group of friends has made a list of the things they need for the Vlog Studio. They also put down how

More information

TABLE OF CONTENTS (0) P a g e

TABLE OF CONTENTS (0) P a g e GREEN 4 TICKETING POS USER GUIDE TABLE OF CONTENTS About this Document... 4 Copyright... 4 Document Control... 4 Contact... 4 Logging In... 5 Booking Screen... 6 Tab Headings... 6 Menu... 7 Shopping Cart...

More information

CHAPTER 3 CLASSIFICATION AND REQUIREMENTS OF ELECTRONIC PAYMENT SYSTEM

CHAPTER 3 CLASSIFICATION AND REQUIREMENTS OF ELECTRONIC PAYMENT SYSTEM CHAPTER 3 CLASSIFICATION AND REQUIREMENTS OF ELECTRONIC PAYMENT SYSTEM 32 3. CLASSIFICATION AND REQUIREMENTS OF ELECTRONIC PAYMENT SYSTEM In this chapter, we discuss various electronic payment systems

More information

Independent Aftermarket Genuine GM Rewards FAQ

Independent Aftermarket Genuine GM Rewards FAQ Independent Aftermarket Genuine GM Rewards FAQ GENERAL QUESTIONS: What is the Genuine GM Rewards program? The Genuine GM Rewards program rewards customers on eligible Genuine GM powertrain and collision

More information

Babu Madhav Institute of Information Technology, UTU 2017

Babu Madhav Institute of Information Technology, UTU 2017 Five Years Integrated M.Sc. (IT) Semester 3 Question Bank 060010312 CC9 Software Engineering Unit 1 Introduction to Software Engineering and Object-Oriented Concepts 1. What is software? 2. Which documents

More information

Online Payment User Guide (For Students)

Online Payment User Guide (For Students) Online Payment User Guide (For Students) Vidya ERP 1 Table of Contents HOW TO MAKE AN ONLINE PAYMENT IN ERP ( STEP 1 6)... 3 a. Remitting Full due... 6 b. Remitting a particular invoice (for eg. Bus Coupon)...

More information

How to Activate your ParentPay Account (if you are new to ParentPay) 3. How to Add a Child to your ParentPay Account (if you already use ParentPay) 5

How to Activate your ParentPay Account (if you are new to ParentPay) 3. How to Add a Child to your ParentPay Account (if you already use ParentPay) 5 Guide to Welcome to ParentPay ParentPay is an online shop. You can choose what to purchase, add it to your basket and then check out. It is a simple and secure way to pay for items using your credit or

More information

KFH DEBIT CARD-i - FREQUENTLY ASKED QUESTIONS (FAQs)

KFH DEBIT CARD-i - FREQUENTLY ASKED QUESTIONS (FAQs) KFH DEBIT CARD-i - FREQUENTLY ASKED QUESTIONS (FAQs) Product-related Questions No Questions Answers 1. What is KFH Debit Card-i The KFH Debit Card-i card is an international chip-based card bearing the

More information

13973 QT Retail Bro_v7 AA 10/01/ :57 Page 1 QT-6600 & QT EPoS Terminals. Outstanding solutions for the retail sector

13973 QT Retail Bro_v7 AA 10/01/ :57 Page 1 QT-6600 & QT EPoS Terminals. Outstanding solutions for the retail sector 13973 QT Retail Bro_v7 AA 10/01/2011 14:57 Page 1 QT-6600 & QT-6100 EPoS Terminals Outstanding solutions for the retail sector 13973 QT Retail Bro_v7 AA 10/01/2011 14:57 Page 2 QT-6600 & QT-6100 EPoS solutions

More information

Adding timestamps to the secure electronic auction protocol

Adding timestamps to the secure electronic auction protocol Data & Knowledge Engineering 40 2002) 155±162 www.elsevier.com/locate/datak Adding timestamps to the secure electronic auction protocol Min-Shiang Hwang a, *, Eric Jui-Lin Lu a, Iuon-Chang Lin b a Department

More information

COMPONENT DIAGRAMS CASE STUDIES

COMPONENT DIAGRAMS CASE STUDIES COMPONENT DIAGRAMS CASE STUDIES UML Component Diagram Component diagram represents the components in which the particular application needs to be installed or implemented on. It also shows the type of

More information