/n software 3-D Secure V2 Python Edition

Questions / Feedback?

browser_ip_address Property

IP address of the cardholder's browser.

Syntax

def get_browser_ip_address() -> str: ...
def set_browser_ip_address(value: str) -> None: ...

browser_ip_address = property(get_browser_ip_address, set_browser_ip_address)

Default Value

""

Remarks

This field contains the IP address of the cardholder's browser as returned by the HTTP headers.

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