This repository was archived by the owner on Jul 5, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrefund.html
More file actions
74 lines (69 loc) · 3.63 KB
/
Copy pathrefund.html
File metadata and controls
74 lines (69 loc) · 3.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
<title>GemSync - Refund Policy</title>
<!-- Links to CSS and icon -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"/>
<link rel="stylesheet" href="https://gemsync.xyz/assets/css/refund.css"/>
<link rel="icon shortcut" href="https://gemsync.xyz/assets/images/gemsync.png"/>
</head>
<body>
<header>
<a href="/" class="logo">GemSync</a>
</header>
<section>
<div class="heading">
<h2>Refund Policy</h2>
</div>
<div class="content">
<h3>Introduction</h3>
<p>
This refund policy aims to clarify the conditions under which <a href="https://en.gemsync.xyz">GemSync</a> accepts refund requests for products or services purchased on our website <a href="https://en.gemsync.xyz">en.gemsync.xyz</a>.
</p>
<h3>1 - Refund Conditions</h3>
<p>
Refund requests are accepted under the following circumstances:
</p>
<p>
- <b>Order Error</b>: If an order is placed by mistake, a refund can be requested within 24 hours of order confirmation.
<br>
- <b>Technical Issue</b>: If the purchased services experience malfunctions during the first month, a refund can be requested.
<br>
- <b>Non-Compliance with Conditions</b>: If the provided services do not match the descriptions or expectations specified at the time of purchase, a refund may be considered.
</p>
<h3>2 - Refund Request Procedure</h3>
<p>
To request a refund, please follow these steps:
</p>
<p>
- <b>Contact Support</b>: Send a refund request to our customer support at <a href="mailto:support@gemsync.xyz">support@gemsync.xyz</a>.
Please include your order number and a detailed description of the issue encountered.
<br>
- <b>Request Validation</b>: Our team will review your request and inform you of its approval or rejection within 5 business days.
<br>
- <b>Refund</b>: If the request is approved, the refund will be made using the same payment method used for the purchase within 14 days.
</p>
<h3>3 - Refund Fees</h3>
<p>
<a href="https://en.gemsync.xyz">GemSync</a> does not charge fees for approved refunds.
However, the original transaction fees will not be refunded.
</p>
<h3>4 - Contact</h3>
<p>
For any questions regarding the refund policy or to submit a request, please contact our customer support at <a href="mailto:support@gemsync.xyz">support@gemsync.xyz</a>.
<br>
<a href="https://en.gemsync.xyz">GemSync</a> reserves the right to modify this refund policy at any time.
Changes will take effect upon their publication on <a href="https://en.gemsync.xyz">en.gemsync.xyz</a>.
</p>
</div>
</section>
<div class="copyright">
<p><a href="https://en.gemsync.xyz">GemSync</a> © 2024. All rights reserved. <a href="/gtc">GTC</a> <a href="/gcu">GCU</a></p>
</div>
<!-- Load the Js -->
<script type="text/javascript" src="https://gemsync.xyz/assets/js/refund.js"></script>
</body>
</html>