Amadeus · Example Payload

Hotel Booking V1 Payment Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

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

Top-level fields

idmethodcard

Example Payload

Raw ↑
{
  "id": 1,
  "method": "creditCard",
  "card": {
    "vendorCode": "VI",
    "cardNumber": 1,
    "expiryDate": "2019-01"
  }
}