You can display some module data in PrestaShop front-office or back-office by using some hooks. In this case we will write something about hook named backBeforePayment.
This hook is called when displaying the list of available payment solutions. Ideal location to redirect the user instead of displaying said list (i.e., 1-click PayPal checkout).