Skip Navigation

Verify Itinerary Address

2.0.1
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 Verify Itinerary Address (AddressVerificationLLSRQ) is used to verify an address associated with a particular credit card.

Target Audience
Travel Agency
Airline Carrier
API Version
2.0.1
Authentication
Session Token
Service Action Code
AddressVerificationLLSRQ

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

Sample Request
<AddressVerificationRQ Version="2.0.1">
    <Address>
        <PostalCode>76092</PostalCode>
        <StreetNmbr>3150 SABRE DRIVE</StreetNmbr>
    </Address>
    <CC_Info>
        <PaymentCard Code="VI" ExpireDate="2014-12" Number="5424123456789012"/>
    </CC_Info>
    <VendorPrefs>
        <Airline Code="XX"/>
    </VendorPrefs>
</AddressVerificationRQ>
Sample Response
<AddressVerificationRS Version="2.0.1">
    <stl:ApplicationResults status="Complete">
        <stl:Success timeStamp="2011-12-09T14:44:21-06:00"/>
    </stl:ApplicationResults>
    <Text>PASS VERIFICATION-ADDRESS AND ZIP OK</Text>
</AddressVerificationRS>