/n software 3-D Secure V2 Python Edition

Questions / Feedback?

cardholder_name Property

Name of the cardholder.

Syntax

def get_cardholder_name() -> str: ...
def set_cardholder_name(value: str) -> None: ...

cardholder_name = property(get_cardholder_name, set_cardholder_name)

Default Value

""

Remarks

This property contains the name of the cardholder. Limited to the alphanumeric characters listed in EMV Book 4, Annex B. Required to be set unless market or regional mandates restricts sending this information.

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