Address structure
Addresses are used in originating and receiving accounts. They include the following attributes.
Attribute | Description |
---|---|
building_number string | Building / street number of the originating/receiving party. |
street_name string | Street name of the originating/receiving party. |
postal_code string | Postal / zip code of the originating/receiving party. |
region_state string | Region or state of the originating/receiving party. |
city string | City / town name of the originating/receiving party. |
country string | ISO 3166 alpha-2 country code of the originating/receiving party. For instance: GB , FR , or US . |
line_1 string | Line 1 (unstructured) of the originating/receiving party. |
line_2 string | Line 2 (unstructured) of the originating/receiving party. |
department string | Department of the originating/receiving party. Only supported for Incoming payments. |
sub_department string | Sub-department of the originating/receiving party. Only supported for Incoming payments. |
building_name string | Building name of the originating/receiving party's address. Only supported for Incoming payments. |
floor string | Floor number of the originating/receiving party's address. Only supported for Incoming payments. |
postal_box string | Post office box of the originating/receiving party. Only supported for Incoming payments. |
room string | Room number of the originating/receiving party's address. Only supported for Incoming payments. |
city_location_name string | Town location name of the originating/receiving party. Only supported for Incoming payments. |
district_name string | District name of the originating/receiving party. Only supported for Incoming payments. |
Structured vs. unstructured address
For SEPA payments, with the introduction of the European Payment Council's 2023 rulebooks, financial institutions must use structured addresses from November 23, 2025-onwards
The key differences between unstructured addresses and structured addresses are the following.
Unstructured address
An unstructured address contains a country (usually in the form of an ISO-3166 country code) and up to two address lines.
In Numeral, it means using the country
, and line_1
/ line_2
properties. Address lines can contain anything relevant that identifies an address, hence the name "unstructured".
Structured address
A structured address must include a country and city as well as split street name and building number.
In Numeral, it means filling the country
and city
properties as well as optionally filling other properties like building_number
, street_name
, region_state
, and postal_code
, except the line_1
and line_2
unstructured properties.