/n software 3-D Secure V2 C++ Edition

Questions / Feedback?

PaymentSystemImageHigh Property

Payment system image URL (high density).

Syntax

ANSI (Cross Platform)
char* GetPaymentSystemImageHigh();

Unicode (Windows)
LPWSTR GetPaymentSystemImageHigh();
@property (nonatomic,readonly,assign,getter=paymentSystemImageHigh) NSString* paymentSystemImageHigh;
- (NSString*)paymentSystemImageHigh;
#define PID_CLIENT_PAYMENTSYSTEMIMAGEHIGH 47

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_Client_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

Sent in the initial CRes message from the ACS to the 3DS SDK to provide the URL(s) of the directory server or payment system logo or image to be used in the Native UI.

This property is read-only and not available at design time.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 C++ Edition - Version 2.2 [Build 8318]