Release Notes
version 1.1
- Get Payments Response - included the credit card as new payment method available based on OTA
- Select Payment Request - Credit card option able to select by supplying cardtypeid
- Sell Booking Request - FirstName and LastName fields available when Card Name have First Name and Last Name
- Sell Booking Response - New field PaymentStatus is available to determine the payment is success or not.
- Get Payment Status - New API call has been introduced to get the payment status of PNR. Initially the booking status will be on hold when book through Credit card. This API call will get the exact status of booking. If the status is pending, can poll this call until get success or failed.
version 1.2
- Get Currency Conversion. This API returns the list of exchange rates that can be used to calculate the exchange ratio.
- This API should be called after the Login method of each call.
- To apply the currency conversion the exchange rate proterties need to send in sell booking call
- The CurrencyExchange property will be available in sell-booking, sell-addons, confirm pax info and confirm-exchange flows to make the booking with different currency.
version 1.3
- sell-booking api call has been split into two api calls
- create-pnr api call can create the PNR with hold status
- confirm-pnr api call can confirme the PNR from the hold status
- Currency conversion method has been removed it is no longer applicable