/n software 3-D Secure V2 JavaScript Edition

Questions / Feedback?

ChallengeDataEntry Property

Cardholder entered data.

Syntax


 getChallengeDataEntry(): string;

 setChallengeDataEntry(challengeDataEntry: string): void;

Default Value

""

Remarks

This field contains the data that the cardholder entered into the UI.

When ACSUIType is Text (01) or HTML (05), set ChallengeDataEntry to the data exactly as it was specified by the cardholder. Do not format or otherwise change the data.

When ACSUIType is Single-Select (02), set ChallengeDataEntry to the name of the selected option. For instance the ACS may provide the user with a selection like:

mobile: **** **** 329
email: s******k**@g***.com
The value to provide in ChallengeDataEntry is the ChallengeSelectInfoName, i.e. mobile.

When ACSUIType is Multi-Select (03), set ChallengeDataEntry to a comma-separated list of names of the selected options. For instance if ChallengeSelectInfo contains elements with names like chicago_illinois, st_louis_missouri, and portland_oregon, and the user chose two options, the value specified in ChallengeDataEntry would be chicago_illinois,portland_oregon.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 JavaScript Edition - Version 2.2 [Build 8318]