/n software 3-D Secure V2 Python Edition

Questions / Feedback?

whitelisting_information_text Property

Whitelisting information text.

Syntax

def get_whitelisting_information_text() -> str: ...
def set_whitelisting_information_text(value: str) -> None: ...

whitelisting_information_text = property(get_whitelisting_information_text, set_whitelisting_information_text)

Default Value

""

Remarks

Text provided by the ACS/Issuer to Cardholder during a Whitelisting transaction. For example: "Would you like to add this Merchant to your whitelist?"

If present in the challenge response, this must be displayed by the SDK.

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