Open the Portico Developer Guide site
PosGateway Schema
cvv2Status Simple Type
PosGateway Schema : cvv2Status Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
cvv2Status Restriction of xs:string
Facets
EnumerationILLEGIBLE
EnumerationNOTPRESENT
Source
<xs:simpleType name="cvv2Status" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="ILLEGIBLE">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">ILLEGIBLE—The value is present but is not readable.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="NOTPRESENT">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">NOTPRESENT—Can be used in cases where the value is not present or imprinted on the card for instance.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema