/n software 3-D Secure V2 Python Edition

Questions / Feedback?

account_type Property

Indicates the type of account.

Syntax

def get_account_type() -> str: ...
def set_account_type(value: str) -> None: ...

account_type = property(get_account_type, set_account_type)

Default Value

""

Remarks

This is included in the Authentication Request Message (AReq) sent to the directory server. Required if the 3-D Secure Requestor is asking the cardholder which account type they are using before making the purchase. Required in some markets (for example, for merchants in Brazil). Otherwise, this is optional.

Valid values are as follows:

01Not applicable
02Credit
03Debit

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