Adyen · JSON Structure

Management Install Android Certificate Details Structure

InstallAndroidCertificateDetails schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

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

Properties

certificateId type

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/management-install-android-certificate-details-structure.json",
  "description": "InstallAndroidCertificateDetails schema from Adyen API",
  "type": "object",
  "properties": {
    "certificateId": {
      "description": "The unique identifier of the certificate to be installed.",
      "type": "string"
    },
    "type": {
      "default": "InstallAndroidCertificate",
      "description": "Type of terminal action: Install an Android certificate.",
      "enum": [
        "InstallAndroidCertificate"
      ],
      "type": "string"
    }
  },
  "additionalProperties": false,
  "name": "InstallAndroidCertificateDetails"
}