Hi Nicolas, sorry for this late response.
So I went back to ORDER_CREATION_NOTIFICATION_SUBJECT at Systems--->Emails and add the code at the bottom and no blank screen but still no bank details
if(!$app->isAdmin()){
echo JText::_('ORDER_VALID_AFTER_PAYMENT')."\n\n";
echo JText::sprintf('THANK_YOU_FOR_YOUR_ORDER',HIKASHOP_LIVE)."\n\n";
}
echo str_replace('<br/>',"\n",JText::sprintf('BEST_REGARDS_CUSTOMER',$mail->from_name));?>
<?php
$paymentClass = hikashop::get('class.payment');
$payment = $paymentClass->get($data->order_payment_id);
$payment->payment_params = unserialize($payment->payment_params);
echo $payment->payment_params->information;
?> "