/n software 3-D Secure V2 Python Edition

Questions / Feedback?

card_enrolled Property

Indicates whether the CardNumber can be authenticated.

Syntax

def get_card_enrolled() -> str: ...

card_enrolled = property(get_card_enrolled, None)

Default Value

""

Remarks

This property is filled after sending a Verify Enrollment Request (VEReq) using the verify_enrollment method, and indicates whether the card_number is enrolled in the 3-D Secure program. Valid responses are listed below:

YAuthentication available.
NAuthentication not available.
UEnrolled cardholder, but authentication is currently unavailable.

If this property contains a "Y" after sending a VEReq the acsurl property will contain the fully qualified URL of the Access Control Server, and you may proceed with authenticating the card_number.

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 8162]