Amadeus Reservations · Example Payload

Hotel Booking Payment Input Example

BookingFlightsHotelsReservationsTravel

Hotel Booking Payment Input Example is an example object payload from Amadeus Reservations, 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": "JFK"
  },
  "method": "CREDIT_CARD",
  "paymentCard": {
    "paymentCardInfo": {
      "vendorCode": "VI",
      "holderName": "John Smith",
      "cardNumber": "12345",
      "securityCode": "193",
      "expiryDate": "sample-value"
    },
    "address": "sample-value"
  }
}