windingtree / wt-hackathon

WT Hackathon repository
https://windingtree.com/hacktravel-london-2019
11 stars 27 forks source link

Ticket refund in case of partner carrier insolvency #16

Closed rakahbus closed 5 years ago

rakahbus commented 5 years ago

In case a passenger with an airline ticket is affected by the insolvency of one of its interline partners. some airlines make a full refund of the unused part of the ticket including taxes. The current process is as follows

  1. Passenger contacts travel agency where his ticket was purchased
  2. Travel agency submits refund application (RA) via BSP Link to the carrier according to its Refund Policy.
  3. Airline approves RA and processes the refund via BSP report; for ARC markets refunds will be processed by ACM or authorized via GDS directly
  4. Travel agency reimburses the refunded amount to the passenger.

The whole process can be automated with an immediate refund capability using an ethereum based smart contract

rakahbus commented 5 years ago

The code given below subject to some errors, but one could have fair understanding about the process flow. https://gist.github.com/700248c93be2ea49e815dadba74d1e74.

JirkaChadima commented 5 years ago

Closing this, superseeded by #27