/n software 3-D Secure V2 Python Edition

Questions / Feedback?

message_category Property

The category of the message.

Syntax

def get_message_category() -> str: ...
def set_message_category(value: str) -> None: ...

message_category = property(get_message_category, set_message_category)

Default Value

""

Remarks

This field identifies the category of the message (Payment Authentication or Non-Payment Authentication). This will be sent in the Authentication Request Message (AReq) sent by the component when send_auth_request is called, and in the Results Request Message (RReq) received from the directory server (populated after calling check_response.

Possible values include:

01 (default)PA (Payment Authentication)
02NPA (Non-Payment Authentication)

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