/n software 3-D Secure V2 Python Edition

Questions / Feedback?

authentication_indicator Property

3DS Requestor Authentication Indicator.

Syntax

def get_authentication_indicator() -> str: ...
def set_authentication_indicator(value: str) -> None: ...

authentication_indicator = property(get_authentication_indicator, set_authentication_indicator)

Default Value

"01"

Remarks

Indicates the type of Authentication request. This data element provides additional information to the ACS to determine the best approach for handing an authentication request. Included in the Authorization Request Message (ARes) sent by the send_auth_request method. Possible values are:

01Payment - default
02Recurring
03Installment
04Add Card
05Maintain Card
06Verify Cardholder
07Billing Agreement

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