E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

MerchantSessionId Property

Your customer session identification token.

Syntax

ANSI (Cross Platform)
char* GetMerchantSessionId();
int SetMerchantSessionId(const char* lpszMerchantSessionId); Unicode (Windows) LPWSTR GetMerchantSessionId();
INT SetMerchantSessionId(LPCWSTR lpszMerchantSessionId);
@property (nonatomic,readwrite,assign,getter=merchantSessionId,setter=setMerchantSessionId:) NSString* merchantSessionId;
- (NSString*)merchantSessionId;
- (void)setMerchantSessionId:(NSString*)newMerchantSessionId;
#define PID_DIRECTPAYMENT_MERCHANTSESSIONID 24

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

PayPal records this optional session identification token as an additional means to detect possible fraud.

This property is optional.

Character length and limitations: 64 single-byte numeric characters.

Data Type

String

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