/n software 3-D Secure V2 Python Edition

Questions / Feedback?

sdk_app_id Property

The unique SDK App Id.

Syntax

def get_sdk_app_id() -> str: ...
def set_sdk_app_id(value: str) -> None: ...

sdk_app_id = property(get_sdk_app_id, set_sdk_app_id)

Default Value

""

Remarks

This property must be set to a universally unique Id created for a specific installation of the app on a consumer device. The app is responsible for generating and storing the sdk_app_id for each installation or update. This property must be set before calling get_auth_request.

The value assigned here must be 36 characters and be in the format defined in IETF RFC 4122. For example: 8a880dc0-d2d2-4067-bcb1-b08d1690b26e.

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