E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

ResponseTransactionId Property

Contains the Visa Transaction Identifier or MasterCard Reference Number.

Syntax

ANSI (Cross Platform)
char* GetResponseTransactionId();

Unicode (Windows)
LPWSTR GetResponseTransactionId();
@property (nonatomic,readonly,assign,getter=responseTransactionId) NSString* responseTransactionId;
- (NSString*)responseTransactionId;
#define PID_RETAIL_RESPONSETRANSACTIONID 51

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

Default Value

""

Remarks

Contains the Visa Transaction Identifier or MasterCard Reference Number. This property contains a transaction identifier or reference number. The Point of Sale (POS) device should not attempt to interpret the meaning of any data appearing in this property. Data returned in this property (if any) should be recorded and used to submit a modification of this transaction at a later time (such as voiding the transaction or capturing an authorization-only transaction, if applicable).

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

Data Type

String

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