-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdisconnect.html
More file actions
34 lines (30 loc) · 1.42 KB
/
Copy pathdisconnect.html
File metadata and controls
34 lines (30 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Disconnect QuickBooks — NEO by NeoTranscend Softwares</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body { max-width: 700px; margin: 40px auto; padding: 0 20px; font-family: system-ui, -apple-system, 'Segoe UI', sans-serif; color: #1a2332; line-height: 1.6; }
h1 { font-size: 26px; } a { color: #0ea5e9; }
ol { padding-left: 20px; }
</style>
</head>
<body>
<h1>Disconnecting QuickBooks from NEO</h1>
<p>You can revoke NEO's access to your QuickBooks Online company at any time. Access can be removed
two ways, and either one immediately stops NEO from reading your accounting data:</p>
<h2>From QuickBooks</h2>
<ol>
<li>Sign in to QuickBooks Online.</li>
<li>Go to <strong>Settings → Apps</strong> (or Intuit account → Connected apps).</li>
<li>Find <strong>NEO</strong> and choose <strong>Disconnect</strong>.</li>
</ol>
<h2>From NEO</h2>
<p>Open NEO's disconnect page and confirm. NEO calls Intuit's token-revocation endpoint and deletes
all stored authentication tokens from the business's own machine — after which NEO holds nothing.</p>
<p>On disconnection, NEO's stored access and refresh tokens are permanently deleted and no further
data is retrieved. To reconnect later, simply authorise NEO again.</p>
<p>Questions: <a href="mailto:sales@longbeachlaamu.com">sales@longbeachlaamu.com</a>.</p>
</body>
</html>