Adyen · JSON Structure

Checkout Utility Response Structure

UtilityResponse schema from Adyen API

Type: object Properties: 1
PaymentsFinancial ServicesFintech

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

Properties

originKeys

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/checkout-utility-response-structure.json",
  "description": "UtilityResponse schema from Adyen API",
  "type": "object",
  "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"
    }
  },
  "name": "UtilityResponse"
}