Definition Type: Element
Name: AuthorizationResult
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AuthorizationRS.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Result information from the authorization process.
Collapse XSD Schema Diagram:
Drilldown into Description in schema ota_authorizationrs_xsd Drilldown into CVC_Result in schema ota_authorizationrs_xsd Drilldown into AddressResultCode in schema ota_authorizationrs_xsd Drilldown into Result in schema ota_authorizationrs_xsd Drilldown into ApprovalDateTime in schema ota_authorizationrs_xsd Drilldown into AuthorizationCode in schema ota_authorizationrs_xsdXSD Diagram of AuthorizationResult in schema ota_authorizationrs_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="AuthorizationResult" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Result information from the authorization process. </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="AuthorizationCode" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The unique code returned by the authorizing party. This is returned for successful authorizations.</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:string">
                    <xs:pattern value="[A-Za-z0-9]{1,12}" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="ApprovalDateTime" type="DateOrDateTimeType" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The date and time that the approval was issued.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="Result" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Information returned by the credit card vendor describing the results of the processing of the request.</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:NMTOKEN">
                    <xs:enumeration value="Approved">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Credit card authorization was approved</xs:documentation>
                        </xs:annotation>
                    </xs:enumeration>
                    <xs:enumeration value="ApprovedWithPositiveID">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Credit card authorization is approved upon card holder presenting positive identification.</xs:documentation>
                        </xs:annotation>
                    </xs:enumeration>
                    <xs:enumeration value="Denied">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Credit card authorization is denied and no reason is given.</xs:documentation>
                        </xs:annotation>
                    </xs:enumeration>
                    <xs:enumeration value="DeniedPickupCard">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Indicates that credit card authorization is not approved and that the credit card should be withheld from the customer.</xs:documentation>
                        </xs:annotation>
                    </xs:enumeration>
                    <xs:enumeration value="ReferToIssuer">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Credit card authorization is not approved and card holder should check with the issuer of the card.</xs:documentation>
                        </xs:annotation>
                    </xs:enumeration>
                    <xs:enumeration value="EditError">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Credit card authorization request has incurred an edit error on the information entered.</xs:documentation>
                        </xs:annotation>
                    </xs:enumeration>
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="AddressResultCode" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The result of the address validation.</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:string">
                    <xs:pattern value="[A-Za-z0-9]{1,6}" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <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>
        <xs:attribute name="Description" type="StringLength1to64" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Additional response information.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
AuthorizationCode nsA:AuthorizationCode Optional
ApprovalDateTime nsA:ApprovalDateTime Optional
Result nsA:Result Optional
AddressResultCode nsA:AddressResultCode Optional
CVC_Result nsA:CVC_Result Optional
Description nsA:Description Optional