Get Cancel Status

Get Cancel Status is used to check the current status of a flight ticket cancellation request. It provides details such as whether the ticket has been successfully cancelled, the refund status, refund amount, and any applicable cancellation charges. It also shows important information like passenger name, travel details, and refund processing date. This helps users track the progress of their cancellation and understand when and how much refund they will receive.

Service URL (REST) to be used:
https://flight.srdvtest.com/v8/rest/GetCancelStatus
Get Cancel Status Request
Level Element Format Comments Mandatory
1 ClientId String Client ID provided to the agency at registration Mandatory
2 UserName String Username provided to the agency at registration Mandatory
3 Password String Password provided to the agency at registration Mandatory
4 EndUserIp String Public IP address of the end user initiating the flight search request. Used for security, tracking, and compliance purposes. Mandatory
5 ChangeRequestId String Unique identifier assigned to the change request Mandatory
Get Cancel Status Response
Level Element Format Comments Mandatory
1 Error{} Object Contains error details returned by the API when the request cannot be processed successfully. Mandatory
1.1 ErrorCode String Unique error code identifying the type of error encountered during request processing. Mandatory
1.2 ErrorMessage String Human-readable description of the error returned by the API. Mandatory
2 ChangeRequestId String Unique identifier assigned to the change request Mandatory
3 PaxName String Name of the passanger Mandatory
4 PNR String Passenger Name Record (PNR) generated by the airline. Mandatory
5 Sector String flight sectors in the booking itinerary Mandatory
6 DepartDate Date Scheduled departure date of the flight Mandatory
7 CancelStatus String Current status of the cancellation request (e.g., Pending, Cancelled, Rejected) Mandatory
8 RefundStatus String Current status of the refund process (e.g., Pending, Processed, Completed) Mandatory
9 RefundAmount String Total refund amount eligible or processed for the cancelled booking Mandatory
10 CancellationCharge Number Total cancellation charges deducted from the booking amount Mandatory
11 RefundDate Date Date on which the refund was processed or initiated Mandatory
12 AdminRemark String Remarks or comments provided by the administrator regarding the cancellation or refund request Optional
13 YourRemark String Remarks or comments submitted by the user for the cancellation or refund request Optional