Registry entry

United States International Driving Permit (IDP), issued by AATA

Apply for a U.S. International Driving Permit (IDP) — a translation document recognized in over 150 countries under the 1949 Geneva Convention on Road Traffic, valid only alongside a current U.S. driver's license — through the American Automobile Touring Alliance (AATA), the second of the two entities the U.S. Department of State authorizes to issue IDPs (the other is the American Automobile Association, see us/dos/international-driving-permit-aaa). Unlike AAA, AATA operates an online-only channel (aataidp.com) with no mail-in or in-person option. This document models AATA's publicly documented application steps and eligibility requirements and ends at submission; the live aataidp.com source is always authoritative (see VERIFICATION.md).

Registry entry

us/dos/international-driving-permit-aata

Jurisdiction
United States · national
Version
1.0.0
Verification
draft

GovSchema spec v0.3

Authoritative source AATA IDP Steps, FAQ, Application & Shipping, and Payment Methods pages (aataidp.com)

Machine access

Registry catalog
registry/index.jsonone record per schema id

Field reference

16 fields across 6 steps, read from the published schema.json — names, types, requiredness, and validation as the document states them. The live government form remains the authoritative source.

Eligibility

  • applicantIsAtLeast18 boolean required

    Issuance is restricted to applicants 18 years or older who hold a valid U.S. driver's license.

  • holdsValidUSLicense boolean required

    U.S. citizenship is not required, but a foreign driver's license does not qualify. The IDP is valid only when used together with this current license.

Identity and license details

  • fullNameMatchingLicense string required

    Full name (must match driver's license)

    length: 1–200classification: pii
  • dateOfBirth date required

    Personal identifier; handle as sensitive data.

    classification: sensitive-pii
  • driversLicenseNumber string required

    Driver's license number

    length: 0–30classification: sensitive-pii
  • driversLicenseExpirationDate date required

    Driver's license expiration date

Digital photo and license images

  • digitalPassportPhotoProvided boolean required

    AATA is an online-only channel: the photo is captured/uploaded digitally rather than mailed as a physical print.

  • driversLicenseFrontImageProvided boolean required

    Digital image of driver's license, front

  • driversLicenseBackImageProvided boolean required

    Digital image of driver's license, back

Shipping

  • shippingRecipientName string required

    Shipping recipient name

    length: 0–200classification: pii
  • shippingAddress string required

    AATA does not ship IDPs to Albania, Czech Republic, Greece, Montenegro, or Turkey.

    length: 0–300classification: pii
  • shippingMethod enum required

    domestic_priority (3-5 business days, $16); domestic_priority_express (2-3 business days, $37); international_standard (6-10 business days, $69); international_priority (3-5 business days, $99); international_priority_select_countries (3-5 business days, $165, for select countries with higher carrier costs).

    enum: domestic_priority | domestic_priority_express | international_standard | international_priority | international_priority_select_countries

Fees and payment

  • permitFeePaid boolean required

    $20.00 permit fee paid

    classification: financial
  • photoProcessingFeePaid boolean required

    $9.00 photo image processing fee paid

    classification: financial
  • paymentMethod enum required

    AATA accepts US-issued and most internationally-issued magstripe/chip cards (Visa, Mastercard, American Express, Discover, JCB, UnionPay International), Apple Pay, and ACH bank transfer.

    enum: card | apple_pay | ach_bank_transfer

Certification and submission

  • certifiesInformationTrueAndLicenseValid boolean required

    Certification submitted with the online application, analogous to the signed certification on the companion AAA paper form.

Verification record

This file is the source-review record for this document version, per the manual-source-review-v1 practice. It documents the provenance of the published fields and flow and states the current verification claim honestly.

Current claim

  • status: draft
  • verification.method: manual-source-review-v1
  • verification.lastVerifiedAt: 2026-07-02

This document is a coarser structural reference than its companion us/dos/international-driving-permit-aaa: AATA's live application form (aataidp.com/application) is a client-rendered page whose field-by-field content could not be captured with a plain fetch, so the fields below are derived from AATA's public informational pages (steps, FAQ, application & shipping, payment methods) rather than the live form itself.

Source examined

What was confirmed against the source

| Source element | Field(s) | |---|---| | Eligibility — 18+, valid U.S. driver's license (foreign license does not qualify, U.S. citizenship not required) | applicantIsAtLeast18, holdsValidUSLicense | | Three-step process — digital passport photo, digital license images (front/back), online application | digitalPassportPhotoProvided, driversLicenseFrontImageProvided, driversLicenseBackImageProvided | | Online-only channel — no mail or in-person option (unlike the companion AAA schema) | modeled by the absence of an applicationMethod field; every field here is online-only | | Shipping — five tiers (domestic priority/express, international standard/priority/priority-select) with published costs, and a named restricted-destination list | shippingRecipientName, shippingAddress, shippingMethod | | Fees — $20 permit fee, $9 photo-processing fee | permitFeePaid, photoProcessingFeePaid | | Payment methods — cards (Visa/Mastercard/Amex/Discover/JCB/UnionPay), Apple Pay, ACH | paymentMethod | | Validity — one year from issuance, must reapply annually, valid only alongside the current U.S. license | recorded in title/description, not encoded as a field (not applicant-supplied data) |

What is NOT yet independently verified

  • Exact field names/order of the live online application (aataidp.com/application) were not captured — the page renders its form client-side and a plain fetch returns only the informational shell. Fields in this schema are process-level (derived from the steps/FAQ pages), not a verbatim transcription of the live form.
  • Whether AATA's form separately asks for date of birth, license expiration date, or a "full name matching license" field in exactly that shape (as opposed to, e.g., deriving some of this from the uploaded license images via OCR) was not confirmed; these are modeled by analogy to the identical federal/treaty requirement AAA's own printed form documents explicitly, since both issuers operate under the same DOS authorization.
  • Processing time ("1-4 days" per third-party sources found during research) was not confirmed on an AATA-owned page examined here and is therefore not encoded as schema data.

Path to a verified claim (next step)

To advance to status: verified, a reviewer applies manual-source-review-v1 (Procedure step 2 field-by-field against the live aataidp.com/application online form — likely requiring a browser-driven walkthrough rather than a plain fetch — step 3 flow), confirms the source is authoritative, resolves any discrepancy by shipping a new schema version (immutability — VERSIONING §3, practice Procedure step 5), and records the outcome here plus sets status: verified with a current verification.lastVerifiedAt/nextReviewBy. This v1.0.0 record stays as the authoring provenance.

Re-verification

Per the practice's Cadence, nextReviewBy is set to 2027-01-02 (6 months): fees, shipping tiers, and the restricted-destination list on this surface change periodically. Re-check the source on or before that date and on any source.url change.

View the raw record (VERIFICATION.md)

Version history

  • 1.0.0 draft latest this page has verification record schema.json

Independent and non-affiliated

GovSchema is an independent, open-source project. This reference is not produced, reviewed, or endorsed by U.S. Department of State or any government. The authoritative source is always the live government form and its official instructions.