Sending parsed DL-ID data to CM: Difference between revisions
From Convention Master Documentation
(Created page with "== V1 Data String == !V1!firstname!lastname!suffix!dob!address1!address2!city!state!country<enter> {| class="wikitable" |+ Caption text |- ! Data String !! AAMVA field !! Not...") |
|||
Line 1: | Line 1: | ||
== V1 Data String == | == V1 Data String == | ||
!V1!firstname!lastname!suffix! | !V1!firstname!lastname!suffix!dateofbirth!address1!address2!city!state!postalcode!country<enter> | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ V1 Data String Breakdown and Explanation | ||
|- | |- | ||
! Data String !! AAMVA field !! Notes | ! Data String !! AAMVA field !! Notes/Definition | ||
|- | |- | ||
| V1 || | | V1 || N/A || Version String | ||
|- | |- | ||
| firstname || | | firstname || DAC || First name of the cardholder. | ||
|- | |- | ||
| lastname || | | lastname || DCS || Family Name of the Cardholder | ||
|- | |- | ||
| suffix || | | suffix || DCU || Name Suffix (Issuer Optional) | ||
|- | |- | ||
| | | dateofbirth || DBB || CM Expected format is CCYYMMDD, format on license may be MMDDCCYY or CCYYMMDD, Reader must convert | ||
|- | |- | ||
| address1 || | | address1 || DAG || Street Portion of Address | ||
|- | |- | ||
| address2 || | | address2 || DAH || Second Line of Address (Issuer Optional) | ||
|- | |- | ||
| city || | | city || DAI || City Portion of Cardholder Address | ||
|- | |- | ||
| state || | | state || DAJ || State Portion of the Cardholder Address | ||
|- | |- | ||
| | | postalcode || DAK || Postal Code, includes zip+4 for US | ||
|- | |- | ||
| <enter> || N/A || | | country || DCG || Country the Card is issued in | ||
|- | |||
| <enter> || N/A || Send the Enter Key when done reading. | |||
|} | |} |
Revision as of 11:04, 25 August 2022
V1 Data String
!V1!firstname!lastname!suffix!dateofbirth!address1!address2!city!state!postalcode!country<enter>
Data String | AAMVA field | Notes/Definition |
---|---|---|
V1 | N/A | Version String |
firstname | DAC | First name of the cardholder. |
lastname | DCS | Family Name of the Cardholder |
suffix | DCU | Name Suffix (Issuer Optional) |
dateofbirth | DBB | CM Expected format is CCYYMMDD, format on license may be MMDDCCYY or CCYYMMDD, Reader must convert |
address1 | DAG | Street Portion of Address |
address2 | DAH | Second Line of Address (Issuer Optional) |
city | DAI | City Portion of Cardholder Address |
state | DAJ | State Portion of the Cardholder Address |
postalcode | DAK | Postal Code, includes zip+4 for US |
country | DCG | Country the Card is issued in |
<enter> | N/A | Send the Enter Key when done reading. |