/n software 3-D Secure V2 Python Edition

Questions / Feedback?

directory_server_id Property

Value of the Registered Application Provider Identifier (RID) unique to the payment system.

Syntax

def get_directory_server_id() -> str: ...
def set_directory_server_id(value: str) -> None: ...

directory_server_id = property(get_directory_server_id, set_directory_server_id)

Default Value

""

Remarks

Registered Application Provider Identifier (RID) value defined by the ISO 7816-5 standard for uniquely registering such providers. This value is unique to the Payment System involved and must be known by the 3DS Requestor App so that it may be passed to the SDK on when it invokes the createTransaction method within the SDK. Used to identify the directory_server_cert for the given DS which is used by the SDK to encrypt the Device Information. Required when directory_server_cert is an EC key.

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