www.philippineairlines.com Open in urlscan Pro
2620:1ec:46::60  Public Scan

Submitted URL: http://www.philippineairlines.com/
Effective URL: https://www.philippineairlines.com/
Submission: On October 06 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

POST /api/Accounts/_Login

<form action="/api/Accounts/_Login" class="login-form" data-login-err-title="Login credentials error" data-login-fail-body="Please retry again later." data-login-fail-title="Too many tries." data-login-form="" data-validate-form="" method="post">
  <div class="form-field">
    <div class="form-field__group flex-column" data-form-input-text="">
      <div class="form-floating">
        <label class="visually-hidden" for="returnUrl"> returnUrl </label>
        <input type="text" class="visually-hidden" id="returnUrl" name="returnUrl" value="/en/" required="">
        <input name="Email" class="form-control form-field__input" type="text" placeholder="Member ID or email address" id="emailIDLogin" data-input="" data-validate-element="" data-validate-email="^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$"
          data-validate-email-message-container=".error-container-1" data-validate-digits="^\d{9}$" data-validate-digits-message-container=".error-container-2" data-validate-required="" data-validate-required-message-container=".error-container-3"
          data-validate-combine="email,digits" autocomplete="off" required="">
        <label class="form-field__label" for="emailIDLogin"> Member ID or email address </label>
        <div class="form-field__trailing d-none" data-clear="">
          <div class="icon icon-close"></div>
        </div>
      </div>
      <div class="help-text">
        <div class="error-container error-container-1">
          <span class="icon icon-exclamation-circle"></span>
          <span class="txt">Incorrect email address format</span>
        </div>
        <div class="error-container error-container-2">
          <span class="icon icon-exclamation-circle"></span>
          <span class="txt">Membership number should be 9 digits</span>
        </div>
        <div class="error-container error-container-3">
          <span class="icon icon-exclamation-circle"></span>
          <span class="txt">This field is required</span>
        </div>
      </div>
    </div>
  </div>
  <div class="form-field">
    <div class="text-end">
      <a class="--light-blue form-field__subtitle" href="/en/forgot-password" title="Forgot password">
                    Forgot password
                </a>
    </div>
    <div class="form-field__group flex-column">
      <div class="form-floating" data-form-toggle-password="">
        <input name="Password" class="form-control form-field__input" type="password" placeholder="Enter your password" id="passwordLogin" data-validate-element="" data-validate-minlength="5" maxlength="8"
          data-validate-minlength-message-container=".error-container-1" data-validate-required="" data-validate-required-message-container=".error-container-2" data-input-readed="" autocomplete="off" required="">
        <label class="form-field__label" for="passwordLogin"> Enter your password </label>
        <div class="form-field__trailing toggle-password" data-toggle="">
          <span class="icon icon-visibility"></span>
          <span class="icon icon-visibility-off"></span>
        </div>
      </div>
      <div class="help-text">
        <div class="error-container error-container-1">
          <span class="icon icon-exclamation-circle"></span>
          <span class="txt">Wrong password length</span>
        </div>
        <div class="error-container error-container-2">
          <span class="icon icon-exclamation-circle"></span>
          <span class="txt">This field is required</span>
        </div>
      </div>
    </div>
  </div>
  <div class="form-field__group">
    <button class="btn btn-primary btn-submit" type="submit" data-button-readed="" disabled="disabled"> LOGIN </button>
  </div>
  <div class="menu-link">
    <p> Enrolled offline? <a href="/en/register-page" title="Register account">
                    Register account
                </a>
    </p>
  </div>
  <div class="menu-link">
    <p> Not a member ? <a href="/en/enrollment-page" title="Enroll now">
                    Enroll now
                </a>
    </p>
  </div>
</form>

POST

