Skip Navigation

Update 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 Update Travel Bank Balance (UpdateTravelBankPaymentRQ) web service allows an account balance to be modified by adding or deducting points.

Target Audience
Airline Carrier
API Version
1.0.0
Authentication
Session Token
Service Action Code
UpdateTravelBankPaymentRQ
Sample Request
<PaymentRQ 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">
    <TransactionLocation>OGH</TransactionLocation>
    <AgentIdentifier>HKJ</AgentIdentifier>
    <UserName>3901916666</UserName>
    <Password>XXXXXX</Password>
    <AccountNumber>8279001192695629</AccountNumber>
    <TransactionType>SVC</TransactionType>
    <ServiceCreditCode>CGWV</ServiceCreditCode>
    <Amount>91.16</Amount>
    <Currency>USD</Currency>
    <PaymentDetails>OMBECC SFOLAS 30DEC15 F188 BCRT</PaymentDetails>
</PaymentRQ>
Sample Response
<PaymentRS 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>8279001192695629</AccountNumber>
    <PaymentReference>29533522</PaymentReference>
</PaymentRS>