/n software 3-D Secure V2 Python Edition

Questions / Feedback?

browser_user_agent_header Property

HTTP user-agent header sent from the customer's browser.

Syntax

def get_browser_user_agent_header() -> str: ...
def set_browser_user_agent_header(value: str) -> None: ...

browser_user_agent_header = property(get_browser_user_agent_header, set_browser_user_agent_header)

Default Value

""

Remarks

This field contains the exact content of the HTTP user-agent header as sent to the merchant from the cardholder's user agent. This field is only required if the cardholder's user agent supplied a value.

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