<form method="post" action="" autocomplete="off">
  <div class="row">
    <div class="col-12 col-lg-6">
      <div class="form-field" data-form-input-text="">
        <div class="form-floating">
          <input id="MB_bookingReference" class="form-control form-field__input text-uppercase" type="text" name="" placeholder="Booking Reference" data-input-suggest="" data-input="" data-id="bookingReference" data-value="" data-input-readed="term4"
            data-validate-element="" data-validate-pattern="^[a-zA-Z0-9]*$" data-validate-pattern-message-container=".error-container-1" data-validate-minlength="6" data-validate-minlength-message-container=".error-container-2"
            data-validate-required="" data-validate-required-message-container=".error-container-3" maxlength="6">
          <label class="form-field__label" for="MB_bookingReference"> Booking Reference </label>
          <div class="form-field__trailing d-none" data-clear="">
            <div class="icon icon-close"></div>
          </div>
        </div>
        <div class="help-text">
          <span class="txt"> You might find in the confirmation email or receipt </span>
          <div class="error-container error-container-1">
            <span class="icon icon-exclamation-circle"></span>
            <span class="txt"> Invalid characters </span>
          </div>
          <div class="error-container error-container-2">
            <span class="icon icon-exclamation-circle"></span>
            <span class="txt"> Text is too short </span>
          </div>
          <div class="error-container error-container-3">
            <span class="icon icon-exclamation-circle"></span>
            <span class="txt"> This field is required </span>
          </div>
        </div>
      </div>
    </div>
    <div class="col-12 col-lg-6">
      <div class="form-field" data-form-input-text="">
        <div class="form-floating">
          <input id="MB_lastName" class="form-control form-field__input text-uppercase" type="text" name="" placeholder="Last Name" data-input-suggest="" data-input="" data-id="lastName" data-value="" data-input-readed="term4"
            data-validate-element="" data-validate-required="" data-validate-required-message-container=".error-container-1" data-validate-minlength="2" data-validate-minlength-message-container=".error-container-2"
            data-validate-pattern="^[a-zA-Z\s]*$" data-validate-pattern-message-container=".error-container-3" maxlength="30">
          <label class="form-field__label" for="MB_lastName"> Last Name </label>
          <div class="form-field__trailing d-none" data-clear="">
            <div class="icon icon-close"></div>
          </div>
        </div>
        <div class="help-text">
          <div class="error-container error-container-1">
            <span class="icon icon-exclamation-circle"></span>
            <span class="txt"> This field is required </span>
          </div>
          <div class="error-container error-container-2">
            <span class="icon icon-exclamation-circle"></span>
            <span class="txt"> Text is too short </span>
          </div>
          <div class="error-container error-container-3">
            <span class="icon icon-exclamation-circle"></span>
            <span class="txt"> Invalid characters </span>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="d-block d-lg-flex align-items-center justify-content-between">
      <div class="form-field">
        <div class="form-field__inputCR">
          <input type="checkbox" name="condition" data-check-readed="term4" id="condition4">
          <label class="form-field__label" for="condition4">
            <span> I have read and understood the <a href="/en/about-us/legal-notices/online-booking" target="_blank">Terms and Conditions</a>&nbsp;and&nbsp;<a href="/en/faq" target="_blank">FAQs</a>
            </span>
          </label>
        </div>
      </div>
      <div class="form-field">
        <button class="btn btn-block btn-primary --large" data-search="" data-button-readed="term4" disabled="" data-btn-submit-api=""> Find My Booking </button>
      </div>
    </div>
  </div>
  <div>
    <div class="component-alert-container --ic --cursor --info d-none mb-4" data-notices-booking="" data-id-modal="d99b93f0-71fe-4d61-a5e2-59155a24111e">
      <div class="component-alert-head">
        <span class="icon"></span>
        <span class="txt">Important Reminder</span>
        <i class="ic icon-east"></i>
      </div>
    </div>
  </div>
  <div class="component-modal" id="d99b93f0-71fe-4d61-a5e2-59155a24111e" data-modal="">
    <div class="component-modal__overlay" data-overlay=""></div>
    <div class="component-modal__box" data-box="">
      <div class="component-modal__content">
        <div class="content-rte content-rte--notices">
          <h4 class="title-h4 mb-25">Important Reminder</h4>
          <p><strong data-sub-title="">PAL Self-service online facility for Voluntary Changes</strong></p>
          <div class="contentTerm --max">
            <p style="color: #172b4d; background-color: #ffffff; margin: 0.75rem 0px 0px; padding: 0px; letter-spacing: -0.005em; line-height: 1.714;">Manage Booking is available for unused one-way or roundtrip tickets. This facility is for
              passengers who are NOT affected by any cancellation or travel restriction but would need to make changes to their booking.</p>
            <p style="color: #172b4d; background-color: #ffffff; margin: 0.75rem 0px 0px; padding: 0px; letter-spacing: -0.005em; line-height: 1.714;"><span style="letter-spacing: -0.005em;">For passengers affected by cancellations or schedule
                changes, you have the following options:</span></p>
            <p style="color: #172b4d; background-color: #ffffff; margin: 0.75rem 0px 0px; padding: 0px; letter-spacing: -0.005em; line-height: 1.714;"><span style="letter-spacing: -0.005em;">If you wish to rebook within 30 days from the affected
                flight date, please ensure to click the Flight Disruption button before proceeding.</span></p>
            <p style="color: #172b4d; background-color: #ffffff; margin: 0.75rem 0px 0px; padding: 0px; letter-spacing: -0.005em; line-height: 1.714;"><span style="letter-spacing: -0.005em;">If you wish to convert your ticket to a Travel Voucher or
                request for a refund, please submit your request through the&nbsp;</span><a href="/en/covid-information-hub/mypal-hub-request" target="_blank">myPAL RequestHub</a><span style="letter-spacing: -0.005em;">, call
                our&nbsp;</span><a href="/en/about-us/contact-us/global-reservation-hotline" target="_blank">hotline</a><span style="letter-spacing: -0.005em;">, or visit
                any&nbsp;</span><a href="/en/about-us/contact-us/ticket-offices" target="_blank">PAL Ticket Office</a><span style="letter-spacing: -0.005em;">&nbsp;for assistance.</span></p>
            <p style="color: #172b4d; background-color: #ffffff; margin: 0.75rem 0px 0px; padding: 0px; letter-spacing: -0.005em; line-height: 1.714;"><span style="letter-spacing: -0.005em;">For more information on Manage My Booking, please refer to
                our&nbsp;</span><a href="/en/faq" target="_blank">FAQ</a><span style="letter-spacing: -0.005em;">&nbsp;page.</span></p>
          </div>
        </div>
      </div>
      <div class="component-modal__close">
        <span class="icon icon-close" data-close-modal=""></span>
      </div>
    </div>
  </div>
