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:

If you are unsure, follow this procedure:

  1. Look at the text displayed in the address bar. This is the URL.
  2. If the URL starts with https://, ignore this portion of the text in subsequent steps.
  3. Find the first / in the URL. If you see it, ignore it and everything that comes after it in the URL.
  4. Check that the remaining text is either stripe.comstripe.events, etc., or it ends with .stripe.com.stripe.events, etc.

Example on Google Chrome

Example Chrome address bar

Here, Chrome doesn't show the https:// prefix in the URL. However, it does show /dashboard. This should be ignored, as we are ignoring the first / in the URL and everything that comes after it. Finally, we find that the remaining URL ends in .stripe.com, meaning that this is a legitimate Stripe web page.

Example on Firefox

Example Firefox address bar

Here, Firefox shows the https:// prefix, which should be ignored. Then, we also ignore /login, as we are ignoring the first / in the URL and everything that comes after it. Finally, we find that the remaining URL ends in .stripe.com, meaning that this is a legitimate Stripe website.

Example on Safari

Example Safari address bar

Safari, by default, doesn't show the https:// prefix here, and hides the / and everything that comes after it in the URL. We note that the URL ends in .stripe.com, meaning that this is a legitimate Stripe website.

Example URLs

These are real Stripe URLs:

These are not real Stripe URLs:

Additional information