File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -493,7 +493,7 @@ Please do not expose the appid and appkey on browser applications. In case of a
493
493
* Success Response:
494
494
495
495
* Code: **200**
496
- * Incase of a successful validation , the response would have the following schema.
496
+ * Incase the Aadhaar and Pan are linked , the response would have the following schema.
497
497
498
498
```
499
499
{
@@ -504,6 +504,21 @@ Please do not expose the appid and appkey on browser applications. In case of a
504
504
}
505
505
}
506
506
```
507
+ * Success Response:
508
+
509
+ * Code: **200**
510
+ * Incase the Aadhar and Pan are not linked, the response would have the following schema.
511
+
512
+ ```
513
+ {
514
+ "status": "success",
515
+ "statusCode": "200",
516
+ "result": {
517
+ "code": 535,
518
+ "message": "Aadhar and Pan are not linked"
519
+ }
520
+ }
521
+ ```
507
522
508
523
* Error Responses:
509
524
You can’t perform that action at this time.
0 commit comments