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

Account information to use as the payment method

Note: The check processor may allow MICR data to be sent in place of account and route or it may require both. This can be determined during certification.

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 to use as the payment method

Note: The check processor may allow MICR data to be sent in place of account and route or it may require both. This can be determined during certification.

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 to use as the payment method</p>
      <p xmlns="http://Hps.Exchange.PosGateway" />
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> The check processor may allow MICR data to be sent in place of account and route or it may require both. This can be determined during certification.
            </p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
CheckSaleReqBlock1Type Complex TypePosGateway Schema