</form>

<form id="pg_offering" autocomplete="off">
  <div class="row">
    <div class="col-12 col-lg-6">
      <div class="form-field" data-form-input-text="">
        <div class="form-floating">
          <input id="FU_pg_recordLocator" class="form-control form-field__input text-uppercase" type="text" name="pg_recordLocator" placeholder="Booking Reference" data-input-suggest="" data-id="bookingReference" maxlength="6" data-value=""
            data-input="" data-input-readed="term5" data-validate-element="" data-validate-pattern="^[a-zA-Z0-9]*$" data-validate-pattern-message-container=".error-container-1" data-validate-minlength="6"
            data-validate-minlength-message-container=".error-container-2" data-validate-required="" data-validate-required-message-container=".error-container-3">
          <label class="form-field__label" for="FU_pg_recordLocator"> Booking Reference </label>
          <div class="form-field__trailing d-none" data-clear="">
            <div class="icon icon-close"></div>
          </div>
        </div>
        <div class="help-text">
          <span class="txt"> You might find in the confirmation email or receipt </span>
          <div class="error-container error-container-1">
            <span class="icon icon-exclamation-circle"></span>
            <span class="txt"> Invalid characters </span>
          </div>
          <div class="error-container error-container-2">
            <span class="icon icon-exclamation-circle"></span>
            <span class="txt"> Text is too short </span>
          </div>
          <div class="error-container error-container-3">
            <span class="icon icon-exclamation-circle"></span>
            <span class="txt"> This field is required </span>
          </div>
        </div>
      </div>
    </div>
    <div class="col-12 col-lg-6">
      <div class="form-field" data-form-input-text="">
        <div class="form-floating">
          <input id="FU_pg_lastName" class="form-control form-field__input text-uppercase" type="text" name="pg_lastName" placeholder="Last Name" data-input-suggest="" data-id="lastName" data-value="" data-input="" data-input-readed="term5"
            data-validate-element="" data-validate-required="" data-validate-required-message-container=".error-container-1" data-validate-minlength="2" data-validate-minlength-message-container=".error-container-2"
            data-validate-pattern="^[a-zA-Z\s]*$" data-validate-pattern-message-container=".error-container-3" maxlength="30">
          <label class="form-field__label" for="FU_pg_lastName"> Last Name </label>
          <div class="form-field__trailing d-none" data-clear="">
            <div class="icon icon-close"></div>
          </div>
        </div>
        <div class="help-text">
          <div class="error-container error-container-1">
            <span class="icon icon-exclamation-circle"></span>
            <span class="txt"> This field is required </span>
          </div>
          <div class="error-container error-container-2">
            <span class="icon icon-exclamation-circle"></span>
            <span class="txt"> Text is too short </span>
          </div>
          <div class="error-container error-container-3">
            <span class="icon icon-exclamation-circle"></span>
            <span class="txt"> Invalid characters </span>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="row">
    <input name="pg_apiKey" value="fCAm8vy5tub83YX0UXnv6MFh" type="hidden">
    <input name="pg_language" value="en" type="hidden">
    <div class="d-block d-lg-flex align-items-center justify-content-between">
      <div class="form-field">
        <div class="form-field__inputCR">
          <input type="checkbox" name="condition" data-check-readed="term5" id="condition5">
          <label class="form-field__label" for="condition5">
            <span> I have read and understood
              the&nbsp;<a href="/en/travel-extras/flight-upgrade/my-pal-upgrade" target="_blank">Terms and Conditions</a>&nbsp;and&nbsp;<a href="/en/travel-extras/flight-upgrade/my-pal-upgrade" target="_blank">FAQs</a>&nbsp; </span>
          </label>
        </div>
      </div>
      <div class="form-field">
        <button class="btn btn-block btn-primary --large" data-search="" data-button-readed="term5" disabled="" name="pg_submit"> Check eligibility </button>
      </div>
    </div>
  </div>
</form>

POST https://manage.philippineairlines.com/servicing/self-reaccommodation/retrieve?lang=en

