-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrefunds.html
More file actions
99 lines (87 loc) · 4.68 KB
/
Copy pathrefunds.html
File metadata and controls
99 lines (87 loc) · 4.68 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Refund Policy — ScreenLock</title>
<meta name="description" content="ScreenLock refund policy: 14-day no-questions-asked refund. Email hello@screenlock.app to request.">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://screenlock.app/refunds.html">
<meta property="og:type" content="website">
<meta property="og:url" content="https://screenlock.app/refunds.html">
<meta property="og:title" content="Refund Policy — ScreenLock">
<meta property="og:description" content="14-day no-questions-asked refund. Email hello@screenlock.app and we'll process it.">
<meta property="og:image" content="https://screenlock.app/assets/icon.png">
<meta property="og:site_name" content="ScreenLock">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Refund Policy — ScreenLock">
<meta name="twitter:description" content="14-day no-questions-asked refund.">
<meta name="twitter:image" content="https://screenlock.app/assets/icon.png">
<link rel="icon" type="image/png" href="assets/favicon.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="topnav">
<a href="/" class="brand">
<img src="assets/icon.png" alt="ScreenLock" width="32" height="32">
<span>ScreenLock</span>
</a>
<a href="/" class="nav-cta">Home</a>
</nav>
<main class="legal">
<div class="container narrow">
<h1>Refund Policy</h1>
<p class="updated">Last updated: May 14, 2026</p>
<h2>Short version</h2>
<p>Full refund within 14 days of purchase, no questions asked. Email <a href="mailto:hello@screenlock.app">hello@screenlock.app</a> from the address you bought with.</p>
<h2>How to request a refund</h2>
<ol>
<li>Email <a href="mailto:hello@screenlock.app">hello@screenlock.app</a> from the address you used at checkout.</li>
<li>Include your Paddle order number (you'll find it in your purchase receipt email) or the email address on file.</li>
<li>Optionally tell us why — we use it to improve the product, but it's not required.</li>
</ol>
<p>We process refunds within 2 business days. Paddle then returns the funds to your original payment method, which typically takes another 3–5 business days depending on your bank or card network.</p>
<h2>The 14-day window</h2>
<p>The 14 days are counted from your purchase date. Requests submitted on day 15 or later are still considered, but are at our discretion rather than guaranteed.</p>
<h2>Reasons we'll always refund within 14 days</h2>
<ul>
<li>ScreenLock doesn't work as advertised on your Mac</li>
<li>The app crashes or fails to launch</li>
<li>You changed your mind</li>
<li>You bought by accident</li>
<li>It conflicts with another app you can't live without</li>
<li>Any other reason — you don't need to explain</li>
</ul>
<h2>What we don't refund</h2>
<ul>
<li>Purchases older than 14 days where the issue could have been raised earlier and wasn't (still ask — we may still refund at our discretion).</li>
<li>Future major-version upgrades, if you decline the upgrade. (Major upgrades are optional; declining means you keep your current major version.)</li>
</ul>
<h2>Chargebacks</h2>
<p>If you have any concern about your purchase, email us first — we'd much rather refund you directly than receive a chargeback. Direct refunds are faster for you and avoid bank dispute fees on our end.</p>
<h2>Payment provider</h2>
<p>Purchases are processed by Paddle.com Market Ltd as the Merchant of Record. Refunds are issued through Paddle, who returns funds to your original payment method.</p>
<h2>Contact</h2>
<p>Questions about a specific order: <a href="mailto:hello@screenlock.app">hello@screenlock.app</a>.</p>
<p>KERIGAMI LLC</p>
</div>
</main>
<footer>
<div class="container">
<div class="footer-left">
<img src="assets/icon.png" alt="" width="32" height="32">
<span>ScreenLock</span>
</div>
<div class="footer-right">
<a href="/">Home</a>
<a href="pricing.html">Pricing</a>
<a href="refunds.html">Refunds</a>
<a href="privacy.html">Privacy</a>
<a href="terms.html">Terms</a>
<a href="mailto:hello@screenlock.app">Support</a>
<span class="copyright">© 2026 KERIGAMI LLC</span>
</div>
</div>
</footer>
</body>
</html>