E-Payment Integrator 2020 Python Edition

Questions / Feedback?

payer_ip_address Property

IP address of the payer's browser as recorded in its HTTP request to your website.

Syntax

def get_payer_ip_address() -> str: ...
def set_payer_ip_address(value: str) -> None: ...

payer_ip_address = property(get_payer_ip_address, set_payer_ip_address)

Default Value

""

Remarks

IP address of the payer's browser as recorded in its HTTP request to your website.

Character length and limitations: 15 single-byte characters, including periods, in dotted-quad format: ???.???.???.???

NOTE: PayPal records this IP address as a means to detect possible fraud.

This property is required.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 Python Edition - Version 20.0 [Build 7941]