Movatterモバイル変換


[0]ホーム

URL:


WO2001015098A1 - Smart card database - Google Patents

Smart card database
Download PDF

Info

Publication number
WO2001015098A1
WO2001015098A1PCT/US2000/023455US0023455WWO0115098A1WO 2001015098 A1WO2001015098 A1WO 2001015098A1US 0023455 WUS0023455 WUS 0023455WWO 0115098 A1WO0115098 A1WO 0115098A1
Authority
WO
WIPO (PCT)
Prior art keywords
record
file
file structure
bytes
coupon
Prior art date
Application number
PCT/US2000/023455
Other languages
French (fr)
Inventor
Carl Lehfeldt
Original Assignee
Gamut Interactive
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Gamut InteractivefiledCriticalGamut Interactive
Priority to AU68016/00ApriorityCriticalpatent/AU6801600A/en
Publication of WO2001015098A1publicationCriticalpatent/WO2001015098A1/en

Links

Classifications

Definitions

Landscapes

Abstract

The invention comprises a file structure for a smart card used to conduct promotions, such as coupons and loyalty programs. In particular, the smart card can be read from or written to by a wireless device, which may receive data for the promotion through a wireless medium. The promotion is conducted by a consumer who presents the smart card at point of sale.

Description

SMART CARD DATABASE
BACKGROUND OF THE INVENTION
Field of the Invention
This invention relates to the field of smart cards. In particular, the invention relates to a file structure employed in smart cards for facilitating commercial transactions. Description of the Related Art
Traditionally, coupons are represented and redeemed by printed matter, which may appear in newspapers or other publications. Likewise, consumer loyalty programs are administered by use of physical punchcards. There are inherent limitations in the use of printed materials for coupons or loyalty programs which render them inadequate for the age of digital transactions. For instance, printed coupons do not allow for one-to-one marketing, as they demand substantial time and cost to print and deliver to the potential user. Moreover, printed coupons and loyalty punch cards are cumbersome to handle.
Smart cards have been proposed as a medium for facilitating promotions such as coupons and loyalty programs. The ubiquity of handheld wireless appliances allows the smart cards to include promotional data transmitted to the wireless unit. This creates an unprecedented opportunity for one-to-one marketing. As such, there is a need for a file structure on such smart cards to facilitate promotions received from wireless units.
SUMMARY OF THE INVENTION
The invention comprises a file structure for a smart card used to conduct promotions, such as coupons and loyalty programs. In particular, the smart card can be read from or written to by a wireless device, which may receive data for the promotion through a wireless medium. The promotion is conducted by a consumer who presents the smart card at point of sale. BRIEF DESCRIPTION OF THE FIGURES
Fig. 1 illustrates a file architecture for a smart card supporting promotions according to an embodiment of the invention.
A. System Overview
The present invention comprises a file structure that enables smart cards to support commercial promotions, including but not limited to coupons and loyalty programs. The smart card may be redeemed at a point of sale, such as in a supermarket, to redeem coupons or loyalty points. In embodiments of the invention, the smart card may also be accessed by a portable device which may read from or write to the card. Such a device may also be referred to as an electronic "wallet." The wallet may also receive data via a wireless connection, such as a wireless phone transmission, or a wireless optical signal from a monitor, as described in U.S. Patents 5,594,493, 5,767,896, 5,880,769, 5,907,350, all of which are herein incorporated by reference in their entirety
In embodiments of the invention, the file structure may include the following files:
• Header File 100. This file contains information pertaining to the card as a whole. It is a transparent (i.e., binary) file and comprises one record.
• Coupon File 102. This file contains coupon records. It is transparent. The number of records in the file depends on the amount of memory available on the card.
• Punchcard File 104. This file contains punchcard (loyalty program) records. Like the coupon file, it is transparent and its size depends on available memory.
• Frequent Shopper Alias (FSA) File 106. This file contains frequent-shopper alias records. It is a transparent file. Its size also depends on available memory. • Text File 108. This file contains display text records for those manufacturers not represented in the Wallet's Flash-based manufacturers profiles database. It is transparent and its size depends on the amount of memory available on the card.
• Secret Key File. This file contains 4 double length secret keys. These keys are not currently assigned to a specific file access regimen.
• Serial Number File. This file contains an 8 byte serial number. These files shall be described in greater detail infra.
B. File Organization
All files described are elementary (data) files that reside within the same dedicated (directory) file. This dedicated file lies just beneath a master file. In embodiments of the invention, the other files are all fixed-length and are created during the manufacture process. In a non-limiting embodiment of the invention, the files may have identifiers. As an example, these identifiers may be:
2B00 Directory 2080 Secret Key File 2B02 Header File 2B03 Coupon File 2B04 Punchcard File 2B05 FSA File 2B06 Text File 2B08 Serial Number File.
C. File Contents
The contents of the individual files are described herein.
Header File
In an embodiment of the invention, the header file 100 includes a single record comprising the following fields:
Wallet ID. 4 bytes.
Household ID. 8 bytes.
Serial Number. 8 bytes.
Database Version. 1 byte.
Last Update Source. 2 bytes.
Last Update Time. 3 bytes.
Maximum Coupon Count. 2 bytes.
Maximum Punchcard Count. 2 bytes.
Maximum FSA record Count. 2 bytes.
Maximum Text record Count. 2 bytes. Current Coupon Count. 2 bytes. Current Punchcard Count. 2 bytes. Current FSA record Count. 2 bytes. Card Usage Count. 2 bytes. Total Coupons Redeemed. 2 bytes. Total Savings Accumulator. 4 bytes. Monthly Savings Accumulator. 4 bytes. Temporary Savings Accumulator. 4 bytes. Reference Month. 1 byte. Timezone. 1 byte. Internal Error Counter. 2 bytes. Flags. 1 byte Spare Bytes 39 bytes. • Checksum. 2 bytes.
Total file size = 100 bytes.
Coupon File
In an embodiment of the invention, the coupon file 102 includes records with the following format:
• UPC Manufacturer Code. 5 bed digits.
• UPC Family Code. 3 bed digits.
• UPC Value Code. 2 bed digits.
• UPC Offer Code. 5 bed digits.
• Expiration Time. 3 bytes.
• Start Time. 3 bytes.
• Capture Time. 3 bytes.
• Text File Index. 1 byte.
• Reuse Counter. 1 byte.
• Flags. 1 byte.
• Checksum. 2 bytes.
Total record size = 22 bytes.
Punchcard File
In embodiments of the invention, the punchcard file 104 includes records with the following format:
• RFM ID. 8 bed digits.
• Expiration Date. 2 bytes
• Release Number. 1 byte.
• Reset Period. 1 byte.
• Days Since Last Visit. 1 byte.
• Purchases Accumulator. 2 bytes.
• Visits Accumulator. 1 byte.
• Spare/Filler. 4 bytes Total record size = 16 bytes.
FSA File
In embodiments of the invention, the FSA file 106 contains records with the following format:
• Retailer ID. 2 bytes.
• Customer ID. 8 bytes.
• Checksum. 2 bytes.
Total record size = 12 bytes.
Text File
In embodiments of the invention, each text record 108 has the following format:
• Text Line #1. 20 bytes.
• Text Line #2. 20 bytes.
• Checksum. 2 bytes.
Total record size = 42 bytes.
Secret Code File
The size of this file is controlled by the card manufacturer.
Secret Key File
The size of this file is 64 bytes containing 4 double length keys.
Serial Number File
This file comprises a single 8 byte serial number. D. Access Methods
In preferred embodiments of the invention, files are accessed via secret codes (sometimes called PINs) as opposed to secret keys. Other embodiments utilize secret keys, and include a Secret Key file. In embodiments of the invention, codes presented to the card will be transmitted in the clear (not encrypted). This avoids the placement of cryptographic software in the wallet. In alternative embodiments, codes are presented to the card in encrypted format, and wallets include DES or other cryptographic software.
In some embodiments, the code for read-access is the same for all files, while the code for update-access is the same for all files, but different than the read-access code. There is no need for a code for write-access, as it is not needed for file creation. In embodiments of the invention, the secret codes are based upon diversification of a code derived from a scrambling of the card's serial number. Other embodiments for generating such codes will be apparent to one skilled in the art. Each serial number is unique and is created during the manufacture process. This serial number is generally distinct from the serial number assigned by the microprocessor manufacturer. The serial number can always be read in the clear.
E. File Sizes
In embodiments of the invention, the size of the Secret Code File and the Header File 100 are fixed. All other files may grow or shrink, depending on the amount of smartcard memory available. Non-limiting scenarios include:
• 1 Kbyte available, excluding Header and Secret Code, Secret Key, and Serial Number Files.
• Coupon File 102: 30 records for a total size of 660 bytes.
• Punchcard File 104 : 10 records for a total size of 160 bytes • FSA File 106: 4 records for a total size of 48 bytes.
• Text File 108: 3 records for a total size of 126 bytes.
A total of 994 bytes for these 4 files.
• 2 Kbytes available, excluding Header and Secret Code, Secret Key, and Serial Number Files.
Coupon File 102" : 60 records for a total size of 1320 bytes.
Punchcard File 104: 20 records for a total size of 320 bytes,
FSA File 106: 8 records for a total size of 96 bytes,
Text File 108: 6 records for a total size of 252 bytes.
A total of 1988 bytes for these 4 files.
3 Kbytes available, excluding Header and Secret Code, Secret Key, and Serial Number Files.
Coupon File 102 : 90 records for a total size of 1980 bytes,
Punchcard File 104: 30 records for a total size of 480 bytes.
FSA File 106: 12 records for a total size of 144 bytes,
Text File 108: 9 records for a total size of 378 bytes.
A total of 2982 bytes for these 4 files.
4 Kbytes available, excluding Header and Secret Code, Secret Key, and Serial Number Files. Coupon File 102: 120 records for a total size of
2640 bytes,
Punchcard File 104: 40 records for a total size of 640 bytes,
FSA File 106: 16 records for a total size of 192 bytes,
Text File 108: 12 records for a total size of 504 bytes.
A total of 3976 bytes for these 4 files.
F. Conclusion
The foregoing description of various embodiments of the invention has been presented for purposes of illustration and description. It is not intended to limit the invention to the precise forms disclosed. Many modifications and equivalent arrangements will be apparent.