<form method="post" action="https://manage.philippineairlines.com/servicing/self-reaccommodation/retrieve?lang=en" autocomplete="off">
  <div class="row">
    <div class="col-12 col-lg-6">
      <div class="form-field" data-form-input-text="">
        <div class="form-floating">
          <input id="FD_recLoc" class="form-control form-field__input text-uppercase" type="text" name="recLoc" placeholder="Booking Reference" data-input-suggest="" data-id="bookingReference" maxlength="6" data-value="" data-input=""
            data-input-readed="term6" data-validate-element="" data-validate-pattern="^[a-zA-Z0-9]*$" data-validate-pattern-message-container=".error-container-1" data-validate-minlength="6"
            data-validate-minlength-message-container=".error-container-2" data-validate-required="" data-validate-required-message-container=".error-container-3">
          <label class="form-field__label" for="FD_recLoc"> Booking Reference </label>
          <div class="form-field__trailing d-none" data-clear="">
            <div class="icon icon-close"></div>
          </div>
        </div>
        <div class="help-text">
          <span class="txt"> You might find in the confirmation email or receipt </span>
          <div class="error-container error-container-1">
            <span class="icon icon-exclamation-circle"></span>
            <span class="txt"> Invalid characters </span>
          </div>
          <div class="error-container error-container-2">
            <span class="icon icon-exclamation-circle"></span>
            <span class="txt"> Text is too short </span>
          </div>
          <div class="error-container error-container-3">
            <span class="icon icon-exclamation-circle"></span>
            <span class="txt"> This field is required </span>
          </div>
        </div>
      </div>
    </div>
    <div class="col-12 col-lg-6">
      <div class="form-field" data-form-input-text="">
        <div class="form-floating">
          <input id="FD_lastName" class="form-control form-field__input text-uppercase" type="text" name="lastName" placeholder="Last Name" data-input-suggest="" data-input="" data-id="lastName" data-value="" data-input-readed="term6"
            data-validate-element="" data-validate-required="" data-validate-required-message-container=".error-container-1" data-validate-minlength="2" data-validate-minlength-message-container=".error-container-2"
            data-validate-pattern="^[a-zA-Z\s]*$" data-validate-pattern-message-container=".error-container-3" maxlength="30">
          <label class="form-field__label" for="FD_lastName"> Last Name </label>
          <div class="form-field__trailing d-none" data-clear="">
            <div class="icon icon-close"></div>
          </div>
        </div>
        <div class="help-text">
          <div class="error-container error-container-1">
            <span class="icon icon-exclamation-circle"></span>
            <span class="txt"> This field is required </span>
          </div>
          <div class="error-container error-container-2">
            <span class="icon icon-exclamation-circle"></span>
            <span class="txt"> Text is too short </span>
          </div>
          <div class="error-container error-container-3">
            <span class="icon icon-exclamation-circle"></span>
            <span class="txt"> Invalid characters </span>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="d-block d-lg-flex align-items-center justify-content-between">
      <div class="form-field">
        <div class="form-field__inputCR">
          <input type="checkbox" name="condition" data-check-readed="term6" id="condition6">
          <label class="form-field__label" for="condition6">
            <span> I have read and understood the&nbsp;<a href="/en/about-us/legal-notices/online-booking" target="_blank">Terms and Conditions</a>&nbsp;and&nbsp;<a href="/en/faq" target="_blank">FAQs</a>
            </span>
          </label>
        </div>
      </div>
      <div class="form-field">
        <button class="btn btn-block btn-primary --large" data-search="" data-button-readed="term6" disabled="" type="submit"> Find My Booking </button>
      </div>
    </div>
  </div>
  <div>
    <div class="component-alert-container --ic --cursor --info d-none mb-4" data-notices-booking="" data-id-modal="07127445-a930-4ff9-939d-f89b4e23659d">
      <div class="component-alert-head">
        <span class="icon"></span>
        <span class="txt">Important Reminder</span>
        <i class="ic icon-east"></i>
      </div>
    </div>
  </div>
  <div class="component-modal" id="07127445-a930-4ff9-939d-f89b4e23659d" data-modal="">
    <div class="component-modal__overlay" data-overlay=""></div>
    <div class="component-modal__box" data-box="">
      <div class="component-modal__content">
        <div class="content-rte content-rte--notices">
          <h4 class="title-h4 mb-25">Important Reminder</h4>
          <p><strong data-sub-title="">PAL Self-service online facility for Involuntary Changes</strong></p>
          <div class="contentTerm --max">
            <p style="color: #172b4d; background-color: #ffffff; margin: 0.75rem 0px 0px; padding: 0px; letter-spacing: -0.005em; line-height: 1.714;">This facility is for passengers whose flight is affected by any cancellation or schedule change.
              The system will show you a maximum of 20 flight options within a 30-day date range.</p>
            <ul class="ak-ul" style="color: #172b4d; background-color: #ffffff; margin: 10px 0px 0px; padding: 0px 0px 0px 24px;">
              <li>
                <p style="margin-right: 0px; margin-left: 0px; padding: 0px; letter-spacing: -0.005em; line-height: 1.714;">If you wish to choose from ALL available flights within 30 days and beyond, please call
                  our&nbsp;<a href="/en/about-us/contact-us/global-reservation-hotline" target="_blank">hotline</a>, or visit any&nbsp;<a href="/en/about-us/contact-us/ticket-offices" target="_blank">PAL Ticket Office</a>&nbsp;for assistance.</p>
              </li>
              <li style="margin-top: 4px;">
                <p style="margin-right: 0px; margin-left: 0px; padding: 0px; letter-spacing: -0.005em; line-height: 1.714;">If you wish to convert your ticket to a Travel Voucher or request for a refund, you must submit your request through
                  the&nbsp;<a href="/en/covid-information-hub/mypal-hub-request" target="_blank">myPAL RequestHub</a>, call our&nbsp;<a href="/en/about-us/contact-us/global-reservation-hotline" target="_blank">hotline</a>, or visit
                  any&nbsp;<a href="/en/about-us/contact-us/ticket-offices" target="_blank">PAL Ticket Office</a>&nbsp;for assistance.</p>
              </li>
              <li style="margin-top: 4px;">
                <p style="margin-right: 0px; margin-left: 0px; padding: 0px; letter-spacing: -0.005em; line-height: 1.714;">If you are <strong>NOT</strong> affected by any cancellation or travel restriction but would need to make changes to your
                  booking, please ensure to click the Manage Booking button before you proceed.</p>
              </li>
            </ul>
          </div>
        </div>
      </div>
      <div class="component-modal__close">
        <span class="icon icon-close" data-close-modal=""></span>
      </div>
    </div>
  </div>
