Open the Portico Developer Guide site
PosGateway Schema
AccountInfo Element
PosGateway Schema > CheckDataInfoType Complex Type : AccountInfo Element
Description

Account information

Namespace http://Hps.Exchange.PosGateway
Type
AccountInfoType Complex Type
Diagram
AccountType Element MICRData Element CheckNumber Element AccountNumber Element RoutingNumber Element All AccountInfo Element
Overview
AccountInfo optional AccountInfoType Complex Type

Account information

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.

Source
<xs:element name="AccountInfo" type="AccountInfoType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Account information</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
CheckDataInfoType Complex TypePosGateway Schema