/n software 3-D Secure V2 Python Edition

Questions / Feedback?

card_exp_date Property

Expiration date of the PAN or Token.

Syntax

def get_card_exp_date() -> str: ...
def set_card_exp_date(value: str) -> None: ...

card_exp_date = property(get_card_exp_date, set_card_exp_date)

Default Value

""

Remarks

This field contains the expiration date of the PAN or Token supplied in the card_number property. The format for this field is YYMM.

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