> For the complete documentation index, see [llms.txt](https://resources.atriptech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.atriptech.com/api-wen-dang/pai-zhang-yu-zhi-chi/faqs/atlas-api-post-ticketing.md).

# 预订后

{% hint style="info" %}
遇到 API 接入问题时，可登录 [Eva](https://www.atriptech.com/) 寻求帮助。
{% endhint %}

这页适合查看退款、航变和运营跟进相关问题。

### Do we get notified about schedule changes?

Yes, but not always through a single channel.\
Airlines may notify the booking contact directly.\
Atlas webhook and incident flows should also be configured.

### Does Atlas guarantee webhook delivery?

No.\
Webhook delivery is best effort.

Use airline emails, incident flows, and order queries for final confirmation.

### How should post-booking operations be handled?

Use Atlas APIs and ATRIP based on the action:

* refunds and cancellations
* ancillary add-ons
* service requests for changes
* incident follow-up

### Do you provide urgent post-sale support?

For urgent cases within 24 hours of departure, use the airline’s **Manage My Booking** flow where possible.

### Where should we check refund and cancellation policy?

Always use the airline’s latest policy as the source of truth.

### Does Atlas support partial void for some passengers?

No.\
Atlas only accepts full-order void requests.

Do not split the order or PNR and then submit a partial void through Atlas.

### What happens if we submit void after the void deadline?

The request is rejected in real time.\
Use the `voidDeadline` returned by quotation as the cutoff.

A common error is `Void deadline exceeded. This ticket can no longer be voided`.

### How long does it take to see void progress after submission?

You can usually confirm within 5 minutes whether the void request was accepted for processing.\
Final progress still requires polling or webhook tracking.

Use the void webhook for push updates when possible.

### How long do refunds take?

Atlas usually submits refund requests to the airline within 4 hours.\
Final confirmation and fund return still depend on the airline.

After Atlas receives the funds, reconciliation and balance credit follow.

### How should booking changes be requested?

Create a Service Request in ATRIP for name correction, flight change, or similar post-booking action.

### Are booking changes supported through API?

Not as a general self-service API flow.\
Use a Service Request in ATRIP for change handling.

### How are involuntary changes handled?

For airline schedule changes or similar involuntary cases, use the refund flow in ATRIP.\
This is handled free of charge.

### Can baggage or seat be added after ticketing?

Yes, when the airline and order support it.\
Use the post-ticketing ancillary flow for supported cases.

### What happens in case of booking or service failure?

If Atlas causes incorrect booking or ticketing, Atlas will compensate with a replacement ticket when applicable.\
Refund delays remain dependent on airline processing.

### What support or training is provided for operations teams?

Atlas provides a go-live walkthrough after UAT completion.\
That includes ATRIP process guidance and follow-up Q\&A.

### How does refund handling differ by payment mode?

#### Deposit

* Atlas tracks refunds initiated through Atlas
* If the passenger or agency refunds directly with the airline, notify Atlas through ATRIP when required
* Atlas credits your Atlas balance after airline funds are received

#### VCC

Refunded funds usually go back to the original VCC account.\
Do not use the ATRIP **Agent and Passenger Initiated Refund** flow for VCC refunds.

### What refund initiation options are available in ATRIP?

#### Atlas-initiated refund

Use either:

* the **Refund** button
* a **Cancel & Refund** service request

#### Agency or passenger initiated refund

Use either:

* an **Agency & Passenger Initiated Refund** service request
* batch upload in the refund module

### How should refund follow-up be handled?

Wait at least 21 days after refund submission before follow-up.\
Then use the existing service request, or create a new refund follow-up request in ATRIP.

### 相关页面

* [废票](/api-wen-dang/readme/yu-ding-hou-gai-lan/yu-ding-hou-cao-zuo/fei-piao.md)
* [退款](/api-wen-dang/readme/yu-ding-hou-gai-lan/yu-ding-hou-cao-zuo/tui-kuan.md)
* [预订后概览](/api-wen-dang/readme/yu-ding-hou-gai-lan.md)
* [Webhook 概览](/api-wen-dang/readme/webhook-gai-lan.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://resources.atriptech.com/api-wen-dang/pai-zhang-yu-zhi-chi/faqs/atlas-api-post-ticketing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
