Adyen · Schema

UtilityResponse

PaymentsFinancial ServicesFintech

Properties

Name Type Description
originKeys object The list of origin keys for all requested domains. For each list item, the key is the domain and the value is the origin key.
View JSON Schema on GitHub

JSON Schema

adyen-utilityresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UtilityResponse",
  "title": "UtilityResponse",
  "properties": {
    "originKeys": {
      "x-addedInVersion": "1",
      "additionalProperties": {
        "type": "string"
      },
      "description": "The list of origin keys for all requested domains. For each list item, the key is the domain and the value is the origin key.",
      "type": "object"
    }
  },
  "type": "object"
}