Adyen · Schema

GenerateHmacKeyResponse

GenerateHmacKeyResponse schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
hmacKey string The HMAC key generated for this webhook.
View JSON Schema on GitHub

JSON Schema

management-generate-hmac-key-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-generate-hmac-key-response-schema.json",
  "title": "GenerateHmacKeyResponse",
  "description": "GenerateHmacKeyResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "hmacKey": {
      "description": "The HMAC key generated for this webhook.",
      "type": "string"
    }
  },
  "required": [
    "hmacKey"
  ]
}