Open the Portico Developer Guide site
PosGateway Schema
CVV2 Element
PosGateway Schema > CardDataType Complex Type > ManualEntry Element : CVV2 Element
Description

CVV Number ("Card Verification Value"); 3 digits on VISA, MasterCard, Discover and UnionPay and 4 on American Express.

CVV numbers are also known as CSC numbers ("Card Security Code"), as well as CVV2 numbers, which are the same as CVV numbers, except that they have been generated by a 2nd generation process.

Note: This field is not used for EBT transactions.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of cvv2Type Simple Type
Overview
CVV2 optional Restriction of cvv2Type Simple Type

CVV Number ("Card Verification Value"); 3 digits on VISA, MasterCard, Discover and UnionPay and 4 on American Express.

CVV numbers are also known as CSC numbers ("Card Security Code"), as well as CVV2 numbers, which are the same as CVV numbers, except that they have been generated by a 2nd generation process.

Note: This field is not used for EBT transactions.

Source
<xs:element name="CVV2" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">CVV Number ("Card Verification Value"); 3 digits on VISA, MasterCard, Discover and UnionPay and 4 on American Express.</p>
      <p xmlns="http://Hps.Exchange.PosGateway">CVV numbers are also known as CSC numbers ("Card Security Code"), as well as CVV2 numbers, which are the same as CVV numbers, except that they have been generated by a 2nd generation process.</p>
      <p xmlns="http://Hps.Exchange.PosGateway" />
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> This field is not used for EBT transactions.
                    </p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="cvv2Type" />
  </xs:simpleType>
</xs:element>
See Also
ManualEntry ElementCardDataType Complex TypePosGateway Schema