</form>

Text Content

   
 * Book Manage Prepare Mabuhay Miles
   
 * EN
   
 * Help & Support
   
 * Sign in
   returnUrl Member ID or email address
   
   Incorrect email address format
   Membership number should be 9 digits
   This field is required
   Forgot password
   Enter your password
   
   Wrong password length
   This field is required
   LOGIN
   
   Enrolled offline? Register account
   
   Not a member ? Enroll now

   
   
 * 

Travel advisories Reminder: Put your medication in your hand carry
See All
Travel advisories Update on Canada travel requirements effective October 1
See All
Travel advisories PAL flights for October and beyond
See All
Travel advisories Manila flights recovering as Typhoon Karding ("Noru") exits
the Philippines
See All
Travel advisories PAL cancels selected flights due to Typhoon Karding ("Noru") 
See All
Travel advisories PAL Advisory on Typhoon ‘Karding’
See All
Travel advisories PAL domestic departures to transfer to Cebu Terminal 1
starting October 15
See All
Travel advisories Try our Domestic COMFORT CLASS
See All
Travel advisories Reminder – Pork Ban on selected domestic flights
See All
Press releases & statements PAL Unveils Domestic COMFORT CLASS
See All
Press releases & statements PAL launches Singapore Boarding Pass privileges
See All
Travel advisories Use of Self-Service Check-In kiosks at Cebu Airport, starting
September 5
See All
Press releases & statements PAL brings island cooking to the skies with Chef JP
Anglo
See All
Travel advisories PAL issues warning on fake FB page
See All
Press releases & statements PAL to expand Cebu hub in mid-September
See All
Travel advisories More domestic flights from Cebu Hub starting September 12
See All
Travel advisories Reminder: Put your medication in your hand carry
See All
Travel advisories Update on Canada travel requirements effective October 1
See All

 * Corporate booking & Other services
 * Group booking

 * Plan Travel
 * Flight timetable
 * VISA Waiver Programs

 * Special Discounts
 * Senior citizens
 * Military
 * Student
 * Person with Disability
 * Infant not occupying a seat
 * National athletes

 * Check-in online

 * Manage booking

 * Flight status

 * COVID Information Hub
 * Safety measures
 * Travel requirements
 * Passenger options
 * Latest flight updates

 * Travel Extras
 * Flight Upgrade
 * Choice Seats
 * Choice Seats Neighbor-free
 * Extra Baggage
 * Travel Insurance
 * myPAL Flavors

 * Before you fly
 * Travel basics
 * Connecting flights
 * Airport terminals
 * Security check
 * Trusted traveller program
 * Baggage Information

 * Flying with PAL
 * Cabin and Interiors and amenities
 * New Business Class
 * New Premium Economy Class
 * Inflight entertainment
 * PAL aircraft

 * Special needs & request
 * Expectant mothers
 * Senior citizen and PWD
 * Unaccompanied minors
 * Service dogs
 * Passenger with nut allergy
 * Travelling with infants
 * Person with cognitive disability
 * Disability assistance form
 * Inflight Oxygen
 * Onboard stretcher

 * About Mabuhay

 * Be a member
 * Classic
 * Elite
 * Premier Elite
 * Million Miler

 * Earning Miles

 * Redeeming Miles

 * All Member Offers
 * Non-Flights
 * Sub-Programs

 * Help & Support
 * Contact Us
 * FAQ

 * Asia
 * Philippines - EN
 * China - EN
 * Hong Kong - EN
 * Macau - EN
 * Taiwan - EN
 * Cambodia - EN
 * Indonesia - EN

 * 
 * Japan - EN
 * Malaysia - EN
 * Singapore - EN
 * South Korea - EN
 * South Korea - KR
 * Thailand - EN
 * Vietnam - EN

 * America
 * United States - EN
 * Canada - EN
 * Guam - EN
 * Honolulu - EN

 * Middle East
 * Qatar - EN
 * Saudi Arabia - EN
 * United Arab Emirates - EN

 * Rest of the World
 * Australia - EN
 * New Zealand - EN
 * Papua New Guinea - EN

 * Book
   * Corporate booking & Other services
     * Group booking
   * Plan Travel
     * Flight timetable
     * VISA Waiver Programs
   * Special Discounts
     * Senior citizens
     * Military
     * Student
     * Person with Disability
     * Infant not occupying a seat
     * National athletes
 * Manage
   * Check-in online
   * Manage booking
   * Flight status
 * Prepare
   * COVID Information Hub
     * Safety measures
     * Travel requirements
     * Passenger options
     * Latest flight updates
   * Travel Extras
     * Flight Upgrade
     * Choice Seats
     * Choice Seats Neighbor-free
     * Extra Baggage
     * Travel Insurance
     * myPAL Flavors
   * Before you fly
     * Travel basics
     * Connecting flights
     * Airport terminals
     * Security check
     * Trusted traveller program
     * Baggage Information
   * Flying with PAL
     * Cabin and Interiors and amenities
     * New Business Class
     * New Premium Economy Class
     * Inflight entertainment
     * PAL aircraft
   * Special needs & request
     * Expectant mothers
     * Senior citizen and PWD
     * Unaccompanied minors
     * Service dogs
     * Passenger with nut allergy
     * Travelling with infants
     * Person with cognitive disability
     * Disability assistance form
     * Inflight Oxygen
     * Onboard stretcher
 * Mabuhay Miles
   * About Mabuhay
   * Be a member
     * Classic
     * Elite
     * Premier Elite
     * Million Miler
   * Earning Miles
   * Redeeming Miles
   * All Member Offers
     * Non-Flights
     * Sub-Programs
 * Language
   * Asia
     * Philippines - EN
     * China - EN
     * Hong Kong - EN
     * Macau - EN
     * Taiwan - EN
     * Cambodia - EN
     * Indonesia - EN
   * * Japan - EN
     * Malaysia - EN
     * Singapore - EN
     * South Korea - EN
     * South Korea - KR
     * Thailand - EN
     * Vietnam - EN
   * America
     * United States - EN
     * Canada - EN
     * Guam - EN
     * Honolulu - EN
   * Middle East
     * Qatar - EN
     * Saudi Arabia - EN
     * United Arab Emirates - EN
   * Rest of the World
     * Australia - EN
     * New Zealand - EN
     * Papua New Guinea - EN
 * Help & Support
   * Help & Support
     * Contact Us
     * FAQ

