Open the Portico Developer Guide site
PosGateway Schema
IssuerResult Element
PosGateway Schema > SearchCriteriaType Complex Type : IssuerResult Element
Description

A specific resulting status based on the issuer response:

  • F - full approvals
  • P - partial approvals
  • A - all approvals (full and partial)
  • D - declines
  • FR - fraud declines

Note: If not sent then all will be included.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
IssuerResult optional Restriction of xs:string

A specific resulting status based on the issuer response:

  • F - full approvals
  • P - partial approvals
  • A - all approvals (full and partial)
  • D - declines
  • FR - fraud declines

Note: If not sent then all will be included.

Source
<xs:element name="IssuerResult" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">
              A specific resulting status based on the issuer response:
              <ul><li>F - full approvals</li><li>P - partial approvals</li><li>A - all approvals (full and partial)</li><li>D - declines</li><li>FR - fraud declines</li></ul></p>
      <p xmlns="http://Hps.Exchange.PosGateway" />
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> If not sent then all will be included.
            </p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="A" />
      <xs:enumeration value="D" />
      <xs:enumeration value="P" />
      <xs:enumeration value="F" />
      <xs:enumeration value="FR" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
SearchCriteriaType Complex TypePosGateway Schema