Adyen · Schema

InstallAndroidCertificateDetails

InstallAndroidCertificateDetails schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
certificateId string The unique identifier of the certificate to be installed.
type string Type of terminal action: Install an Android certificate.
View JSON Schema on GitHub

JSON Schema

management-install-android-certificate-details-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-install-android-certificate-details-schema.json",
  "title": "InstallAndroidCertificateDetails",
  "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
}