Open the Portico Developer Guide site
PosGateway Schema
CardOnFileDataType Complex Type
PosGateway Schema : CardOnFileDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
CategoryInd Element 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

CategoryInd optional CategoryIndType Simple Type

Mastercard CIT/MIT indicator subcategory

Valid values include:

  • 01 - Unscheduled Credential-on-file
  • 02 - Standing Order (variable amount and fixed frequency)
  • 03 - Subscription (fixed amount and frequency)
  • 06 - Related/Delayed Charge
  • 07 - No Show Charge
  • 08 - Resubmission

Note: Future use for GSAP-AP merchants

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:element name="CategoryInd" minOccurs="0" type="CategoryIndType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Mastercard CIT/MIT indicator subcategory</p>
          <p xmlns="http://Hps.Exchange.PosGateway" />
          <p xmlns="http://Hps.Exchange.PosGateway">
              Valid values include:
              <ul><li>01 - Unscheduled Credential-on-file</li><li>02 - Standing Order (variable amount and fixed frequency)</li><li>03 - Subscription (fixed amount and frequency)</li><li>06 - Related/Delayed Charge</li><li>07 - No Show Charge</li><li>08 - Resubmission</li></ul></p>
          <p xmlns="http://Hps.Exchange.PosGateway">
            <strong>Note: Future use for GSAP-AP merchants</strong>
          </p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema