Adyen · Schema

InstallAndroidCertificateDetails

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

adyen-installandroidcertificatedetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InstallAndroidCertificateDetails",
  "title": "InstallAndroidCertificateDetails",
  "additionalProperties": false,
  "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"
    }
  },
  "type": "object"
}