/n software 3-D Secure V2 Python Edition

Questions / Feedback?

date_check_passed Property

Indicates whether the card is expired or not.

Syntax

def get_date_check_passed() -> bool: ...

date_check_passed = property(get_date_check_passed, None)

Default Value

FALSE

Remarks

The validate_card method checks whether the card's expiration date (card_exp_month and card_exp_year) is a valid future date, and stores that result in the date_check_passed property.

This property is read-only.

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