-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrefunds.html
More file actions
76 lines (62 loc) · 2.04 KB
/
refunds.html
File metadata and controls
76 lines (62 loc) · 2.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DOSAYGO Refunds Policy</title>
<style>
body {
font-family: 'Georgia', serif;
background-color: #ffffff;
color: #333333;
max-width: 800px;
margin: 40px auto;
padding: 0 20px;
line-height: 1.6;
}
h1, h2 {
border-bottom: 1px solid #ccc;
padding-bottom: 8px;
}
a {
color: #0056b3;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
p {
margin-bottom: 16px;
}
</style>
</head>
<body>
<h1>Refunds Policy</h1>
<p>Effective Date: August 24, 2025</p>
<p>
Thank you for choosing DOSAYGO. This Refunds Policy outlines our guidelines regarding refunds for our products and services, including <strong>BrowserBox</strong>.
</p>
<h2>General Refund Policy</h2>
<p>
All purchases are generally non-refundable. However, we understand that exceptional circumstances may arise.
</p>
<h2>Fraudulent Activity</h2>
<p>
If you believe a charge was made fraudulently or without your authorization, please contact us immediately. We take fraud seriously and may issue a refund in verified cases. You can reach our support team at <a href="mailto:support@dosaygo.com">support@dosaygo.com</a>.
</p>
<h2>Subscription Management</h2>
<p>
All subscriptions are managed through our payment provider, Stripe. If you would like to cancel your subscription, you can do so at any time by accessing the “<strong>Manage your subscription</strong>” link found in your original receipt email.
</p>
<p>
Cancellation will stop any future billing. Past subscription charges are non-refundable unless explicitly agreed to by DOSAYGO.
</p>
<h2>Contact</h2>
<p>
If you have any questions or concerns regarding this policy, please reach out to us at <a href="mailto:support@dosaygo.com">support@dosaygo.com</a>.
</p>
<p>
— The DOSAYGO Team
</p>
</body>
</html>