Question1:
I have tested Flight-Orders API which shows in beta state. Can we use this API in production and if yes, what are the payment methods to use?
Question2:
While testing self-service API's I have been able to run workflow below
- Flight-Offers V2 (https://test.api.amadeus.com/v2/shopping/flight-offers)
- Flight-Offers/Pricing using result from 1 (https://test.api.amadeus.com/v1/shopping/flight-offers/pricing)
- Flight-Orders using output from 2 (https://test.api.amadeus.com/v1/booking/flight-orders)
But, result from Flight Low-Fare Search (https://test.api.amadeus.com/v1/shopping/flight-offers) is missing fields to be used in flow above. Are results from Low-Fare results not intended to be used for any consecutive action like pricing/order?