-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgetstarted.html
79 lines (56 loc) · 2.67 KB
/
getstarted.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<!-- bootstrap script -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.min.js" integrity="sha384-IDwe1+LCz02ROU9k972gdyvl+AESN10+x7tBKgc9I5HFtuNz0wWnPclzo6p9vxnk" crossorigin="anonymous"></script>
</head>
<body>
<div style="margin-left: 20% ; margin-right: 20%; margin-top: 5%;">
<h3>What documents are required to open an account with Upstox?</h3>
</div>
<br>
<br>
<div style="margin-left:20% ;">
Upstox requires the following documents to open an account:
<div style="margin-left: 20;">
<ul>
<li>
PAN Card
</li>
<li>
AAdhar Card
</li>
</ul>
</div>
</div>
<br>
<div style="margin-left: 20%;"><img src="images/aadhar pan.png" alt=""></div>
<div style="margin-left: 20%; margin-right: 20%; margin-top: 5%;">
<p>To make sure you can complete the account opening process quickly and in one-go we suggest you have your PAN and Aadhaar card handy.
If you already have a Demat account with another broker, you won’t need to reupload these documents and they will be fetched automatically from the central KYC agency.
If you do not have a Demat account with another broker, these documents will be fetched from DigiLocker. For this, Aadhaar needs to be linked with a mobile number.
There may be a few other documents required such as:</p>
</div>
<div style="margin-left: 22%;">
<ul>
<li>
Income proof (salary slips, ITR etc.) - In case you want to activate Futures and Options, Commodity segments
</li>
</ul>
<hr style="width: 80%;">
</div>
<br>
<br>
<div style="margin-left: 20%;">
<h2>Still Stuck? </h2>
<p>Have you tried searching for an answer?</p>
<p style="color: grey;">Create a ticket and we’ll reply as soon as we can, or come back later. Our live support <br> is open 8am–7pm IST,Monday–Saturday.</p>
</div>
</body>
</html>