Open the Portico Developer Guide site
PosGateway Schema
CheckRspInfoType Complex Type
PosGateway Schema : CheckRspInfoType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
FieldName Element FieldNumber Element Message Element Code Element Type Element Sequence CheckRspInfoType Complex Type
Overview
Sequence
Type optional xs:string

Indicates type of response information:

  • Error
  • Decline
  • Information
  • Warning
  • Approve
  • Unknown

Code optional xs:string

Check processor response code(s); overall single response code or detail response codes separated by a hyphen (-)

Message optional xs:string

Message description of the provided code

FieldNumber optional xs:string

Field number that is in error

FieldName optional xs:string

Field name that is in error

Used By
CheckRspInfo Element
CheckRspInfo Element
CheckRspInfo Element
CheckRspInfo Element
Source
<xs:complexType name="CheckRspInfoType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="Type" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">
              Indicates type of response information:
              <ul><li>Error</li><li>Decline</li><li>Information</li><li>Warning</li><li>Approve</li><li>Unknown</li></ul></p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Code" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Check processor response code(s); overall single response code or detail response codes separated by a hyphen (-)</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Message" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Message description of the provided code</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FieldNumber" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Field number that is in error</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FieldName" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Field name that is in error</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
PosGateway Schema