Amadeus · Schema

Method

The Payment Methods * CREDIT_CARD (CC) - Payment Cards in `creditCards` are accepted * AGENCY_ACCOUNT - Agency Account (Credit Line) is accepted. Agency is Charged at CheckOut * TRAVEL_AGENT_ID - Agency IATA/ARC Number is accepted to Guarantee the booking * CORPORATE_ID (COR-ID) - Corporate Account is accepted to Guarantee the booking * HOTEL_GUEST_ID - Hotel Chain Rewards Card Number is accepted to Guarantee the booking * CHECK - Checks are accepted * MISC_CHARGE_ORDER - Miscellaneous Charge Order is accepted * ADVANCE_DEPOSIT - Cash is accepted for Deposit/PrePay * COMPANY_ADDRESS - Company Billing Address is accepted to Guarantee the booking

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights
View JSON Schema on GitHub

JSON Schema

hotel-search-method-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/hotel-search-method-schema.json",
  "title": "Method",
  "description": "The Payment Methods\n * CREDIT_CARD (CC) - Payment Cards in `creditCards` are accepted\n * AGENCY_ACCOUNT - Agency Account (Credit Line) is accepted. Agency is Charged at CheckOut\n * TRAVEL_AGENT_ID - Agency IATA/ARC Number is accepted to Guarantee the booking\n * CORPORATE_ID (COR-ID) - Corporate Account is accepted to Guarantee the booking\n * HOTEL_GUEST_ID - Hotel Chain Rewards Card Number is accepted to Guarantee the booking\n * CHECK - Checks are accepted\n * MISC_CHARGE_ORDER - Miscellaneous Charge Order is accepted\n * ADVANCE_DEPOSIT - Cash is accepted for Deposit/PrePay\n * COMPANY_ADDRESS - Company Billing Address is accepted to Guarantee the booking",
  "type": "string",
  "enum": [
    "CREDIT_CARD",
    "AGENCY_ACCOUNT",
    "TRAVEL_AGENT_ID",
    "CORPORATE_ID",
    "HOTEL_GUEST_ID",
    "CHECK",
    "MISC_CHARGE_ORDER",
    "ADVANCE_DEPOSIT",
    "COMPANY_ADDRESS",
    "VCC_BILLBACK",
    "VCC_B2B_WALLET",
    "DEFERED_PAYMENT",
    "TRAVEL_AGENT_IMMEDIATE"
  ]
}

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/hotel-search-method"
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.