Voiding Air Tickets
A ticket might be voided if a mistake was made, such as the wrong credit card was used to issue the ticket or the passenger’s name was incorrect. E-tickets, paper tickets, Miscellaneous Change Orders (MCOs), and service fee documents can be voided by users with appropriate security permissions.
Voiding any document like an e-ticket, paper ticket, MCO, or service fee means invalidating the ticket. Usually, a ticket can be voided on the day it was issued, till 23:59 local time zone of the PCC where the ticket was issued, however, the period during which a ticket can be voided may vary.. The period of time during which a void can occur is handled by the provider. Universal API does not enforce the void period or any exceptions to the rules for the void period.
Currently, the AirDocumentVoidReq cannot be used for:
- Spoiled tickets
- Voiding the refund of a refunded ticket
- Voiding the exchange of an exchanged ticket
- Voiding aggregated tickets (e.g., An Apollo or Galileo ticket)
- Voiding EMDs
- Cancelling air segments
Additionally, when AirDocumentVoidReq is sent, the following actions are not performed:
- Validation of existence and voiding of MCO, paper ticket, or service fee. These actions are performed by the Galileo or Apollo provider.
- Synching of MCO, paper ticket, or service fee in the Universal Record.
- Updating the Universal Record history when a paper ticket, service fee, or MCO is voided.
Schema
See the following transactions for Voiding Air Tickets:
Request
When a ticket is voided, all open coupons (i.e., coupons available to void) are voided. All coupons in a ticket must be open or the ticket cannot be voided. A partial ticket (e.g., one coupon is open, the other coupon is not open) cannot be voided.
AirVoidDocumentReq in the AirTicketingService is used to void a ticket.
Prior to sending AirVoidDocumentReq:
- Retrieve the booking using AirRetrieveDocumentReq and/or UniversalRecordRetrieveReq.
- Ensure all the tickets needing to be voided are returned in the response.
-
Ensure the AirVoidDocumentReq is sent in the same PCC the ticket was issued. Depending on the settings, you can retrieve the booking from another PCC, but the tickets can only be voided from the PCC in which they were issued.
Note: These step must be performed due to ticket synchronization issues that occasionally occur. Otherwise, tickets may not be voided, and no warnings return.
The AirDocumentVoidReq may contain a number of modifiers that are used to find the document:
- Provider Locator Code
- Provider Code
- Air Reservation Locator Code
- Document Type
- Document Number
If DocumentNumber is included in the request, DocumentType must also be included in the request and vice versa. Or, neither may be sent in the request. However, if neither are sent, one of AirReservationLocatorCode or ProviderLocatorCode must be sent
Set ShowETR to true to display the detailed ETR (Electronic Ticket Retrieval) for successfully voided e-tickets in the response.
Response
The AirVoidDocumentRsp is returned and includes a Success or Failure indicator.
- A successful void response includes VoidResultInfo and document details.
- A failed void response includes VoidResultInfo, document details, and a FailureRemark.
ETR is returned when ShowETR=true in the request.
If the request voided an e-ticket, the void is logged in the Universal Record History and the status of the e-ticket is synched after voiding. The Universal Record History is not updated when a paper ticket, service fee, or MCO is voided.
After AirVoidDocumentRsp is returned, send AirRetrieveDocumentReq to ensure all tickets were successfully voided (returns Status="V"). For example:
/air:AirRetrieveDocumentRsp/ETR/Ticket/Coupon/@Status<air:Coupon Status="V"/>
Error and Warning Messages
If a ticket is not successfully voided, an error or warning message may be returned in AirVoidTicketRsp/VoidFailureInfo/VoidFailure. The following errors may occur during input validation of the Air Void request:
- If only DocumentType or DocumentNumber is sent in the request, an error is returned. Either both or none must be sent:
- If only the ProviderCode or ProviderLocatorCode are sent in the request, an error is returned:
- If an user tries to void a document but does not have the correct permissions, an error is returned:
- If the document is not found, an error is returned:
- If more than one AirReservation found, an error is returned:
- If a Universal Record is found for the DocumentNumber that is sent, but no Air Reservation is found, an error is returned:
- If a Universal Record is found for the DocumentNumber that is sent, but the e-ticket document number is not present in the Air Reservation, an error is returned:
- If AirReservationLocatorCode is provided, DocumentNumber and DocumentType are not provided, and the e-ticket or service fee document is not found for that locator, an error is returned:
- If voiding the ticket is successful in Universal API, but voiding on the provider fails during e-ticket retrieval, a warning is returned:
Document Type must complement Document Number in the request.
Provider Code must complement Provider Locator Code in the request.
Agent does not have permission to Void the document.
Air Reservation does not exist.
Document numbers grouped in an Air reservation are only allowed to Void.
Air Reservation does not exist.
All the Requested E-Tickets not found. Please do a Universal Record Retrieve to sync the E-tickets.
No valid document exists for the Air reservation.
Ticket voided successfully, host error during retrieval.
Exceptions

If permitted by the ticketing locale, Apollo supports voiding tickets until midnight on one day after the date of issuance in Air v29.0 and greater. For example, a ticket issued on August 20 can be voided until 23:59 on August 21.
No change is required for the Air Void Document request for post-date voiding. If a void is requested past the maximum time limit, the request fails.

Worldspan does not support voiding tickets with AirVoidDocumentReq.

ACH does not support voiding tickets with AirVoidDocumentReq.