E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

ResponseTransactionId Property

Unique Transaction Id of the payment.

Syntax

ANSI (Cross Platform)
char* GetResponseTransactionId();

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

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

Default Value

""

Remarks

Unique Transaction Id of the payment.

The value of this property is returned by the server when either one of the following methods is called:

- Sale. In this case, the ResponseTransactionId is your record of the transaction.

- Authorize. You will need the value of ResponseTransactionId for use as a key when capturing funds.

Character length and limitations:17 single-byte characters.

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]