Adyen · Schema

GenerateClientKeyResponse

PaymentsFinancial ServicesFintech

Properties

Name Type Description
clientKey string Generated client key
View JSON Schema on GitHub

JSON Schema

adyen-generateclientkeyresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GenerateClientKeyResponse",
  "title": "GenerateClientKeyResponse",
  "properties": {
    "clientKey": {
      "description": "Generated client key",
      "type": "string"
    }
  },
  "required": [
    "clientKey"
  ],
  "type": "object"
}