AirOrderCreateV2 endpoint can be used to create a new airline reservation by specifying various parameters, such as Offer ID, Shopping Response ID, Offer Response ID, Seat Response ID, Itinerary ID, and a few more parameters.
In the context of airline reservations, a PNR (Passenger Name Record) is a unique identifier used to manage a traveller’s reservation and it contains all the information related to a particular reservation, such as the passenger’s name, flight itinerary, seat assignments, and pricing information.
Once the user specifies the necessary parameters and submits the AirOrderCreateV2 request, the system will create a new PNR to manage the reservation.
We also provide 3DS support for credit and debit card transactions, which acts as a additional layer of security and to reduce the risk of unauthorized charges during online transactions. The api continues to provide response without these parameters.
Schema
- Name: Provide the name for the request. This is a String value.
- ReferenceVersion: Provide the version number. This is a Numeric value.
-
Travel Agency Sender:
-
Name: Provide the name for the request. This is a String value.
-
IATA Number: Provide the IATA number for the request. This is a String value.
-
Agency ID: Provide the agency ID for the request. This is a String value.
-
Contacts: This is an Array.
- EmailContact: Provide the email contact for the request. This is a String value.
-
The Shopping Response ID is a unique identifier that is generated when a customer performs a search for flights and receives a list of available options.
This is the required field and the value will be Numeric.
The airline booking system generates an OfferResponseID to identify the specific offer. This ID is unique to that particular offer so that it is important to provide the correct numeric value to ensure that the system can identify the correct offer
This is the required field, and the value will be Numeric.
- PaymentCallbackUrl : This is a required field. Provide a custom endpoint URL, the response for the AirOrderCreateV2 will be supplied to this endpoint.
- PaymentMode : This is a required field.Valid values are PG or CARD.
-
Tracking: Valid values are
Y
andN
. This is a String value. -
PassengerMetadata:
-
SpecialServiceRequest: This is an Array.
-
PassengerID: This is the Passenger ID. This is a String value.
-
Origin: This is the Origin. This is a String value.
-
Destination: This is the Destination. This is a String value.
-
DepartureDateTime: This is the Departure date and time. This is a String value.
-
MarketingFlightNumber: This is the Marketing flight number. This is a Numeric value.
-
MarketingCarrier: This is the Marketing carrier. This is a String value.
-
SsrType: This is the Ssr type. This is a String value.
-
SsrCode: This is the Ssr code. This is a String value.
-
FreeText: This is the Free text. This is a String value.
-
-
-
OfferID: When a customer performs a search for flights, the airline generates a list of available offers that meet the customer’s search criteria. Each offer within that list is assigned a unique OfferID.It is important to provide the correct numeric value to ensure that the system can identify the correct offer.This is the required field, and the value will be Numeric.
-
ServiceList: This is an Array and optional field.
-
OptinalServiceId: Provide the optional service ID. This is a String value.
-
PassengerID: Provide the passenger ID. This is a String value.
-
-
Seat: This is an Array and optional field.
-
SeatId: Provide the seat ID. This is a String value.
-
PassengerID: Provide the passenger ID. This is a String value.
-
Book
and Hold
. If the value selected is Hold
then payment has to be confirmed before confirming the order.
- Payment:
This is a optional field.
-
Passenger: This is an Array.
Note: This is a required field. The passenger list must have at least one adult. Infant object count should be less than or equal to adult count. Total pax should be less than or eqaul to 9.
-
PassengerID: Provide the passenger ID for the request. This is a String value.
-
PTC: Valid values are
ADT
,CHD
, andINF
. This is a String value. -
OnflyMarkup: This is an optional field. This is a String value.
-
OnflyDiscount: This is an optional field. This is a String value.
-
OnFlyPenalty: This is an optional field. This is a String value.
-
BirthDate: Provide the birth date. This is a Numeric value.
-
NameTitle: Provide the title for the given name. This is a String value. Valid values are,
- ADT/Male:
Mr
- ADT/Female:
Mrs
andMs
- CHD/Male:
Mstr
- CHD/Female:
Miss
- INF/Male:
Mstr
- INF/Female:
Miss
- ADT/Male:
-
FirstName: Provide the first name. This is a String value.
-
MiddleName: Provide the middle name. This is a String value.
-
LastName: Provide the last name. This is a String value. .
-
Gender: Provide the gender of the passenger. Valid values are
Male
andFemale
. This is a String value. -
TravelDocument: This is an Array. Provide the details of travel document. This is an optional field.
-
DocumentNumber: This is the document number of your passport. This is a String value.
-
DocumentType: This is the document type of your passport (P). This is a String value.
-
ExpiryDate: This is the Expiry date of your passport. This is a Numeric value.
-
IssuingCountry: This is the Issuing country of your passport. This is a String value.
-
-
ContactInfoRef: Provide the contact information details.
-
This is an Array. This is a required field. Provide all the contact information here.
-
ContactID: Provide the contact ID.
-
AgencyName: Provide the agency name.
-
EmailAddress: Provide the email address.
-
Phone:
-
CountryCode: Provide the country code.
-
AreaCode: Provide the area code.
-
PhoneNumber: Provide the phone number.
-
-
Mobile:
-
CountryCode: Provide the country code.
-
MobileNumber: Provide the mobile number.
-
-
Address:
- Street: This is an Array. Provide the street details.
- CityName: Provide the city name.
- StateProv: Provide the state or province name.
- PostalCode: Provide the postal code.
- CountryCode: Provide the country code.
-
PassengerContact: Provide the contact details.
-
EmailAddress: Provide your email ID. This is a String value.
-
Phone:
-
CountryCode: Provide the country code. This is a String value.
-
AreaCode: Provide the area code. This is a String value.
-
PhoneNumber: Provide the phone number. This is a Numeric value.
-
-
Request URL
curl --location --request POST 'https://newapi.tltid.com/AirOrderCreateV2' \
--header 'x-api-key: <your key here>' \
Request Body Sample :-
{
"OrderCreateRQ": {
"Document": {
"Name": "test portal",
"ReferenceVersion": "1.0"
},
"Party": {
"Sender": {
"TravelAgencySender": {
"Name": "test agency",
"IATA_Number": "",
"AgencyID": "",
"Contacts": {
"Contact": [
{
"EmailContact": "pst@gmail.com"
}
]
}
}
}
},
"ShoppingResponseId": "1727348146969553015",
"OfferResponseId": "1727348180129544760",
"SeatResponseId": "",
"ServiceListResponseId": "",
"PaymentCallbackUrl": "xxxx-xxxx-xxxx",
"PaymentMode": "PG",
"Query": {
"Order": {
"Offer": [
{
"OfferID": "4021252611727348155427812898"
}
],
"ServiceList": []
}
},
"BookingType": "BOOK",
"BookingReqId": "IWLTYKT",
"threeDs_required": "N",
"Payments": {
"Payment": []
},
"DataLists": {
"PassengerList": {
"Passenger": [
{
"PassengerID": "T1",
"PTC": "ADT",
"BirthDate": "1978-11-09",
"NameTitle": "Mr",
"FirstName": "Alexander",
"MiddleName": "Borisovich",
"LastName": "Bachurin",
"Gender": "Male",
"ContactInfoRef": "CTC1",
"attributes": {
"PassengerID": "T1"
},
"PassengerRefID": "ADT1"
},
{
"PassengerID": "T2",
"PTC": "ADT",
"BirthDate": "1979-10-19",
"NameTitle": "Ms",
"FirstName": "Olga",
"MiddleName": "Pavlovna",
"LastName": "Bachurina",
"Gender": "Female",
"ContactInfoRef": "CTC1",
"attributes": {
"PassengerID": "T2"
},
"PassengerRefID": "ADT2"
}
]
},
"ContactList": {
"ContactInformation": [
{
"ContactID": "CTC1",
"AgencyName": "Best Travel Store Inc.",
"EmailAddress": "CustService@fareboom.com",
"Phone": {
"CountryCode": "+1",
"AreaCode": "",
"PhoneNumber": "6262561249"
},
"Mobile": {
"CountryCode": "",
"MobileNumber": ""
},
"Address": {
"Street": [
"17434 Bellflower Blvd, Ste. 233"
],
"CityName": "Bellflower",
"StateProv": "CA",
"PostalCode": "90706",
"CountryCode": "US"
},
"PassengerContact": {
"EmailAddress": "bisovman@gmail.com",
"Phone": {
"CountryCode": "+380",
"AreaCode": "",
"PhoneNumber": "973368650"
}
}
}
]
}
}
}
}
PaymentUrl Response Sample :-
{
"OrderViewRS": {
"Document": {
"Name": "API GATEWAY",
"ReferenceVersion": "1.2"
},
"Party": {
"Sender": {
"TravelAgencySender": {
"Name": "sridhar",
"IATA_Number": "",
"AgencyID": "sridhar",
"Contacts": {
"Contact": [
{
"EmailContact": "pst@claritytts.com"
}
]
}
}
}
},
"ShoppingResponseId": "1727348146969553015",
"StatusCode": 200,
"Message": "The payment link has been generated.",
"PaymentUrl": "xxxx-xxxx-xxxx",
"BookingStatus": "INITIATED",
"OrderId": "IWLTYKT"
}
}
Order Confirm Response :-
{
"OrderViewRS": {
"Document": {
"Name": "API GATEWAY",
"ReferenceVersion": "1.2"
},
"Party": {
"Sender": {
"TravelAgencySender": {
"Name": "sridhar",
"IATA_Number": "",
"AgencyID": "sridhar",
"Contacts": {
"Contact": [
{
"EmailContact": "pst@claritytts.com"
}
]
}
}
}
},
"ShoppingResponseId": "1727348146969553015",
"TransactionReference": {
"orderReference": "IWLTYKT-1501",
"pgTxnReference": "eb18dfb9-f19e-45c8-b757-c5cd925fc411",
"bankTxnReference": "49ed36ee-c3bb-43fa-bddb-e7b504f10c90"
},
"Success": [],
"Payments": {
"Payment": [
{
"Type": "CHECK",
"PassengerID": "ALL",
"ItineraryId": "ALL",
"Amount": "703.56",
"ChequeNumber": ""
}
]
},
"Order": [
{
"OrderID": "IWLTYKT",
"GdsBookingReference": "4KK3K8",
"OrderStatus": "SUCCESS",
"PnrStatus": "",
"ScheduleChangeIndicator": false,
"ScheduleChangeStatus": "Initiated",
"NeedToTicket": "N",
"OptionalServiceStatus": "FAILED",
"SeatSelectionStatus": "FAILED",
"OfferID": "4021252611727348155427812898",
"Owner": "EK",
"OwnerName": "Emirates",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"InstantTicket": "N",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"TimeLimits": {
"OfferExpirationDateTime": "2024-09-26T18:28:22",
"PaymentExpirationDateTime": "2024-09-27 03:00:00"
},
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "USD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": []
},
"BookingFeeInfo": {
"FeeType": "AIF",
"BookingCurrencyPrice": 10,
"EquivCurrencyPrice": 7.361
},
"TotalPrice": {
"BookingCurrencyPrice": 945.8,
"EquivCurrencyPrice": 696.20338
},
"BasePrice": {
"BookingCurrencyPrice": 446,
"EquivCurrencyPrice": 328.3006
},
"TaxPrice": {
"BookingCurrencyPrice": 499.8,
"EquivCurrencyPrice": 367.90278
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"AgentMarkupInfo": {
"OnflyMarkup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"OnflyDiscount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"OnflyHst": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PromoDiscount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0,
"PromoCode": ""
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"PaxSeatInfo": [],
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 2,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 945.8,
"EquivCurrencyPrice": 696.20338
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1 ADT2",
"FlightRefs": "Flight1"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1 ADT2",
"FlightRefs": "Flight2"
}
],
"FareDetail": {
"PassengerRefs": "ADT1 ADT2",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 945.8,
"EquivCurrencyPrice": 696.20338
},
"BaseAmount": {
"BookingCurrencyPrice": 446,
"EquivCurrencyPrice": 328.3006
},
"TaxAmount": {
"BookingCurrencyPrice": 499.8,
"EquivCurrencyPrice": 367.90278
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 10,
"EquivCurrencyPrice": 10
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 276.8,
"EquivCurrencyPrice": 203.75
},
{
"TaxCode": "IN",
"BookingCurrencyPrice": 23.6,
"EquivCurrencyPrice": 17.37
},
{
"TaxCode": "K3",
"BookingCurrencyPrice": 35.6,
"EquivCurrencyPrice": 26.21
},
{
"TaxCode": "P2",
"BookingCurrencyPrice": 38.4,
"EquivCurrencyPrice": 28.27
},
{
"TaxCode": "AE",
"BookingCurrencyPrice": 55.4,
"EquivCurrencyPrice": 40.78
},
{
"TaxCode": "F6",
"BookingCurrencyPrice": 59.2,
"EquivCurrencyPrice": 43.58
},
{
"TaxCode": "TP",
"BookingCurrencyPrice": 3.6,
"EquivCurrencyPrice": 2.65
},
{
"TaxCode": "ZR",
"BookingCurrencyPrice": 7.2,
"EquivCurrencyPrice": 5.3
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment1 Segment2",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "LLXAPIN1 LLXAPIN1"
},
"RBD": "L L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment3",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1",
"Code": "LLXAPIN1"
},
"RBD": "L",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment1 Segment2",
"PassengerRefs": "T1 T2",
"BaggageAllowanceRef": "Bag1"
},
{
"SegmentRefs": "Segment3",
"PassengerRefs": "T1 T2",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "4021252611727348155427812898",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 0.7361,
"FopRef": "FOP_1435_0_2526_0_ALL_PUB"
}
],
"DataLists": {
"PassengerList": {
"Passengers": [
{
"PassengerID": "T1",
"PTC": "ADT",
"BirthDate": "1978-11-09",
"NameTitle": "Mr",
"FirstName": "Alexander Borisovich",
"MiddleName": "Borisovich",
"LastName": "Bachurin",
"Gender": "Male",
"ContactInfoRef": "CTC1",
"attributes": {
"PassengerID": "T1"
},
"PassengerRefID": "ADT1"
},
{
"PassengerID": "T2",
"PTC": "ADT",
"BirthDate": "1979-10-19",
"NameTitle": "Ms",
"FirstName": "Olga Pavlovna",
"MiddleName": "Pavlovna",
"LastName": "Bachurina",
"Gender": "Female",
"ContactInfoRef": "CTC1",
"attributes": {
"PassengerID": "T2"
},
"PassengerRefID": "ADT2"
}
]
},
"DisclosureList": {
"Disclosures": []
},
"FareList": {
"FareGroup": [
{
"FareGroupRef": "FG_1",
"FareCode": "70J",
"FareBasisCode": "LLXAPIN1"
}
]
},
"FlightSegmentList": {
"FlightSegment": [
{
"SegmentKey": "Segment1",
"Departure": {
"AirportCode": "MAA",
"Date": "2024-10-03",
"Time": "22:00:00",
"AirportName": "Chennai International Airport",
"Terminal": {
"Name": "2"
}
},
"Arrival": {
"AirportCode": "DXB",
"Date": "2024-10-04",
"Time": "00:45:00",
"AirportName": "Dubai International Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "EK",
"Name": "Emirates",
"FlightNumber": "547"
},
"OperatingCarrier": {
"AirlineID": "EK",
"Name": "Emirates",
"FlightNumber": "547"
},
"Equipment": {
"AircraftCode": "77W",
"Name": "Boeing 777-300ER"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "4 H 15 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment2",
"Departure": {
"AirportCode": "DXB",
"Date": "2024-10-04",
"Time": "02:15:00",
"AirportName": "Dubai International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "MCT",
"Date": "2024-10-04",
"Time": "03:30:00",
"AirportName": "Muscat International Airport",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "EK",
"Name": "Emirates",
"FlightNumber": "866"
},
"OperatingCarrier": {
"AirlineID": "EK",
"Name": "Emirates",
"FlightNumber": "866"
},
"Equipment": {
"AircraftCode": "77W",
"Name": "Boeing 777-300ER"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 15 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment3",
"Departure": {
"AirportCode": "DXB",
"Date": "2024-10-17",
"Time": "02:45:00",
"AirportName": "Dubai International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "MAA",
"Date": "2024-10-17",
"Time": "08:25:00",
"AirportName": "Chennai International Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "EK",
"Name": "Emirates",
"FlightNumber": "544"
},
"OperatingCarrier": {
"AirlineID": "EK",
"Name": "Emirates",
"FlightNumber": "544"
},
"Equipment": {
"AircraftCode": "77W",
"Name": "Boeing 777-300ER"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "4 H 10 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
}
]
},
"FlightList": {
"Flight": [
{
"FlightKey": "Flight1",
"Journey": {
"Time": "7 H 0 M",
"Stops": 1
},
"SegmentReferences": "Segment1 Segment2"
},
{
"FlightKey": "Flight2",
"Journey": {
"Time": "4 H 10 M",
"Stops": 0
},
"SegmentReferences": "Segment3"
}
]
},
"OriginDestinationList": {
"OriginDestination": [
{
"OriginDestinationKey": "OD1",
"DepartureCode": "MAA",
"ArrivalCode": "MCT",
"FlightReferences": "Flight1"
},
{
"OriginDestinationKey": "OD2",
"DepartureCode": "DXB",
"ArrivalCode": "MAA",
"FlightReferences": "Flight2"
}
]
},
"ScheduleChangeSegmentList": {
"ScheduleChangeSegment": []
},
"PriceClassList": {
"PriceClass": [
{
"PriceClassID": "PCR_1",
"Name": "",
"Code": "",
"Descriptions": {
"Description": []
}
}
]
},
"BaggageAllowanceList": {
"BaggageAllowance": [
{
"BaggageAllowanceID": "Bag1",
"BaggageCategory": "Checked",
"AllowanceDescription": {
"ApplicableParty": "Traveler",
"Description": "CHECKED ALLOWANCE"
},
"PieceAllowance": {
"ApplicableParty": "Traveler",
"TotalQuantity": "25",
"Unit": "kg"
}
},
{
"BaggageAllowanceID": "Bag2",
"BaggageCategory": "Checked",
"AllowanceDescription": {
"ApplicableParty": "Traveler",
"Description": "CHECKED ALLOWANCE"
},
"PieceAllowance": {
"ApplicableParty": "Traveler",
"TotalQuantity": "0",
"Unit": "Pieces"
}
}
]
},
"FopList": [
{
"CC": {
"Allowed": "N",
"Types": {
"AX": {
"F": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"P": 0,
"Charges": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"MC": {
"F": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"P": 0,
"Charges": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"VI": {
"F": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"P": 0,
"Charges": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
}
}
},
"DC": {
"Allowed": "N",
"Types": {
"MC": {
"F": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"P": 0,
"Charges": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"VI": {
"F": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"P": 0,
"Charges": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
}
}
},
"CASH": {
"Allowed": "Y",
"Types": []
},
"CHEQUE": {
"Allowed": "Y",
"Types": []
},
"ACH": {
"Allowed": "Y",
"Types": []
},
"PG": {
"Allowed": "Y",
"Types": []
},
"FopKey": "FOP_1435_0_2526_0_ALL_PUB"
}
]
},
"MetaData": []
}
}
Error Case 1:-
If the PG is not enabled but requested in the PaymentMode, the following error message will be displayed.
{
"OrderViewRS": {
"Document": {
"Name": "API GATEWAY",
"ReferenceVersion": "1.2"
},
"Party": {
"Sender": {
"TravelAgencySender": {
"Name": "sridhar",
"IATA_Number": "",
"AgencyID": "sridhar",
"Contacts": {
"Contact": [
{
"EmailContact": "pst@claritytts.com"
}
]
}
}
}
},
"ShoppingResponseId": "1727352013178129684",
"Errors": {
"Error": {
"ShortText": "PG_DISABLED",
"Code": 125,
"Value": "PG is currently not enabled. Configure and enable PG, then try again."
}
}
}
}
Error Case 2:-
If the paymentMode is CARD but a different currency is requested, the following error message will be displayed.
{
"OrderViewRS": {
"Document": {
"Name": "API GATEWAY",
"ReferenceVersion": "1.2"
},
"Party": {
"Sender": {
"TravelAgencySender": {
"Name": "sridhar",
"IATA_Number": "",
"AgencyID": "sridhar",
"Contacts": {
"Contact": [
{
"EmailContact": "pst@claritytts.com"
}
]
}
}
}
},
"ShoppingResponseId": "1727416307925121092",
"Errors": {
"Error": {
"ShortText": "PG_REQUIRED",
"Code": 127,
"Value": "Currency mismatch detected.CARD payment mode is not allowed."
}
}
}
}
Error Case 3:-
If the CARD is not enabled but requested in the PaymentMode, the following error message will be displayed.
{
"OrderViewRS": {
"Document": {
"Name": "API GATEWAY",
"ReferenceVersion": "1.2"
},
"Party": {
"Sender": {
"TravelAgencySender": {
"Name": "sridhar",
"IATA_Number": "",
"AgencyID": "sridhar",
"Contacts": {
"Contact": [
{
"EmailContact": "pst@claritytts.com"
}
]
}
}
}
},
"ShoppingResponseId": "1727420591286560397",
"Errors": {
"Error": {
"ShortText": "CARD_DISABLED",
"Code": 126,
"Value": "CARD is currently not enabled. Configure and enable CARD, then try again."
}
}
}
}