Well, I’m not familiar with PHP but I tried it. It did not work. Would you mind having a look? That’s what I wrote in the functions.php:
function disable_prenotification($method){
$method = "none";
return $method;
}
add_filter( 'wc_stripe_sepa_mandate_notification ($method)', 'disable_prenotification');