/n software 3-D Secure V2 Python Edition

Questions / Feedback?

browser_time_zone Property

The timezone offset of the cardholder's browser.

Syntax

def get_browser_time_zone() -> str: ...
def set_browser_time_zone(value: str) -> None: ...

browser_time_zone = property(get_browser_time_zone, set_browser_time_zone)

Default Value

""

Remarks

This field contains the difference between UTC time and the cardholder's browser local time in minutes.

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]