Skip to content

Commit f43bb80

Browse files
author
Yatin Gupta
committed
Add response if aadhaar and pan are not linked in /verifyAadhaarPanLink
1 parent ff5a69f commit f43bb80

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ Please do not expose the appid and appkey on browser applications. In case of a
493493
* Success Response:
494494

495495
* 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.
497497

498498
```
499499
{
@@ -504,6 +504,21 @@ Please do not expose the appid and appkey on browser applications. In case of a
504504
}
505505
}
506506
```
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+
```
507522

508523
* Error Responses:
509524

0 commit comments

Comments
 (0)