Open the Portico Developer Guide site
PosGateway Schema
OrigTxnRefData Element
PosGateway Schema > CreditAuthReqBlock1Type Complex Type : OrigTxnRefData Element
Description

This element is required when a GatewayTxnId is used instead of card data. At least one of the sub-fields must be supplied. Any supplied data must match the corresponding data on the original transaction being referenced.

Namespace http://Hps.Exchange.PosGateway
Type
origTxnRefDataType Complex Type
Diagram
CardNbrLastFour Element AuthCode Element All OrigTxnRefData Element
Overview
OrigTxnRefData optional origTxnRefDataType Complex Type

This element is required when a GatewayTxnId is used instead of card data. At least one of the sub-fields must be supplied. Any supplied data must match the corresponding data on the original transaction being referenced.

All
AuthCode optional xs:string

Authorization code returned by the Issuer on the original transaction

CardNbrLastFour optional Restriction of xs:string

Last four digits of the account number used on the original transaction

Source
<xs:element name="OrigTxnRefData" type="origTxnRefDataType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">This element is required when a GatewayTxnId is used instead of card data. At least one of the sub-fields must be supplied. Any supplied data must match the corresponding data on the original transaction being referenced.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
CreditAuthReqBlock1Type Complex TypePosGateway Schema