Know your flight!
The latest flight updates to keep you in charge of your trip.
Learn more
Bookings made easy!
Manage your flight bookings fast and seamlessly with PAL’s enhanced online
experience

Flights filled with delight!
Enjoy a comfortable and world-class in-flight experience brought with our
heartfelt, Filipino brand of service

Joy in every moment!
Experience the joy in every journey with Philippine Airlines

Know your flight!
The latest flight updates to keep you in charge of your trip.
Learn more
Bookings made easy!
Manage your flight bookings fast and seamlessly with PAL’s enhanced online
experience


Return One way Multi City
Book with miles
Book with miles
From

To

This from field is required
Your location has been selected.
This to field is required

FLIGHT FROM

Type and select depature location



FLIGHT TO

Type and select arrival location


From

To

This from field is required
Your location has been selected.
This to field is required

FLIGHT FROM

Type and select depature location



FLIGHT TO

Type and select arrival location


Depart
Return

SELECT DEPART DATES

Depart
Return
Selected: ...
error
Please select a date

<
october
2022
> sumotuwethfrsa
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5


november
2022
> sumotuwethfrsa
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3







SELECT RETURN DATES

Depart
Return
Selected: ... to ... (3 Days)
error
Please select a date range

<
october
2022
sumotuwethfrsa
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5


november
2022
> sumotuwethfrsa
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3






Passengers
Passengers
Class

PASSENGERS


Done

PASSENGERS



CLASS


Add promo code
Enter promo code
Search
Flight 1
From

To

This from field is required
Your location has been selected.
This to field is required

FLIGHT FROM

Type and select depature location



FLIGHT TO

Type and select arrival location


Depart

SELECT TRAVEL DATES

Depart
Selected: ...
error
Please select a date

<
october
2022
> sumotuwethfrsa
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5


november
2022
> sumotuwethfrsa
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3






Flight 2
From

To

This from field is required
Your location has been selected.
This to field is required

FLIGHT FROM

Type and select depature location



FLIGHT FROM

Type and select depature location


Depart

SELECT TRAVEL DATES

Depart
Selected: ...
error
Please select a date

<
october
2022
> sumotuwethfrsa
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5


november
2022
> sumotuwethfrsa
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3






Add flight
Passengers

PASSENGERS


Done
Class

CLASS


