Open the Portico Developer Guide site
PosGateway Schema
VerifyInfoType Complex Type
PosGateway Schema : VerifyInfoType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
ACHVerify Element CheckVerify Element All VerifyInfoType Complex Type
Overview
All
CheckVerify optional booleanType Simple Type

Indicates that the transaction should be processed for check verification only. If not sent, false is assumed.

ACHVerify optional booleanType Simple Type

Indicates that the transaction should have the ACH funds verified. If not sent, false is assumed.

Note: This was for Transmodus only and is no longer supported.

Used By
VerifyInfo Element
Source
<xs:complexType name="VerifyInfoType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="CheckVerify" type="booleanType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Indicates that the transaction should be processed for check verification only. If not sent, false is assumed.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ACHVerify" type="booleanType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Indicates that the transaction should have the ACH funds verified. If not sent, false is assumed.</p>
          <p xmlns="http://Hps.Exchange.PosGateway" />
          <p xmlns="http://Hps.Exchange.PosGateway">
            <strong>Note:</strong> This was for Transmodus only and is no longer supported.
            </p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema