Adyen · Schema

ViasAddress

ViasAddress schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
city string The name of the city. Required if the `houseNumberOrName`, `street`, `postalCode`, or `stateOrProvince` are provided.
country string The two-character country code of the address in ISO-3166-1 alpha-2 format. For example, **NL**.
houseNumberOrName string The number or name of the house.
postalCode string The postal code. Required if the `houseNumberOrName`, `street`, `city`, or `stateOrProvince` are provided. Maximum length: * 5 digits for addresses in the US. * 10 characters for all other countries.
stateOrProvince string The abbreviation of the state or province. Required if the `houseNumberOrName`, `street`, `city`, or `postalCode` are provided. Maximum length: * 2 characters for addresses in the US or Canada. * 3 ch
street string The name of the street. Required if the `houseNumberOrName`, `city`, `postalCode`, or `stateOrProvince` are provided.
View JSON Schema on GitHub