Amadeus · Example Payload

Flight Order Management Form Of Payment Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Flight Order Management Form Of 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

b2bWalletcreditCardother

Example Payload

Raw ↑
{
  "b2bWallet": {
    "cardId": "1245365895336",
    "cardUsageName": "Sample Name",
    "cardFriendlyName": "CB1",
    "reportingData": [
      {
        "name": "reconcil1",
        "value": "data1"
      }
    ],
    "flightOfferIds": "1"
  },
  "creditCard": {},
  "other": {
    "method": "CASH",
    "flightOfferIds": "1"
  }
}