Adyen · JSON Structure

Pos Terminal Address Structure

Address schema from Adyen API

Type: object Properties: 6
PaymentsFinancial ServicesFintech

Address is a JSON Structure definition published by Adyen, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

city countryCode postalCode stateOrProvince streetAddress streetAddress2

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/pos-terminal-address-structure.json",
  "description": "Address schema from Adyen API",
  "type": "object",
  "properties": {
    "city": {
      "type": "string"
    },
    "countryCode": {
      "type": "string"
    },
    "postalCode": {
      "type": "string"
    },
    "stateOrProvince": {
      "type": "string"
    },
    "streetAddress": {
      "type": "string"
    },
    "streetAddress2": {
      "type": "string"
    }
  },
  "name": "Address"
}