Open the Portico Developer Guide site
PosGateway Schema
NTRSPanCvv Element
PosGateway Schema > NTRSPanDataRspType Complex Type : NTRSPanCvv Element
Description

The security code embedded on the back of the physical credit or debit card.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:int
Overview
NTRSPanCvv Restriction of xs:int

The security code embedded on the back of the physical credit or debit card.

Source
<xs:element name="NTRSPanCvv" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The security code embedded on the back of the physical credit or debit card. </p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:int">
      <xs:pattern value="\d{3,4}" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
NTRSPanDataRspType Complex TypePosGateway Schema