Adyen · Schema

GenerateHmacKeyResponse

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

adyen-generatehmackeyresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GenerateHmacKeyResponse",
  "title": "GenerateHmacKeyResponse",
  "properties": {
    "hmacKey": {
      "description": "The HMAC key generated for this webhook.",
      "type": "string"
    }
  },
  "required": [
    "hmacKey"
  ],
  "type": "object"
}