{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"1e4dd962-e400-42a8-94be-605ab91109a7","name":"Finaxle KYC APIs","description":"The **KYC** enables access to various API services via a **standardized programmatic interface**.\n\n- API requests are made using **HTTP methods** (GET, POST, etc.).\n    \n- Responses are returned in **JSON format**.\n    \n- The latest API version is **v1**.\n    \n- All endpoints require authentication via **Bearer Token**.\n    \n\n### **Using Postman**\n\nTo get started quickly, use **Postman**:\n\n1. Click the **\"Run in Postman\"** button above.\n    \n2. Import our **Postman Collection**, which includes pre-configured endpoints.\n    \n3. Add your **Bearer Token** in the **Authorization header**.\n    \n\n---\n\n# **Our Collection**\n\n### 1\\. PAN\n\n- PAN Basic\n    \n- PAN to Email - Mobile\n    \n- PAN Comprehensive\n    \n- PAN Comprehensive Plus\n    \n- PAN ITR Compliance Check\n    \n- PAN to CIN\n    \n- Mobile to PAN V2\n    \n\n### 2\\. Vehicle Verification - RC\n\n- Vehicle Verification- RC\n    \n- RC - BASIC\n    \n- Reverse RC\n    \n- RC - Lite\n    \n\n### 3\\. Driving License\n\n- DL - Basic\n    \n- DL - Verify\n    \n\n### 4\\. Digilocker\n\n- Initialize\n    \n- Check Status\n    \n- Check Aadhaar XML\n    \n- List Documents\n    \n- Download Documents\n    \n\n### 5\\. Bank Verification\n\n- Bank Verification Penny Drop\n    \n- Bank Verification Pennyless\n    \n- Mobile to UPI\n    \n\n### 6\\. Mobile Verification Suite\n\n- Mobile to PAN\n    \n- Mobile to Name\n    \n- Mobile to UAN\n    \n\n### 7\\. Corporate\n\nA. DIN to Contact\n\nB. Mobile to UAN\n\n#### C. GST\n\n- GST Turnover\n    \n- GSTIN\n    \n- GSTIN Mobile & Email\n    \n\n#### D. MCA\n\n- MCA Company Details\n    \n\n### 8\\. E-commerce Address Tracker\n\n### 9\\. LPG Verification\n\n### 10\\. Telecom\n\n### 11\\. Prefill Report\n\n- Prefill V1\n    \n- Prefill V2\n    \n\n### 12\\. Credit Report\n\n#### A. CRIF\n\n- CRIF\n    \n- CRIF User Auth\n    \n- CRIF V2\n    \n\n#### B. Experian\n\n- Experian\n    \n- Experian PDF\n    \n\n#### C. Equifax\n\n#### D. CIBIL\n\n#### E. CIBIL Auth Flow\n\n### 13\\. Occupation Verification\n\n- Doctor\n    \n- Chartered Accountant (CA)\n    \n\n### 14\\. Passport\n\n### 15\\. Crime Check\n\n- CC-Initiate\n    \n- CC-Get Details\n    \n\n### 16\\. ITR\n\n- Create Client\n    \n- Check Credentials\n    \n- Download ITR\n    \n- Reset Password\n    \n- Submit OTP\n    \n\n---\n\n## **Need Help?**\n\n📩 **Support Email**: [techsupport@Finaxle.ai](https://mailto:techsupport@Finaxle.ai)\n\n⚠️ **All API requests require authentication** using the following format:\n\n``` json\nAuthorization: Bearer YOUR_API_TOKEN\n\n ```\n\n---\n\n# **Registration Quickstart**\n\nTo get API access (staging & production), contact [techsupport@Finaxle.ai](https://mailto:techsupport@Finaxle.ai)\n\n### **Trial Usage**\n\n- **Trial Period**: 3 days\n    \n- **Limit**: 50 API requests\n    \n- **Request a trial**: Contact [techsupport@Finaxle.ai](https://mailto:techsupport@Finaxle.ai)\n    \n\n---\n\n# **Endpoints**\n\nAPI requests are made via **HTTPS** using versioned URLs.\n\n| Environment | Endpoint |\n| --- | --- |\n| **Production** | [https://live.finaxle.com](https://live.finaxle.com) |\n\n---\n\n# **API Response Format**\n\nEach response is wrapped inside a `data` field and includes metadata fields like `timestamp`, `transaction_id`, and `status`.\n\n### **Example Response**\n\n``` json\n{\n \"timestamp\": \"2025-06-24T07:15:13.206Z\",\n  \"transaction_id\": \"a2f800a2-0cc1-49d0-b82a-37f9ebc808e1\",\n  \"status\": \"success\",\n  \"data\":{\n          }\n}\n\n ```\n\n---\n\n# **Authentication**\n\nFinaxle API uses **token-based authentication**.\n\n- Tokens are required for **all requests**.\n    \n- Requests must be sent over **HTTPS**.\n    \n- You will be provided with both **live** and **sandbox** tokens.\n    \n- Sandbox mode allows **testing** before going live, with a request cap of **50 trial credits**.\n    \n\n### **Authorization Header**\n\n``` plaintext\nAuthorization: Bearer YOUR_API_TOKEN\n\n ```\n\n---\n\n# **Errors and Status Codes**\n\n### **Standard HTTP Status Codes**\n\n| Code | Name | Description |\n| --- | --- | --- |\n| 200 | OK | Successful Request |\n\n### **Error Codes**\n\n| Code | Name | Description |\n| --- | --- | --- |\n| 400 | Bad Request | Malformed request |\n| 401 | Unauthorized | Invalid authentication token |\n| 422 | Unprocessable Entity | Validation error |\n| 500 | Internal Server Error | API-side error |\n\n---\n\n### **Tips to Avoid Rate Limits**\n\n✔️ Schedule **batch API jobs** outside peak hours.  \n✔️ **Throttle** batch jobs using delays.  \n✔️ Implement **exponential backoff** (start with **30-second delay**).  \n✔️ Prioritize **essential API requests** first.  \n✔️ Set up **alerts** to monitor **error responses**.\n\n---\n\n# **API Deprecation Policy**\n\nWhen an API version is **deprecated**, we will:\n\n1. **Mark the endpoint as deprecated** in the documentation.\n    \n2. **Add a** **`Sunset`** **header** to indicate the deprecation date.\n    \n3. **Notify developers via email** before deprecation.\n    \n4. **Send follow-up emails** after the deprecation date.\n    \n\n---\n\n## **Backwards Compatibility**\n\nThe following changes are **backwards-compatible**:  \n✔️ Adding **new API endpoints**  \n✔️ Adding **new response fields**  \n✔️ Adding **optional request parameters**  \n✔️ Sending **webhooks for new event types**  \n✔️ Reordering **JSON properties**\n\n---\n\n## **Additional Information**\n\nIf you have any questions, contact our **Support Team** at [<b>techsupport@Finaxle.ai</b>](https://mailto:techsupport@finaxle.com)","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":true,"owner":"52035752","team":13252996,"collectionId":"1e4dd962-e400-42a8-94be-605ab91109a7","publishedId":"2sBXc7K4Py","public":true,"publicUrl":"https://docs.finaxle.com","privateUrl":"https://go.postman.co/documentation/52035752-1e4dd962-e400-42a8-94be-605ab91109a7","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"documentationLayout":"classic-double-column","customisation":{"metaTags":[{"name":"description","value":""},{"name":"title","value":""}],"appearance":{"default":"light","themes":[{"name":"dark","logo":"https://content.pstmn.io/03bcc81b-c5b3-42c7-955b-ef404e986834/ZEdqZzEwUkwyMUNSVlZZRW51Sm1IUG0xdGsucG5n","colors":{"top-bar":"212121","right-sidebar":"303030","highlight":"FF6C37"}},{"name":"light","logo":"https://content.pstmn.io/03bcc81b-c5b3-42c7-955b-ef404e986834/ZEdqZzEwUkwyMUNSVlZZRW51Sm1IUG0xdGsucG5n","colors":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"}}]}},"version":"8.10.0","publishDate":"2026-02-02T17:21:38.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{"title":"","description":""},"logos":{"logoLight":"https://content.pstmn.io/03bcc81b-c5b3-42c7-955b-ef404e986834/ZEdqZzEwUkwyMUNSVlZZRW51Sm1IUG0xdGsucG5n","logoDark":"https://content.pstmn.io/03bcc81b-c5b3-42c7-955b-ef404e986834/ZEdqZzEwUkwyMUNSVlZZRW51Sm1IUG0xdGsucG5n"}},"statusCode":200},"environments":[],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/57f0a8e2727b81652ff59cb871c8c40767d7362ffe1fece3d8f8063719fe1247","favicon":"https://finaxle.com/favicon.ico"},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"}],"canonicalUrl":"https://docs.finaxle.com/view/metadata/2sBXc7K4Py"}