diff --git a/src/pages/ReimbursementAccount/BankAccountStep.tsx b/src/pages/ReimbursementAccount/BankAccountStep.tsx
index 71de41be9ff1..c9665d908b58 100644
--- a/src/pages/ReimbursementAccount/BankAccountStep.tsx
+++ b/src/pages/ReimbursementAccount/BankAccountStep.tsx
@@ -135,7 +135,7 @@ function BankAccountStep({
{!!plaidDesktopMessage && (
- {translate(plaidDesktopMessage)}
+ Link.openExternalLink(bankAccountRoute)}>{translate(plaidDesktopMessage)}
)}