For the complete documentation index, see llms.txt. This page is also available as Markdown.

0x1806 - Personal Info Entry

The host uses this command to prompt a cardholder for customer information.

1

Ensure device is idle

The host ensures the device is not currently running another command (for example, it is not running a transaction using 0x1001 - Start Transaction.

2

Compose command

If the host determines it should request customer information, it composes a command request in the format described below.

3

Present keypad

The device presents a keypad interface to the cardholder on the display.

4

Device notifies host

The device sends 0x1805 - User Interface Operation Complete to the host to report data available, or hardware failure.

5

Host retrieves data

If the device reported data available, the host can retrieve the data as defined in Notification Detail Codes and Notification Payload for Personal Info Entry.

Request Data for Command 0x1806 – Personal Info Entry

Tag
Len
Value / Description
Typ
Req
Default

Beginning of any wrappers, at minimum including Request Message

1806 = Command 0x1806 – Personal Info Entry

81

01

Capture Type

0x01 = Phone Number: Capture the phone number 0x02 = Social: Capture the social security number

0x03 = Zip code: Capture the zip code 0x04 = Employee ID: Capture Employee ID number 0x05 = Birth Date: Capture birth date in USA format 0xFF = Cancel Capture: Cancel any of the capture commands

B

R

82

01

Encryption for user data (Optional) 00 – No Encrypt

01 - Encrypt

B

R

Beginning of any wrappers, at minimum including Request Message

Response Data for Personal Info Entry

Tag
Len
Value / Description
Typ
Req
Default

Beginning of any wrappers, at minimum including Response Message

1806 = Command 0x1806 – Personal Info Entry

No parameters.

Beginning of any wrappers, at minimum including Response Message

If the request started successfully, the Request Status in the message wrapper is: OK, Started / Running, All good / requested operation was successful.

Request Example

Example (Hex)
AA00 810401031806 8405 1806 8101 01

Response Example

Last updated