# Verify you are on an official Stripe webpage

To verify that you are actually on Stripe's website, you can check that the domain that you are on is one of the following:
* `stripe.com`
* `stripe.dev`
* `stripe.events`
* `stripe.global`
* `link.com`
If you are unsure, follow this procedure:
1. Look at the text displayed in the address bar. This is the URL.
1. If the URL starts with&nbsp;`https://`, ignore this portion of the text in subsequent steps.
1. Find the first&nbsp;`/`&nbsp;in the URL. If you see it, ignore it and everything that comes after it in the URL.
1. Check that the remaining text is either&nbsp;`stripe.com`,&nbsp;`stripe.events`, etc., or it ends with&nbsp;`.stripe.com`,&nbsp;`.stripe.events`, etc.
## Example on Google Chrome
Here, Chrome doesn't show the&nbsp;`https://`&nbsp;prefix in the URL. However, it does show&nbsp;`/dashboard`. This should be ignored, as we are ignoring the first&nbsp;`/`&nbsp;in the URL and everything that comes after it. Finally, we find that the remaining URL ends in&nbsp;`.stripe.com`, meaning that this is a legitimate Stripe web page.
## Example on Firefox
Here, Firefox shows the&nbsp;`https://`&nbsp;prefix, which should be ignored. Then, we also ignore&nbsp;`/login`, as we are ignoring the first&nbsp;`/`&nbsp;in the URL and everything that comes after it. Finally, we find that the remaining URL ends in&nbsp;`.stripe.com`, meaning that this is a legitimate Stripe website.
## Example on Safari
Safari, by default, doesn't show the&nbsp;`https://`&nbsp;prefix here, and hides the&nbsp;`/`&nbsp;and everything that comes after it in the URL. We note that the URL ends in&nbsp;`.stripe.com`, meaning that this is a legitimate Stripe website.
## Example URLs
These are real Stripe URLs:
* `https://dashboard.stripe.com/login`
* `https://stripe.com`
* `dashboard.stripe.com/payments`
* `https://connect.stripe.com/express_login`
These are&nbsp;**not**&nbsp;real Stripe URLs:
* `https://dashboard-stripe.com/login`: the portion left after removing&nbsp;`https://`&nbsp;and&nbsp;`/login`&nbsp;does&nbsp;**not**&nbsp;end in&nbsp;`.stripe.com`&nbsp;(notice the hyphen). This is a phishing site.
* `dashboard.stripe.com.example.com`: the URL ends in&nbsp;`.example.com`,&nbsp;**not**&nbsp;`.stripe.com`, so this is a fake website. (There is no&nbsp;`https://`&nbsp;prefix or&nbsp;`/`&nbsp;to remove.)
## Additional information
* If you have received a suspicious email that looks like it is from Stripe but appears to be a [phishing](https://en.wikipedia.org/wiki/Phishing) attempt, [contact Stripe Support](/email).