Open the Portico Developer Guide site
PosGateway Schema
TxnStatus Element
PosGateway Schema > TransactionDataType Complex Type : TxnStatus Element
Description

The current transaction status at the time of the search.

These can vary, but some of the key status values include:

  • Active - 'A'
  • Closed - 'C'
  • Voided - 'V'
  • Inactive - 'I'
  • Reversed - 'R'

Namespace http://Hps.Exchange.PosGateway
Type
xs:string
Overview
TxnStatus xs:string

The current transaction status at the time of the search.

These can vary, but some of the key status values include:

  • Active - 'A'
  • Closed - 'C'
  • Voided - 'V'
  • Inactive - 'I'
  • Reversed - 'R'

Source
<xs:element name="TxnStatus" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The current transaction status at the time of the search.</p>
      <p xmlns="http://Hps.Exchange.PosGateway">
              These can vary, but some of the key status values include:
              <ul><li>Active - 'A'</li><li>Closed - 'C'</li><li>Voided - 'V'</li><li>Inactive - 'I'</li><li>Reversed - 'R'</li></ul></p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
TransactionDataType Complex TypePosGateway Schema