Open the Portico Developer Guide site
PosGateway Schema
AccountInfoType Complex Type
PosGateway Schema : AccountInfoType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
AccountType Element MICRData Element CheckNumber Element AccountNumber Element RoutingNumber Element All AccountInfoType Complex Type
Overview
All
RoutingNumber optional xs:string

Check routing number; manually entered or parsed from MICR data.

AccountNumber optional Restriction of xs:string

Check account number; manually entered or parsed from MICR data.

CheckNumber optional xs:string

The physical check number; manually entered or parsed from MICR data.

MICRData optional Restriction of xs:string

Magnetic ink character recognition (MICR) data obtained from a check reader.

AccountType optional accountTypeType Simple Type

Indicates the type of account provided; see the associated Type enumerations for specific values supported.

Note: If processing with Colonnade, AccountType must be specified.

Used By
AccountInfo Element
AccountInfo Element
AccountInfo Element
Source
<xs:complexType name="AccountInfoType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="RoutingNumber" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Check routing number; manually entered or parsed from MICR data.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AccountNumber" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Check account number; manually entered or parsed from MICR data.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="20" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="CheckNumber" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The physical check number; manually entered or parsed from MICR data.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MICRData" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Magnetic ink character recognition (MICR) data obtained from a check reader.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="220" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="AccountType" type="accountTypeType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Indicates the type of account provided; see the associated Type enumerations for specific values supported.</p>
          <p xmlns="http://Hps.Exchange.PosGateway" />
          <p xmlns="http://Hps.Exchange.PosGateway">
            <strong>Note:</strong> If processing with Colonnade, AccountType must be specified.
            </p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema