networkTransactionId
The networkTransactionId
element is an optional child of the authorizationResponse
, and saleResponse
transactions, returned for Visa, Mastercard, and Discover transactions. Visa and Discover use this value to link subsequent payments in a recurring/installment stream back to the initial transaction. You must include this value in the request message (originalNetworkTransactionId
element) for subsequent recurring payments, if the payment method is Visa, Mastercard, or Discover.
Type = String; minLength = N/A; maxLength = 30
In the initial transaction of the recurring/installment stream, you must set the
processingType
element to either initialRecurring or initialInstallment, as applicable.
Parent Elements:
authorizationResponse, saleResponse
Attributes:
None
Child Elements:
None