E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

PayerId Property

Unique encrypted PayPal customer account number.

Syntax

ANSI (Cross Platform)
char* GetPayerId();
int SetPayerId(const char* lpszPayerId); Unicode (Windows) LPWSTR GetPayerId();
INT SetPayerId(LPCWSTR lpszPayerId);
@property (nonatomic,readwrite,assign,getter=payerId,setter=setPayerId:) NSString* payerId;
- (NSString*)payerId;
- (void)setPayerId:(NSString*)newPayerId;
#define PID_EXPRESSCHECKOUT_PAYERID 36

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

Default Value

""

Remarks

This property is required when calling the CheckoutPayment method.

This property is returned after a call to the GetCheckoutDetails method.

Character length and limitations:17 single-byte characters maximum.

Data Type

String

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