Verification Suite API
This a collection of API used for Verification Suite.
Verification Suite
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"debit_from": "00016459898989871",
"verification_type": "PAN",
"pan": {
"pan_number": "ABCDE1000D"
},{
"success": true,
"http_code": 200,
"message": "Details verified successfully",
"data": {
"verification_id": "26392884512043830097",
"source_type": "PAN",
"doc_number": "ABCDE1000D",
"commission": 5,
"tax": 0.9,
"verification_status": "Success",
"verify_response": {
"pan": "ABCDE1000D",
"type": "Individual",
"reference_id": 82540000,
"name_provided": "",
"registered_name": "ABC XYZ",
"father_name": "",
"valid": true,
"message": "PAN verified successfully"
}
}
}Verification Object
Verification Object
Type
Get Verification Details
Headers
Name
Type
Description
Path
Name
Type
Description
Last updated