Adyen · Schema

Recurring

Recurring schema from Adyen API

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
contract string The type of recurring contract to be used. Possible values: * `ONECLICK` – Payment details can be used to initiate a one-click payment, where the shopper enters the [card security code (CVC/CVV)](http
recurringDetailName string A descriptive name for this detail.
recurringExpiry string Date after which no further authorisations shall be performed. Only for 3D Secure 2.
recurringFrequency string Minimum number of days between authorisations. Only for 3D Secure 2.
tokenService string The name of the token service.
View JSON Schema on GitHub

JSON Schema

checkout-recurring-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/checkout-recurring-schema.json",
  "title": "Recurring",
  "description": "Recurring schema from Adyen API",
  "type": "object",
  "properties": {
    "contract": {
      "description": "The type of recurring contract to be used.\nPossible values:\n* `ONECLICK` \u2013 Payment details can be used to initiate a one-click payment, where the shopper enters the [card security code (CVC/CVV)](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-security-code-cvc-cvv-cid).\n* `RECURRING` \u2013 Payment details can be used without the card security code to initiate [card-not-present transactions](https://docs.adyen.com/payments-fundamentals/payment-glossary#card-not-present-cnp).\n* `ONECLICK,RECURRING` \u2013 Payment details can be used regardless of whether the shopper is on your site or not.\n* `PAYOUT` \u2013 Payment details can be used to [make a payout](https://docs.adyen.com/online-payments/online-payouts).",
      "enum": [
        "ONECLICK",
        "RECURRING",
        "PAYOUT"
      ],
      "type": "string"
    },
    "recurringDetailName": {
      "description": "A descriptive name for this detail.",
      "type": "string"
    },
    "recurringExpiry": {
      "x-addedInVersion": "40",
      "description": "Date after which no further authorisations shall be performed. Only for 3D Secure 2.",
      "format": "date-time",
      "type": "string"
    },
    "recurringFrequency": {
      "x-addedInVersion": "40",
      "description": "Minimum number of days between authorisations. Only for 3D Secure 2.",
      "type": "string"
    },
    "tokenService": {
      "x-addedInVersion": "25",
      "description": "The name of the token service.",
      "enum": [
        "VISATOKENSERVICE",
        "MCTOKENSERVICE",
        "AMEXTOKENSERVICE",
        "TOKEN_SHARING"
      ],
      "type": "string"
    }
  }
}

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/checkout-recurring"
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 email required.

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