Request Cardholder Signature (Touch Only) - Command 0x1801
Last updated
The host uses this command to prompt a cardholder for a signature.
The sequence of events is as follows:
The device completes a transaction after the host invokes Start Transaction - Command 0x1001. At the end of the transaction, the device has provided data to the host in Transaction Operation Complete - Notification 0x0105. The host may send Command 0x1801 to the device to get a signature file without doing a transaction. The signature file can be encrypted if enabled.
The host decides whether to request a signature from the cardholder. For example:
If the Notification Detail in Transaction Operation Complete - Notification 0x0105 indicates Signature Capture Requested.
If an application-specific rule requires requesting a signature.
Beginning of any wrappers, at minimum including Request Message
1801 = Request Cardholder Signature (Touch Only) - Command 0x1801
81
01
Timeout — Timeout in seconds that the device should wait for the cardholder to sign and confirm completion.
B
R
82
01
Encryption on signature and user data. 0=disabled, 1=enabled.
B
O
0
A3
var
User data parameters for item #0 to item #3. The maximum total size of 0xA3 TLV is 4,000 bytes. This TLV may be present only if encryption is enabled.
T
O
/81
var
User data item #0, optional
B
O
/82
var
User data item #1, optional
B
O
/83
var
User data item #2, optional
B
O
/84
var
User data item #3, optional
B
O
End of any wrappers, at minimum including Request Message
Beginning of any wrappers, at minimum including Response Message
1801 = Request Cardholder Signature (Touch Only) - Command 0x1801
No parameters.
End 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.
Last updated
AA 00 81 04 01 00 18 01 84 05 18 01 81 01 1EAA 00 81 04 82 00 18 01 82 04 01 00 00 00
