E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

responseTransactionId (property)

Contains the Visa Transaction Identifier or MasterCard Reference Number.

Syntax

@property (nonatomic,readonly,assign,getter=responseTransactionId) NSString* responseTransactionId;
- (NSString*)responseTransactionId;
public var responseTransactionId: String {
  get {...}
}

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.

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