Adyen · Schema

ChallengeInfo

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
challengeCancel string Indicator informing the Access Control Server (ACS) and the Directory Server (DS) that the authentication has been cancelled. For possible values, refer to [3D Secure API reference](https://docs.adyen
flow string The flow used in the challenge. Possible values: * **OTP_SMS**: one-time password (OTP) flow * **OOB**: out-of-band (OOB) flow
lastInteraction string The last time of interaction with the challenge.
phoneNumber string The last four digits of the phone number used in the challenge.
resends integer The number of times the one-time password (OTP) was resent during the challenge.
retries integer The number of retries used in the challenge.
View JSON Schema on GitHub

JSON Schema

adyen-challengeinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChallengeInfo",
  "title": "ChallengeInfo",
  "properties": {
    "challengeCancel": {
      "description": "Indicator informing the Access Control Server (ACS) and the Directory Server (DS) that the authentication has been cancelled. For possible values, refer to [3D Secure API reference](https://docs.adyen.com/online-payments/3d-secure/api-reference#mpidata).",
      "enum": [
        "01",
        "02",
        "03",
        "04",
        "05",
        "06",
        "07"
      ],
      "type": "string"
    },
    "flow": {
      "description": "The flow used in the challenge. Possible values:\n\n* **OTP_SMS**: one-time password (OTP) flow\n* **OOB**: out-of-band (OOB) flow",
      "enum": [
        "OTP_SMS",
        "OOB"
      ],
      "type": "string"
    },
    "lastInteraction": {
      "description": "The last time of interaction with the challenge.",
      "format": "date-time",
      "type": "string"
    },
    "phoneNumber": {
      "description": "The last four digits of the phone number used in the challenge.",
      "type": "string"
    },
    "resends": {
      "description": "The number of times the one-time password (OTP) was resent during the challenge.",
      "format": "int32",
      "type": "integer"
    },
    "retries": {
      "description": "The number of retries used in the challenge.",
      "format": "int32",
      "type": "integer"
    }
  },
  "required": [
    "flow",
    "lastInteraction"
  ],
  "type": "object"
}

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/adyen-challengeinfo"
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.