/n software 3-D Secure V2 Python Edition

Questions / Feedback?

authentication_value Property

Used to provide proof of authentication.

Syntax

def get_authentication_value() -> str: ...

authentication_value = property(get_authentication_value, None)

Default Value

""

Remarks

This property is determined by the Access Control Server (ACS), and is filled after the call to send_auth_request (for a frictionless flow), or when the Results Request Message (RReq) is parsed using check_response (for a challenge flow).

This property will be valid if the transaction_status is "Y" or "A". The value may be used to provide proof of authentication.

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]