When logging into the Stripe Dashboard with passkeys, you might notice the presence of a Stripe User
option. Choosing this option to proceed with the login will result in a login failure. This is because the Stripe User
option is not a passkey registered on your Stripe account. Instead, it represents a two-step authentication method that is registered on your account solely to be used as a second authentication factor during login or other forms of verification.
Stripe supports different types of two-step authentication methods some of which are based on the WebAuthn standard (e.g. Touch ID, Windows Hello etc). When Stripe launched support for these WebAuthn based two-step authentication methods back in 2020, a platform agnostic name of Stripe User
was chosen as the display name. This was fine at the time as the display name was never needed directly to log into your account. Furthermore, various platforms store the WebAuthn based two-step authentication methods differently: some store them completely on your device while others encrypt them and store the result with a Stripe server.
Passkeys are also based on the same WebAuthn standard and explicitly directs the platform to store the passkeys on your device (this allows you have a passkey for each of your Stripe accounts on the same device and choose the Stripe account you want to log into. This also allows you sync your passkeys across multiple devices etc). With the launch of passkeys each two-step authentication method stored on your device will now show up as a Stripe User
option alongside your passkeys which will always have an email associated with them (the email corresponding to your Stripe account).
You don't need to do anything about these Stripe User
options you see. However, if you want, you can rename them by following your platform specific guide. For example, if you are seeing these Stripe User
options when using Google Chrome, you can follow the management steps outlined here to rename them.
Note: when renaming the Stripe User
options using your platform specific guide you might see an option to delete them completely. If you simply want to rename them, don't use the delete option as doing so will render them unusable as a two-step authentication method.