Skip Navigation

Get Travel Bank Balance

1.0.0
Air
Loyalty
SOAP API
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 Travel Bank Balance (GetTravelBankBalanceRQ) provides information from the TravelBank account balance, and the funds usage type.

Target Audience
Airline Carrier
API Version
1.0.0
Authentication
Session Token
Service Action Code
GetTravelBankBalanceRQ
Sample Request
<BalanceRQ xmlns="http://webservices.sabre.com/sabreXML/2004/11" xmlns:eb="http://www.ebxml.org/namespaces/messageHeader" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://http://www.w3.org/1999/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <AccountNumber>8838002596527911</AccountNumber>
    <UserName>96527911</UserName>
    <Password>XXXXXX</Password>
</BalanceRQ>
Sample Response
<BalanceRS xmlns="http://webservices.sabre.com/sabreXML/2004/11" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Status>000000</Status>
    <AccountNumber>8279001123174221</AccountNumber>
    <AccountBalance>0.00</AccountBalance>
    <Currency>USD</Currency>
    <UsageFlag>FULL</UsageFlag>
    <Travellers>
        <Traveller>
            <Role>P</Role>
            <UserName>2036736982</UserName>
            <TitleCode>MR</TitleCode>
            <FirstName>TEST1</FirstName>
            <LastName>TEST2</LastName>
            <LoginID>TEST123@TESTDOMAIN.COM</LoginID>
        </Traveller>
    </Travellers>
</BalanceRS>