welcome back! :-)
If you want to hook before order confirmation you should do this
public function onControllerResponsesCheckoutPay_UpdateData(){ ... }
If you wish to show something after just hook page controller ControllerPagesCheckoutFastCheckoutSuccess
public function onControllerResponsesCheckoutPay_InitData(){...}
or
public function onControllerResponsesCheckoutPay_UpdateData(){...}
You can find examples into another extensions of our code distributive.
Regards