Fetch user by stripe id

Is there a way to fetch an user via their stripe_id?

stripe uses my webhook to inform me when a payment fails, i then want to get the user via stripe_id so i can get their email and send a small email via my marketing service.

the thing is… I can’t seem to find a way to find the user via stripe_id. only via e-mail