Open the Portico Developer Guide site
PosGateway Schema
CheckRspInfo Element
PosGateway Schema > PosCheckQueryRspType Complex Type : CheckRspInfo Element
Description

Additional response information that can vary by check processor

Namespace http://Hps.Exchange.PosGateway
Type
CheckRspInfoType Complex Type
Diagram
FieldName Element FieldNumber Element Message Element Code Element Type Element Sequence CheckRspInfo Element
Overview
CheckRspInfo 0..∞ CheckRspInfoType Complex Type

Additional response information that can vary by check processor

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

Source
<xs:element name="CheckRspInfo" type="CheckRspInfoType" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Additional response information that can vary by check processor</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
PosCheckQueryRspType Complex TypePosGateway Schema