Adyen · JSON Structure

Configuration Public Key Response Structure

PublicKeyResponse schema from Adyen API

Type: object Properties: 2 Required: 2
PaymentsFinancial ServicesFintech

PublicKeyResponse is a JSON Structure definition published by Adyen, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

publicKey publicKeyExpiryDate

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/configuration-public-key-response-structure.json",
  "description": "PublicKeyResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "publicKey": {
      "description": "The public key to be used for encrypting the symmetric session key.",
      "type": "string"
    },
    "publicKeyExpiryDate": {
      "description": "The expiry date of the public key.",
      "type": "string"
    }
  },
  "required": [
    "publicKey",
    "publicKeyExpiryDate"
  ],
  "name": "PublicKeyResponse"
}