Address Object

Attributes (Global)

Attribute

Data type

Description

street1

string

Address line 1 (e.g., street, PO Box, or company name).

street2

string

Address line 2 (e.g., apartment, suite, unit, or building).

city

string

City, district, suburb, town, or village.

region1_code
optional in UK

string

State, county, province, or region.
Note: This field is optional for the UK. If used for the UK, this field must include an ISO 3166-2:GB code.

postal_code

string

ZIP or postal code.

country_code

string

Three-letter country code (examples:USA, CAN, GBR).

"address":{
        "street1": "4519 Rue Levy",
      	 "street2": "Apt 1",
      	 "city": "Saint-Laurent",
      	 "region1_code": "QC",
      	 "postal_code": "H4R2P9",
     		 "country_code": "CAN"
 }