Definition Type: Attribute
Name: CVC_Result
Namespace: http://www.opentravel.org/OTA/2003/05
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AuthorizationRS.xsd
ContentType Restriction
Use Optional
Documentation:
A response from the validation of the Card Verification Code (CVC/CSC- Card Security Code or CVV/CVS Card Verification Value), a security feature for credit card transactions.
Collapse XSD Schema Diagram:
XSD Diagram of CVC_Result in schema ota_authorizationrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="CVC_Result" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">A response from the validation of the Card Verification Code (CVC/CSC- Card Security Code or CVV/CVS Card Verification Value), a security feature for credit card transactions.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
            <xs:enumeration value="Match">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The CV code entered matches what is in the customer file. </xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="DoesNotMatch">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The CV code entered does not match what is in the customer file. </xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="NotProcessed">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The CV code could not be processed. </xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Required">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The CV code was not provided but is required.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="IssuerNotCertified">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The issuer is not authorized to use this CV code.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration Match
Enumeration DoesNotMatch
Enumeration NotProcessed
Enumeration Required
Enumeration IssuerNotCertified