Search

Flight MEL to MAN for 1 adult, 17 Feb 2022 - 27 Feb 2022
Search
Your account is not verified

You are unable to proceed with redemption booking because you are account has
not been verified. Please contact (+632) 8855-8888 to complete your account
verification.

OKay

Insufficient miles

You are unable to proceed with redemption booking because you do not have enough
miles.

OKay

Check-in Manage Flight status
Check-in
Booking reference Eticket number Frequent flyer
Booking Reference

You might find in the confirmation email or receipt
Invalid characters
Text is too short
This field is required
Last Name

This field is required
Text is too short
Invalid characters
I have read and understood the Terms and Conditions and FAQs
CHECK IN
Important Reminder

IMPORTANT REMINDER

Online Check-in Restrictions

Some special services requests may not be allowed to check-in due to the nature
of the assistance requested. Passengers with any of the following special
assistance/special requests are restricted from using the online check-in
facility:

 * Request for Extra Seat

 * Stretcher Request

 * Bulky Cabin Baggage Request

 * Deportee accompanied by an escort

 * Unaccompanied Deportee

 * Medical Assistance Request

 * Oxygen on Board

 * Wheelchair To Seat Request

 * Wheelchair On Board Request

 * Weapons, firearms, or ammunition carried as checked baggage

 

Other passengers restricted from online check-in:

 * Passengers with pending payment or refund for settlement

 * Passengers with unmatched, disassociated, or unassociated electronic-ticket
   status

 * Passengers with regulatory restrictions

 * Passengers with name watch in government Watchlists
   
   

If  you are restricted from checking in online based on the list,  please ensure
to prepare the required documents for verification and claim your boarding pass
at the check-in counter before proceeding to the boarding gates.

For more information about checking in online, visit Online Check-in FAQ.


Eticket number

You may find it in your itinerary receipt or e-ticket.
Please enter a valid number
Text is too short
This field is required
Last Name

This field is required
Text is too short
Invalid characters
I have read and understood the Terms and Conditions and FAQs
CHECK IN
Important Reminder

IMPORTANT REMINDER

Online Check-in Restrictions

Some special services requests may not be allowed to check-in due to the nature
of the assistance requested. Passengers with any of the following special
assistance/special requests are restricted from using the online check-in
facility:

 * Request for Extra Seat

 * Stretcher Request

 * Bulky Cabin Baggage Request

 * Deportee accompanied by an escort

 * Unaccompanied Deportee

 * Medical Assistance Request

 * Oxygen on Board

 * Wheelchair To Seat Request

 * Wheelchair On Board Request

 * Weapons, firearms, or ammunition carried as checked baggage

 

Other passengers restricted from online check-in:

 * Passengers with pending payment or refund for settlement

 * Passengers with unmatched, disassociated, or unassociated electronic-ticket
   status

 * Passengers with regulatory restrictions

 * Passengers with name watch in government Watchlists
   
   

If  you are restricted from checking in online based on the list,  please ensure
to prepare the required documents for verification and claim your boarding pass
at the check-in counter before proceeding to the boarding gates.

For more information about checking in online, visit Online Check-in FAQ.


Frequent flyer airline Title


FREQUENT FLYER AIRLINE TITLE

Philippine Airlines
All Nippon Airways
ETIHAD Airways
Philippine AirlinesAll Nippon AirwaysETIHAD Airways
Frequent flyer number

This field is required
Text is too short
Invalid characters
Last Name

This field is required
Text is too short
Invalid characters
I have read and understood the Terms and Conditions and FAQs
CHECK IN
Important Reminder

IMPORTANT REMINDER

Online Check-in Restrictions

Some special services requests may not be allowed to check-in due to the nature
of the assistance requested. Passengers with any of the following special
assistance/special requests are restricted from using the online check-in
facility:

 * Request for Extra Seat

 * Stretcher Request

 * Bulky Cabin Baggage Request

 * Deportee accompanied by an escort

 * Unaccompanied Deportee

 * Medical Assistance Request

 * Oxygen on Board

 * Wheelchair To Seat Request

 * Wheelchair On Board Request

 * Weapons, firearms, or ammunition carried as checked baggage

 

Other passengers restricted from online check-in:

 * Passengers with pending payment or refund for settlement

 * Passengers with unmatched, disassociated, or unassociated electronic-ticket
   status

 * Passengers with regulatory restrictions

 * Passengers with name watch in government Watchlists
   
   

If  you are restricted from checking in online based on the list,  please ensure
to prepare the required documents for verification and claim your boarding pass
at the check-in counter before proceeding to the boarding gates.

For more information about checking in online, visit Online Check-in FAQ.


Manage
Manage booking Flight upgrade Flight disruption
Booking Reference

You might find in the confirmation email or receipt
Invalid characters
Text is too short
This field is required
Last Name

This field is required
Text is too short
Invalid characters
I have read and understood the Terms and Conditions and FAQs
Find My Booking
Important Reminder

IMPORTANT REMINDER

PAL Self-service online facility for Voluntary Changes

