Adyen · JSON Structure

Management Data Center Structure

DataCenter schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

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

Properties

livePrefix name

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/management-data-center-structure.json",
  "description": "DataCenter schema from Adyen API",
  "type": "object",
  "properties": {
    "livePrefix": {
      "description": "The unique [live URL prefix](https://docs.adyen.com/development-resources/live-endpoints#live-url-prefix) for your live endpoint. Each data center has its own live URL prefix.\n\nThis field is empty for requests made in the test environment.",
      "type": "string"
    },
    "name": {
      "description": "The name assigned to a data center, for example **EU** for the European data center. Possible values are:\n\n* **default**: the European data center. This value is always returned in the test environment. \n* **AU**\n* **EU**\n* **US**",
      "type": "string"
    }
  },
  "name": "DataCenter"
}