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

Questions / Feedback?

MerchantBankId Property

The number which identifies the merchant's bank or processor.

Syntax

ANSI (Cross Platform)
char* GetMerchantBankId();
int SetMerchantBankId(const char* lpszMerchantBankId); Unicode (Windows) LPWSTR GetMerchantBankId();
INT SetMerchantBankId(LPCWSTR lpszMerchantBankId);
@property (nonatomic,readwrite,assign,getter=merchantBankId,setter=setMerchantBankId:) NSString* merchantBankId;
- (NSString*)merchantBankId;
- (void)setMerchantBankId:(NSString*)newMerchantBankId;
#define PID_MPI_MERCHANTBANKID 28

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_MPI_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS3DS_EXTERNAL int IPWORKS3DS_CALL IPWorks3DS_MPI_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

"000000"

Remarks

This field contains a six digit Visa assigned Bank Identification Number issued by the merchant's member bank or processor. The acquirer Bank Identification Number (BIN) identifies the member bank that signed the merchant using the Point of Sale application. This field may not remain zero-filled.

Data Type

String

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