Skip to content

Commit 2591c7d

Browse files
add first, middle and last name fields in valid response
1 parent 9d5fa36 commit 2591c7d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/data/pan/quickstart.mdx

+4-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ While testing on Sandbox, you may use the following sample values—
7878
"data": {
7979
"aadhaar_seeding_status": "LINKED", // optional
8080
"category": "Individual",
81-
"full_name": "John Doe"
81+
"full_name": "John Doe",
82+
"first_name": "John Hartwell",
83+
"middle_name": "Walter",
84+
"last_name": "Doe"
8285
},
8386
"message": "PAN is valid",
8487
"verification": "success",

0 commit comments

Comments
 (0)