Amadeus · Example Payload

Transfer Book Payment Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Transfer Book Payment Example is an example object payload from Amadeus, 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": "string-value",
  "paymentServiceProvider": "STRIPE_CONNECT",
  "creditCard": {
    "number": 1,
    "holderName": "Sample Name",
    "vendorCode": "string-value",
    "expiryDate": "2026-08-15",
    "cvv": "string-value"
  }
}