Adyen · Schema

AndroidApp

AndroidApp schema from Adyen API

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
description string The description that was provided when uploading the app. The description is not shown on the terminal.
errorCode string The error code of the app. It exists if the status is error or invalid.
id string The unique identifier of the app.
label string The app name that is shown on the terminal.
packageName string The package name that uniquely identifies the Android app.
status string The status of the app. Possible values: * `processing`: the app is being signed and converted to a format that the terminal can handle. * `error`: something went wrong. Check that the app matches the
versionCode integer The version number of the app.
versionName string The app version number that is shown on the terminal.
View JSON Schema on GitHub

JSON Schema

management-android-app-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-android-app-schema.json",
  "title": "AndroidApp",
  "description": "AndroidApp schema from Adyen API",
  "type": "object",
  "properties": {
    "description": {
      "description": "The description that was provided when uploading the app. The description is not shown on the terminal.",
      "type": "string"
    },
    "errorCode": {
      "description": "The error code of the app. It exists if the status is error or invalid.",
      "type": "string"
    },
    "id": {
      "description": "The unique identifier of the app.",
      "type": "string"
    },
    "label": {
      "description": "The app name that is shown on the terminal.",
      "type": "string"
    },
    "packageName": {
      "description": "The package name that uniquely identifies the Android app.",
      "type": "string"
    },
    "status": {
      "description": "The status of the app. Possible values: \n* `processing`: the app is being signed and converted to a format that the terminal can handle.\n* `error`: something went wrong. Check that the app matches the [requirements](https://docs.adyen.com/point-of-sale/android-terminals/app-requirements).\n* `invalid`: there is something wrong with the APK file of the app.\n* `ready`: the app has been signed and converted.\n* `archived`: the app is no longer available.",
      "type": "string"
    },
    "versionCode": {
      "description": "The version number of the app.",
      "format": "int32",
      "type": "integer"
    },
    "versionName": {
      "description": "The app version number that is shown on the terminal.",
      "type": "string"
    }
  },
  "required": [
    "id",
    "status"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/management-android-app"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.