Amadeus Reservations · JSON Structure

Hotel Booking Hotel Product_ Payment Policy Structure

Accepted Payment Methods and Card Types. Several Payment Methods and Card Types may be available.

Type: object Properties: 2
BookingFlightsHotelsReservationsTravel

HotelProduct_PaymentPolicy is a JSON Structure definition published by Amadeus Reservations, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

creditCards methods

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-reservations/refs/heads/main/json-structure/hotel-booking-hotel-product_-payment-policy-structure.json",
  "name": "HotelProduct_PaymentPolicy",
  "description": "Accepted Payment Methods and Card Types. Several Payment Methods and Card Types may be available.",
  "type": "object",
  "properties": {
    "creditCards": {
      "type": "array",
      "description": "Accepted Payment Card Types for the `method` CREDIT_CARD",
      "items": {
        "type": "string",
        "pattern": "^[A-Z]{2}$",
        "minLength": 2,
        "maxLength": 2,
        "example": "VI",
        "description": "card type (CA, VI, AX, DC...)\nExamples:\n  * CA - Mastercard (warning: use it instead of MC/IK/EC/MD/XS)\n  * VI - VISA\n  * AX - AMERICAN EXPRESS\n  * DC - Diners Club\n  * DS - DISCOVER\n  * JC - JCB\n  * TP - UATP / AirPlus\n  * UP - UnionPay  \n"
      },
      "example": [
        "CA",
        "VI",
        "AX"
      ]
    },
    "methods": {
      "type": "array",
      "description": "Accepted Payment Methods",
      "items": {
        "type": "string",
        "example": "CREDIT_CARD",
        "enum": [
          "CREDIT_CARD",
          "CREDIT_CARD_AGENCY",
          "CREDIT_CARD_TRAVELER",
          "VCC_BILLBACK",
          "VCC_B2B_WALLET",
          "TRAVEL_AGENT_ID",
          "AGENCY_ACCOUNT",
          "CORPORATE_ID",
          "CHECK",
          "ADVANCE_DEPOSIT",
          "COMPANY_ADDRESS",
          "HOTEL_GUEST_ID",
          "MISC_CHARGE_ORDER",
          "DEFERED_PAYMENT",
          "TRAVEL_AGENT_IMMEDIATE"
        ],
        "description": "The Payment Methods :\n * CREDIT_CARD (CC) - Payment Cards in `creditCards` are accepted\n * CREDIT_CARD_AGENCY (CA) - Payment Cards in `creditCards` are accepted\n * CREDIT_CARD_TRAVELER (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"
      }
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/hotel-booking-hotel-product_-payment-policy-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.