Amadeus · Example Payload

Hotel Booking Payment Input Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Hotel Booking Payment Input 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

iataTravelAgencymethodpaymentCard

Example Payload

Raw ↑
{
  "iataTravelAgency": {
    "iataNumber": "CDG"
  },
  "method": "CREDIT_CARD",
  "paymentCard": {
    "paymentCardInfo": {
      "vendorCode": "VI",
      "holderName": "Sample Name",
      "cardNumber": 1,
      "securityCode": "193",
      "expiryDate": "2026-08-15"
    },
    "address": {
      "lines": [
        "string-value"
      ],
      "postalCode": "string-value",
      "countryCode": "FR",
      "cityName": "Paris",
      "stateCode": "string-value"
    }
  }
}