E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

PayerIPAddress Property

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

Syntax

ANSI (Cross Platform)
char* GetPayerIPAddress();
int SetPayerIPAddress(const char* lpszPayerIPAddress); Unicode (Windows) LPWSTR GetPayerIPAddress();
INT SetPayerIPAddress(LPCWSTR lpszPayerIPAddress);
@property (nonatomic,readwrite,assign,getter=payerIPAddress,setter=setPayerIPAddress:) NSString* payerIPAddress;
- (NSString*)payerIPAddress;
- (void)setPayerIPAddress:(NSString*)newPayerIPAddress;
#define PID_DIRECTPAYMENT_PAYERIPADDRESS 34

INPAY_EXTERNAL void* INPAY_CALL InPay_DirectPayment_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INPAY_EXTERNAL int INPAY_CALL InPay_DirectPayment_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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.

Data Type

String

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