Adyen · Schema

DataCenter

PaymentsFinancial ServicesFintech

Properties

Name Type Description
livePrefix string 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. This field is empty for
name string The name assigned to a data center, for example **EU** for the European data center. Possible values are: * **default**: the European data center. This value is always returned in the test environment
View JSON Schema on GitHub

JSON Schema

adyen-datacenter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DataCenter",
  "title": "DataCenter",
  "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"
    }
  },
  "type": "object"
}