/n software 3-D Secure V2 Python Edition

Questions / Feedback?

message_id Property

Unique identification number for each message.

Syntax

def get_message_id() -> str: ...
def set_message_id(value: str) -> None: ...

message_id = property(get_message_id, set_message_id)

Default Value

""

Remarks

This field contains a unique identification number for each message sent to any 3-D Secure server. This field must be changed for all Card Range Requests (CCReq), Verify Enrollment Requests (VEReq), and Payer Authentication Requests (PAReq)

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