/n software 3-D Secure V2 Python Edition

Questions / Feedback?

browser_screen_width Property

The screen width of the cardholder's browser.

Syntax

def get_browser_screen_width() -> str: ...
def set_browser_screen_width(value: str) -> None: ...

browser_screen_width = property(get_browser_screen_width, set_browser_screen_width)

Default Value

""

Remarks

This field contains the total width of the cardholder's screen in pixels.

For ProtocolVersion 2.1.0, this field is required. If browser_java_enabled_val is False, a value of 0 can be used. When using ProtocolVersion of 2.2.0 and both browser_java_enabled_val and browser_java_script_enabled_val are False, no value is required.

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