/n software 3-D Secure V2 Python Edition

Questions / Feedback?

whitelisting_data_entry Property

Whitelisting Data Entry.

Syntax

def get_whitelisting_data_entry() -> bool: ...
def set_whitelisting_data_entry(value: bool) -> None: ...

whitelisting_data_entry = property(get_whitelisting_data_entry, set_whitelisting_data_entry)

Default Value

FALSE

Remarks

An indicator provided by the SDK to the ACS to confirm whether whitelisting was opted by the cardholder (true or false). This is required to be sent after a challenge response is received containing whitelisting_information_text.

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