Skip Navigation

Get Credit Card Approval

2.2.0
Air
Payment
SOAP API
Travel Agency
Airline Carrier

Not Signed In.

Looks like you may not have access to all of the resources and documentation for this page.
Please log-in or contact your support desk team if you believe you should have access.

The Get Credit Card Approval (CreditVerificationLLSRQ) service is used to obtain credit card approval through the Sabre system.

Target Audience
Travel Agency
Airline Carrier
API Version
2.2.0
Authentication
Session Token
Service Action Code
CreditVerificationLLSRQ

For additional information please refer to the Format Finder Help System reference: tktov005.

Sample Request
<CreditVerificationRQ Version="2.2.0">
    <Credit>
        <CC_Info>
            <PaymentCard AirlineCode="LH" Code="VI" ExpireDate="2017-04" Number="4024007177454856"/>
        </CC_Info>
        <ItinTotalFare>
            <TotalFare Amount="300" CurrencyCode="USD"/>
        </ItinTotalFare>
    </Credit>
</CreditVerificationRQ>
Sample Response
<CreditVerificationRS Version="2.2.0">
    <stl:ApplicationResults status="Complete">
        <stl:Success timeStamp="2016-07-19T10:45:00-06:00"/>
    </stl:ApplicationResults>
    <Text>OK 123456 VERIFY CARDHOLDER SIGNATURE AND EXPIRATION DATE</Text>
</CreditVerificationRS>