/n software 3-D Secure V2 Python Edition

Questions / Feedback?

browser_accept_header Property

HTTP accept header sent from the cardholder's browser.

Syntax

def get_browser_accept_header() -> str: ...
def set_browser_accept_header(value: str) -> None: ...

browser_accept_header = property(get_browser_accept_header, set_browser_accept_header)

Default Value

""

Remarks

This field contains the exact content of the HTTP accept header as sent to the merchant from the cardholder's user agent. This field is required only 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 8318]