Mews · Schema

Alternative payment method data

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
Discriminator object Type of alternative payment method (e.g. `Ideal`). Ideal (iDEAL data.) ApplePay (No additional data.) GooglePay (No additional data.) SepaDirectDebit (SEPA Direct Debit data.)
SepaDirectDebit object SEPA Direct Debit payment method data. Required when `Discriminator` is `SepaDirectDebit`.
Ideal object iDEAL payment method data. Required when `Discriminator` is `Ideal`.
View JSON Schema on GitHub

JSON Schema

mews-alternativepaymentsdata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AlternativePaymentsData",
  "title": "Alternative payment method data",
  "required": [
    "Discriminator"
  ],
  "type": "object",
  "properties": {
    "Discriminator": {
      "title": "Alternative payment method data discriminator",
      "allOf": [
        {
          "$ref": "#/components/schemas/AlternativePaymentMethodEnum"
        }
      ],
      "description": "Type of alternative payment method (e.g. `Ideal`).\n\nIdeal (iDEAL data.)\n\nApplePay (No additional data.)\n\nGooglePay (No additional data.)\n\nSepaDirectDebit (SEPA Direct Debit data.)",
      "x-enumNames": [
        "Ideal",
        "ApplePay",
        "GooglePay",
        "SepaDirectDebit"
      ],
      "x-enumDescriptions": [
        "iDEAL data.",
        "No additional data.",
        "No additional data.",
        "SEPA Direct Debit data."
      ],
      "x-extensible": true
    },
    "SepaDirectDebit": {
      "title": "SEPA Direct Debit data",
      "allOf": [
        {
          "$ref": "#/components/schemas/SepaDirectDebitData"
        }
      ],
      "description": "SEPA Direct Debit payment method data. Required when `Discriminator` is `SepaDirectDebit`.",
      "nullable": true
    },
    "Ideal": {
      "title": "iDEAL data",
      "allOf": [
        {
          "$ref": "#/components/schemas/IdealData"
        }
      ],
      "description": "iDEAL payment method data. Required when `Discriminator` is `Ideal`.",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "x-schema-id": "AlternativePaymentsData"
}

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/mews-alternativepaymentsdata"
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.