Amadeus Reservations · Example Payload

Transfer Booking Payment Example

BookingFlightsHotelsReservationsTravel

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

Top-level fields

methodOfPaymentpaymentReferencepaymentServiceProvidercreditCard

Example Payload

Raw ↑
{
  "methodOfPayment": "CREDIT_CARD",
  "paymentReference": "sample-value",
  "paymentServiceProvider": "STRIPE_CONNECT",
  "creditCard": "sample-value"
}