diff --git a/src/pages/ReimbursementAccount/BankAccountStep.js b/src/pages/ReimbursementAccount/BankAccountStep.js
index 7d1b8d3cdeec..186ab51aacd6 100644
--- a/src/pages/ReimbursementAccount/BankAccountStep.js
+++ b/src/pages/ReimbursementAccount/BankAccountStep.js
@@ -1,5 +1,7 @@
import React from 'react';
-import {View, ScrollView} from 'react-native';
+import {
+ View, ScrollView, TouchableWithoutFeedback, Linking,
+} from 'react-native';
import {withOnyx} from 'react-native-onyx';
import PropTypes from 'prop-types';
import lodashGet from 'lodash/get';
@@ -160,17 +162,22 @@ const BankAccountStep = (props) => {
{props.translate('common.privacy')}
-
-
- {props.translate('bankAccount.yourDataIsSecure')}
-
-
-
+ Linking.openURL('https://community.expensify.com/discussion/5677/deep-dive-how-expensify-protects-your-information/')}
+ >
+
+
+ {props.translate('bankAccount.yourDataIsSecure')}
+
+
+
+
-
+