Manage Booking is available for unused one-way or roundtrip tickets. This
facility is for passengers who are NOT affected by any cancellation or travel
restriction but would need to make changes to their booking.

For passengers affected by cancellations or schedule changes, you have the
following options:

If you wish to rebook within 30 days from the affected flight date, please
ensure to click the Flight Disruption button before proceeding.

If you wish to convert your ticket to a Travel Voucher or request for a refund,
please submit your request through the myPAL RequestHub, call our hotline, or
visit any PAL Ticket Office for assistance.

For more information on Manage My Booking, please refer to our FAQ page.


Booking Reference

You might find in the confirmation email or receipt
Invalid characters
Text is too short
This field is required
Last Name

This field is required
Text is too short
Invalid characters
I have read and understood the Terms and Conditions and FAQs 
Check eligibility
Booking Reference

You might find in the confirmation email or receipt
Invalid characters
Text is too short
This field is required
Last Name

This field is required
Text is too short
Invalid characters
I have read and understood the Terms and Conditions and FAQs
Find My Booking
Important Reminder

IMPORTANT REMINDER

PAL Self-service online facility for Involuntary Changes

This facility is for passengers whose flight is affected by any cancellation or
schedule change. The system will show you a maximum of 20 flight options within
a 30-day date range.

 * If you wish to choose from ALL available flights within 30 days and beyond,
   please call our hotline, or visit any PAL Ticket Office for assistance.

 * If you wish to convert your ticket to a Travel Voucher or request for a
   refund, you must submit your request through the myPAL RequestHub, call
   our hotline, or visit any PAL Ticket Office for assistance.

 * If you are NOT affected by any cancellation or travel restriction but would
   need to make changes to your booking, please ensure to click the Manage
   Booking button before you proceed.


Flight status
Flight Number Search by Origin and Destination
Flight Number

3-5 digit alphanumeric flight number
Please enter a valid number
Please enter at least 3 characters
This field is required
Depature date


DEPATURE DATE

Mon 03 October 2022
Tue 04 October 2022
Wed 05 October 2022
Thu 06 October 2022
Fri 07 October 2022
Sat 08 October 2022
Sun 09 October 2022
Mon 10 October 2022
Tue 11 October 2022
Mon 03 October 2022Tue 04 October 2022Wed 05 October 2022Thu 06 October 2022Fri
07 October 2022Sat 08 October 2022Sun 09 October 2022Mon 10 October 2022Tue 11
October 2022
check status
From

To

This field is required
This field is required

FLIGHT FROM

Type and select depature location



FLIGHT TO

Type and select return location


Depature date


DEPATURE DATE

Mon 03 October 2022
Tue 04 October 2022
Wed 05 October 2022
Thu 06 October 2022
Fri 07 October 2022
Sat 08 October 2022
Sun 09 October 2022
Mon 10 October 2022
Tue 11 October 2022
Mon 03 October 2022Tue 04 October 2022Wed 05 October 2022Thu 06 October 2022Fri
07 October 2022Sat 08 October 2022Sun 09 October 2022Mon 10 October 2022Tue 11
October 2022
check status

Travel Guide


EXPLORE WITH CONFIDENCE

COVID INFORMATION DESTINATIONS DEALS FARE DEALS


SAFETY AND WELL-BEING

Find out what it’s like to travel in the new normal


TRAVEL RULES AND REQUIREMENTS

Check the latest information to fly with no setbacks


FLEXIBLE TRAVEL OPTIONS

Change of plans? See your options here


COVID-19 RESTORATION FLIGHTS

Cross out more in your travel checklist with easing of restrictions




SINGAPORE CHANGI AIRPORT

Enjoy various offers while going through from Changi Airport.


SINGAPORE SENTOSA ISLAND

Lose yourself to the Possibilities, click & explore the best deals now


SINGAPORE MUSEUM OF ICE CREAM [MOIC]

Show your boarding pass to claim a free drink


SINGAPORE ADVENTURE COVE WATERPARK

Get the Child ticket bundle now with 50% off usual price.




YEAR-ROUND SUPERSAVERS

Make opportunities fly when you book now with PAL Supersavers for as low as P498
one-way economy base fare to visit local destinations and more!


Flight Upgrade Gift Card Corporate Trips The NEW Hiraya Flight Pass
Flight upgrade
Upgrade your flight and enjoy the best of PAL.
UPGRADE NOW
Gift cards
The best presents are experiences - a PAL experience, at that.
BUY NOW
Corporate trips
Got work offsite? We’ll take you there.
REGISTER NOW
The NEW Hiraya Flight Pass
Create your dream travel deals and get bigger savings when you purchase your
pass now.
BUY NOW

About us
 * News and Events
 * Promos
 * Legal Notices

Other links
 * General Sales Agent
 * Airport Shuttle Service
 * Taxes, Fees, and Surcharges

Download the app
 * 
 * 


Connect with US
 * 
 * 
 * 
 * 



Loading...

NOTICES


I agree


NOTICES







Feedback