/n software 3-D Secure V2 Python Edition

Questions / Feedback?

challenge_complete Property

Whether or not the challenge cycle is complete.

Syntax

def get_challenge_complete() -> bool: ...

challenge_complete = property(get_challenge_complete, None)

Default Value

FALSE

Remarks

Present in the Challenge Response Message (CRes) and indicates whether the challenge cycle is complete or will require additional messages. If true, the transaction_status will be populated as well.

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]