Amadeus Reservations · Example Payload

Hotel Booking Hotel Product_ Payment Policy Example

BookingFlightsHotelsReservationsTravel

Hotel Booking Hotel Product_ Payment Policy Example is an example object payload from Amadeus Reservations, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

creditCardsmethods

Example Payload

Raw ↑
{
  "creditCards": [
    "CA",
    "VI",
    "AX"
  ],
  "methods": [
    "CREDIT_CARD"
  ]
}