Home Page link  

RE: Driver License MSR Swipe to retrive a returning customer

 

Point-Of-Sale Software - - MS Point Of Sale software discussed here

 Post an article  get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content  add this group's latest topics to your Google content  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
RE: Driver License MSR Swipe to retrive a returning customer StyleTeks.net 06-27-2007
Posted by StyleTeks.net on June 27, 2007, 2:44 pm
Please log in for more thread options
A little insight...

USA Drivers Licenses provide data on all 3 tracks. So, first, a 3-track MSR
must be implemented.

The following data is actually contained on a USA Drivers License that
conforms to the AAMVA standard (not all US States adhere to this standard).
Note that many states use a different approach and capture different
information and acquire it from different tracks. It's been know that many
states actually use 2 different types of mag stripe configurations too.

AAMVA Standards:

The following data is stored on track 1:

Start Sentinel - one character (generally '%')
State or Province - two characters
City - unknown length
Field Separator - one character (generally '^')
Last Name - unknown length
Field Separator - one character (generally '$')
First Name - unknown length
Field Separator - one character (generally '$')
Middle Name - unknown length
Field Separator - one character (generally '^')
Address - unknown length
Field Separator - one character (generally '^')
Unknown (spaces on mine) - unknown length
End Sentinel - one character (generally '?')
The following data is stored on track 2:

ISO Issuer Identifier Number (IIN)
Drivers License / Identification Number
Field Separator — generally '='
Expiration Date
Birth date (YYYYMMDD)
DL/ID# overflow
The following data is stored on track 3:

Template V#
Security V#
Postal Code
Class
Restrictions
Endorsements
Sex
Height
Weight
Hair Color
Eye Color
ID#
Reserved Space
Error Correction
Security

Now, there is a lot of information that is not necessary for a POS System to
capture from a Drivers License. And, in some states it is ILLEGAL to swipe a
US Drivers License into a POS System. So, before venturing this far check
with your local authorities.

In regards to RMS, in theory you can use a Drivers License to "select a
customer" at the POS. However, this requires that you swipe the license into
the Customer Properties "Account Number" field to pass the data into the
customer account. And, in the future when selecing a customer you may swipe
the card at the customer select screen as long as the "Account Number" header
is selected for the search ability.

There are also programs that allow you to capture this data and display it
on-screen or record it into a file. This opens up options for developers to
create apps that hook into RMS after parsing through the data file. You can
Live Search or Google for these apps.

There's much more that can be said, so let me know if you have any other
questions.

Regards,
CB
"Shlomi" wrote:

