organizationInformation. businessInformation. address. country {#org-info-business-info-address-country}
========================================================================================================

The country in which the merchant resides.  
This field is not required when you are using the `ADDPRODUCT` boarding flow.  
Use the ISO Alpha-2 country code described in the ISO 3166 standard.  
For more information, see the ISO country codes document: [iso-3166-country-codes.html](https://www.iso.org/iso-3166-country-codes.md "")

Syntax {#org-info-business-info-address-country_Syntax}
-------------------------------------------------------

```
{
  "organizationInformation": {
    "businessInformation": {
      "address": {
        "country": "US"
      }
    }
  }
}
```

The value of this field must conform to this regular expression:

```
^[a-zA-Z]*$
```

Specifications {#org-info-business-info-address-country_Specifications}
-----------------------------------------------------------------------

* **Data Type:** String
* **Minimum Data Length:** 2
* **Maximum Data Length:** 2
  {#org-info-business-info-address-country_ul_bg5_t4q_fyb}

Mapping Information {#org-info-business-info-address-country_Mapping}
---------------------------------------------------------------------

No corresponding fields.
