Adyen · Schema

UtilityRequest

PaymentsFinancial ServicesFintech

Properties

Name Type Description
originDomains array The list of origin domains, for which origin keys are requested.
View JSON Schema on GitHub

JSON Schema

adyen-utilityrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UtilityRequest",
  "title": "UtilityRequest",
  "properties": {
    "originDomains": {
      "description": "The list of origin domains, for which origin keys are requested.",
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "originDomains"
  ],
  "type": "object"
}