> Can a driver license swipe (Magnetic Stipe) using the MSR to retrieve the
> returning customer record. Similar to a credit card swipe for EDC. My
> customer saw this feature running on Retail Pro (competitor's product) and
> wants to use this feature in RMS Store operations.
>
> Please review and let me know if this featured is planned for the next
> release of RMS, or what would be the cost for a software modification to
> support this feature.
>
> Thank you,
>
> Shlomi
>
>
> ----------------
> This post is a suggestion for Microsoft, and Microsoft responds to the
> suggestions with the most votes. To vote for this suggestion, click the "I
> Agree" button in the message pane. If you do not see the button, follow this
> link to open the suggestion in the Microsoft Web-based Newsreader and then
> click "I Agree" in the message pane.
>
>
http://www.microsoft.com/Businesssolutions/Community/NewsGroups/dgbrowser/en-us/default.mspx?mid=870e1c80-73bf-488d-ad3a-67572e08c76c&dg=microsoft.public.pos

Posted by Shlomi on June 27, 2007, 3:22 pm
Please log in for more thread options
I am not sure how this feature was implemented by Retail Pro, but I would
assume that RMS can enable this feature by retrieving the Driver License
number only (masking the other data that was read) so we can assign it as the
customer number initially; for all subsequent purchases, the cashier will
swipe the Driver License to bring up the customer info. I am not clear on
the legal issues reading the mag track of a driver license. I know that many
bars scan the driver licenses to retrieve the birth date.

Shlomi


"StyleTeks.net" wrote:

> A little insight...
>
> USA Drivers Licenses provide data on all 3 tracks. So, first, a 3-track MSR
> must be implemented.
>
> The following data is actually contained on a USA Drivers License that
> conforms to the AAMVA standard (not all US States adhere to this standard).
> Note that many states use a different approach and capture different
> information and acquire it from different tracks. It's been know that many
> states actually use 2 different types of mag stripe configurations too.
>
> AAMVA Standards:
>
> The following data is stored on track 1:
>
> Start Sentinel - one character (generally '%')
> State or Province - two characters
> City - unknown length
> Field Separator - one character (generally '^')
> Last Name - unknown length
> Field Separator - one character (generally '$')
> First Name - unknown length
> Field Separator - one character (generally '$')
> Middle Name - unknown length
> Field Separator - one character (generally '^')
> Address - unknown length
> Field Separator - one character (generally '^')
> Unknown (spaces on mine) - unknown length
> End Sentinel - one character (generally '?')
> The following data is stored on track 2:
>
> ISO Issuer Identifier Number (IIN)
> Drivers License / Identification Number
> Field Separator — generally '='
> Expiration Date
> Birth date (YYYYMMDD)
> DL/ID# overflow
> The following data is stored on track 3:
>
> Template V#
> Security V#
> Postal Code
> Class
> Restrictions
> Endorsements
> Sex
> Height
> Weight
> Hair Color
> Eye Color
> ID#
> Reserved Space
> Error Correction
> Security
>
> Now, there is a lot of information that is not necessary for a POS System to
> capture from a Drivers License. And, in some states it is ILLEGAL to swipe a
> US Drivers License into a POS System. So, before venturing this far check
> with your local authorities.
>
> In regards to RMS, in theory you can use a Drivers License to "select a
> customer" at the POS. However, this requires that you swipe the license into
> the Customer Properties "Account Number" field to pass the data into the
> customer account. And, in the future when selecing a customer you may swipe
> the card at the customer select screen as long as the "Account Number" header
> is selected for the search ability.
>
> There are also programs that allow you to capture this data and display it
> on-screen or record it into a file. This opens up options for developers to
> create apps that hook into RMS after parsing through the data file. You can
> Live Search or Google for these apps.
>
> There's much more that can be said, so let me know if you have any other
> questions.
>
> Regards,
> CB
> "Shlomi" wrote:
>
> > Can a driver license swipe (Magnetic Stipe) using the MSR to retrieve the
> > returning customer record. Similar to a credit card swipe for EDC. My
> > customer saw this feature running on Retail Pro (competitor's product) and
> > wants to use this feature in RMS Store operations.
> >
> > Please review and let me know if this featured is planned for the next
> > release of RMS, or what would be the cost for a software modification to
> > support this feature.
> >
> > Thank you,
> >
> > Shlomi
> >
> >
> > ----------------
> > This post is a suggestion for Microsoft, and Microsoft responds to the
> > suggestions with the most votes. To vote for this suggestion, click the "I
> > Agree" button in the message pane. If you do not see the button, follow this
> > link to open the suggestion in the Microsoft Web-based Newsreader and then
> > click "I Agree" in the message pane.
> >
> >
http://www.microsoft.com/Businesssolutions/Community/NewsGroups/dgbrowser/en-us/default.mspx?mid=870e1c80-73bf-488d-ad3a-67572e08c76c&dg=microsoft.public.pos

Similar ThreadsPosted
how can I tell which license a RMS register used? and returning the same item more than once ? October 2, 2007, 7:15 pm
Swipe cards for Cashiers / Customer Loyalty August 7, 2007, 9:44 am
Populate Customer from Drivers License October 21, 2005, 8:16 am
RMS SO should capture customer info. by swiping driver's license October 25, 2007, 5:48 am
Reports not returning correct data June 5, 2006, 10:23 am
Reports not returning correct data June 5, 2006, 10:24 am
Returning records from Recordset object November 26, 2006, 12:26 am
How to handle returning a product to vendor for a credit? June 1, 2006, 2:12 pm
Card swipe October 17, 2006, 2:46 pm
multiple swipe of msr November 11, 2007, 1:21 pm

Contact Us | Privacy Policy
This site is not affiliated with Intuit - makers of Quickbooks and Quicken software
This site is not affiliated with Sage Software - makers of Peachtree accounting software
XML SitemapXML Sitemap