Claims

CLAIMSWhat is claimed is:
1. A file structure for a smart card, wherein the smart card is associated with an electronic wallet, the electronic wallet including a wireless handheld device adapted to read from and write to the smart card, the file structure comprising: a header file, the header file including an a first record, the first record identifying the electronic wallet.
2. The file structure of claim 1, wherein the first record has a size of four bytes.
3. The file structure of claim 1 , wherein the header file further includes a second record, the second record identifying a household corresponding to the electronic wallet.
4. The file structure of claim 3, wherein the second record has a size of eight bytes.
5. The file structure of claim 3, wherein the header file includes a third record, wherein the third record contains a serial number.
6. The file structure of claim 5, wherein the third record has a size of eight bytes.
7. The file structure of claim 6, wherein the header file includes a fourth record, wherein the fourth record indicates a current coupon count for the smart card.
8. The file structure of claim 7, wherein the fourth record has a size of two bytes.
9. The file structure of claim 7, wherein the header file includes a fifth record, wherein the fifth record indicates a number of the total coupons redeemed by use of the smart card.
10. The file structure of claim 9, wherein the fifth record has a size of two bytes.
11. The file structure of claim 10, wherein the file structure includes a sixth record, such that the sixth record indicates a total monetary amount saved by use of the card.
12. The file structure of claim 11, wherein the sixth record has a size of four bytes.
13. The file structure of claim 11, wherein the file structure includes a seventh record, such that the seventh record indicates a time zone.
14. The file structure of claim 13, wherein the seventh record has a length of 1 byte.
15. The file structure of claim 13, wherein the file structure includes an eight record, such that the eight record has a checksum.
16. The file structure of claim 15, wherein the eight record has a size of two bytes.
17. A file structure for a smart card, wherein the smart card is associated with an electronic wallet, the electronic wallet including a wireless handheld device adapted to read coupon data from the smart card and may write coupon data to the smart card, the file structure comprising: a coupon file, the coupon file including a first record containing a UPC Manufacturer code for a coupon on the wallet. a second record containing a UPC Family code for a coupon
18. The file structure of claim 17, wherein the coupon file further includes a third record containing a UPC Value code for a coupon.
19. The file structure of claim 18, wherein the coupon file further includes a fourth record containing a UPC Offer code for a coupon.
20. The file structure of claim 19, wherein the coupon file further includes a fifth record containing an expiration time for a coupon.
PCT/US2000/0234551999-08-262000-08-25Smart card databaseWO2001015098A1 (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
AU68016/00AAU6801600A (en)1999-08-262000-08-25Smart card database

Applications Claiming Priority (2)

Application NumberPriority DateFiling DateTitle
US15092799P1999-08-261999-08-26
US60/150,9271999-08-26

Publications (1)

Publication NumberPublication Date
WO2001015098A1true WO2001015098A1 (en)2001-03-01

Family

ID=22536584

Family Applications (1)

Application NumberTitlePriority DateFiling Date
PCT/US2000/023455WO2001015098A1 (en)1999-08-262000-08-25Smart card database

Country Status (2)

CountryLink
AU (1)AU6801600A (en)
WO (1)WO2001015098A1 (en)

Cited By (43)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US7059531B2 (en)2001-07-102006-06-13American Express Travel Related Services Company, Inc.Method and system for smellprint recognition biometrics on a fob
US7070112B2 (en)1999-09-072006-07-04American Express Travel Related Services Company, Inc.Transparent transaction device
US7093767B2 (en)1999-09-072006-08-22American Express Travel Related Services Company, Inc.System and method for manufacturing a punch-out RFID transaction device
US7119659B2 (en)2001-07-102006-10-10American Express Travel Related Services Company, Inc.Systems and methods for providing a RF transaction device for use in a private label transaction
US7121471B2 (en)2001-07-102006-10-17American Express Travel Related Services Company, Inc.Method and system for DNA recognition biometrics on a fob
US7154375B2 (en)2001-07-102006-12-26American Express Travel Related Services Company, Inc.Biometric safeguard method with a fob
US7156301B1 (en)1999-09-072007-01-02American Express Travel Related Services Company, Inc.Foldable non-traditionally-sized RF transaction card system and method
US7172112B2 (en)2000-01-212007-02-06American Express Travel Related Services Company, Inc.Public/private dual card system and method
US7228155B2 (en)2001-07-102007-06-05American Express Travel Related Services Company, Inc.System and method for remotely initializing a RF transaction
US7239226B2 (en)2001-07-102007-07-03American Express Travel Related Services Company, Inc.System and method for payment using radio frequency identification in contact and contactless transactions
US7249112B2 (en)2002-07-092007-07-24American Express Travel Related Services Company, Inc.System and method for assigning a funding source for a radio frequency identification device
US7268668B2 (en)2003-05-092007-09-11American Express Travel Related Services Company, Inc.Systems and methods for managing multiple accounts on a RF transaction instrument
US7268667B2 (en)2003-05-092007-09-11American Express Travel Related Services Company, Inc.Systems and methods for providing a RF transaction device operable to store multiple distinct accounts
US7303120B2 (en)2001-07-102007-12-04American Express Travel Related Services Company, Inc.System for biometric security using a FOB
US7306158B2 (en)2001-07-102007-12-11American Express Travel Related Services Company, Inc.Clear contactless card
US7312707B1 (en)2001-07-102007-12-25American Express Travel Related Services Company, Inc.System and method for authenticating a RF transaction using a transaction account routing number
US7360689B2 (en)2001-07-102008-04-22American Express Travel Related Services Company, Inc.Method and system for proffering multiple biometrics for use with a FOB
US7463133B2 (en)2001-07-102008-12-09American Express Travel Related Services Company, Inc.Systems and methods for providing a RF transaction device operable to store multiple distinct calling card accounts
US7493288B2 (en)2001-07-102009-02-17Xatra Fund Mx, LlcRF payment via a mobile device
US7494058B2 (en)2004-07-012009-02-24American Express Travel Related Services Company, Inc.Smartcard transaction method and system using voiceprint recognition
US7503480B2 (en)2001-07-102009-03-17American Express Travel Related Services Company, Inc.Method and system for tracking user performance
US7542942B2 (en)2001-07-102009-06-02American Express Travel Related Services Company, Inc.System and method for securing sensitive information during completion of a transaction
US7543738B1 (en)2001-07-102009-06-09American Express Travel Related Services Company, Inc.System and method for secure transactions manageable by a transaction account provider
US7578448B2 (en)2001-07-102009-08-25Blayn W BeenauAuthorizing radio frequency transactions using a keystroke scan
US7587756B2 (en)2002-07-092009-09-08American Express Travel Related Services Company, Inc.Methods and apparatus for a secure proximity integrated circuit card transactions
US7668750B2 (en)2001-07-102010-02-23David S BonalleSecuring RF transactions using a transactions counter
US7705732B2 (en)2001-07-102010-04-27Fred BishopAuthenticating an RF transaction using a transaction counter
US7746215B1 (en)2001-07-102010-06-29Fred BishopRF transactions using a wireless reader grid
US7762457B2 (en)2001-07-102010-07-27American Express Travel Related Services Company, Inc.System and method for dynamic fob synchronization and personalization
US7768379B2 (en)2001-07-102010-08-03American Express Travel Related Services Company, Inc.Method and system for a travel-related multi-function fob
US7827106B2 (en)2001-07-102010-11-02American Express Travel Related Services Company, Inc.System and method for manufacturing a punch-out RFID transaction device
US7835960B2 (en)2000-03-072010-11-16American Express Travel Related Services Company, Inc.System for facilitating a transaction
US7925535B2 (en)2001-07-102011-04-12American Express Travel Related Services Company, Inc.System and method for securing RF transactions using a radio frequency identification device including a random number generator
US7996324B2 (en)2001-07-102011-08-09American Express Travel Related Services Company, Inc.Systems and methods for managing multiple accounts on a RF transaction device using secondary identification indicia
USRE43157E1 (en)2002-09-122012-02-07Xatra Fund Mx, LlcSystem and method for reassociating an account number to another transaction account
US8429041B2 (en)2003-05-092013-04-23American Express Travel Related Services Company, Inc.Systems and methods for managing account information lifecycles
US8538863B1 (en)2001-07-102013-09-17American Express Travel Related Services Company, Inc.System and method for facilitating a transaction using a revolving use account associated with a primary account
US8543423B2 (en)2002-07-162013-09-24American Express Travel Related Services Company, Inc.Method and apparatus for enrolling with multiple transaction environments
US8635131B1 (en)2001-07-102014-01-21American Express Travel Related Services Company, Inc.System and method for managing a transaction protocol
US8960535B2 (en)2001-07-102015-02-24Iii Holdings 1, LlcMethod and system for resource management and evaluation
US9024719B1 (en)2001-07-102015-05-05Xatra Fund Mx, LlcRF transaction system and method for storing user personal data
US9031880B2 (en)2001-07-102015-05-12Iii Holdings 1, LlcSystems and methods for non-traditional payment using biometric data
US9454752B2 (en)2001-07-102016-09-27Chartoleaux Kg Limited Liability CompanyReload protocol at a transaction processing entity

Citations (6)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
WO1987007063A1 (en)*1986-05-161987-11-19American Telephone & Telegraph CompanyArrangement for a portable data carrier having multiple application files
US5380991A (en)*1993-11-161995-01-10Valencia; LuisPaperless coupon redemption system and method thereof
US5594493A (en)1994-01-191997-01-14Nemirofsky; Frank R.Television signal activated interactive smart card system
EP0803828A1 (en)*1994-12-021997-10-29Hitachi, Ltd.Electronic money recovering system
US5834756A (en)*1996-06-031998-11-10Motorola, Inc.Magnetically communicative card
US5880769A (en)1994-01-191999-03-09Smarttv Co.Interactive smart card system for integrating the provision of remote and local services

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
WO1987007063A1 (en)*1986-05-161987-11-19American Telephone & Telegraph CompanyArrangement for a portable data carrier having multiple application files
US5380991A (en)*1993-11-161995-01-10Valencia; LuisPaperless coupon redemption system and method thereof
US5594493A (en)1994-01-191997-01-14Nemirofsky; Frank R.Television signal activated interactive smart card system
US5767896A (en)1994-01-191998-06-16Smart Tv LlcTelevision signal activated interactive smart card system
US5880769A (en)1994-01-191999-03-09Smarttv Co.Interactive smart card system for integrating the provision of remote and local services
US5907350A (en)1994-01-191999-05-25Smart T.V. LlcTelevision signal activated interactive smart card system
EP0803828A1 (en)*1994-12-021997-10-29Hitachi, Ltd.Electronic money recovering system
US5834756A (en)*1996-06-031998-11-10Motorola, Inc.Magnetically communicative card

Cited By (59)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US7070112B2 (en)1999-09-072006-07-04American Express Travel Related Services Company, Inc.Transparent transaction device
US7093767B2 (en)1999-09-072006-08-22American Express Travel Related Services Company, Inc.System and method for manufacturing a punch-out RFID transaction device
US7156301B1 (en)1999-09-072007-01-02American Express Travel Related Services Company, Inc.Foldable non-traditionally-sized RF transaction card system and method
US7172112B2 (en)2000-01-212007-02-06American Express Travel Related Services Company, Inc.Public/private dual card system and method
USRE43460E1 (en)2000-01-212012-06-12Xatra Fund Mx, LlcPublic/private dual card system and method
US8818907B2 (en)2000-03-072014-08-26Xatra Fund Mx, LlcLimiting access to account information during a radio frequency transaction
US7835960B2 (en)2000-03-072010-11-16American Express Travel Related Services Company, Inc.System for facilitating a transaction
US7639116B2 (en)2001-07-102009-12-29Peter D SaundersConverting account data associated with a radio frequency device
US7746215B1 (en)2001-07-102010-06-29Fred BishopRF transactions using a wireless reader grid
US7239226B2 (en)2001-07-102007-07-03American Express Travel Related Services Company, Inc.System and method for payment using radio frequency identification in contact and contactless transactions
US10839388B2 (en)2001-07-102020-11-17Liberty Peak Ventures, LlcFunding a radio frequency device transaction
US9886692B2 (en)2001-07-102018-02-06Chartoleaux Kg Limited Liability CompanySecuring a transaction between a transponder and a reader
US9881294B2 (en)2001-07-102018-01-30Chartoleaux Kg Limited Liability CompanyRF payment via a mobile device
US7303120B2 (en)2001-07-102007-12-04American Express Travel Related Services Company, Inc.System for biometric security using a FOB
US7306158B2 (en)2001-07-102007-12-11American Express Travel Related Services Company, Inc.Clear contactless card
US7312707B1 (en)2001-07-102007-12-25American Express Travel Related Services Company, Inc.System and method for authenticating a RF transaction using a transaction account routing number
US7360689B2 (en)2001-07-102008-04-22American Express Travel Related Services Company, Inc.Method and system for proffering multiple biometrics for use with a FOB
US7463133B2 (en)2001-07-102008-12-09American Express Travel Related Services Company, Inc.Systems and methods for providing a RF transaction device operable to store multiple distinct calling card accounts
US7493288B2 (en)2001-07-102009-02-17Xatra Fund Mx, LlcRF payment via a mobile device
US9454752B2 (en)2001-07-102016-09-27Chartoleaux Kg Limited Liability CompanyReload protocol at a transaction processing entity
US7500616B2 (en)2001-07-102009-03-10Xatra Fund Mx, LlcAuthenticating fingerprints for radio frequency payment transactions
US7503480B2 (en)2001-07-102009-03-17American Express Travel Related Services Company, Inc.Method and system for tracking user performance
US7506819B2 (en)2001-07-102009-03-24Xatra Fund Mx, LlcBiometric security using a fob
US7506818B2 (en)2001-07-102009-03-24Xatra Fund Mx, LlcBiometrics for radio frequency payment transactions
US7542942B2 (en)2001-07-102009-06-02American Express Travel Related Services Company, Inc.System and method for securing sensitive information during completion of a transaction
US7543738B1 (en)2001-07-102009-06-09American Express Travel Related Services Company, Inc.System and method for secure transactions manageable by a transaction account provider
US7578448B2 (en)2001-07-102009-08-25Blayn W BeenauAuthorizing radio frequency transactions using a keystroke scan
US9336634B2 (en)2001-07-102016-05-10Chartoleaux Kg Limited Liability CompanyHand geometry biometrics on a payment device
US7637434B2 (en)2001-07-102009-12-29Blayn W BeenauRegistering a biometric for radio frequency transactions
US7059531B2 (en)2001-07-102006-06-13American Express Travel Related Services Company, Inc.Method and system for smellprint recognition biometrics on a fob
US7668750B2 (en)2001-07-102010-02-23David S BonalleSecuring RF transactions using a transactions counter
US7705732B2 (en)2001-07-102010-04-27Fred BishopAuthenticating an RF transaction using a transaction counter
US7228155B2 (en)2001-07-102007-06-05American Express Travel Related Services Company, Inc.System and method for remotely initializing a RF transaction
US7762457B2 (en)2001-07-102010-07-27American Express Travel Related Services Company, Inc.System and method for dynamic fob synchronization and personalization
US7768379B2 (en)2001-07-102010-08-03American Express Travel Related Services Company, Inc.Method and system for a travel-related multi-function fob
US7827106B2 (en)2001-07-102010-11-02American Express Travel Related Services Company, Inc.System and method for manufacturing a punch-out RFID transaction device
US7154375B2 (en)2001-07-102006-12-26American Express Travel Related Services Company, Inc.Biometric safeguard method with a fob
US7889052B2 (en)2001-07-102011-02-15Xatra Fund Mx, LlcAuthorizing payment subsequent to RF transactions
US7925535B2 (en)2001-07-102011-04-12American Express Travel Related Services Company, Inc.System and method for securing RF transactions using a radio frequency identification device including a random number generator
US7996324B2 (en)2001-07-102011-08-09American Express Travel Related Services Company, Inc.Systems and methods for managing multiple accounts on a RF transaction device using secondary identification indicia
USRE45615E1 (en)2001-07-102015-07-14Xatra Fund Mx, LlcRF transaction device
US7121471B2 (en)2001-07-102006-10-17American Express Travel Related Services Company, Inc.Method and system for DNA recognition biometrics on a fob
US8266056B2 (en)2001-07-102012-09-11American Express Travel Related Services Company, Inc.System and method for manufacturing a punch-out RFID transaction device
US9031880B2 (en)2001-07-102015-05-12Iii Holdings 1, LlcSystems and methods for non-traditional payment using biometric data
US8538863B1 (en)2001-07-102013-09-17American Express Travel Related Services Company, Inc.System and method for facilitating a transaction using a revolving use account associated with a primary account
US9024719B1 (en)2001-07-102015-05-05Xatra Fund Mx, LlcRF transaction system and method for storing user personal data
US8548927B2 (en)2001-07-102013-10-01Xatra Fund Mx, LlcBiometric registration for facilitating an RF transaction
US8635131B1 (en)2001-07-102014-01-21American Express Travel Related Services Company, Inc.System and method for managing a transaction protocol
US7119659B2 (en)2001-07-102006-10-10American Express Travel Related Services Company, Inc.Systems and methods for providing a RF transaction device for use in a private label transaction
US8872619B2 (en)2001-07-102014-10-28Xatra Fund Mx, LlcSecuring a transaction between a transponder and a reader
US8960535B2 (en)2001-07-102015-02-24Iii Holdings 1, LlcMethod and system for resource management and evaluation
US7587756B2 (en)2002-07-092009-09-08American Express Travel Related Services Company, Inc.Methods and apparatus for a secure proximity integrated circuit card transactions
US7249112B2 (en)2002-07-092007-07-24American Express Travel Related Services Company, Inc.System and method for assigning a funding source for a radio frequency identification device
US8543423B2 (en)2002-07-162013-09-24American Express Travel Related Services Company, Inc.Method and apparatus for enrolling with multiple transaction environments
USRE43157E1 (en)2002-09-122012-02-07Xatra Fund Mx, LlcSystem and method for reassociating an account number to another transaction account
US8429041B2 (en)2003-05-092013-04-23American Express Travel Related Services Company, Inc.Systems and methods for managing account information lifecycles
US7268667B2 (en)2003-05-092007-09-11American Express Travel Related Services Company, Inc.Systems and methods for providing a RF transaction device operable to store multiple distinct accounts
US7268668B2 (en)2003-05-092007-09-11American Express Travel Related Services Company, Inc.Systems and methods for managing multiple accounts on a RF transaction instrument
US7494058B2 (en)2004-07-012009-02-24American Express Travel Related Services Company, Inc.Smartcard transaction method and system using voiceprint recognition

Also Published As

Publication numberPublication date
AU6801600A (en)2001-03-19

Similar Documents

PublicationPublication DateTitle
WO2001015098A1 (en)Smart card database
AU712925B2 (en)Carte a puce
US6409080B2 (en)Portable electronic device and loyalty point system
US5380991A (en)Paperless coupon redemption system and method thereof
US8371502B1 (en)Shopping center gift card offer fulfillment machine, program product, and associated methods
US5727153A (en)Retail store having a system of receiving electronic coupon information from a portable card and sending the received coupon information to other portable cards
EP1178443A2 (en)Point cards, point card processing apparatus, and point card systems
US6105002A (en)Retail store efficiently configured to distribute electronic coupons at multiple product locations
US20090037275A1 (en)Consolidated membership/rewards card system
US20080114647A1 (en)Wireless system for coupon acquisition and redemption
WO2002021407A1 (en)A system and method for loyalty program distribution and settlement
HK1000454B (en)Method and device for processing coded information with an ic-card
US20090012900A1 (en)Making Secure Data for Customer Loyalty Programs
JP2001306827A (en)Service provider and recording medium
JP3877890B2 (en) IC card and display device
US20110010283A1 (en)E-card
US20080301020A1 (en)Method and system for business card functioning as a prepaid debit card or gift card
US8635459B2 (en)Recording transactional information relating to an object
JP3546118B2 (en) Image display system
AU780166B2 (en)Method and device for processing and displaying coded data stored in a smart card
WO2001027830A1 (en)Remotely configurable multimedia entertainment and information system with electronic coupons
CA2275652C (en)System and method of applying price changes in an electronic price label system
JP2001527670A (en) IC card having bonus counter and bonus counting method
JP2000353281A (en)Credit card system
JP4293782B2 (en) card

Legal Events

DateCodeTitleDescription
AKDesignated states

Kind code of ref document:A1

Designated state(s):AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW

ALDesignated countries for regional patents

Kind code of ref document:A1

Designated state(s):GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121Ep: the epo has been informed by wipo that ep was designated in this application
DFPERequest for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
REGReference to national code

Ref country code:DE

Ref legal event code:8642

122Ep: pct application non-entry in european phase
NENPNon-entry into the national phase

Ref country code:JP


[8]ページ先頭

©2009-2025 Movatter.jp