1.How to Quote Change Fares Before Confirming a change Request

  1. Submit a Change Request for Quote:
    • Use [SubmitChange] to submit your modification details (itinerary or passenger information). The system will generate a unique change identifier with [Change Status: PENDING_QUOTE].
  2. Retrieve and Verify Quote Results:
    • Use [GetChangeDetail] to monitor the [Change Status].
  3. Confirm and Proceed with Payment:
    • Once you receive a satisfactory quote, use [ConfirmChange] to accept the fares and proceed with payment (if applicable). This action will move the status to [Change Status: PROCESSING].

2.How to Manage and Track the Change Process

  1. Submit Supporting Documents:
    • If the change requires identity verification (e.g., name correction), use [UploadAttachment] to upload the necessary documents files before [SubmitChange].
  2. Track Real-time Status:
    • Continuously use [GetChangeDetail] to retrieve the latest status of your change request, from payment verification to final ticket reissuance.
  3. Cancel the Request :
    • If you decide not to proceed, use [CancelChange].This is only invoked before [ConfirmChange]. Once the status reaches [PROCESSING] (sent to the airline), manual cancellation via API is no longer supported.**
  4. Receive Final Notification:
    • After the airline processes the change, the final result (Success/Fail/Timeout) will be pushed via [ReceiveChangeNotify].

Change Status Flowchart


Author:SunKang  Create time:2024-11-18 17:25
Last editor:AeroHub  Update time:2026-03-19 18:06