Reverse Debit Transaction

1

Customer confirms purchase of flight or ancillary product, redeeming Avios to pay for part.

1

Partner application calls the Authentication Service to obtain a token which is required to use the Avios Loyalty API.

arrow_drop_down
2

Partner application calls the Transactions Service to redeem the member's Avios from their account balance.

arrow_drop_down
2

Customer card payment for the rest of the amount due fails, meaning that the entire purchase fails.

arrow_drop_down
3

Partner application calls the Transactions Service to retrieve the specific transaction ID that needs to be reversed.

arrow_drop_down
3

Avios credited back to the customer's account.

arrow_drop_down
4

Partner application uses that Transaction ID and calls the Transactions Service to reverse the transaction.

Back to documentation