/n software 3-D Secure V2 Python Edition

Questions / Feedback?

digit_check_passed Property

Indicates the results of the Luhn Digit Check algorithm.

Syntax

def get_digit_check_passed() -> bool: ...

digit_check_passed = property(get_digit_check_passed, None)

Default Value

FALSE

Remarks

The validate_card method checks whether or not the card_number conforms to the mod-10 digit check algorithm, and stores that result in the digit_check_passed property. Note that a card may pass this check and still be an invalid card. (Either a fake number that passes the digit check, or an unknown card_type).

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]