Open the Portico Developer Guide site
Portico Schema
CardOnFileDataType Complex Type
Portico Schema : CardOnFileDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
CardOnFile Element CardBrandTxnId Element All CardOnFileDataType Complex Type
Overview
All
CardBrandTxnId optional restrictedStringType Simple Type

Network Transaction Identifier

CardOnFile optional CardOnFileType Simple Type

Card On File Indicator

Valid values include:

  • 'C' - Cardholder initiated transaction
  • 'M' - Merchant initiated transaction

Used By
CardOnFileData Element
CardOnFileData Element
CardOnFileData Element
CardOnFileData Element
CardOnFileData Element
CardOnFileData Element
CardOnFileData Element
CardOnFileData Element
Source
<xs:complexType name="CardOnFileDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="CardBrandTxnId" minOccurs="0" type="restrictedStringType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Network Transaction Identifier</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CardOnFile" type="CardOnFileType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Card On File Indicator</p>
          <p xmlns="http://Hps.Exchange.PosGateway" />
          <p xmlns="http://Hps.Exchange.PosGateway">Valid values include:
                            <ul><li>'C' - Cardholder initiated transaction</li><li>'M' - Merchant initiated transaction</li></ul></p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
Portico Schema