# AI 告诉美国/英国/加拿大公民他们可以无NZeTA过境新西兰，或者任何中转都不需要过境签证

- **ID:** `visa/new-zealand-nzeta-transit`
- **领域:** visa
- **类别:** pre_travel_authorization
- **错误码:** `NZ-NZETA-TRANSIT-601`
- **验证级别:** ai_generated
- **修复率:** 85%

## 根因

新西兰要求所有免签旅行者（包括美国、英国、加拿大公民）即使仅经奥克兰机场过境也需持有NZeTA（新西兰电子旅行授权），除非他们前往或来自澳大利亚并持有有效澳大利亚签证；如果中转超过24小时或离开机场中转区则需要过境签证

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| Immigration New Zealand NZeTA policy 2024 | active | — | — |
| NZeTA mobile app v2.0 | active | — | — |
| airline boarding system IATA Timatic 2023 | active | — | — |

## 解决方案

1. ```
   通过新西兰移民局官方网站或移动应用程序在旅行前至少72小时在线申请NZeTA。费用为NZD $12-17（取决于应用或网页）。例如：美国公民从洛杉矶经奥克兰中转至悉尼，中转3小时，在https://nzeta.immigration.govt.nz申请NZeTA。
   ```
2. ```
   如果中转超过24小时，申请过境签证（附带过境条件的访客签证）代替NZeTA。这允许在新西兰短暂停留。
   ```
3. ```
   如果前往或来自澳大利亚并持有澳大利亚签证，则免于NZeTA。确保携带澳大利亚签证证明。
   ```

## 无效尝试

- **Traveler books a flight from US to Australia with a 4-hour layover in Auckland, assuming no NZeTA is needed for transit** — New Zealand immigration requires NZeTA for all transit passengers (except those with an Australian visa transiting to/from Australia); the airline will deny boarding without a valid NZeTA (95% 失败率)
- **Traveler assumes they can leave the airport during a 10-hour layover without an NZeTA** — Leaving the transit area requires entry into New Zealand, which necessitates an NZeTA or visa; the traveler will be refused entry at immigration (100% 失败率)
- **Traveler thinks an NZeTA is not needed because they have a US visa** — NZeTA is a separate requirement for visa-waiver countries; a US visa does not exempt the traveler from NZeTA (90% 失败率)
