Hey Joey
Thanks for the response. I already fixed it by using
$return_url = wp_sanitize_redirect( $this->get_stripe_return_url( $order ) );
So I added
wp_sanitize_redirect ()
and this did the trick.
I hope I can assist other people with this fix.
Seb