Open the Portico Developer Guide site
PosGateway Schema
PosOverrideFraudDeclineReqType Complex Type
PosGateway Schema : PosOverrideFraudDeclineReqType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Block1 Element All PosOverrideFraudDeclineReqType Complex Type
Overview
All
Block1 OverrideFraudDeclineReqBlock1Type Complex Type

Contains a series of required and optional elements

All
GatewayTxnId optional txnIdType Simple Type

Gateway-generated transaction identifier returned in the response of the original transaction. This indicates the transaction from which card data will be reused.

AllowDup optional booleanType Simple Type

This is important in cases where the client processes a large number of similar transactions in a very short period of time; sending "Y" will skip duplicate checking on this transaction

Used By
OverrideFraudDecline Element
Source
<xs:complexType name="PosOverrideFraudDeclineReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="Block1" type="OverrideFraudDeclineReqBlock1Type">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Contains a series of required and optional elements</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema