# How to Turn on Address Validation

Getting address validation running takes three simple steps and about 10 minutes. You'll create a verifier to check addresses, install the checkout extension so it appears to customers, and set up pay-as-you-go billing with a spending cap you control.

**Who can use it:**

Address Validation at Checkout is only avaliable to Shopify Plus merchants. All other merchants can use it at the Thank You and Order Status pages.

**What you'll need:**

* Admin access to Order Editing app
* Admin access to Shopify checkout settings
* Ability to accept Shopify usage charges

***

#### Step 1: Accept Usage Charges

1. Click **Adjust usage cap**
2. Set monthly spending limit (e.g., $250)
3. Accept usage charges in Shopify

**What's a usage cap?** Maximum monthly charge. Validation pauses when reached—you can increase anytime.

<figure><img src="/files/nwBC7xSPoPClsBamcU6v" alt=""><figcaption></figcaption></figure>

***

#### Step 2: Create Address Verifier

1. Go to **Order Editing** > **Settings** > **Address Validation**
2. Click **Create verifier**
3. Configure settings:
   * **Name:** Descriptive label (e.g., "US Address Verifier")
   * **Status:** Active
   * **Max API calls per checkout:** 5 (reccomended)
   * **Configure AV settings**
   * **Countries:** Select where you ship
4. Click **Publish**

<figure><img src="/files/2wWOEucTqCstQHlq3cxA" alt=""><figcaption></figcaption></figure>

***

#### Step 3: Configure Advanced settings

1. Go to **Advanced settings** within Verifier
2. **Surface Settings:** Choose where you want to run verification (Checkout, Post-Purchase or both)
3. Create **Verification Conditions** (Optional)

* **Skip verification** will verify all addresses except those matching the set conditions
* **Run verification only** will only verify addresses that match the set conditions

4. **Save**

<figure><img src="/files/IqmSzy3FSW7iAZJnQOYR" alt=""><figcaption></figcaption></figure>

***

#### Step 4: Install Checkout Extension

1. Go to Shopify **Checkout**
2. Place Address Validaton block on Checkout page
3. Save changes in checkout editor
4. Verify green "installed" indicator appears in Address Validation settings

<figure><img src="/files/ffUfD0kAKSjPFT7oABIC" alt=""><figcaption></figcaption></figure>

***

### Key Settings

#### ZIP+4 Suggestions (US)

Enable to suggest full 9-digit ZIP codes for precise delivery.

#### Cosmetic Formatting

Auto-fixes capitalization, abbreviations, and spacing.

#### Verification conditions

Set specific sceanrios where you want Order Editing to validate addresses (e.g., ZIp codes, Street names, cities and more).

***

<a href="/pages/n51xa29YXuWlk6r4NAXX" class="button primary">Create real-time validation rules</a> <a href="/pages/ROGZA28WlO6vplzPHl3A" class="button primary">I have a question</a>


---

# Agent Instructions: 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:

```
GET https://order-editing.gitbook.io/oe-help-book/new-address-validation/how-to-turn-on-address-validation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
