E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

PayerStatus Property

Indicates whether the payer is verified or not.

Syntax

ANSI (Cross Platform)
char* GetPayerStatus();

Unicode (Windows)
LPWSTR GetPayerStatus();
@property (nonatomic,readonly,assign,getter=payerStatus) NSString* payerStatus;
- (NSString*)payerStatus;
#define PID_EXPRESSCHECKOUT_PAYERSTATUS 32

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

Default Value

""

Remarks

Indicates whether the payer is verified or not.

Valid values for this property are "verified" or "unverified".

This property is read-only.

Data Type

String

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