{"openapi":"3.0.2","info":{"title":"Deepvue.tech Developers' Guide","description":"Deepvue.tech's APIs and SDKs are a No-Code Solution to Document Digitization and Verification for Businesses.\n\n## Call attribution (optional)\n\nTag any call with the system that made it and with your own reference data,\nthen reconcile it later against your usage records.\n\n| Header | Meaning |\n| --- | --- |\n| `X-Deepvue-Origin` | Which system produced the call, e.g. `workflow-builder`, `mcp`, or a slug of your own. Lowercased before storage; must match `^[a-z0-9][a-z0-9-]{0,31}$`. |\n| `X-Deepvue-Meta-<Name>` | Your own fields, as many as you need. `X-Deepvue-Meta-Order-Id: SO-4471` is recorded as `order_id`. |\n\nBoth are optional. A call sending neither behaves exactly as it did before.\n\nUse **hyphens** in these header names, never underscores.\n\nLimits. A request breaking any of them is refused with **400**\n`INVALID_ORIGIN_METADATA` *before* the call is made, so it is never charged:\n\n- at most 10 `X-Deepvue-Meta-*` headers\n- each key at most 40 characters, each value at most 255\n- 2048 bytes in total once serialised\n\nValues are stored as sent, so do not put personal data in them.\n","version":"v1","x-logo":{"url":"https://deepvue.tech/wp-content/uploads//2022/01/deepvue-logo1-1.svg"}},"paths":{"/v1/background-verification/pep-sanction-aml-check/document":{"get":{"summary":"Get Pep Sanction Aml Check Archive","operationId":"get_pep_sanction_aml_check_archive_v1_background_verification_pep_sanction_aml_check_document_get","parameters":[{"description":"Encrypted document token","required":true,"schema":{"type":"string","maxLength":500,"title":"Token","description":"Encrypted document token"},"name":"token","in":"query"},{"description":"Expiration timestamp","required":true,"schema":{"type":"integer","title":"Exp","description":"Expiration timestamp"},"name":"exp","in":"query"},{"description":"HMAC signature","required":true,"schema":{"type":"string","maxLength":128,"title":"Sig","description":"HMAC signature"},"name":"sig","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/background-verification/financial-crime-screening/document":{"get":{"summary":"Get Pep Sanction Aml Check Archive","operationId":"get_pep_sanction_aml_check_archive_v1_background_verification_financial_crime_screening_document_get","parameters":[{"description":"Encrypted document token","required":true,"schema":{"type":"string","maxLength":500,"title":"Token","description":"Encrypted document token"},"name":"token","in":"query"},{"description":"Expiration timestamp","required":true,"schema":{"type":"integer","title":"Exp","description":"Expiration timestamp"},"name":"exp","in":"query"},{"description":"HMAC signature","required":true,"schema":{"type":"string","maxLength":128,"title":"Sig","description":"HMAC signature"},"name":"sig","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/background-verification/court-record-check/archive":{"get":{"summary":"Get Court Check Archive","operationId":"get_court_check_archive_v1_background_verification_court_record_check_archive_get","parameters":[{"description":"Encrypted document token","required":true,"schema":{"type":"string","maxLength":500,"title":"Token","description":"Encrypted document token"},"name":"token","in":"query"},{"description":"Expiration timestamp","required":true,"schema":{"type":"integer","title":"Exp","description":"Expiration timestamp"},"name":"exp","in":"query"},{"description":"HMAC signature","required":true,"schema":{"type":"string","maxLength":128,"title":"Sig","description":"HMAC signature"},"name":"sig","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/background-verification/fir-check/document":{"get":{"summary":"Get Fir Check Archive","operationId":"get_fir_check_archive_v1_background_verification_fir_check_document_get","parameters":[{"description":"Encrypted document token","required":true,"schema":{"type":"string","maxLength":2000,"title":"Token","description":"Encrypted document token"},"name":"token","in":"query"},{"description":"Expiration timestamp","required":true,"schema":{"type":"integer","title":"Exp","description":"Expiration timestamp"},"name":"exp","in":"query"},{"description":"HMAC signature","required":true,"schema":{"type":"string","maxLength":128,"title":"Sig","description":"HMAC signature"},"name":"sig","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/verification/pan-msme-check":{"get":{"tags":["MSME APIs"],"summary":"Pan Msme Check","description":"The PAN-MSME Check API gives information whether there is an MSME registered against a particular business PAN and whether or nor it's migrated to latest Udyam Portal.","operationId":"pan_msme_check_v1_verification_pan_msme_check_get","parameters":[{"required":true,"schema":{"type":"string","title":"Pan Number"},"name":"pan_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_PAN_MSME_CHECK_SUCCESS"},{"$ref":"#/components/schemas/RESPONSE_PAN_MSME_NOT_FOUND"},{"$ref":"#/components/schemas/RESPONSE_INVALID_PANCARD_NUMBER"}],"title":"Response 200 Pan Msme Check V1 Verification Pan Msme Check Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Pan Msme Check V1 Verification Pan Msme Check Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Pan Msme Check V1 Verification Pan Msme Check Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_PAN_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/RESPONSE_SOURCE_FAILURE"}],"title":"Response 500 Pan Msme Check V1 Verification Pan Msme Check Get"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/gstin/gstin-by-pan/batch":{"post":{"tags":["GST APIs"],"summary":"Bulk Search Taxpayer By Pan","description":"Use this API to do perform gstin search by pan in bulk. This is an async verification request. Results once processed are sent over a webhook that's registered for your account.","operationId":"bulk_search_taxpayer_by_pan_v1_verification_gstin_gstin_by_pan_batch_post","parameters":[{"required":false,"schema":{"type":"string","title":"Webhook Url"},"name":"webhook_url","in":"query"}],"requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_bulk_search_taxpayer_by_pan_v1_verification_gstin_gstin_by_pan_batch_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_INITIATED_SUCCESSFULLY"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Bulk Search Taxpayer By Pan V1 Verification Gstin Gstin By Pan Batch Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Bulk Search Taxpayer By Pan V1 Verification Gstin Gstin By Pan Batch Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Bulk Search Taxpayer By Pan V1 Verification Gstin Gstin By Pan Batch Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_BATCH_FILE_FORMAT_NOT_SUPPORTED"},{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_LIMIT_EXCEEDED"},{"$ref":"#/components/schemas/RESPONSE_PAN_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED"}],"title":"Response 422 Bulk Search Taxpayer By Pan V1 Verification Gstin Gstin By Pan Batch Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/gstin-advanced/batch":{"post":{"tags":["GST APIs"],"summary":"Bulk Gstin Advanced Verification","description":"Use this API to do perform gstin advanced verification in bulk. This is an async verification request. Results once processed are sent over a webhook that's registered for your account.","operationId":"bulk_gstin_advanced_verification_v1_verification_gstin_advanced_batch_post","parameters":[{"required":false,"schema":{"type":"string","title":"Webhook Url"},"name":"webhook_url","in":"query"}],"requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_bulk_gstin_advanced_verification_v1_verification_gstin_advanced_batch_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_INITIATED_SUCCESSFULLY"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Bulk Gstin Advanced Verification V1 Verification Gstin Advanced Batch Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Bulk Gstin Advanced Verification V1 Verification Gstin Advanced Batch Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Bulk Gstin Advanced Verification V1 Verification Gstin Advanced Batch Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_BATCH_FILE_FORMAT_NOT_SUPPORTED"},{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_LIMIT_EXCEEDED"},{"$ref":"#/components/schemas/RESPONSE_GSTIN_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED"}],"title":"Response 422 Bulk Gstin Advanced Verification V1 Verification Gstin Advanced Batch Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/upi-basic/batch":{"post":{"tags":["KYC APIs"],"summary":"Upi Basic Verification Batch","description":"Use this API to do perform upi basic verification in bulk. This is an async verification request. Results once processed are sent over a webhook that's registered for your account.","operationId":"upi_basic_verification_batch_v1_verification_upi_basic_batch_post","parameters":[{"required":false,"schema":{"type":"string","title":"Webhook Url"},"name":"webhook_url","in":"query"}],"requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_upi_basic_verification_batch_v1_verification_upi_basic_batch_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_INITIATED_SUCCESSFULLY"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Upi Basic Verification Batch V1 Verification Upi Basic Batch Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Upi Basic Verification Batch V1 Verification Upi Basic Batch Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Upi Basic Verification Batch V1 Verification Upi Basic Batch Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_BATCH_FILE_FORMAT_NOT_SUPPORTED"},{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_LIMIT_EXCEEDED"},{"$ref":"#/components/schemas/RESPONSE_UPI_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED"}],"title":"Response 422 Upi Basic Verification Batch V1 Verification Upi Basic Batch Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/mca/cin/batch":{"post":{"tags":["MCA APIs"],"summary":"Cin Verification Batch","description":"Use this API to do perform Cin verification in bulk. This is an async verification request. Results once processed are sent over a webhook that's registered for your account.","operationId":"Cin_Verification_Batch_v1_verification_mca_cin_batch_post","parameters":[{"required":false,"schema":{"type":"string","title":"Webhook Url"},"name":"webhook_url","in":"query"}],"requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_Cin_Verification_Batch_v1_verification_mca_cin_batch_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_INITIATED_SUCCESSFULLY"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Cin Verification Batch V1 Verification Mca Cin Batch Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Cin Verification Batch V1 Verification Mca Cin Batch Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Cin Verification Batch V1 Verification Mca Cin Batch Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_BATCH_FILE_FORMAT_NOT_SUPPORTED"},{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_LIMIT_EXCEEDED"},{"$ref":"#/components/schemas/RESPONSE_CIN_BATCH_FILE_CONTENT_NOT_SUPPORTED"}],"title":"Response 422 Cin Verification Batch V1 Verification Mca Cin Batch Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/mobile-intelligence/mobile-to-pan":{"get":{"tags":["Mobile Forensics"],"summary":"Mobile To Pan Insightapi","description":"Use this API to find vehicle registration linked to a given mobile number.","operationId":"mobile_to_pan_insightapi_v1_mobile_intelligence_mobile_to_pan_get","parameters":[{"required":true,"schema":{"type":"string","title":"Mobile Number"},"name":"mobile_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/mobile-intelligence/mobile-to-pan/batch":{"post":{"tags":["Mobile Forensics"],"summary":"Mobile To Pan Batch","description":"Use this API to do mobile to pan in bulk. This is an async verification request. Results once processed are sent over a webhook that's registered for your account.","operationId":"mobile_to_pan_batch_v1_mobile_intelligence_mobile_to_pan_batch_post","parameters":[{"required":false,"schema":{"type":"string","title":"Webhook Url"},"name":"webhook_url","in":"query"}],"requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_mobile_to_pan_batch_v1_mobile_intelligence_mobile_to_pan_batch_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_INITIATED_SUCCESSFULLY"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Mobile To Pan Batch V1 Mobile Intelligence Mobile To Pan Batch Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Mobile To Pan Batch V1 Mobile Intelligence Mobile To Pan Batch Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Mobile To Pan Batch V1 Mobile Intelligence Mobile To Pan Batch Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_BATCH_FILE_FORMAT_NOT_SUPPORTED"},{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_LIMIT_EXCEEDED"},{"$ref":"#/components/schemas/RESPONSE_MOBILE_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED"}],"title":"Response 422 Mobile To Pan Batch V1 Mobile Intelligence Mobile To Pan Batch Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/mobile-intelligence/mobile-to-vehicle-rc":{"get":{"tags":["Mobile Forensics"],"summary":"Mobile To Vehicle Rc","description":"Use this API to find vehicle registration linked to a given mobile number.","operationId":"mobile_to_vehicle_rc_v1_mobile_intelligence_mobile_to_vehicle_rc_get","parameters":[{"required":true,"schema":{"type":"string","title":"Mobile Number"},"name":"mobile_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/mobile-intelligence/mobile-identity":{"post":{"tags":["Mobile Forensics"],"summary":"Mobile Identity","description":"Use this API to find identity details linked to a given mobile number.","operationId":"mobile_identity_v1_mobile_intelligence_mobile_identity_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MobileIdentityRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/business-compliance/fssai-verification":{"get":{"tags":["Business Compliance"],"summary":"Fssai Verification","description":"This API is used to verify the FSSAI ID/License Number.","operationId":"FSSAI_Verification_v1_business_compliance_fssai_verification_get","parameters":[{"required":true,"schema":{"type":"string","title":"Fssai Id"},"name":"fssai_id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_FSSAI_ID_VERIFICATION_SUCCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_FSSAI_ID"}],"title":"Response 200 Fssai Verification V1 Business Compliance Fssai Verification Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Fssai Verification V1 Business Compliance Fssai Verification Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Fssai Verification V1 Business Compliance Fssai Verification Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_FSSAI_ID_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/RESPONSE_SOURCE_FAILURE"}],"title":"Response 500 Fssai Verification V1 Business Compliance Fssai Verification Get"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/business-compliance/shop-establishment-certificate":{"get":{"tags":["Business Compliance"],"summary":"Shop Establishment Certificate","description":"This API is used to verify the Shop Establishment Certificate.","operationId":"shop_establishment_certificate_v1_business_compliance_shop_establishment_certificate_get","parameters":[{"required":true,"schema":{"type":"string","title":"Certificate Number"},"name":"certificate_number","in":"query"},{"required":true,"schema":{"type":"string","title":"State Code"},"name":"state_code","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_SHOP_ESTABLISHMENT_VERIFICATION_SUCCESS"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Shop Establishment Certificate V1 Business Compliance Shop Establishment Certificate Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Shop Establishment Certificate V1 Business Compliance Shop Establishment Certificate Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INVALID_STATE_CODE"},{"$ref":"#/components/schemas/RESPONSE_VERIFICATION_FAILED"}],"title":"Response 422 Shop Establishment Certificate V1 Business Compliance Shop Establishment Certificate Get"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/RESPONSE_SOURCE_FAILURE"}],"title":"Response 500 Shop Establishment Certificate V1 Business Compliance Shop Establishment Certificate Get"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/business-compliance/pan-to-din":{"get":{"tags":["Business Compliance"],"summary":"Pan To Din","description":"This API is used to verify the PAN Number.","operationId":"pan_to_din_v1_business_compliance_pan_to_din_get","parameters":[{"required":true,"schema":{"type":"string","title":"Pan Number"},"name":"pan_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_PAN_TO_DIN_SUCCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_PAN_OR_DIN_NOT_FOUND"}],"title":"Response 200 Pan To Din V1 Business Compliance Pan To Din Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_PAN_PATTERN"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Pan To Din V1 Business Compliance Pan To Din Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Pan To Din V1 Business Compliance Pan To Din Get"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/RESPONSE_SOURCE_FAILURE"}],"title":"Response 500 Pan To Din V1 Business Compliance Pan To Din Get"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/business-compliance/din-to-pan":{"get":{"tags":["Business Compliance"],"summary":"Din To Pan","description":"This API is used to verify the DIN Number.","operationId":"din_to_pan_v1_business_compliance_din_to_pan_get","parameters":[{"required":true,"schema":{"type":"string","title":"Din Number"},"name":"din_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_DIN_TO_PAN_SUCCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_DIN_OR_PAN_NOT_FOUND"}],"title":"Response 200 Din To Pan V1 Business Compliance Din To Pan Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_DIN_PATTERN"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Din To Pan V1 Business Compliance Din To Pan Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Din To Pan V1 Business Compliance Din To Pan Get"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/RESPONSE_SOURCE_FAILURE"}],"title":"Response 500 Din To Pan V1 Business Compliance Din To Pan Get"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/business-compliance/msme-migration-status":{"get":{"tags":["Business Compliance"],"summary":"Msme Migration Status","description":"This API is used to get the MSME Migration Status.","operationId":"msme_migration_status_v1_business_compliance_msme_migration_status_get","parameters":[{"required":true,"schema":{"type":"string","title":"Pan Number"},"name":"pan_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_MSME_MIGRATION_STATUS_SUCCESS"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_PAN_PATTERN"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Msme Migration Status V1 Business Compliance Msme Migration Status Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Msme Migration Status V1 Business Compliance Msme Migration Status Get"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/RESPONSE_SOURCE_FAILURE"}],"title":"Response 500 Msme Migration Status V1 Business Compliance Msme Migration Status Get"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/business-compliance/msme-migration-status/batch":{"post":{"tags":["Business Compliance"],"summary":"Msme Migration Status Batch","description":"Use this API to perform MSME Migration Status in bulk. This is an async verification request. Results once processed are sent over a webhook that's registered for your account.","operationId":"msme_migration_status_batch_v1_business_compliance_msme_migration_status_batch_post","parameters":[{"required":false,"schema":{"type":"string","title":"Webhook Url"},"name":"webhook_url","in":"query"}],"requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_msme_migration_status_batch_v1_business_compliance_msme_migration_status_batch_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/financial-services/credit-bureau/credit-report":{"get":{"tags":["Financial Services"],"summary":"Credit Report","description":"Credit Bureau is an agency that collects information related to the credit ratings of individuals and makes it available to financial companies, banks, and other legal authorities.\n\nThe Credit Report API gives information about a person's credit. It fetches credit reports using detailed parameters.   \nOur partner bureaus - Equifax and more in the pipeline.","operationId":"credit_report_v1_financial_services_credit_bureau_credit_report_get","parameters":[{"required":true,"schema":{"type":"string","title":"Full Name"},"name":"full_name","in":"query"},{"required":true,"schema":{"type":"string","title":"Pan Number"},"name":"pan_number","in":"query"},{"required":true,"schema":{"type":"string","title":"Mobile Number"},"name":"mobile_number","in":"query"},{"required":true,"schema":{"type":"string","title":"Consent"},"name":"consent","in":"query"},{"required":true,"schema":{"type":"string","title":"Purpose"},"name":"purpose","in":"query"},{"required":false,"schema":{"type":"boolean","title":"Generate Pdf","default":false},"name":"generate_pdf","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_CREDIT_REPORT"},{"$ref":"#/components/schemas/CREDIT_REPORT_NO_RECORD"},{"$ref":"#/components/schemas/INVALID_PAN_PLUS"}],"title":"Response 200 Credit Report V1 Financial Services Credit Bureau Credit Report Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Credit Report V1 Financial Services Credit Bureau Credit Report Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Credit Report V1 Financial Services Credit Bureau Credit Report Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Credit Report V1 Financial Services Credit Bureau Credit Report Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_INPUT_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/CREDIT_REPORT_FAILED_AT_SOURCE"},{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}],"title":"Response 500 Credit Report V1 Financial Services Credit Bureau Credit Report Get"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/mnrl/verify":{"get":{"tags":["MNRL APIs"],"summary":"Verify Mobile Number","description":"Verify mobile number using MNRL API.","operationId":"verify_mobile_number_v1_verification_mnrl_verify_get","parameters":[{"required":true,"schema":{"type":"string","title":"Mobile Number"},"name":"mobile_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_INITIATED_SUCCESSFULLY"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Verify Mobile Number V1 Verification Mnrl Verify Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Verify Mobile Number V1 Verification Mnrl Verify Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Verify Mobile Number V1 Verification Mnrl Verify Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_BATCH_FILE_FORMAT_NOT_SUPPORTED"},{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_LIMIT_EXCEEDED"},{"$ref":"#/components/schemas/RESPONSE_CIN_BATCH_FILE_CONTENT_NOT_SUPPORTED"}],"title":"Response 422 Verify Mobile Number V1 Verification Mnrl Verify Get"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/bsa/usage":{"get":{"tags":["Bank Statement Analysis"],"summary":"Get Bsa List","operationId":"get_bsa_list_v1_bsa_usage_get","parameters":[{"required":false,"schema":{"type":"integer","title":"Page","default":1},"name":"page","in":"query"},{"required":false,"schema":{"type":"integer","title":"Page Size","default":10},"name":"page_size","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/bsa/banks-list":{"get":{"tags":["Bank Statement Analysis"],"summary":"Get Bsa Banks List","operationId":"get_bsa_banks_list_v1_bsa_banks_list_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/bsa/upload":{"post":{"tags":["Bank Statement Analysis"],"summary":"Upload File","operationId":"upload_file_v1_bsa_upload_post","requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_upload_file_v1_bsa_upload_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/bsa/download-report":{"get":{"tags":["Bank Statement Analysis"],"summary":"Get Download Report","operationId":"get_download_report_v1_bsa_download_report_get","parameters":[{"required":true,"schema":{"type":"string","title":"Reference Id"},"name":"reference_id","in":"query"},{"required":false,"schema":{"allOf":[{"$ref":"#/components/schemas/ReportTypeEnum"}],"default":"json"},"name":"report_type","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/bsa/dv-sm/webhook":{"post":{"tags":["Bank Statement Analysis"],"summary":"Webhook Handler","description":"Webhook handler for receiving notifications from the BSA service.\n\nExample payload:\n{\n    'data': {\n        'jsonUrl': 'https://sm-bsa.scoreme.in/bsa/external/bsaReportDownload?file=e1547c22-470c-4449-bfe5-6b1606551054_BSA_Report.json',\n        'excelUrl': 'https://sm-bsa.scoreme.in/bsa/external/bsaReportDownload?file=e1547c22-470c-4449-bfe5-6b1606551054_BSA_Report.xlsx',\n        'referenceId': 'e1547c22-470c-4449-bfe5-6b1606551054'\n    },\n    'responseMessage': 'Successfully Completed.',\n    'responseCode': 'SRC001'\n}","operationId":"webhook_handler_v1_bsa_dv_sm_webhook_post","requestBody":{"content":{"application/json":{"schema":{"type":"object","title":"Data"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/client/usage-report":{"get":{"summary":"Generate User Usage Report","operationId":"generate_user_usage_report_v1_client_usage_report_get","parameters":[{"required":false,"schema":{"type":"boolean","title":"Generate Excel","default":false},"name":"generate_excel","in":"query"},{"required":false,"schema":{"type":"string","title":"Since Date"},"name":"since_date","in":"query"},{"required":false,"schema":{"type":"string","title":"Until Date"},"name":"until_date","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/contact-verification/otp/generate":{"post":{"tags":["Contact Verification"],"summary":"Otp Generate","description":"Send one OTP over every requested channel, billing the caller per channel.\n\n`channels` is comma-separated (e.g. \"sms,email\"); each delivered channel is billed\nat its own product's price. Returns a reference_id for /otp/verify.","operationId":"Otp_Generate_v1_contact_verification_otp_generate_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Body_Otp_Generate_v1_contact_verification_otp_generate_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_CONTACT_VERIFICATION_OTP_GENERATE"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResponse"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Otp Generate V1 Contact Verification Otp Generate Post"}}}},"429":{"description":"Too Many Requests","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_CONTACT_VERIFICATION_OTP_GENERATE"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_CONTACT_VERIFICATION_OTP_GENERATE"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/contact-verification/otp/verify":{"post":{"tags":["Contact Verification"],"summary":"Otp Verify","description":"Verify an OTP issued by /otp/generate. Priced 0 — the send is the billed step.\n\nEvery evaluatable outcome (verified / wrong-but-retryable / expired / locked) is a\n200; only a reference that cannot be evaluated at all — malformed, never issued, or\nalready consumed — is a 422.","operationId":"Otp_Verify_v1_contact_verification_otp_verify_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Body_Otp_Verify_v1_contact_verification_otp_verify_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_CONTACT_VERIFICATION_OTP_VERIFY"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResponse"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Otp Verify V1 Contact Verification Otp Verify Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_CONTACT_VERIFICATION_OTP_VERIFY"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BaseResponse"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/authorize":{"post":{"tags":["Authorization"],"summary":"Authorize","operationId":"authorize_v1_authorize_post","requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/Body_authorize_v1_authorize_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Token"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-codeSamples":[{"lang":"cURL","source":"curl -X 'POST' \\\n  'https://production.deepvue.tech/v1/authorize' \\\n  -H 'accept: application/json' \\\n  -H 'Content-Type: application/x-www-form-urlencoded' \\\n  -d 'client_id=CLIENT_ID&client_secret=YOUR API KEY'","label":"curl"},{"lang":"Java - OkHttp","source":"OkHttpClient client = new OkHttpClient().newBuilder()\n    .build();\nMediaType mediaType = MediaType.parse(\"text/plain\");\nRequestBody body = new MultipartBody.Builder().setType(MultipartBody.FORM)\n    .addFormDataPart(\"client_secret\",\"YOUR API KEY\")\n    .addFormDataPart(\"client_id\",\"CLIENT_ID\")\n    .build();\nRequest request = new Request.Builder()\n    .url(\"https://production.deepvue.tech/v1/authorize\")\n    .method(\"POST\", body)\n    .build();\nResponse response = client.newCall(request).execute();","label":"java"},{"lang":"Python","source":"import requests\nurl = \"https://production.deepvue.tech/v1/authorize\"\nheaders = {'Content-Type': 'application/x-www-form-urlencoded'}\npayload = {'client_id': \"YOUR CLIENT_ID\",'client_secret': \"YOUR API KEY\"}\nresponse = requests.post(url, headers=headers, data=payload)\nprint(response.json())","label":"python"}]}},"/v1/facematch":{"post":{"tags":["Face Forensics"],"summary":"Face Match","description":"Deepvue.tech Realtime Facematch API lets you compare faces present in two different documents, within seconds.   \nTwo files required for this API can be images of two id-cards or one id-card and a selfie.   \n\nThis API performs a realtime AI-based face recognition and matching in the background,    \nreturns back with whether two faces match or not and a corresponding *confidence* value of the match.","operationId":"Face_Match_v1_facematch_post","requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_Face_Match_v1_facematch_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_IDENTITY_FACEMATCH_VERIFICATION"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Face Match V1 Facematch Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Face Match V1 Facematch Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Face Match V1 Facematch Post"}}}},"415":{"description":"Unsupported Media Type","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_IDENTITY_FACEMATCH_NOFACE"},{"$ref":"#/components/schemas/RESPONSE_IDENTITY_FACEMATCH_ERROR"}],"title":"Response 415 Face Match V1 Facematch Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}],"x-codeSamples":[{"lang":"cURL","source":"curl -X 'POST' \\\n  'https://production.deepvue.tech/v1/facematch' \\\n  -H 'accept: application/json' \\\n  -H 'Content-Type: multipart/form-data' \\\n  -H 'Authorization: Bearer <ACCESS_TOKEN>' \\\n  -H 'x-api-key: YOUR API KEY' \\\n  -F 'file_a=@your-file-a.jpg;type=image/jpeg' \\\n  -F 'file_b=@your-file-b.jpg;type=image/jpeg'","label":"curl"},{"lang":"Python","source":"import requests\nurl = \"https://production.deepvue.tech/v1/facematch\"\nheaders = {\"Authorization\":\"Bearer <ACCESS_TOKEN>\", \"x-api-key\":\"YOUR API KEY\"}\nfile = {'file_a': open('your-file-a.jpg','rb'),'file_b': open('your-file-b.jpg','rb')}\nresponse = requests.post(url, headers=headers, files=file)\nprint(response.json())","label":"python"}]}},"/v1/aa/EncryptConsentRequest":{"post":{"tags":["Account Aggregator"],"summary":"Encrypt Consent Request","operationId":"Encrypt_Consent_Request_v1_aa_EncryptConsentRequest_post","parameters":[{"required":true,"schema":{"type":"string","title":"Cust Id"},"name":"cust_id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/aa/CheckConsentStatus":{"get":{"tags":["Account Aggregator"],"summary":"Check Consent Status","operationId":"Check_Consent_Status_v1_aa_CheckConsentStatus_get","parameters":[{"required":true,"schema":{"type":"string","title":"Consent Handle Id"},"name":"consent_handle_id","in":"query"},{"required":true,"schema":{"type":"string","title":"Cust Id"},"name":"cust_id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/aa/FiDataRequest":{"post":{"tags":["Account Aggregator"],"summary":"Fi Data Request","operationId":"FI_Data_Request_v1_aa_FiDataRequest_post","parameters":[{"required":true,"schema":{"type":"string","title":"Cust Id"},"name":"cust_id","in":"query"},{"required":true,"schema":{"type":"string","title":"Consent Id"},"name":"consent_id","in":"query"},{"required":true,"schema":{"type":"string","title":"Consent Handle Id"},"name":"consent_handle_id","in":"query"},{"required":false,"schema":{"type":"string","title":"From Epoch"},"name":"from_epoch","in":"query"},{"required":false,"schema":{"type":"string","title":"To Epoch"},"name":"to_epoch","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/aa/FiDataStatus":{"get":{"tags":["Account Aggregator"],"summary":"Fi Data Status","operationId":"Fi_Data_Status_v1_aa_FiDataStatus_get","parameters":[{"required":true,"schema":{"type":"string","title":"Cust Id"},"name":"cust_id","in":"query"},{"required":true,"schema":{"type":"string","title":"Consent Id"},"name":"consent_id","in":"query"},{"required":true,"schema":{"type":"string","title":"Consent Handle Id"},"name":"consent_handle_id","in":"query"},{"required":true,"schema":{"type":"string","title":"Session Id"},"name":"session_id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/ekyc/aadhaar/connect":{"get":{"tags":["Offline Aadhaar eKYC"],"summary":"Initiate Session","description":"This API allows to initiate a session with UIDAI to fetch Captcha before passing the Aadhaar number of the customer.","operationId":"Initiate_Session_v1_ekyc_aadhaar_connect_get","parameters":[{"required":true,"schema":{"type":"string","title":"Consent"},"name":"consent","in":"query"},{"required":true,"schema":{"type":"string","title":"Purpose"},"name":"purpose","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_INITIATE_SESSION_SUCCESSFUL"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Initiate Session V1 Ekyc Aadhaar Connect Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Initiate Session V1 Ekyc Aadhaar Connect Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Initiate Session V1 Ekyc Aadhaar Connect Get"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_AADHAAR_SESSION_FALIURE"},{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"}],"title":"Response 503 Initiate Session V1 Ekyc Aadhaar Connect Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/ekyc/aadhaar/generate-otp":{"post":{"tags":["Offline Aadhaar eKYC"],"summary":"Generate Otp","description":"This API will trigger OTP via UIDAI to Aadhaar registered mobile number.","operationId":"Generate_OTP_v1_ekyc_aadhaar_generate_otp_post","parameters":[{"required":true,"schema":{"type":"string","title":"Aadhaar Number"},"name":"aadhaar_number","in":"query"},{"required":true,"schema":{"type":"string","title":"Captcha"},"name":"captcha","in":"query"},{"required":true,"schema":{"type":"string","title":"Session Id"},"name":"session_id","in":"query"},{"required":true,"schema":{"type":"string","title":"Consent"},"name":"consent","in":"query"},{"required":true,"schema":{"type":"string","title":"Purpose"},"name":"purpose","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_OTP_SUCCESSFUL"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_AADHAAR_OTP_FAILURE"},{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Generate Otp V1 Ekyc Aadhaar Generate Otp Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Generate Otp V1 Ekyc Aadhaar Generate Otp Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Generate Otp V1 Ekyc Aadhaar Generate Otp Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_OTP_FAILURE_INVALID_AADHAAR"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"}}}}}}},"/v1/verification/bank-aadhaar-seeding/generate-otp":{"post":{"tags":["KYC APIs"],"summary":"Bank Aadhaar Seeding Generate Otp","description":"This API will trigger OTP via UIDAI to Aadhaar registered mobile number.","operationId":"Bank_Aadhaar_Seeding_Generate_Otp_v1_verification_bank_aadhaar_seeding_generate_otp_post","parameters":[{"required":true,"schema":{"type":"string","title":"Aadhaar Number"},"name":"aadhaar_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_SEEDING_OTP_SUCCESSFUL"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Bank Aadhaar Seeding Generate Otp V1 Verification Bank Aadhaar Seeding Generate Otp Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_OTP_FAILURE_INVALID_AADHAAR"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/RESPONSE_SOURCE_FAILURE"},{"$ref":"#/components/schemas/RESPONSE_AADHAAR_SEEDING_MOBILE_NOT_LINKED"}],"title":"Response 500 Bank Aadhaar Seeding Generate Otp V1 Verification Bank Aadhaar Seeding Generate Otp Post"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/bank-aadhaar-seeding/verify-otp":{"post":{"tags":["KYC APIs"],"summary":"Bank Aadhaar Seeding Verify Otp","description":"This API will validate the OTP entered by the user to authenticate with UIDAI. Once successfully validated response will have the below details.","operationId":"Bank_Aadhaar_Seeding_Verify_Otp_v1_verification_bank_aadhaar_seeding_verify_otp_post","parameters":[{"required":true,"schema":{"type":"string","title":"Otp"},"name":"otp","in":"query"},{"required":true,"schema":{"type":"string","title":"Reference Id"},"name":"reference_id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_SEEDING_STATUS_SUCCESSFULL"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Bank Aadhaar Seeding Verify Otp V1 Verification Bank Aadhaar Seeding Verify Otp Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_AADHAAR_EKYC_OTP_ALREADY_SUBMITTED"},{"$ref":"#/components/schemas/RESPONSE_INCORRECT_OTP"},{"$ref":"#/components/schemas/RESPONSE_AADHAAR_SEEDING_INVALID_REFERENCE_ID"}],"title":"Response 422 Bank Aadhaar Seeding Verify Otp V1 Verification Bank Aadhaar Seeding Verify Otp Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/RESPONSE_SOURCE_FAILURE"}],"title":"Response 500 Bank Aadhaar Seeding Verify Otp V1 Verification Bank Aadhaar Seeding Verify Otp Post"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/ekyc/aadhaar/verify-otp":{"post":{"tags":["Offline Aadhaar eKYC"],"summary":"Verify Otp","description":"This API will validate the OTP entered by the user to authenticate with UIDAI. Once successfully validated response will have the below details.   \n- Reference number\n- Resident’s name\n- Resident's address\n- Gender\n- Photo\n- Date of Birth\n- Mobile number in hashed form\n- Email in hashed form","operationId":"Verify_OTP_v1_ekyc_aadhaar_verify_otp_post","parameters":[{"required":true,"schema":{"type":"string","title":"Otp"},"name":"otp","in":"query"},{"required":true,"schema":{"type":"string","title":"Session Id"},"name":"session_id","in":"query"},{"required":true,"schema":{"type":"string","title":"Consent"},"name":"consent","in":"query"},{"required":true,"schema":{"type":"string","title":"Purpose"},"name":"purpose","in":"query"},{"required":false,"schema":{"type":"string","title":"Mobile Number"},"name":"mobile_number","in":"query"},{"required":false,"schema":{"title":"Generate Pdf","default":false},"name":"generate_pdf","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_EKYC_SUCCESSFUL"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_AADHAAR_EKYC_FAILURE"},{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Verify Otp V1 Ekyc Aadhaar Verify Otp Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Verify Otp V1 Ekyc Aadhaar Verify Otp Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Verify Otp V1 Ekyc Aadhaar Verify Otp Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/ekyc/aadhaar/reload-captcha":{"get":{"tags":["Offline Aadhaar eKYC"],"summary":"Reload Captcha","description":"This API can be used in case the user needs to reload the captcha or an invalid captcha is entered.","operationId":"Reload_Captcha_v1_ekyc_aadhaar_reload_captcha_get","parameters":[{"required":true,"schema":{"type":"string","title":"Session Id"},"name":"session_id","in":"query"},{"required":true,"schema":{"type":"string","title":"Consent"},"name":"consent","in":"query"},{"required":true,"schema":{"type":"string","title":"Purpose"},"name":"purpose","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_RELOAD_CAPTCHA"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Reload Captcha V1 Ekyc Aadhaar Reload Captcha Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Reload Captcha V1 Ekyc Aadhaar Reload Captcha Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Reload Captcha V1 Ekyc Aadhaar Reload Captcha Get"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/verification/aadhaar":{"get":{"tags":["KYC APIs"],"summary":"Aadhaar Basic Verification","description":"Aadhaar is an important identification document used by businesses to establish identity of user for customer KYC.   \n\nWith Aadhaar Verification, just enter the 12-digit Aadhaar number and know whether the Aadhaar is valid or not   \nalong with details like *age_band*, *gender*, *state* and the last three digits of their registered *mobile_number*, in seconds.   \n\nKey Features of this API are:   \n✅ Online Aadhaar Verification   \n✅ Simple & easy integration   \n✅ Verification status in real-time","operationId":"Aadhaar_Basic_Verification_v1_verification_aadhaar_get","parameters":[{"required":true,"schema":{"type":"string","title":"Aadhaar Number"},"name":"aadhaar_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION"},{"$ref":"#/components/schemas/RESPONSE_INVALID_AADHAAR"}],"title":"Response 200 Aadhaar Basic Verification V1 Verification Aadhaar Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Aadhaar Basic Verification V1 Verification Aadhaar Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Aadhaar Basic Verification V1 Verification Aadhaar Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Aadhaar Basic Verification V1 Verification Aadhaar Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_AADHAAR_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"}}}}},"security":[{"Oauth2ClientCredentials":[]}],"x-codeSamples":[{"lang":"cURL","source":"curl --location --request GET '\"https://production.deepvue.tech/v1/verification/aadhaar?aadhaar_number=AADHAAR NUMBER\"' \\\n--header 'Authorization: Bearer <ACCESS_TOKEN>' \\\n--header 'x-api-key: <YOUR API KEY>'","label":"curl"},{"lang":"Java - OkHttp","source":"OkHttpClient client = new OkHttpClient().newBuilder()\n    .build();\nRequest request = new Request.Builder()\n    .url(\"https://production.deepvue.tech/v1/verification/aadhaar?aadhaar_number=AADHAAR NUMBER\")\n    .method(\"GET\", null)\n    .addHeader(\"x-api-key\", \"YOUR API-KEY\")\n    .addHeader(\"Authorization\", \"Bearer <ACCESS_TOKEN>\")\n    .build();\nResponse response = client.newCall(request).execute();","label":"java"},{"lang":"Python","source":"import requests\n\nurl = \"https://production.deepvue.tech/v1/verification/aadhaar?aadhaar_number=AADHAAR NUMBER\"\n\npayload={}\nheaders = {\n    'Authorization': 'Bearer <ACCESS_TOKEN>',\n    'x-api-key': 'YOUR API KEY',\n}\nresponse = requests.request(\"GET\", url, headers=headers, data=payload)\n\nprint(response.text)","label":"python"}]}},"/v1/verification/aadhaar/batch":{"post":{"tags":["KYC APIs"],"summary":"Bulk Aadhaar Basic Verification","description":"Use this API to do perform basic Aadhaar number validation in bulk. This is an async verification request. Results once processed are sent over a webhook that's registered for your account.","operationId":"Bulk_Aadhaar_Basic_Verification_v1_verification_aadhaar_batch_post","parameters":[{"required":false,"schema":{"type":"string","title":"Webhook Url"},"name":"webhook_url","in":"query"}],"requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_Bulk_Aadhaar_Basic_Verification_v1_verification_aadhaar_batch_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_INITIATED_SUCCESSFULLY"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Bulk Aadhaar Basic Verification V1 Verification Aadhaar Batch Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Bulk Aadhaar Basic Verification V1 Verification Aadhaar Batch Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Bulk Aadhaar Basic Verification V1 Verification Aadhaar Batch Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_BATCH_FILE_FORMAT_NOT_SUPPORTED"},{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_LIMIT_EXCEEDED"},{"$ref":"#/components/schemas/RESPONSE_AADHAAR_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED"}],"title":"Response 422 Bulk Aadhaar Basic Verification V1 Verification Aadhaar Batch Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/panbasic":{"get":{"tags":["KYC APIs"],"summary":"Pan Basic Verification","description":"The primary objective of PAN is to use a universal identification key to track financial transactions that might\nhave a taxable component to prevent tax evasion.   \n\nThe PAN number remains unaffected by the change of address throughout India.   \nThis API lets you verify PANs. You can also check whether the given PAN is valid or not.   \nYou will get basic information such as *Name*, *Category*, and *Status* of PAN.   \n\nVerify PAN numbers by taking in the pan and receiving information pertaining to the PAN.","operationId":"PAN_Basic_Verification_v1_verification_panbasic_get","parameters":[{"required":true,"schema":{"type":"string","title":"Pan Number"},"name":"pan_number","in":"query"},{"required":false,"schema":{"type":"string","title":"Name"},"name":"name","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/VALID_PAN"},{"$ref":"#/components/schemas/INVALID_PAN"}],"title":"Response 200 Pan Basic Verification V1 Verification Panbasic Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Pan Basic Verification V1 Verification Panbasic Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Pan Basic Verification V1 Verification Panbasic Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Pan Basic Verification V1 Verification Panbasic Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_PAN_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"}}}}},"security":[{"Oauth2ClientCredentials":[]}],"x-codeSamples":[{"lang":"cURL","source":"curl --location --request GET 'https://production.deepvue.tech/v1/verification/panbasic?pan_number=<PAN>' \\\n--header 'Authorization: Bearer <ACCESS_TOKEN>' \\\n--header 'x-api-key: <YOUR API KEY>'","label":"curl"},{"lang":"Java - OkHttp","source":"OkHttpClient client = new OkHttpClient().newBuilder()\n    .build();\nRequest request = new Request.Builder()\n    .url(\"https://production.deepvue.tech/v1/verification/panbasic?pan_number=PAN_NUMBER\")\n    .method(\"GET\", null)\n    .addHeader(\"Authorization\", \"Bearer <ACCESS_TOKEN>\")\n    .addHeader(\"x-api-key\", \"YOUR API KEY\")\n    .build();\nResponse response = client.newCall(request).execute();","label":"java"},{"lang":"Python","source":"import requests\n\nurl = \"https://production.deepvue.tech/v1/verification/panbasic?pan_number=<PAN>\"\n\npayload={}\nheaders = {\n    'Authorization': 'Bearer <ACCESS_TOKEN>',\n    'x-api-key': 'YOUR API KEY',\n}\nresponse = requests.request(\"GET\", url, headers=headers, data=payload)\n\nprint(response.text)","label":"python"}]}},"/v1/verification/panbasic/batch":{"post":{"tags":["KYC APIs"],"summary":"Bulk Pan Basic Verification","description":"Use this API to do perform basic PAN number validation in bulk. This is an async verification request. Results once processed are sent over a webhook that's registered for your account.","operationId":"Bulk_PAN_Basic_Verification_v1_verification_panbasic_batch_post","parameters":[{"required":false,"schema":{"type":"string","title":"Webhook Url"},"name":"webhook_url","in":"query"}],"requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_Bulk_PAN_Basic_Verification_v1_verification_panbasic_batch_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_INITIATED_SUCCESSFULLY"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Bulk Pan Basic Verification V1 Verification Panbasic Batch Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Bulk Pan Basic Verification V1 Verification Panbasic Batch Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Bulk Pan Basic Verification V1 Verification Panbasic Batch Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_BATCH_FILE_FORMAT_NOT_SUPPORTED"},{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_LIMIT_EXCEEDED"},{"$ref":"#/components/schemas/RESPONSE_PAN_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED"}],"title":"Response 422 Bulk Pan Basic Verification V1 Verification Panbasic Batch Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/BAV_FAILED_AT_BANK"}],"title":"Response 500 Bulk Pan Basic Verification V1 Verification Panbasic Batch Post"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/panadvanced":{"get":{"tags":["KYC APIs"],"summary":"Pan Advanced Verification","description":"The Advance Authentication API provides additional details compared to Basic Authentication.    \nThe Additional information are *last_name*, *last_updated* date of PAN ,and *aadhar_seeding_status*.","operationId":"PAN_Advanced_Verification_v1_verification_panadvanced_get","parameters":[{"required":true,"schema":{"type":"string","title":"Pan Number"},"name":"pan_number","in":"query"},{"required":false,"schema":{"type":"string","title":"Name"},"name":"name","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/VALID_PAN"},{"$ref":"#/components/schemas/INVALID_PAN"}],"title":"Response 200 Pan Advanced Verification V1 Verification Panadvanced Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Pan Advanced Verification V1 Verification Panadvanced Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Pan Advanced Verification V1 Verification Panadvanced Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Pan Advanced Verification V1 Verification Panadvanced Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_PAN_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"}}}}},"security":[{"Oauth2ClientCredentials":[]}],"x-codeSamples":[{"lang":"cURL","source":"curl --location --request GET 'https://production.deepvue.tech/v1/verification/panadvanced?pan_number=<PAN>' \\\n--header 'Authorization: Bearer <ACCESS_TOKEN>' \\\n--header 'x-api-key: <YOUR API KEY>'","label":"curl"},{"lang":"Java - OkHttp","source":"OkHttpClient client = new OkHttpClient().newBuilder()\n    .build();\nRequest request = new Request.Builder()\n    .url(\"https://production.deepvue.tech/v1/verification/panadvanced?pan_number=PAN_NUMBER\")\n    .method(\"GET\", null)\n    .addHeader(\"Authorization\", \"Bearer <ACCESS_TOKEN>\")\n    .addHeader(\"x-api-key\", \"YOUR API KEY\")\n    .build();\nResponse response = client.newCall(request).execute();","label":"java"},{"lang":"Python","source":"import requests\n\nurl = \"https://production.deepvue.tech/v1/verification/panadvanced?pan_number=<PAN>\"\n\npayload={}\nheaders = {\n    'Authorization': 'Bearer <ACCESS_TOKEN>',\n    'x-api-key': 'YOUR API KEY',\n}\nresponse = requests.request(\"GET\", url, headers=headers, data=payload)\n\nprint(response.text)","label":"python"}]}},"/v1/verification/pan-plus/batch":{"post":{"tags":["KYC APIs"],"summary":"Bulk Pan Plus Verification","description":"Use this API to validate PAN numbers in bulk. This is an async verification request. Results once processed are sent over a webhook that's registered for your account.","operationId":"Bulk_PAN_Plus_Verification_v1_verification_pan_plus_batch_post","parameters":[{"required":false,"schema":{"type":"string","title":"Webhook Url"},"name":"webhook_url","in":"query"}],"requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_Bulk_PAN_Plus_Verification_v1_verification_pan_plus_batch_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_INITIATED_SUCCESSFULLY"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Bulk Pan Plus Verification V1 Verification Pan Plus Batch Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Bulk Pan Plus Verification V1 Verification Pan Plus Batch Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Bulk Pan Plus Verification V1 Verification Pan Plus Batch Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_BATCH_FILE_FORMAT_NOT_SUPPORTED"},{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_LIMIT_EXCEEDED"},{"$ref":"#/components/schemas/RESPONSE_PAN_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED"}],"title":"Response 422 Bulk Pan Plus Verification V1 Verification Pan Plus Batch Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/BAV_FAILED_AT_BANK"}],"title":"Response 500 Bulk Pan Plus Verification V1 Verification Pan Plus Batch Post"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/pan-kra-status":{"get":{"tags":["KYC APIs"],"summary":"Pan Kra Verification","description":"The PAN KRA Verification API facilitates the verification of an individual or entity's PAN (Permanent Account Number) through the KRA (Know Your Customer Registration Agency) system.","operationId":"PAN_KRA_Verification_v1_verification_pan_kra_status_get","parameters":[{"required":true,"schema":{"type":"string","title":"Pan Number"},"name":"pan_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_PAN_KRA_VERIFICATION_SUCCESS"},{"$ref":"#/components/schemas/RESPONSE_PAN_KRA_NO_DETAILS_FOUND"}],"title":"Response 200 Pan Kra Verification V1 Verification Pan Kra Status Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Pan Kra Verification V1 Verification Pan Kra Status Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Pan Kra Verification V1 Verification Pan Kra Status Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Pan Kra Verification V1 Verification Pan Kra Status Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_PAN_PLUS_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DEEPVUE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/pan-aadhaar-link-status":{"get":{"tags":["KYC APIs"],"summary":"Pan Aadhaar Link Status","description":"API to check if PAN and Aadhaar are linked with each other.","operationId":"Pan_Aadhaar_Link_Status_v1_verification_pan_aadhaar_link_status_get","parameters":[{"required":true,"schema":{"type":"string","title":"Pan Number"},"name":"pan_number","in":"query"},{"required":true,"schema":{"type":"string","title":"Aadhaar Number"},"name":"aadhaar_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_PAN_AADHAAR_LINKED"},{"$ref":"#/components/schemas/RESPONSE_PAN_AADHAAR_NOT_LINNKED"},{"$ref":"#/components/schemas/INVALID_PAN_PLUS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_AADHAAR"}],"title":"Response 200 Pan Aadhaar Link Status V1 Verification Pan Aadhaar Link Status Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Pan Aadhaar Link Status V1 Verification Pan Aadhaar Link Status Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Pan Aadhaar Link Status V1 Verification Pan Aadhaar Link Status Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Pan Aadhaar Link Status V1 Verification Pan Aadhaar Link Status Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/INVALID_PAN_PATTERN"},{"$ref":"#/components/schemas/INVALID_AADHAAR_PATTERN"}],"title":"Response 422 Pan Aadhaar Link Status V1 Verification Pan Aadhaar Link Status Get"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/passport":{"get":{"tags":["KYC APIs"],"summary":"Passport Verification","description":"Use this API to verify passport information and ensure the identity of your customer. Provide the passport file number and dob(YYYY-MM-DD format) in the request and we help you verify the details instantly.","operationId":"Passport_Verification_v1_verification_passport_get","parameters":[{"required":true,"schema":{"type":"string","title":"File Number"},"name":"file_number","in":"query"},{"required":true,"schema":{"type":"string","title":"Dob"},"name":"dob","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_PASSPORT_VERIFICATION_SUCCESS"},{"$ref":"#/components/schemas/RESPONSE_PASSPORT_VERIFICATION_INVALID_INPUT"}],"title":"Response 200 Passport Verification V1 Verification Passport Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"},{"$ref":"#/components/schemas/RESPONSE_VERIFICATION_FAILURE"}],"title":"Response 400 Passport Verification V1 Verification Passport Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Passport Verification V1 Verification Passport Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Passport Verification V1 Verification Passport Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INVALID_PASSPORT_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/post-driving-license":{"post":{"tags":["Async KYC APIs"],"summary":"Async Post Driving License Verification","description":"The Driving License Verification API instantly verifies details of a driving license by confirming them from the Government database.   \nThis makes your onboarding process safer, faster, and smarter. With Deepvue.tech's DL verification API,   \nyou can be confident that the individuals you onboard hold a valid DL and have provided you with the right identity proof.","operationId":"Async_Post_Driving_License_Verification_v1_verification_post_driving_license_post","parameters":[{"required":true,"schema":{"type":"string","title":"Dl Number"},"name":"dl_number","in":"query"},{"required":true,"schema":{"type":"string","title":"Dob"},"name":"dob","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TASK"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Async Post Driving License Verification V1 Verification Post Driving License Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Async Post Driving License Verification V1 Verification Post Driving License Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Async Post Driving License Verification V1 Verification Post Driving License Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/get-driving-license":{"get":{"tags":["Async KYC APIs"],"summary":"Async Get Driving License Verification","description":"This API gives you back the complete result and verification details against your request id receieved in previous step.","operationId":"Async_Get_Driving_License_Verification_v1_verification_get_driving_license_get","parameters":[{"required":true,"schema":{"type":"string","title":"Request Id"},"name":"request_id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/VALID_DL"},{"$ref":"#/components/schemas/INVALID_DL"}],"title":"Response 200 Async Get Driving License Verification V1 Verification Get Driving License Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Async Get Driving License Verification V1 Verification Get Driving License Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Async Get Driving License Verification V1 Verification Get Driving License Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Async Get Driving License Verification V1 Verification Get Driving License Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INVALID_REQUEST_ID"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/post-vehicle-rc":{"post":{"tags":["Async KYC APIs"],"summary":"Async Post Vehicle Registration Verification","description":"The Vehicle Registration Verification API helps to establish a link between the vehicle and its owner, thereby minimizing the potential for fraud.   \nYou can now confidently onboard vehicles and individuals knowing that the vehicle is genuine, registered by an RTO, and associated with a specific individual.","operationId":"Async_Post_Vehicle_Registration_Verification_v1_verification_post_vehicle_rc_post","parameters":[{"required":true,"schema":{"type":"string","title":"Rc Number"},"name":"rc_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TASK"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Async Post Vehicle Registration Verification V1 Verification Post Vehicle Rc Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Async Post Vehicle Registration Verification V1 Verification Post Vehicle Rc Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Async Post Vehicle Registration Verification V1 Verification Post Vehicle Rc Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/get-vehicle-rc":{"get":{"tags":["Async KYC APIs"],"summary":"Async Get Vehicle Registration Verification","description":"This API gives you back the complete result and verification details against your request id receieved in previous step.","operationId":"Async_Get_Vehicle_Registration_Verification_v1_verification_get_vehicle_rc_get","parameters":[{"required":true,"schema":{"type":"string","title":"Request Id"},"name":"request_id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/VALID_RC"},{"$ref":"#/components/schemas/INVALID_RC"}],"title":"Response 200 Async Get Vehicle Registration Verification V1 Verification Get Vehicle Rc Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Async Get Vehicle Registration Verification V1 Verification Get Vehicle Rc Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Async Get Vehicle Registration Verification V1 Verification Get Vehicle Rc Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Async Get Vehicle Registration Verification V1 Verification Get Vehicle Rc Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INVALID_REQUEST_ID"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/rc-advanced":{"get":{"tags":["KYC APIs"],"summary":"Rc Advanced Verification","description":"The Vehicle Registration Verification API helps to establish a link between the vehicle and its owner, thereby minimizing the potential for fraud. Alongside vehicle basic details, this API also provides vehicle insurer details and many more.","operationId":"RC_Advanced_Verification_v1_verification_rc_advanced_get","parameters":[{"required":true,"schema":{"type":"string","title":"Rc Number"},"name":"rc_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_RC_ADVANCED_VERIFICATION"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Rc Advanced Verification V1 Verification Rc Advanced Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Rc Advanced Verification V1 Verification Rc Advanced Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Rc Advanced Verification V1 Verification Rc Advanced Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_RC_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/rc-challan-details":{"get":{"tags":["KYC APIs"],"summary":"Rc Challan Details","description":"Helps to get the challan details of a vehicle by providing the RC number, Chasis Number, and Engine Number.","operationId":"RC_Challan_Details_v1_verification_rc_challan_details_get","parameters":[{"required":true,"schema":{"type":"string","title":"Rc Number"},"name":"rc_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/REPONSE_RC_CHALLAN_DETAILS_SUCCESS"},{"$ref":"#/components/schemas/RESPONSE_NO_CHALLAN_FOUND"}],"title":"Response 200 Rc Challan Details V1 Verification Rc Challan Details Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Rc Challan Details V1 Verification Rc Challan Details Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Rc Challan Details V1 Verification Rc Challan Details Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_RC_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/RESPONSE_SOURCE_FAILURE"}],"title":"Response 500 Rc Challan Details V1 Verification Rc Challan Details Get"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/post-voter-id":{"post":{"tags":["Async KYC APIs"],"summary":"Async Post Voter Id Verification","description":"The Voter Id Verification API instantly verifies details of a voter id number by confirming them from the Government database.   \nThis makes your onboarding process safer, faster, and smarter. With Deepvue.tech's Voter Id Verification API,   \nyou can be confident that the individuals you onboard hold a valid Voter Id and have provided you with the right identity proof.","operationId":"Async_Post_Voter_Id_Verification_v1_verification_post_voter_id_post","parameters":[{"required":true,"schema":{"type":"string","title":"Epic Number"},"name":"epic_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TASK"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Async Post Voter Id Verification V1 Verification Post Voter Id Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Async Post Voter Id Verification V1 Verification Post Voter Id Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Async Post Voter Id Verification V1 Verification Post Voter Id Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/get-voter-id":{"get":{"tags":["Async KYC APIs"],"summary":"Async Get Voter Id Verification","description":"This API gives you back the complete result and verification details against your request id receieved in previous step.","operationId":"Async_Get_Voter_Id_Verification_v1_verification_get_voter_id_get","parameters":[{"required":true,"schema":{"type":"string","title":"Request Id"},"name":"request_id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/VALID_VOTER_ID"},{"$ref":"#/components/schemas/INVALID_VOTER_ID"}],"title":"Response 200 Async Get Voter Id Verification V1 Verification Get Voter Id Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Async Get Voter Id Verification V1 Verification Get Voter Id Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Async Get Voter Id Verification V1 Verification Get Voter Id Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Async Get Voter Id Verification V1 Verification Get Voter Id Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INVALID_REQUEST_ID"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/async/post-udyam-details":{"post":{"tags":["Async KYC APIs"],"summary":"Async Post Udyam Aadhaar Verification","description":"Udyam Aadhaar Verification API allows you to verify details of Udyam Aadhaar Number from the Udyam aadhaar govt source.    \nThe API accepts a UAM number and responses with details about the Name of the Business, Major activity, Business Address, category type, expiration date, address, NIC Codes, etc.","operationId":"Async_Post_Udyam_Aadhaar_Verification_v1_verification_async_post_udyam_details_post","parameters":[{"required":true,"schema":{"type":"string","title":"Udyam Aadhaar Number"},"name":"udyam_aadhaar_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TASK"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Async Post Udyam Aadhaar Verification V1 Verification Async Post Udyam Details Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Async Post Udyam Aadhaar Verification V1 Verification Async Post Udyam Details Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Async Post Udyam Aadhaar Verification V1 Verification Async Post Udyam Details Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/async/get-udyam-details":{"get":{"tags":["Async KYC APIs"],"summary":"Async Get Udyam Aadhaar Verification","description":"This API gives you back the complete result and verification details against your request id receieved in previous step.","operationId":"Async_Get_Udyam_Aadhaar_Verification_v1_verification_async_get_udyam_details_get","parameters":[{"required":true,"schema":{"type":"string","title":"Request Id"},"name":"request_id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_ASYNC_UDYAM_AADHAAR"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Async Get Udyam Aadhaar Verification V1 Verification Async Get Udyam Details Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Async Get Udyam Aadhaar Verification V1 Verification Async Get Udyam Details Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Async Get Udyam Aadhaar Verification V1 Verification Async Get Udyam Details Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INVALID_REQUEST_ID"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/async/udyam-details/batch":{"post":{"tags":["Async KYC APIs"],"summary":"Bulk Udyam Verification","description":"Use this API to validate Udyam Numbers in bulk. This is an async verification request. Results once processed are sent over a webhook that's registered for your account.","operationId":"Bulk_Udyam_Verification_v1_verification_async_udyam_details_batch_post","parameters":[{"required":false,"schema":{"type":"string","title":"Webhook Url"},"name":"webhook_url","in":"query"}],"requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_Bulk_Udyam_Verification_v1_verification_async_udyam_details_batch_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_INITIATED_SUCCESSFULLY"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Bulk Udyam Verification V1 Verification Async Udyam Details Batch Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Bulk Udyam Verification V1 Verification Async Udyam Details Batch Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Bulk Udyam Verification V1 Verification Async Udyam Details Batch Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_BATCH_FILE_FORMAT_NOT_SUPPORTED"},{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_LIMIT_EXCEEDED"},{"$ref":"#/components/schemas/RESPONSE_UDYAM_AADHAR_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED"}],"title":"Response 422 Bulk Udyam Verification V1 Verification Async Udyam Details Batch Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/BAV_FAILED_AT_BANK"}],"title":"Response 500 Bulk Udyam Verification V1 Verification Async Udyam Details Batch Post"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/async/post-udyog-details":{"post":{"tags":["Async KYC APIs"],"summary":"Async Post Udyog Aadhaar Verification","description":"Udyog Aadhaar Verification API allows you to verify details of Udyog Aadhaar Number from the Udyam aadhaar govt source.    \nThe API accepts a UAM number and responses with details about the Name of the Business, Major activity, Business Address, category type, expiration date, address, NIC Codes, etc.","operationId":"Async_Post_Udyog_Aadhaar_Verification_v1_verification_async_post_udyog_details_post","parameters":[{"required":true,"schema":{"type":"string","title":"Udyog Aadhaar Number"},"name":"udyog_aadhaar_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TASK"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Async Post Udyog Aadhaar Verification V1 Verification Async Post Udyog Details Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Async Post Udyog Aadhaar Verification V1 Verification Async Post Udyog Details Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Async Post Udyog Aadhaar Verification V1 Verification Async Post Udyog Details Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/async/get-udyog-details":{"get":{"tags":["Async KYC APIs"],"summary":"Async Get Udyog Aadhaar Verification","description":"This API gives you back the complete result and verification details against your request id receieved in previous step.","operationId":"Async_Get_Udyog_Aadhaar_Verification_v1_verification_async_get_udyog_details_get","parameters":[{"required":true,"schema":{"type":"string","title":"Request Id"},"name":"request_id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_ASYNC_UDYOG_AADHAAR"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Async Get Udyog Aadhaar Verification V1 Verification Async Get Udyog Details Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Async Get Udyog Aadhaar Verification V1 Verification Async Get Udyog Details Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Async Get Udyog Aadhaar Verification V1 Verification Async Get Udyog Details Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INVALID_REQUEST_ID"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/async/udyog-details/batch":{"post":{"tags":["Async KYC APIs"],"summary":"Bulk Udyog Verification","description":"Use this API to validate Udyog Numbers in bulk. This is an async verification request. Results once processed are sent over a webhook that's registered for your account.","operationId":"Bulk_Udyog_Verification_v1_verification_async_udyog_details_batch_post","parameters":[{"required":false,"schema":{"type":"string","title":"Webhook Url"},"name":"webhook_url","in":"query"}],"requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_Bulk_Udyog_Verification_v1_verification_async_udyog_details_batch_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_INITIATED_SUCCESSFULLY"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Bulk Udyog Verification V1 Verification Async Udyog Details Batch Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Bulk Udyog Verification V1 Verification Async Udyog Details Batch Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Bulk Udyog Verification V1 Verification Async Udyog Details Batch Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_BATCH_FILE_FORMAT_NOT_SUPPORTED"},{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_LIMIT_EXCEEDED"},{"$ref":"#/components/schemas/RESPONSE_UDYOG_AADHAR_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED"}],"title":"Response 422 Bulk Udyog Verification V1 Verification Async Udyog Details Batch Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/BAV_FAILED_AT_BANK"}],"title":"Response 500 Bulk Udyog Verification V1 Verification Async Udyog Details Batch Post"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/async/post-msme-details":{"post":{"tags":["Async KYC APIs"],"summary":"Async Post Msme Verification","description":"MSME Aadhaar Verification API allows you to verify details of MSME Udyam/Udyog Aadhaar Number from the Udyam/Udyog aadhaar govt source.\nThe API accepts a MSME aadhaar number and responses with details about the Name of the Business, Major activity, Business Address, category type, expiration date, address, NIC Codes, etc.","operationId":"Async_Post_msme_Verification_v1_verification_async_post_msme_details_post","parameters":[{"required":true,"schema":{"type":"string","title":"Msme Number"},"name":"msme_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TASK"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Async Post Msme Verification V1 Verification Async Post Msme Details Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Async Post Msme Verification V1 Verification Async Post Msme Details Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Async Post Msme Verification V1 Verification Async Post Msme Details Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_MSME_AADHAAR_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/async/get-msme-details":{"get":{"tags":["Async KYC APIs"],"summary":"Async Get Msme Verification","description":"This API gives you back the complete result and verification details against your request id receieved in previous step.","operationId":"Async_Get_msme_Verification_v1_verification_async_get_msme_details_get","parameters":[{"required":true,"schema":{"type":"string","title":"Request Id"},"name":"request_id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_ASYNC_UDYOG_AADHAAR"},{"$ref":"#/components/schemas/RESPONSE_ASYNC_UDYAM_AADHAAR"}],"title":"Response 200 Async Get Msme Verification V1 Verification Async Get Msme Details Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Async Get Msme Verification V1 Verification Async Get Msme Details Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Async Get Msme Verification V1 Verification Async Get Msme Details Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Async Get Msme Verification V1 Verification Async Get Msme Details Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INVALID_REQUEST_ID"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/async/msme-details/batch":{"post":{"tags":["Async KYC APIs"],"summary":"Bulk Msme Verification","description":"Use this API to validate Udyog and Udyam Numbers in bulk. This is an async verification request. Results once processed are sent over a webhook that's registered for your account.","operationId":"Bulk_Msme_Verification_v1_verification_async_msme_details_batch_post","parameters":[{"required":false,"schema":{"type":"string","title":"Webhook Url"},"name":"webhook_url","in":"query"}],"requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_Bulk_Msme_Verification_v1_verification_async_msme_details_batch_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_INITIATED_SUCCESSFULLY"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Bulk Msme Verification V1 Verification Async Msme Details Batch Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Bulk Msme Verification V1 Verification Async Msme Details Batch Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Bulk Msme Verification V1 Verification Async Msme Details Batch Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_BATCH_FILE_FORMAT_NOT_SUPPORTED"},{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_LIMIT_EXCEEDED"},{"$ref":"#/components/schemas/RESPONSE_MSME_AADHAR_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED"}],"title":"Response 422 Bulk Msme Verification V1 Verification Async Msme Details Batch Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/BAV_FAILED_AT_BANK"}],"title":"Response 500 Bulk Msme Verification V1 Verification Async Msme Details Batch Post"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/gstinlite":{"get":{"tags":["GST APIs"],"summary":"Gstin Basic Verification","description":"This API takes in the gstin of a business entity and provides you the information of the business entities as registered on the GST Portal.\n\nThe GSTIN Basic Verification API provides you the necessary information to verify an entity onboarding onto your workflow.   \nFor example, you can cross-check the information provided to you against the information available on the GST Portal using this API.","operationId":"GSTIN_Basic_Verification_v1_verification_gstinlite_get","parameters":[{"required":true,"schema":{"type":"string","title":"Gstin Number"},"name":"gstin_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_GSTIN_VERIFICATION_SUCCESSFUL"},{"$ref":"#/components/schemas/RESPONSE_GSTIN_NO_RECORDS_FOUND"},{"$ref":"#/components/schemas/RESPONSE_GSTIN_INVALID"}],"title":"Response 200 Gstin Basic Verification V1 Verification Gstinlite Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Gstin Basic Verification V1 Verification Gstinlite Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Gstin Basic Verification V1 Verification Gstinlite Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Gstin Basic Verification V1 Verification Gstinlite Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_GSTIN_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}],"x-codeSamples":[{"lang":"cURL","source":"curl --location --request GET 'https://production.deepvue.tech/v1/verification/gstinlite?gstin_number=<GSTINID>' \\\n--header 'Authorization: Bearer <ACCESS_TOKEN>' \\\n--header 'x-api-key: <YOUR API KEY>'","label":"curl"},{"lang":"Python","source":"import requests\n\nurl = \"https://production.deepvue.tech/v1/verification/gstinlite?gstin_number=<GSTINID>\"\n\npayload={}\nheaders = {\n    'Authorization': 'Bearer <ACCESS_TOKEN>',\n    'x-api-key': 'YOUR API KEY',\n}\nresponse = requests.request(\"GET\", url, headers=headers, data=payload)\n\nprint(response.text)","label":"python"}]}},"/v1/verification/gstinlite/batch":{"post":{"tags":["GST APIs"],"summary":"Bulk Gstin Basic Verification","description":"Use this API to validate GSTIN numbers in bulk. This is an async verification request. Results once processed are sent over a webhook that's registered for your account.","operationId":"Bulk_GSTIN_Basic_Verification_v1_verification_gstinlite_batch_post","parameters":[{"required":false,"schema":{"type":"string","title":"Webhook Url"},"name":"webhook_url","in":"query"}],"requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_Bulk_GSTIN_Basic_Verification_v1_verification_gstinlite_batch_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_INITIATED_SUCCESSFULLY"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Bulk Gstin Basic Verification V1 Verification Gstinlite Batch Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Bulk Gstin Basic Verification V1 Verification Gstinlite Batch Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Bulk Gstin Basic Verification V1 Verification Gstinlite Batch Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_BATCH_FILE_FORMAT_NOT_SUPPORTED"},{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_LIMIT_EXCEEDED"},{"$ref":"#/components/schemas/RESPONSE_GSTIN_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED"}],"title":"Response 422 Bulk Gstin Basic Verification V1 Verification Gstinlite Batch Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/BAV_FAILED_AT_BANK"}],"title":"Response 500 Bulk Gstin Basic Verification V1 Verification Gstinlite Batch Post"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/gstin-advanced":{"get":{"tags":["GST APIs"],"summary":"Gstin Advanced Verification","description":"This API takes in the gstin of a business entity and provides you the information of the business entities as registered on the GST Portal.\n\nVerifies basic GSTIN Details alongside advanced ones such as point of contact email & mobile, annual turnover and filing status and many more...","operationId":"GSTIN_Advanced_Verification_v1_verification_gstin_advanced_get","parameters":[{"required":true,"schema":{"type":"string","title":"Gstin Number"},"name":"gstin_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_GSTIN_ADVANCED_VERIFICATION"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Gstin Advanced Verification V1 Verification Gstin Advanced Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Gstin Advanced Verification V1 Verification Gstin Advanced Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Gstin Advanced Verification V1 Verification Gstin Advanced Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_GSTIN_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/gstin/gstin-by-pan":{"get":{"tags":["GST APIs"],"summary":"Search Taxpayer By Pan","description":"- The Search GSTIN API by PAN takes in the pan of a business entity and provides you with the information of all the business entities that are associated with that corresponding pan.    \n- The Search GSTIN API responds with the information of a particular GST entity associated with the GSTIN. However, Search GSTIN by PAN provides you with the details of all the entities that are associated with the pan.","operationId":"Search_Taxpayer_By_PAN_v1_verification_gstin_gstin_by_pan_get","parameters":[{"required":true,"schema":{"type":"string","title":"Pan Number"},"name":"pan_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_SEARCH_GSTIN_BY_PAN_SUCCESSFUL"},{"$ref":"#/components/schemas/RESPONSE_GSTIN_INVALID_PAN"}],"title":"Response 200 Search Taxpayer By Pan V1 Verification Gstin Gstin By Pan Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Search Taxpayer By Pan V1 Verification Gstin Gstin By Pan Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Search Taxpayer By Pan V1 Verification Gstin Gstin By Pan Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Search Taxpayer By Pan V1 Verification Gstin Gstin By Pan Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_PAN_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/gstin/track-gstr":{"get":{"tags":["GST APIs"],"summary":"Track Gst Return Status","description":"- Track GST Return API accepts gstin and year (Financial year). This API then responds with the status of all the GSTRs filed by the given GSTIN and financial year.   \n- Tracking GSTRs gives an idea about the GST entity's compliance performance. A GST entity periodically and rightly filing GSTRs is a positive indication about its business and compliance performance.","operationId":"Track_GST_Return_Status_v1_verification_gstin_track_gstr_get","parameters":[{"required":true,"schema":{"type":"string","title":"Gstin Number"},"name":"gstin_number","in":"query"},{"required":true,"schema":{"type":"string","title":"Financial Year"},"name":"financial_year","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TRACK_GSTR_SUCCESSFUL"},{"$ref":"#/components/schemas/RESPONSE_GSTIN_NO_RECORDS_FOUND"},{"$ref":"#/components/schemas/RESPONSE_GSTIN_INVALID"}],"title":"Response 200 Track Gst Return Status V1 Verification Gstin Track Gstr Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Track Gst Return Status V1 Verification Gstin Track Gstr Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Track Gst Return Status V1 Verification Gstin Track Gstr Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Track Gst Return Status V1 Verification Gstin Track Gstr Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_GSTIN_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/tax-payer/tan":{"get":{"tags":["Taxpayer APIs"],"summary":"Tan Verification","description":"API to verify and get details for a particular TAN.","operationId":"TAN_Verification_v1_verification_tax_payer_tan_get","parameters":[{"required":true,"schema":{"type":"string","title":"Tan Number"},"name":"tan_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/VALID_TAN"},{"$ref":"#/components/schemas/INVALID_TAN"}],"title":"Response 200 Tan Verification V1 Verification Tax Payer Tan Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Tan Verification V1 Verification Tax Payer Tan Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Tan Verification V1 Verification Tax Payer Tan Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Tan Verification V1 Verification Tax Payer Tan Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_TAN_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/tax-payer/tds/206-ab":{"get":{"tags":["Taxpayer APIs"],"summary":"Tds Compliance Check","description":"API to perform compliance check under Section 206AB & 206CCA using PAN.   \n\nThe API helps in identifying whether a given PAN comes under a specified person under Section 206AB & CCA. This ensures that the deductor/collector remains TDS/TCS compliant by deducting/collecting at an appropriate rate and does not face any issues when filing their returns.","operationId":"TDS_Compliance_Check_v1_verification_tax_payer_tds_206_ab_get","parameters":[{"required":true,"schema":{"type":"string","title":"Pan Number"},"name":"pan_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_TDS_COMPLIANCE_CHECK"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Tds Compliance Check V1 Verification Tax Payer Tds 206 Ab Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Tds Compliance Check V1 Verification Tax Payer Tds 206 Ab Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Tds Compliance Check V1 Verification Tax Payer Tds 206 Ab Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_PAN_PLUS_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/gst/tax-payer/generate-otp":{"post":{"tags":["GST Taxpayer APIs"],"summary":"Generate Otp","description":"First the taxpayer has to allow access to the GST Portal and enable it on his own GST Portal Account.   \n\nFollow the following steps to do the same:   \n    Step 1️⃣ : Login to your GST Account on https://gst.gov.in   \n    Step 2️⃣ : Click '*View Profile*' on Dashboard   \n    Step 3️⃣ : In the '*Quick Links*' section, go to *Manage API Access*     \n    Step 4️⃣ : Set '*Enable API Access Request*' to *Yes*   \n    Step 5️⃣ : Set '*Duration*' to *30days*   \n\n- Once the taxpayer has enabled API access onto GST Portal, the OTP verification can be carried out.   \n- First, Generate One Time Password API is called.   \n- This API takes in the gstin & username as per GST Portal. And then sends OTP to the phone number and email id of the GST Taxpayer.    \n\nOTP Message is as follows:   \n    \n    **OTP Message Sent to the Taxpayer**   \n    \n    Dear taxpayer,   \n    {{OTP}} is the OTP to verify your GST registration: {{GSTIN}}.   \n    OTP is valid till {{hh:mm:ss IST}}. Do not share OTP with anyone.   \n\n- OTP sent will be valid for 10 minutes.","operationId":"Generate_OTP_v1_gst_tax_payer_generate_otp_post","parameters":[{"required":true,"schema":{"type":"string","title":"Gstin Number"},"name":"gstin_number","in":"query"},{"required":true,"schema":{"type":"string","title":"User Name"},"name":"user_name","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_GSTIN_GENERATE_OTP_SUCCESSFUL"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Generate Otp V1 Gst Tax Payer Generate Otp Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Generate Otp V1 Gst Tax Payer Generate Otp Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Generate Otp V1 Gst Tax Payer Generate Otp Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/INVALID_GSTIN_PATTERN"}],"title":"Response 500 Generate Otp V1 Gst Tax Payer Generate Otp Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/gst/tax-payer/verify-otp":{"post":{"tags":["GST Taxpayer APIs"],"summary":"Verify Otp","description":"- Once the last two steps are successfully completed. That is - the user has enabled API access on his GST Portal and GenerateOtp API an OTP has been sent. Then, this API is used to verify the OTP and enable access to GST Portal.\n- This API will start a session and provide access valid for 6 hrs. Returns date timestamp of the expiry of the session.\n- The end result of Tax Payer authentication process is to establish an authorization token for the session which needs to be included in the header for all subsequent API calls.","operationId":"Verify_OTP_v1_gst_tax_payer_verify_otp_post","parameters":[{"required":true,"schema":{"type":"string","title":"Gstin Number"},"name":"gstin_number","in":"query"},{"required":true,"schema":{"type":"string","title":"User Name"},"name":"user_name","in":"query"},{"required":true,"schema":{"type":"string","title":"Otp"},"name":"otp","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_GSTIN_VERIFY_OTP_SUCCESSFUL"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Verify Otp V1 Gst Tax Payer Verify Otp Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Verify Otp V1 Gst Tax Payer Verify Otp Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Verify Otp V1 Gst Tax Payer Verify Otp Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/INVALID_GSTIN_PATTERN"}],"title":"Response 500 Verify Otp V1 Gst Tax Payer Verify Otp Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/gst/tax-payer/session":{"get":{"tags":["GST Taxpayer APIs"],"summary":"Session Expiry","description":"- Once authenticated, the GST Taxpayer APIs enable a session of 6 hours.    \n- Use Session Expiry API to find the time when the session expires for the particular gstin.","operationId":"Session_Expiry_v1_gst_tax_payer_session_get","parameters":[{"required":true,"schema":{"type":"string","title":"Gstin Number"},"name":"gstin_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_GST_SESSION_CHECK_SUCCESSFUL"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Session Expiry V1 Gst Tax Payer Session Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Session Expiry V1 Gst Tax Payer Session Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Session Expiry V1 Gst Tax Payer Session Get"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/INVALID_GSTIN_PATTERN"}],"title":"Response 500 Session Expiry V1 Gst Tax Payer Session Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/gst/tax-payer/refresh-session":{"post":{"tags":["GST Taxpayer APIs"],"summary":"Refresh Taxpayer Access","description":"- Once authenticated, the GST Taxpayer APIs enable a session of 6 hours.   \n- Use Refresh Taxpayer API before the end of 6 hours to refresh the Taxpayer Access for more time.","operationId":"Refresh_Taxpayer_Access_v1_gst_tax_payer_refresh_session_post","parameters":[{"required":true,"schema":{"type":"string","title":"Gstin Number"},"name":"gstin_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_GST_REFRESH_TOKEN_SUCCESSFUL"},{"$ref":"#/components/schemas/RESPONSE_GST_INVALID_SESSION"}],"title":"Response 200 Refresh Taxpayer Access V1 Gst Tax Payer Refresh Session Post"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Refresh Taxpayer Access V1 Gst Tax Payer Refresh Session Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Refresh Taxpayer Access V1 Gst Tax Payer Refresh Session Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Refresh Taxpayer Access V1 Gst Tax Payer Refresh Session Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/INVALID_GSTIN_PATTERN"}],"title":"Response 500 Refresh Taxpayer Access V1 Gst Tax Payer Refresh Session Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/gst/tax-payer/ledgers/balance":{"get":{"tags":["GST Taxpayer APIs"],"summary":"Cash Itc Balance","description":"- The Cash ITC Balance is the balance present after deduction of Input Tax Credit (ITC) has to be paid.   \n- The API takes in the gstin and the time period(month and year) for which you want to retrieve the Cash ITC Balance.","operationId":"Cash_ITC_Balance_v1_gst_tax_payer_ledgers_balance_get","parameters":[{"required":true,"schema":{"type":"string","title":"Gstin Number"},"name":"gstin_number","in":"query"},{"required":true,"schema":{"type":"string","title":"Year"},"name":"year","in":"query"},{"required":true,"schema":{"type":"string","title":"Month"},"name":"month","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_GST_BALANCE_SUCCESSFUL"},{"$ref":"#/components/schemas/RESPONSE_GST_AUTHENTICATION_FAILED"}],"title":"Response 200 Cash Itc Balance V1 Gst Tax Payer Ledgers Balance Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Cash Itc Balance V1 Gst Tax Payer Ledgers Balance Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Cash Itc Balance V1 Gst Tax Payer Ledgers Balance Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Cash Itc Balance V1 Gst Tax Payer Ledgers Balance Get"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/INVALID_GSTIN_PATTERN"}],"title":"Response 500 Cash Itc Balance V1 Gst Tax Payer Ledgers Balance Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/gst/tax-payer/ledgers/cash":{"get":{"tags":["GST Taxpayer APIs"],"summary":"Cash Ledger","description":"- The E-Cash or Electronic Cash Ledger under GST displays all the amounts deposited for payment of tax, interest, fee, or penalty. It also reflects TDS (Tax Deducted at Source) and TCS (Tax Collected at Source) since they are tax deposits of the taxpayer.    \n- The API takes in the gstin and the time period(from and to) for which you want to retrieve the Cash Ledger.","operationId":"Cash_Ledger_v1_gst_tax_payer_ledgers_cash_get","parameters":[{"required":true,"schema":{"type":"string","title":"Gstin Number"},"name":"gstin_number","in":"query"},{"required":true,"schema":{"type":"string","title":"From Date"},"name":"from_date","in":"query"},{"required":true,"schema":{"type":"string","title":"To Date"},"name":"to_date","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_CASH_LEDGER_SUCCESSFUL"},{"$ref":"#/components/schemas/RESPONSE_GST_AUTHENTICATION_FAILED"}],"title":"Response 200 Cash Ledger V1 Gst Tax Payer Ledgers Cash Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Cash Ledger V1 Gst Tax Payer Ledgers Cash Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Cash Ledger V1 Gst Tax Payer Ledgers Cash Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Cash Ledger V1 Gst Tax Payer Ledgers Cash Get"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/INVALID_GSTIN_PATTERN"}],"title":"Response 500 Cash Ledger V1 Gst Tax Payer Ledgers Cash Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/gst/tax-payer/ledgers/itc":{"get":{"tags":["GST Taxpayer APIs"],"summary":"Itc Ledger","description":"Retrieves ITC ledger.","operationId":"ITC_Ledger_v1_gst_tax_payer_ledgers_itc_get","parameters":[{"required":true,"schema":{"type":"string","title":"Gstin Number"},"name":"gstin_number","in":"query"},{"required":true,"schema":{"type":"string","title":"From Date"},"name":"from_date","in":"query"},{"required":true,"schema":{"type":"string","title":"To Date"},"name":"to_date","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_ITC_LEDGER_SUCCESSFUL"},{"$ref":"#/components/schemas/RESPONSE_GST_AUTHENTICATION_FAILED"}],"title":"Response 200 Itc Ledger V1 Gst Tax Payer Ledgers Itc Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Itc Ledger V1 Gst Tax Payer Ledgers Itc Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Itc Ledger V1 Gst Tax Payer Ledgers Itc Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Itc Ledger V1 Gst Tax Payer Ledgers Itc Get"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/INVALID_GSTIN_PATTERN"}],"title":"Response 500 Itc Ledger V1 Gst Tax Payer Ledgers Itc Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/gst/returns/summary/gstr-1":{"get":{"tags":["GST Taxpayer APIs"],"summary":"Gstr 1 Summary","description":"Get a table-wise summary of GSTR-1 data for the authenticated taxpayer (gstin) for a particular year and month.","operationId":"GSTR_1_Summary_v1_gst_returns_summary_gstr_1_get","parameters":[{"required":true,"schema":{"type":"string","title":"Gstin Number"},"name":"gstin_number","in":"query"},{"required":true,"schema":{"type":"string","title":"Year"},"name":"year","in":"query"},{"required":true,"schema":{"type":"string","title":"Month"},"name":"month","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_GSTR1_SUMMARY_SUCCESSFUL"},{"$ref":"#/components/schemas/RESPONSE_GST_AUTHENTICATION_FAILED"}],"title":"Response 200 Gstr 1 Summary V1 Gst Returns Summary Gstr 1 Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Gstr 1 Summary V1 Gst Returns Summary Gstr 1 Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Gstr 1 Summary V1 Gst Returns Summary Gstr 1 Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Gstr 1 Summary V1 Gst Returns Summary Gstr 1 Get"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/INVALID_GSTIN_PATTERN"}],"title":"Response 500 Gstr 1 Summary V1 Gst Returns Summary Gstr 1 Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/gst/returns/summary/gstr-3b":{"get":{"tags":["GST Taxpayer APIs"],"summary":"Gstr 3B Summary","description":"Get a summary in GSTR-3B for a return period (year and month) for the authenticated taxpayer (gstin).","operationId":"GSTR_3B_Summary_v1_gst_returns_summary_gstr_3b_get","parameters":[{"required":true,"schema":{"type":"string","title":"Gstin Number"},"name":"gstin_number","in":"query"},{"required":true,"schema":{"type":"string","title":"Year"},"name":"year","in":"query"},{"required":true,"schema":{"type":"string","title":"Month"},"name":"month","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_GSTR3B_SUMMARY_SUCCESSFUL"},{"$ref":"#/components/schemas/RESPONSE_GST_AUTHENTICATION_FAILED"}],"title":"Response 200 Gstr 3B Summary V1 Gst Returns Summary Gstr 3B Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Gstr 3B Summary V1 Gst Returns Summary Gstr 3B Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Gstr 3B Summary V1 Gst Returns Summary Gstr 3B Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Gstr 3B Summary V1 Gst Returns Summary Gstr 3B Get"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/INVALID_GSTIN_PATTERN"}],"title":"Response 500 Gstr 3B Summary V1 Gst Returns Summary Gstr 3B Get"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/udyogaadhaar/captcha":{"get":{"tags":["MSME APIs"],"summary":"Initiate Udyog Session","description":"First, a captcha has to be generated to start a fresh session with the MSME-Udyog-Aadhaar portal.   \nThis API Endpoint returns a base64 encoded captcha and a corresponding session id back.","operationId":"Initiate_Udyog_Session_v1_verification_udyogaadhaar_captcha_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_UDYOG_CAPTCHA"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Initiate Udyog Session V1 Verification Udyogaadhaar Captcha Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Initiate Udyog Session V1 Verification Udyogaadhaar Captcha Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Initiate Udyog Session V1 Verification Udyogaadhaar Captcha Get"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_UDYOG_SOURCE_UNAVAILABLE"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/udyogaadhaar/reload-captcha":{"get":{"tags":["MSME APIs"],"summary":"Reload Udyog Aadhaar Captcha","description":".   \nThis API Endpoint returns a fresh base64 encoded captcha for the given session id.","operationId":"Reload_Udyog_Aadhaar_Captcha_v1_verification_udyogaadhaar_reload_captcha_get","parameters":[{"required":true,"schema":{"type":"string","title":"Session Id"},"name":"session_id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_UDYAM_CAPTCHA"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Reload Udyog Aadhaar Captcha V1 Verification Udyogaadhaar Reload Captcha Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Reload Udyog Aadhaar Captcha V1 Verification Udyogaadhaar Reload Captcha Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Reload Udyog Aadhaar Captcha V1 Verification Udyogaadhaar Reload Captcha Get"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_UDYAM_SOURCE_UNAVAILABLE"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/udyogaadhaar/verify":{"post":{"tags":["MSME APIs"],"summary":"Verify Udyog Aadhaar Details","description":"With this API Endpoint, the captcha and session id generated in the previous step can be passed as valid parameters alongside the Udyog Aadhaar Number to verify a particular Udyog Aadhaar Number and fetch its details.   \nBase64 decoded value of the captcha should be passed for a valid and successful request.","operationId":"Verify_Udyog_Aadhaar_Details_v1_verification_udyogaadhaar_verify_post","parameters":[{"required":true,"schema":{"type":"string","title":"Udyog Aadhaar Number"},"name":"udyog_aadhaar_number","in":"query"},{"required":true,"schema":{"type":"string","title":"Captcha"},"name":"captcha","in":"query"},{"required":true,"schema":{"type":"string","title":"Session Id"},"name":"session_id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_UDYOG_VERIFICATION_SUCCESSFUL"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Verify Udyog Aadhaar Details V1 Verification Udyogaadhaar Verify Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Verify Udyog Aadhaar Details V1 Verification Udyogaadhaar Verify Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Verify Udyog Aadhaar Details V1 Verification Udyogaadhaar Verify Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UDYOG_NO_DATA"},{"$ref":"#/components/schemas/RESPONSE_INVALID_UDYOG_NUMBER"}],"title":"Response 422 Verify Udyog Aadhaar Details V1 Verification Udyogaadhaar Verify Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_UDYOG_SOURCE_UNAVAILABLE"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/udyamaadhaar/captcha":{"get":{"tags":["MSME APIs"],"summary":"Initiate Udyam Session","description":"First, a captcha has to be generated to start a fresh session with the MSME-Udyam-Aadhaar portal.   \nThis API Endpoint returns a base64 encoded captcha and a corresponding session id back.","operationId":"Initiate_Udyam_Session_v1_verification_udyamaadhaar_captcha_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_UDYAM_CAPTCHA"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Initiate Udyam Session V1 Verification Udyamaadhaar Captcha Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Initiate Udyam Session V1 Verification Udyamaadhaar Captcha Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Initiate Udyam Session V1 Verification Udyamaadhaar Captcha Get"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_UDYAM_SOURCE_UNAVAILABLE"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/udyamaadhaar/reload-captcha":{"get":{"tags":["MSME APIs"],"summary":"Reload Udyam Aadhaar Captcha","description":"This API Endpoint returns a fresh base64 encoded captcha for the given session id.","operationId":"Reload_Udyam_Aadhaar_Captcha_v1_verification_udyamaadhaar_reload_captcha_get","parameters":[{"required":true,"schema":{"type":"string","title":"Session Id"},"name":"session_id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_UDYAM_CAPTCHA"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Reload Udyam Aadhaar Captcha V1 Verification Udyamaadhaar Reload Captcha Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Reload Udyam Aadhaar Captcha V1 Verification Udyamaadhaar Reload Captcha Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Reload Udyam Aadhaar Captcha V1 Verification Udyamaadhaar Reload Captcha Get"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_UDYAM_SOURCE_UNAVAILABLE"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/udyamaadhaar/verify":{"post":{"tags":["MSME APIs"],"summary":"Verify Udyam Aadhaar Details","description":"With this API Endpoint, the captcha and session id generated in the previous step can be passed as valid parameters alongside the Udyam Aadhaar Number to verify a particular Udyam Aadhaar Number and fetch its details.   \nBase64 decoded value of the captcha should be passed for a valid and successful request.","operationId":"Verify_Udyam_Aadhaar_Details_v1_verification_udyamaadhaar_verify_post","parameters":[{"required":true,"schema":{"type":"string","title":"Udyam Aadhaar Number"},"name":"udyam_aadhaar_number","in":"query"},{"required":true,"schema":{"type":"string","title":"Captcha"},"name":"captcha","in":"query"},{"required":true,"schema":{"type":"string","title":"Session Id"},"name":"session_id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_UDYAM_VERIFICATION_SUCCESSFUL"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Verify Udyam Aadhaar Details V1 Verification Udyamaadhaar Verify Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Verify Udyam Aadhaar Details V1 Verification Udyamaadhaar Verify Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Verify Udyam Aadhaar Details V1 Verification Udyamaadhaar Verify Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UDYAM_NO_DATA"},{"$ref":"#/components/schemas/RESPONSE_INVALID_UDYAM_NUMBER"}],"title":"Response 422 Verify Udyam Aadhaar Details V1 Verification Udyamaadhaar Verify Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_UDYAM_SOURCE_UNAVAILABLE"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/bankaccount/batch":{"post":{"tags":["KYC APIs"],"summary":"Bulk Bank Account Verification","description":"Use this API to validate the given bank account numbers and IFSCs. This is an async verification request. Results once processed are sent over a webhook that's registered for your account.","operationId":"Bulk_Bank_Account_Verification_v1_verification_bankaccount_batch_post","parameters":[{"required":false,"schema":{"type":"string","title":"Webhook Url"},"name":"webhook_url","in":"query"}],"requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_Bulk_Bank_Account_Verification_v1_verification_bankaccount_batch_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_INITIATED_SUCCESSFULLY"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Bulk Bank Account Verification V1 Verification Bankaccount Batch Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Bulk Bank Account Verification V1 Verification Bankaccount Batch Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Bulk Bank Account Verification V1 Verification Bankaccount Batch Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_BATCH_FILE_FORMAT_NOT_SUPPORTED"},{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_LIMIT_EXCEEDED"},{"$ref":"#/components/schemas/RESPONSE_BATCH_FILE_CONTENT_NOT_SUPPORTED"}],"title":"Response 422 Bulk Bank Account Verification V1 Verification Bankaccount Batch Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/BAV_FAILED_AT_BANK"}],"title":"Response 500 Bulk Bank Account Verification V1 Verification Bankaccount Batch Post"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/ifsc":{"get":{"tags":["KYC APIs"],"summary":"Ifsc Verification","description":"IFSC code is a unique identifier for a bank branch. Businesses verify IFSC before performing penny-drop to ensure successful payouts.   \n\nVerify IFSC code and receive details of the bank branch associated with that IFSC Code.    \n\nIFSC Verification API helps verifying IFSC code against RBI's IFSC Master and provide bank & branch details.","operationId":"IFSC_Verification_v1_verification_ifsc_get","parameters":[{"required":true,"schema":{"type":"string","title":"Ifsc"},"name":"ifsc","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VALID_IFSC"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Ifsc Verification V1 Verification Ifsc Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Ifsc Verification V1 Verification Ifsc Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Ifsc Verification V1 Verification Ifsc Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_IFSC"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/ifsc-code":{"get":{"tags":["KYC APIs"],"summary":"Ifsc Code Verification","description":"IFSC code is a unique identifier for a bank branch. Businesses verify IFSC before performing penny-drop to ensure successful payouts.   \n\nVerify IFSC code and receive details of the bank branch associated with that IFSC Code.    \n\nIFSC Verification API helps verifying IFSC code against RBI's IFSC Master and provide bank & branch details.","operationId":"IFSC_Code_Verification_v1_verification_ifsc_code_get","parameters":[{"required":true,"schema":{"type":"string","title":"Ifsc"},"name":"ifsc","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_IFSC_VERIFICATION_SUCCESS"},{"$ref":"#/components/schemas/RESPONSE_IFSC_VERIFICATION_INVALID_INPUT"}],"title":"Response 200 Ifsc Code Verification V1 Verification Ifsc Code Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"},{"$ref":"#/components/schemas/RESPONSE_VERIFICATION_FAILURE"}],"title":"Response 400 Ifsc Code Verification V1 Verification Ifsc Code Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Ifsc Code Verification V1 Verification Ifsc Code Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Ifsc Code Verification V1 Verification Ifsc Code Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_IFSC_VERIFICATION_INVALID_INPUT_IFSC"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/upi":{"get":{"tags":["KYC APIs"],"summary":"Upi Verification","description":"You can verify the UPI details of your customer before adding them to your payouts account using the UPI Verification feature.\nThis helps you in making successful transfers to your customers.\n\nSome of the businesses may want to verify the customer name against the UPI, or if want to validate if the given UPI exists, this can be done instantly with UPI Verification.\n\nThe API verifies a UPI ID. A successful response is billable only in case of a 200 Response Status Code.","operationId":"UPI_Verification_v1_verification_upi_get","parameters":[{"required":true,"schema":{"type":"string","title":"Vpa"},"name":"vpa","in":"query"},{"required":false,"schema":{"type":"string","title":"Name"},"name":"name","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UPI_VERIFICATION_SUCCESSFUL"},{"$ref":"#/components/schemas/RESPONSE_UPI_VERIFICATION_FAILURE"}],"title":"Response 200 Upi Verification V1 Verification Upi Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Upi Verification V1 Verification Upi Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Upi Verification V1 Verification Upi Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Upi Verification V1 Verification Upi Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INVALID_VPA"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_VPA_FAILED_AT_BANK"},{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}],"title":"Response 500 Upi Verification V1 Verification Upi Get"}}}}},"security":[{"Oauth2ClientCredentials":[]}],"x-codeSamples":[{"lang":"cURL","source":"curl --location --request GET 'https://production.deepvue.tech/v1/verification/upi?vpa=gaurav7503singh@icici' \\\n--header 'Authorization: Bearer <ACCESS_TOKEN>' \\\n--header 'x-api-key: <YOUR API KEY>'","label":"curl"},{"lang":"Java - OkHttp","source":"OkHttpClient client = new OkHttpClient().newBuilder()\n    .build();\nRequest request = new Request.Builder()\n    .url(\"https://production.deepvue.tech/v1/verification/upi?vpa=<UPIHANDLE>\")\n    .method(\"GET\", null)\n    .addHeader(\"x-api-key\", \"YOUR API-KEY\")\n    .addHeader(\"Authorization\", \"Bearer <ACCESS_TOKEN>\")\n    .build();\nResponse response = client.newCall(request).execute();","label":"java"},{"lang":"Python","source":"import requests\n\nurl = \"https://production.deepvue.tech/v1/verification/upi?vpa=<UPIHANDLE>\"\n\npayload={}\nheaders = {\n    'Authorization': 'Bearer <ACCESS_TOKEN>',\n    'x-api-key': 'YOUR API KEY',\n}\nresponse = requests.request(\"GET\", url, headers=headers, data=payload)\n\nprint(response.text)","label":"python"}]}},"/v1/verification/upi-advanced":{"get":{"tags":["KYC APIs"],"summary":"Upi Advanced Verification","description":"API to verify UPI information of your customers along with IFSC and the name as registered in the bank records.","operationId":"UPI_Advanced_Verification_v1_verification_upi_advanced_get","parameters":[{"required":true,"schema":{"type":"string","title":"Vpa"},"name":"vpa","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_VPA_ADVANCE_SUCCESS"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Upi Advanced Verification V1 Verification Upi Advanced Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Upi Advanced Verification V1 Verification Upi Advanced Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Upi Advanced Verification V1 Verification Upi Advanced Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INVALID_VPA"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/DEEPVUE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/RESPONSE_SOURCE_FAILURE"}],"title":"Response 500 Upi Advanced Verification V1 Verification Upi Advanced Get"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/mobile-to-vpa":{"get":{"tags":["KYC APIs"],"summary":"Mobile To Vpa","description":"API to fetch the account holder name along with the UPI ID of the user by providing the phone number.","operationId":"Mobile_to_vpa_v1_verification_mobile_to_vpa_get","parameters":[{"required":true,"schema":{"type":"string","title":"Mobile Number"},"name":"mobile_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_MOBILE_TO_VPA"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Mobile To Vpa V1 Verification Mobile To Vpa Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Mobile To Vpa V1 Verification Mobile To Vpa Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Mobile To Vpa V1 Verification Mobile To Vpa Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CASHFREE_INVALID_ID_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/name-match":{"get":{"tags":["KYC APIs"],"summary":"Name Match","description":"Name Matching is the process of finding occurrences of a substring from one name in another. It involves comparing patterns against the text to identify matches or similarities, and gives a score for that.\n\nUse this API to verify names that have enormous variations. Provide us the names you want to verify, and we will tell you whether they match and provide score.","operationId":"Name_Match_v1_name_match_get","parameters":[{"required":true,"schema":{"type":"string","title":"Name1"},"name":"name1","in":"query"},{"required":true,"schema":{"type":"string","title":"Name2"},"name":"name2","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_NAME_MATCHING"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Name Match V1 Name Match Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Name Match V1 Name Match Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Name Match V1 Name Match Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_EMPTY_NAME"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DEEPVUE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/batch-processing-status":{"get":{"tags":["KYC APIs"],"summary":"Get Bulk Verification Status","description":"Use this API to get the status of bulk validation requests by providing the request_id.","operationId":"Get_Bulk_Verification_Status_v1_verification_batch_processing_status_get","parameters":[{"required":true,"schema":{"type":"string","title":"Request Id"},"name":"request_id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/BAV_SUCCESSFUL"},{"$ref":"#/components/schemas/BAV_INVALID_ACCTNO_OR_IFSC"},{"$ref":"#/components/schemas/BAV_ACCT_BLOCKED"},{"$ref":"#/components/schemas/BAV_INVALID_IFSC"},{"$ref":"#/components/schemas/BAV_NRE_ACCOUNT"}],"title":"Response 200 Get Bulk Verification Status V1 Verification Batch Processing Status Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Get Bulk Verification Status V1 Verification Batch Processing Status Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Get Bulk Verification Status V1 Verification Batch Processing Status Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Get Bulk Verification Status V1 Verification Batch Processing Status Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_BATCH_FILE_FORMAT_NOT_SUPPORTED"}}}},"424":{"description":"Failed Dependency","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/BAV_SOURCE_BANK_DECLINED"},{"$ref":"#/components/schemas/BAV_BENEFICIARY_BANK_OFFLINE"},{"$ref":"#/components/schemas/BAV_IMPS_MODE_FAIL"},{"$ref":"#/components/schemas/BAV_NPCI_UNAVAILABLE"}],"title":"Response 424 Get Bulk Verification Status V1 Verification Batch Processing Status Get"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/BAV_FAILED_AT_BANK"}],"title":"Response 500 Get Bulk Verification Status V1 Verification Batch Processing Status Get"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BAV_SOURCE_UNAVAILABLE"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/liveness-check":{"post":{"tags":["Face Forensics"],"summary":"Liveness Check","description":"Liveness Check is a process of verifying that a real person is present and not a photo or video. It is a critical step in the KYC process.\nThis API is used to perform a liveness check on a user through passive liveness check. It takes an image/selfie of the user and checks if the user is real or not.","operationId":"Liveness_Check_v1_liveness_check_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LivenessCheckPayload"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_LIVENESS_CHECK_SUCCESSFUL"},{"$ref":"#/components/schemas/RESPONSE_LIVENESS_FACE_NOT_DETECTED"}],"title":"Response 200 Liveness Check V1 Liveness Check Post"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Liveness Check V1 Liveness Check Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Liveness Check V1 Liveness Check Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Liveness Check V1 Liveness Check Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_LIVENESS_INVALID_URL"},{"$ref":"#/components/schemas/RESPONSE_LIVENESS_INVALID_BASE64_STRING"}],"title":"Response 422 Liveness Check V1 Liveness Check Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_LIVENESS_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/documents/aadhaar-masking":{"post":{"tags":["Document Forensics"],"summary":"Aadhaar Masking","description":"Aadhaar masking hides the QR code and first 8 digits of the Aadhaar number on official documents, safeguarding privacy and minimizing identity theft risk. This practice enables verifications while limiting access to personal information, ensuring privacy and data security.    \n\nAadhaar masking API takes base64 or publically accessible URL of the aadhaar document as input and returns back the masked Aadhaar Document in response.","operationId":"Aadhaar_Masking_v1_documents_aadhaar_masking_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AadhaarMaskingPayload"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_AADHAAR_MASKING_SUCCESSFUL"},{"$ref":"#/components/schemas/RESPONSE_AADHAAR_MASKING_NO_ID_FOUND"}],"title":"Response 200 Aadhaar Masking V1 Documents Aadhaar Masking Post"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Aadhaar Masking V1 Documents Aadhaar Masking Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Aadhaar Masking V1 Documents Aadhaar Masking Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Aadhaar Masking V1 Documents Aadhaar Masking Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_NO_CONSENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_IMAGE"},{"$ref":"#/components/schemas/RESPONSE_EMPTY_DOCUMENT"},{"$ref":"#/components/schemas/RESPONSE_LIVENESS_INVALID_URL"}],"title":"Response 422 Aadhaar Masking V1 Documents Aadhaar Masking Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/DEEPVUE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/RESPONSE_AADHAAR_MASKING_NOT_PROCESSED"}],"title":"Response 500 Aadhaar Masking V1 Documents Aadhaar Masking Post"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/documents/extraction/ind_pancard":{"post":{"tags":["Document OCR"],"summary":"Ind Pan Ocr","description":"PAN Card OCR API lets you extract relevant fields like *pan_number*, *name*, and *dob* from the image of a PAN Card document in the form of key-value pairs.    \n\nBase64 encoded string of the document needs to be passed in request payload.","operationId":"ind_pan_ocr_v1_documents_extraction_ind_pancard_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OcrPayload"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_PAN_DOCUMENT_EXTRACTION"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Ind Pan Ocr V1 Documents Extraction Ind Pancard Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Ind Pan Ocr V1 Documents Extraction Ind Pancard Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Ind Pan Ocr V1 Documents Extraction Ind Pancard Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_DOCUMENT_INVALID"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/documents/extraction/ind_aadhaar":{"post":{"tags":["Document OCR"],"summary":"Ind Aadhaar Ocr","description":"With the help of Aadhaar Card OCR API you can extract relevant fields like *aadhaar_number*, *name*, *dob*, *address* from the image of an Aadhaar Card document in the form of key-value pairs.   \n\nBase64 encoded string of the document needs to be passed in request payload.","operationId":"ind_aadhaar_ocr_v1_documents_extraction_ind_aadhaar_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OcrPayload"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_DOCUMENT_EXTRACTION"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Ind Aadhaar Ocr V1 Documents Extraction Ind Aadhaar Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Ind Aadhaar Ocr V1 Documents Extraction Ind Aadhaar Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Ind Aadhaar Ocr V1 Documents Extraction Ind Aadhaar Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_DOCUMENT_INVALID"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/documents/extraction/ind_voter_id":{"post":{"tags":["Document OCR"],"summary":"Ind Voter Id Ocr","description":"Voter Card OCR API lets you extract voter fields like *voter_id*, *name*, *father name*, *dob*, and *address* etc. from the image of a Voter Card document in the form of key-value pairs.   \n\nBase64 encoded string of the document needs to be passed in request payload.","operationId":"ind_voter_id_ocr_v1_documents_extraction_ind_voter_id_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OcrPayload"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_VOTER_DOCUMENT_EXTRACTION"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Ind Voter Id Ocr V1 Documents Extraction Ind Voter Id Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Ind Voter Id Ocr V1 Documents Extraction Ind Voter Id Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Ind Voter Id Ocr V1 Documents Extraction Ind Voter Id Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_DOCUMENT_INVALID"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/documents/extraction/ind_driving_license":{"post":{"tags":["Document OCR"],"summary":"Ind Driving License Ocr","description":"Driving License OCR API lets you extract relevant fields like *dl_number*, *name*, *validity*, *dob*, and address etc. from the image of a DL document in the form of key-value pairs.    \n\nBase64 encoded string of the document needs to be passed in request payload.","operationId":"ind_driving_license_ocr_v1_documents_extraction_ind_driving_license_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OcrPayload"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_DRIVING_LICENSE_DOCUMENT_EXTRACTION"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Ind Driving License Ocr V1 Documents Extraction Ind Driving License Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Ind Driving License Ocr V1 Documents Extraction Ind Driving License Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Ind Driving License Ocr V1 Documents Extraction Ind Driving License Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_DOCUMENT_INVALID"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/documents/extraction/ind_passport":{"post":{"tags":["Document OCR"],"summary":"Ind Passport Ocr","description":"This API helps you extract details from image of an indian passport document in real-time.       \nBase64 encoded string or publically accessible URL of the document needs to be passed in request payload.","operationId":"ind_passport_ocr_v1_documents_extraction_ind_passport_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PassportOcrPayload"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_DRIVING_LICENSE_DOCUMENT_EXTRACTION"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Ind Passport Ocr V1 Documents Extraction Ind Passport Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Ind Passport Ocr V1 Documents Extraction Ind Passport Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Ind Passport Ocr V1 Documents Extraction Ind Passport Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_DOCUMENT_INVALID"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/documents/extraction/gstin-certificate":{"post":{"tags":["Document OCR"],"summary":"Ind Gstin Certificate Ocr","description":"This API helps you extract details from image of a GST Certificate in real-time.       \nBase64 encoded string or publically accessible URL of the document needs to be passed in request payload.","operationId":"ind_gstin_certificate_ocr_v1_documents_extraction_gstin_certificate_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GstOcrPayload"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_GSTIN_OCR"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Ind Gstin Certificate Ocr V1 Documents Extraction Gstin Certificate Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Ind Gstin Certificate Ocr V1 Documents Extraction Gstin Certificate Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Ind Gstin Certificate Ocr V1 Documents Extraction Gstin Certificate Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_DOCUMENT_INVALID"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/documents/extraction/ind_bank_cheque":{"post":{"tags":["Document OCR"],"summary":"Ind Bank Cheque Ocr","description":"Manually typing in or verifying bank details like the account number, IFSC and account holder name is slow and cumbersome.    \nDeepvue.tech’s Bank Cheque OCR API lets you do it in a blink of an eye and enables your Operations with instant Bank Cheque OCR.   \n\nWith Bank Cheque OCR API, you can digitize an image of a bank cheque in no time.    \n\nBase64 encoded string of the document needs to be passed in request payload.","operationId":"ind_bank_cheque_ocr_v1_documents_extraction_ind_bank_cheque_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OcrPayload"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_CHEQUE_DOCUMENT_EXTRACTION"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Ind Bank Cheque Ocr V1 Documents Extraction Ind Bank Cheque Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Ind Bank Cheque Ocr V1 Documents Extraction Ind Bank Cheque Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Ind Bank Cheque Ocr V1 Documents Extraction Ind Bank Cheque Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_DOCUMENT_INVALID"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/documents/quality/authenticity-check":{"post":{"tags":["Document Forensics"],"summary":"Authenticity Check","description":"Document Authenticity Check API lets you determine whether the KYC document such as Aadhaar, PAN, Bank Cheque etc. is valid or not. It performs several checks against Photocopy, Blurriness, Templates etc. to confirm whether a document is valid or not.","operationId":"authenticity_check_v1_documents_quality_authenticity_check_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OriginalityPayload"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_DOCUMENT_ORIGINALITY_CHECK"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Authenticity Check V1 Documents Quality Authenticity Check Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Authenticity Check V1 Documents Quality Authenticity Check Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Authenticity Check V1 Documents Quality Authenticity Check Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_DOCUMENT_INVALID_TEMPLATE"},{"$ref":"#/components/schemas/RESPONSE_DOCUMENT_IMAGE_BLURRED"},{"$ref":"#/components/schemas/RESPONSE_DOCUMENT_IMPROPER"}],"title":"Response 422 Authenticity Check V1 Documents Quality Authenticity Check Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/kyc/digilocker/initiate-session":{"post":{"tags":["Digilocker"],"summary":"Initiate Session","description":"This API is used to initiate a session with Digilocker. This API generates a code on UI which will be used in the next DigiLocker flow APIs.","operationId":"Initiate_Session_v1_kyc_digilocker_initiate_session_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DigiLockerInitSession"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DIGILOCKER_INIT_SESSION_SUCCESS"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Initiate Session V1 Kyc Digilocker Initiate Session Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Initiate Session V1 Kyc Digilocker Initiate Session Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Initiate Session V1 Kyc Digilocker Initiate Session Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/kyc/digilocker/access-token":{"post":{"tags":["Digilocker"],"summary":"Access Token","description":"This API is used to get Access Token from Digilocker.","operationId":"Access_Token_v1_kyc_digilocker_access_token_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DigiLockerAccessToken"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DIGILOCKER_ACCESS_TOKEN_SUCCESS"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/DIGILOCKER_BAD_REQUEST"},{"$ref":"#/components/schemas/DIGILOCKER_DUPLICATE_REQUEST"},{"$ref":"#/components/schemas/DIGILOCKER_INVALID_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Access Token V1 Kyc Digilocker Access Token Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/DIGILOCKER_SESSION_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Access Token V1 Kyc Digilocker Access Token Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Access Token V1 Kyc Digilocker Access Token Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/kyc/digilocker/eaadhaar":{"post":{"tags":["Digilocker"],"summary":"E Aadhaar","description":"This API will return e-Aadhaar data in XML format.","operationId":"e_Aadhaar_v1_kyc_digilocker_eaadhaar_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DigiLockerEaadhaar"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DIGILOCKER_EAADHAAR_SUCCESS"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/DIGILOCKER_BAD_REQUEST"},{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 E Aadhaar V1 Kyc Digilocker Eaadhaar Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/DIGILOCKER_SESSION_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 E Aadhaar V1 Kyc Digilocker Eaadhaar Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 E Aadhaar V1 Kyc Digilocker Eaadhaar Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DIGILOCKER_FETCH_FAILED"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/kyc/digilocker/issued-files":{"post":{"tags":["Digilocker"],"summary":"Issued Files","description":"This API will fetch the list of issued documents in Digilocker.","operationId":"Issued_Files_v1_kyc_digilocker_issued_files_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DigiLockerIssuedFiles"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DIGILOCKER_ISSUED_FILES"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/DIGILOCKER_BAD_REQUEST"},{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Issued Files V1 Kyc Digilocker Issued Files Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/DIGILOCKER_SESSION_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Issued Files V1 Kyc Digilocker Issued Files Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Issued Files V1 Kyc Digilocker Issued Files Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_VPA_FAILED_AT_BANK"},{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}],"title":"Response 500 Issued Files V1 Kyc Digilocker Issued Files Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/kyc/digilocker/file":{"post":{"tags":["Digilocker"],"summary":"Download File","description":"This API will download a file from Digilocker from issued documents based on the URN passed in the parameter.","operationId":"Download_File_v1_kyc_digilocker_file_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DigiLockerDownloadFile"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DIGILOCKER_DOWNLOAD_FILE"}}}},"301":{"description":"Moved Permanently","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DIGILOCKER_INVALID_URI"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/DIGILOCKER_BAD_REQUEST"},{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Download File V1 Kyc Digilocker File Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/DIGILOCKER_SESSION_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Download File V1 Kyc Digilocker File Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Download File V1 Kyc Digilocker File Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_VPA_FAILED_AT_BANK"},{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}],"title":"Response 500 Download File V1 Kyc Digilocker File Post"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/verification/mca/din":{"get":{"tags":["MCA APIs"],"summary":"Din Verification","description":"API to get director master data using DIN (Director Identification Number).","operationId":"Din_Verification_v1_verification_mca_din_get","parameters":[{"required":true,"schema":{"type":"string","title":"Id Number"},"name":"id_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_MCA_DIN"},{"$ref":"#/components/schemas/MCA_DIN_SEARCH_NO_RECORDS_FOUND"}],"title":"Response 200 Din Verification V1 Verification Mca Din Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Din Verification V1 Verification Mca Din Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Din Verification V1 Verification Mca Din Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Din Verification V1 Verification Mca Din Get"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/mca/cin":{"get":{"tags":["MCA APIs"],"summary":"Cin Verification","description":"API to get company master data using CIN (Company Identification Number).","operationId":"Cin_Verification_v1_verification_mca_cin_get","parameters":[{"required":true,"schema":{"type":"string","title":"Id Number"},"name":"id_number","in":"query"},{"required":false,"schema":{"type":"boolean","title":"Enrich","default":false},"name":"enrich","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_MCA_CIN"},{"$ref":"#/components/schemas/RESPONSE_MCA_LLPIN"},{"$ref":"#/components/schemas/MCA_CIN_SEARCH_NO_RECORDS_FOUND"}],"title":"Response 200 Cin Verification V1 Verification Mca Cin Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Cin Verification V1 Verification Mca Cin Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Cin Verification V1 Verification Mca Cin Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Cin Verification V1 Verification Mca Cin Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_MCA_CIN_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/itr/create-client":{"post":{"tags":["ITR APIs"],"summary":"Create Client","description":"Enter your username and password and you will receive a unique client ID.","operationId":"Create_Client_v1_verification_itr_create_client_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateItrClient"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_ITR_CREATE_CLIENT"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Create Client V1 Verification Itr Create Client Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Create Client V1 Verification Itr Create Client Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Create Client V1 Verification Itr Create Client Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ITR_SOURCE_FAILURE"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/itr/itr-download":{"post":{"tags":["ITR APIs"],"summary":"Download Itr","description":"This API helps you download ITR information, such as ITR ID, Filing Year, Acknowledgement Number, ITR Form, Filing Date, ITR status, etc..","operationId":"Download_Itr_v1_verification_itr_itr_download_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/services__endpoints__DownloadItr"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_DOWNLOAD_ITR"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Download Itr V1 Verification Itr Itr Download Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Download Itr V1 Verification Itr Itr Download Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Download Itr V1 Verification Itr Itr Download Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ITR_DOWNLOAD_FAILURE"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ITR_SOURCE_FAILURE"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/itr/26as-download":{"post":{"tags":["ITR APIs"],"summary":"Download 26As","description":"This API helps you download the 26AS form, provide your unique ITR client ID..","operationId":"Download_26as_v1_verification_itr_26as_download_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/services__endpoints__DownloadItr"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_DOWNLOAD_26AS"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Download 26As V1 Verification Itr 26As Download Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Download 26As V1 Verification Itr 26As Download Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Download 26As V1 Verification Itr 26As Download Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ITR_DOWNLOAD_FAILURE"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ITR_SOURCE_FAILURE"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/itr/ais-download":{"post":{"tags":["ITR APIs"],"summary":"Download Ais","description":"This API helps you download ITR information, such as ITR ID, Filing Year, Acknowledgement Number, ITR Form, Filing Date, ITR status, etc..","operationId":"Download_Ais_v1_verification_itr_ais_download_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/services__endpoints__DownloadItr"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_DOWNLOAD_AIS"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Download Ais V1 Verification Itr Ais Download Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Download Ais V1 Verification Itr Ais Download Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Download Ais V1 Verification Itr Ais Download Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ITR_DOWNLOAD_FAILURE"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ITR_SOURCE_FAILURE"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/itr/get-itr-details":{"get":{"tags":["ITR APIs"],"summary":"Get Itr Details","operationId":"Get_Itr_Details_v1_verification_itr_get_itr_details_get","parameters":[{"required":true,"schema":{"type":"string","title":"Itr Client Id"},"name":"itr_client_id","in":"query"},{"required":true,"schema":{"type":"string","title":"Itr Id"},"name":"itr_id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_DETAILS_ITR"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Get Itr Details V1 Verification Itr Get Itr Details Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Get Itr Details V1 Verification Itr Get Itr Details Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Get Itr Details V1 Verification Itr Get Itr Details Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ITR_DOWNLOAD_FAILURE"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ITR_SOURCE_FAILURE"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/itr/get-26as-details":{"get":{"tags":["ITR APIs"],"summary":"Get 26As Details","operationId":"Get_26as_Details_v1_verification_itr_get_26as_details_get","parameters":[{"required":true,"schema":{"type":"string","title":"Itr Client Id"},"name":"itr_client_id","in":"query"},{"required":true,"schema":{"type":"string","title":"Tds Id"},"name":"tds_id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_DETAILS_26AS"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Get 26As Details V1 Verification Itr Get 26As Details Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Get 26As Details V1 Verification Itr Get 26As Details Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Get 26As Details V1 Verification Itr Get 26As Details Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ITR_DOWNLOAD_FAILURE"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ITR_SOURCE_FAILURE"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/itr/get-ais-details":{"get":{"tags":["ITR APIs"],"summary":"Get Ais Details","operationId":"Get_Ais_Details_v1_verification_itr_get_ais_details_get","parameters":[{"required":true,"schema":{"type":"string","title":"Itr Client Id"},"name":"itr_client_id","in":"query"},{"required":true,"schema":{"type":"string","title":"Financial Year"},"name":"financial_year","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_DETAILS_ITR"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Get Ais Details V1 Verification Itr Get Ais Details Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Get Ais Details V1 Verification Itr Get Ais Details Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Get Ais Details V1 Verification Itr Get Ais Details Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ITR_DOWNLOAD_FAILURE"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ITR_SOURCE_FAILURE"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/mobile-intelligence/mobile-to-name":{"get":{"tags":["Mobile Forensics"],"summary":"Mobile To Name","description":"API to fetch the Name of the user linked with the phone number.","operationId":"Mobile_To_Name_v1_mobile_intelligence_mobile_to_name_get","parameters":[{"required":true,"schema":{"type":"string","title":"Mobile Number"},"name":"mobile_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_MOBILE_TO_NAME_SUCCESS"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Mobile To Name V1 Mobile Intelligence Mobile To Name Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Mobile To Name V1 Mobile Intelligence Mobile To Name Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Mobile To Name V1 Mobile Intelligence Mobile To Name Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INVALID_MOBILE_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/DEEPVUE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/RESPONSE_SOURCE_FAILURE"}],"title":"Response 500 Mobile To Name V1 Mobile Intelligence Mobile To Name Get"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/mobile-intelligence/mobile-to-dl-details":{"get":{"tags":["Mobile Forensics"],"summary":"Mobile To Driving License","description":"API to fetch the Driving Licence details of the user linked with the phone number.","operationId":"Mobile_To_Driving_License_v1_mobile_intelligence_mobile_to_dl_details_get","parameters":[{"required":true,"schema":{"type":"string","title":"Mobile Number"},"name":"mobile_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_MOBILE_TO_DL_SUCCESS"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Mobile To Driving License V1 Mobile Intelligence Mobile To Dl Details Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Mobile To Driving License V1 Mobile Intelligence Mobile To Dl Details Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Mobile To Driving License V1 Mobile Intelligence Mobile To Dl Details Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INVALID_MOBILE_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/DEEPVUE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/RESPONSE_SOURCE_FAILURE"}],"title":"Response 500 Mobile To Driving License V1 Mobile Intelligence Mobile To Dl Details Get"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/mobile-intelligence/mobile-to-uan":{"get":{"tags":["Mobile Forensics"],"summary":"Mobile To Uan","description":"API to fetch the UAN Number of the user linked with the phone number.","operationId":"Mobile_To_Uan_v1_mobile_intelligence_mobile_to_uan_get","parameters":[{"required":true,"schema":{"type":"string","title":"Mobile Number"},"name":"mobile_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_MOBILE_TO_UAN_SUCCESS"},{"$ref":"#/components/schemas/RESPONSE_MOBILE_TO_UAN_NOT_FOUND"}],"title":"Response 200 Mobile To Uan V1 Mobile Intelligence Mobile To Uan Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Mobile To Uan V1 Mobile Intelligence Mobile To Uan Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Mobile To Uan V1 Mobile Intelligence Mobile To Uan Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Mobile To Uan V1 Mobile Intelligence Mobile To Uan Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INVALID_MOBILE_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/DEEPVUE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/RESPONSE_SOURCE_FAILURE"}],"title":"Response 500 Mobile To Uan V1 Mobile Intelligence Mobile To Uan Get"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/mobile-intelligence/mobile-to-uan-list":{"get":{"tags":["Mobile Forensics"],"summary":"Mobile To Uan List","description":"API to fetch the UAN Number List of the user linked with the phone number.","operationId":"Mobile_To_Uan_List_v1_mobile_intelligence_mobile_to_uan_list_get","parameters":[{"required":true,"schema":{"type":"string","title":"Mobile Number"},"name":"mobile_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_MOBILE_TO_UAN_LIST_SUCCESS"},{"$ref":"#/components/schemas/RESPONSE_MOBILE_TO_UAN_NOT_FOUND"}],"title":"Response 200 Mobile To Uan List V1 Mobile Intelligence Mobile To Uan List Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Mobile To Uan List V1 Mobile Intelligence Mobile To Uan List Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Mobile To Uan List V1 Mobile Intelligence Mobile To Uan List Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Mobile To Uan List V1 Mobile Intelligence Mobile To Uan List Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INVALID_MOBILE_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/DEEPVUE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/RESPONSE_SOURCE_FAILURE"}],"title":"Response 500 Mobile To Uan List V1 Mobile Intelligence Mobile To Uan List Get"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/mobile-intelligence/mobile-to-digital-age":{"get":{"tags":["Mobile Forensics"],"summary":"Mobile To Digital Age","description":"API to fetch the Digital Age details of the user linked with the phone number.","operationId":"Mobile_To_Digital_Age_v1_mobile_intelligence_mobile_to_digital_age_get","parameters":[{"required":true,"schema":{"type":"string","title":"Mobile Number"},"name":"mobile_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_MOBILE_TO_DIGITAL_AGE_SUCCESS"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Mobile To Digital Age V1 Mobile Intelligence Mobile To Digital Age Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Mobile To Digital Age V1 Mobile Intelligence Mobile To Digital Age Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Mobile To Digital Age V1 Mobile Intelligence Mobile To Digital Age Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INVALID_MOBILE_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/DEEPVUE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/RESPONSE_SOURCE_FAILURE"}],"title":"Response 500 Mobile To Digital Age V1 Mobile Intelligence Mobile To Digital Age Get"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/mobile-intelligence/mobile-to-network-details":{"get":{"tags":["Mobile Forensics"],"summary":"Mobile Network Details","description":"API to fetch the Mobile Network details of the phone number.","operationId":"Mobile_Network_Details_v1_mobile_intelligence_mobile_to_network_details_get","parameters":[{"required":true,"schema":{"type":"string","title":"Mobile Number"},"name":"mobile_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_MOBILE_NETWORK_DETAILS_SUCCESS"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Mobile Network Details V1 Mobile Intelligence Mobile To Network Details Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Mobile Network Details V1 Mobile Intelligence Mobile To Network Details Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Mobile Network Details V1 Mobile Intelligence Mobile To Network Details Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INVALID_MOBILE_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/DEEPVUE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/RESPONSE_SOURCE_FAILURE"}],"title":"Response 500 Mobile Network Details V1 Mobile Intelligence Mobile To Network Details Get"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/mobile-intelligence/mobile-to-multiple-upi":{"get":{"tags":["Mobile Forensics"],"summary":"Mobile To Multiple Upi","description":"API to fetch the account holder name along with the multiple UPI IDs of the user by providing the phone number.","operationId":"Mobile_to_Multiple_Upi_v1_mobile_intelligence_mobile_to_multiple_upi_get","parameters":[{"required":true,"schema":{"type":"string","title":"Mobile Number"},"name":"mobile_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_MOBILE_TO_MULTIPLE_VPA_SUCCESS"},{"$ref":"#/components/schemas/RESPONSE_MOBILE_TO_MULTIPLE_VPA_NO_VPA_LINKED"}],"title":"Response 200 Mobile To Multiple Upi V1 Mobile Intelligence Mobile To Multiple Upi Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Mobile To Multiple Upi V1 Mobile Intelligence Mobile To Multiple Upi Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Mobile To Multiple Upi V1 Mobile Intelligence Mobile To Multiple Upi Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Mobile To Multiple Upi V1 Mobile Intelligence Mobile To Multiple Upi Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INVALID_MOBILE_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_SOURCE_FAILURE"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/epfo/aadhaar-to-uan":{"get":{"tags":["EPFO"],"summary":"Aadhaar To Uan","description":"API to fetch the UAN Number of the user linked with the phone number.","operationId":"Aadhaar_To_Uan_v1_verification_epfo_aadhaar_to_uan_get","parameters":[{"required":true,"schema":{"type":"string","title":"Aadhaar Number"},"name":"aadhaar_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_TO_UAN_SUCCESS"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Aadhaar To Uan V1 Verification Epfo Aadhaar To Uan Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Aadhaar To Uan V1 Verification Epfo Aadhaar To Uan Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Aadhaar To Uan V1 Verification Epfo Aadhaar To Uan Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INVALID_AADHAAR_INPUT"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/DEEPVUE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/RESPONSE_SOURCE_FAILURE"}],"title":"Response 500 Aadhaar To Uan V1 Verification Epfo Aadhaar To Uan Get"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/epfo/pan-to-uan":{"get":{"tags":["EPFO"],"summary":"Pan To Uan","description":"API to fetch the UAN Number of the user linked with the PAN number.","operationId":"Pan_To_Uan_v1_verification_epfo_pan_to_uan_get","parameters":[{"required":true,"schema":{"type":"string","title":"Pan Number"},"name":"pan_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_PAN_TO_UAN_SUCCESS"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Pan To Uan V1 Verification Epfo Pan To Uan Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Pan To Uan V1 Verification Epfo Pan To Uan Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Pan To Uan V1 Verification Epfo Pan To Uan Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INVALID_PAN_NUMBER"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/DEEPVUE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/RESPONSE_SOURCE_FAILURE"}],"title":"Response 500 Pan To Uan V1 Verification Epfo Pan To Uan Get"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/financial-services/credit-bureau/credit-report-pdf":{"get":{"tags":["Financial Services"],"summary":"Credit Report Pdf","description":"This Credit Report PDF API provides person's credit report in PDF format.","operationId":"Credit_Report_PDF_v1_financial_services_credit_bureau_credit_report_pdf_get","parameters":[{"required":true,"schema":{"type":"string","title":"Full Name"},"name":"full_name","in":"query"},{"required":true,"schema":{"type":"string","title":"Pan Number"},"name":"pan_number","in":"query"},{"required":true,"schema":{"type":"string","title":"Mobile Number"},"name":"mobile_number","in":"query"},{"required":true,"schema":{"type":"string","title":"Consent"},"name":"consent","in":"query"},{"required":true,"schema":{"type":"string","title":"Purpose"},"name":"purpose","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_CREDIT_REPORT_PDF"},{"$ref":"#/components/schemas/CREDIT_REPORT_NO_RECORD"}],"title":"Response 200 Credit Report Pdf V1 Financial Services Credit Bureau Credit Report Pdf Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"},{"$ref":"#/components/schemas/CREDIT_REPORT_INVALID_INPUT"}],"title":"Response 400 Credit Report Pdf V1 Financial Services Credit Bureau Credit Report Pdf Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Credit Report Pdf V1 Financial Services Credit Bureau Credit Report Pdf Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Credit Report Pdf V1 Financial Services Credit Bureau Credit Report Pdf Get"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/CREDIT_REPORT_FAILED_AT_SOURCE"},{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}],"title":"Response 500 Credit Report Pdf V1 Financial Services Credit Bureau Credit Report Pdf Get"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/pan-to-fathername":{"get":{"tags":["KYC APIs"],"summary":"Pan To Father Name","description":"This API allows users to find the father's name associated with the provided PAN number.","operationId":"PAN_To_Father_Name_v1_verification_pan_to_fathername_get","parameters":[{"required":true,"schema":{"type":"string","title":"Pan Number"},"name":"pan_number","in":"query"},{"required":false,"schema":{"type":"string","title":"Name"},"name":"name","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_PAN_TO_FATHER_NAME"},{"$ref":"#/components/schemas/INVALID_PAN_PLUS"}],"title":"Response 200 Pan To Father Name V1 Verification Pan To Fathername Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Pan To Father Name V1 Verification Pan To Fathername Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Pan To Father Name V1 Verification Pan To Fathername Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Pan To Father Name V1 Verification Pan To Fathername Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_PAN_PLUS_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/pan-plus":{"get":{"tags":["KYC APIs"],"summary":"Pan Plus Verification Rpacpc","description":"The Pan Plus Authentication API provides additional details compared to Advanced Authentication.\nVerify additional details such as DOB, Gender, Email, Phone, Address from PAN Number.","operationId":"PAN_Plus_Verification_Rpacpc_v1_verification_pan_plus_get","parameters":[{"required":true,"schema":{"type":"string","title":"Pan Number"},"name":"pan_number","in":"query"},{"required":false,"schema":{"type":"string","title":"Name"},"name":"name","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_PAN_PLUS_VERIFICATION"},{"$ref":"#/components/schemas/INVALID_PAN_PLUS"}],"title":"Response 200 Pan Plus Verification Rpacpc V1 Verification Pan Plus Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Pan Plus Verification Rpacpc V1 Verification Pan Plus Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Pan Plus Verification Rpacpc V1 Verification Pan Plus Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Pan Plus Verification Rpacpc V1 Verification Pan Plus Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_PAN_PLUS_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/pan-to-employment-status":{"get":{"tags":["KYC APIs"],"summary":"Pan To Employment Status","description":"Use this API to find Employment Status pertaining to a given PAN.","operationId":"pan_to_employment_status_v1_verification_pan_to_employment_status_get","parameters":[{"required":true,"schema":{"type":"string","title":"Pan Number"},"name":"pan_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/bankaccount":{"get":{"tags":["KYC APIs"],"summary":"Bank Account Verification","description":"Use this API to verify a bank account (account_number + IFSC) and optionally match the account holder name.","operationId":"bank_account_verification_v1_verification_bankaccount_get","parameters":[{"required":true,"schema":{"type":"string","title":"Account Number"},"name":"account_number","in":"query"},{"required":true,"schema":{"type":"string","title":"Ifsc"},"name":"ifsc","in":"query"},{"required":false,"schema":{"type":"string","title":"Name"},"name":"name","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}],"x-codeSamples":[{"lang":"cURL","source":"curl --location --request GET 'https://production.deepvue.tech/v1/verification/bankaccount?account_number=<ACCOUNTNUMBER>&ifsc=<IFSCCODE>' \\\n--header 'Authorization: Bearer <ACCESS_TOKEN>' \\\n--header 'x-api-key: <YOUR API KEY>'","label":"curl"},{"lang":"Java - OkHttp","source":"OkHttpClient client = new OkHttpClient().newBuilder()\n    .build();\nRequest request = new Request.Builder()\n    .url(\"https://production.deepvue.tech/v1/verification/bankaccount?account_number=<ACCOUNTNUMBER>&ifsc=<IFSCCODE>\")\n    .method(\"GET\", null)\n    .addHeader(\"Authorization\", \"Bearer <ACCESS_TOKEN>\")\n    .addHeader(\"x-api-key\", \"YOUR API KEY\")\n    .build();\nResponse response = client.newCall(request).execute();","label":"java"},{"lang":"Python","source":"import requests\n\nurl = \"https://production.deepvue.tech/v1/verification/bankaccount?account_number=<ACCOUNTNUMBER>&ifsc=<IFSCCODE>\"\n\npayload={}\nheaders = {\n    'Authorization': 'Bearer <ACCESS_TOKEN>',\n    'x-api-key': 'YOUR API KEY',\n}\nresponse = requests.request(\"GET\", url, headers=headers, data=payload)\n\nprint(response.text)","label":"python"}]}},"/v1/verification/epfo/uan-to-employment-history":{"get":{"tags":["EPFO"],"summary":"Uan To Employment History Cashfree","description":"Retrieves employment history based on UAN number.\n\nThis endpoint fetches the employment history associated with a given Universal Account Number (UAN).\n\nArgs:\n    request (Request): The incoming HTTP request object\n    uan_number (str): Universal Account Number for which to fetch employment history \n    current_user (Client): Currently authenticated client user, injected via dependency\n    generate_pdf (bool, optional): Flag to generate PDF report. Defaults to False\n    background_tasks (BackgroundTasks, optional): Background task queue for async operations. Defaults to None\n\nReturns:\n    The employment history data associated with the provided UAN number","operationId":"uan_to_employment_history_cashfree_v1_verification_epfo_uan_to_employment_history_get","parameters":[{"required":true,"schema":{"type":"string","title":"Uan Number"},"name":"uan_number","in":"query"},{"required":false,"schema":{"type":"boolean","title":"Generate Pdf","default":false},"name":"generate_pdf","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_UAN_TO_EMPLOYMENT_HISTORY_SUCCESS"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Uan To Employment History Cashfree V1 Verification Epfo Uan To Employment History Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Uan To Employment History Cashfree V1 Verification Epfo Uan To Employment History Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Uan To Employment History Cashfree V1 Verification Epfo Uan To Employment History Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INVALID_UAN_NUMBER"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/DEEPVUE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/RESPONSE_SOURCE_FAILURE"}],"title":"Response 500 Uan To Employment History Cashfree V1 Verification Epfo Uan To Employment History Get"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/verification/epfo/uan-to-employment-history/batch":{"post":{"tags":["EPFO"],"summary":"Uan To Employment History Batch","description":"Use this API to do perform UAN to Employment History in bulk. This is an async verification request. Results once processed are sent over a webhook that's registered for your account.","operationId":"Uan_To_Employment_History_Batch_v1_verification_epfo_uan_to_employment_history_batch_post","parameters":[{"required":false,"schema":{"type":"string","title":"Webhook Url"},"name":"webhook_url","in":"query"}],"requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_Uan_To_Employment_History_Batch_v1_verification_epfo_uan_to_employment_history_batch_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_INITIATED_SUCCESSFULLY"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Uan To Employment History Batch V1 Verification Epfo Uan To Employment History Batch Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Uan To Employment History Batch V1 Verification Epfo Uan To Employment History Batch Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Uan To Employment History Batch V1 Verification Epfo Uan To Employment History Batch Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_BATCH_FILE_FORMAT_NOT_SUPPORTED"},{"$ref":"#/components/schemas/RESPONSE_BATCH_VERIFICATION_LIMIT_EXCEEDED"},{"$ref":"#/components/schemas/RESPONSE_UAN_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED"}],"title":"Response 422 Uan To Employment History Batch V1 Verification Epfo Uan To Employment History Batch Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/background-verification/fir-check":{"post":{"summary":"Post Fir Check","operationId":"post_fir_check_v1_background_verification_fir_check_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FirCheckPOSTRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/background-verification/fir-check/{transaction_id}":{"get":{"summary":"Get Fir Check","operationId":"get_fir_check_v1_background_verification_fir_check__transaction_id__get","parameters":[{"required":true,"schema":{"type":"string","title":"Transaction Id"},"name":"transaction_id","in":"path"},{"required":false,"schema":{"type":"boolean","title":"Normalise","default":false},"name":"normalise","in":"query"},{"description":"Comma-separated values supported (e.g., A,B).","required":false,"schema":{"type":"string","title":"Name Match Type","description":"Comma-separated values supported (e.g., A,B)."},"name":"name_match_type","in":"query"},{"description":"Comma-separated values supported (e.g., A,B).","required":false,"schema":{"type":"string","title":"Father Match Type","description":"Comma-separated values supported (e.g., A,B)."},"name":"father_match_type","in":"query"},{"description":"Comma-separated values supported (e.g., A,B).","required":false,"schema":{"type":"string","title":"Type","description":"Comma-separated values supported (e.g., A,B)."},"name":"type","in":"query"},{"description":"Comma-separated values supported (e.g., A,B).","required":false,"schema":{"type":"string","title":"Case Category","description":"Comma-separated values supported (e.g., A,B)."},"name":"case_category","in":"query"},{"description":"Comma-separated values supported (e.g., A,B).","required":false,"schema":{"type":"string","title":"Case Status","description":"Comma-separated values supported (e.g., A,B)."},"name":"case_status","in":"query"},{"description":"Comma-separated values supported (e.g., A,B).","required":false,"schema":{"type":"string","title":"State Match","description":"Comma-separated values supported (e.g., A,B)."},"name":"state_match","in":"query"},{"description":"Comma-separated values supported (e.g., A,B).","required":false,"schema":{"type":"string","title":"Dist Match","description":"Comma-separated values supported (e.g., A,B)."},"name":"dist_match","in":"query"},{"description":"Comma-separated values supported (e.g., A,B).","required":false,"schema":{"type":"string","title":"Jurisdiction Type","description":"Comma-separated values supported (e.g., A,B)."},"name":"jurisdiction_type","in":"query"},{"description":"Comma-separated values supported (e.g., A,B).","required":false,"schema":{"type":"string","title":"Algo Risk","description":"Comma-separated values supported (e.g., A,B)."},"name":"algo_risk","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/background-verification/pep-sanction-aml-check":{"post":{"summary":"Post Pep Sanction Aml Check","operationId":"post_pep_sanction_aml_check_v1_background_verification_pep_sanction_aml_check_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PEPSanctionAMLCheckPOSTRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/background-verification/financial-crime-screening":{"post":{"summary":"Post Pep Sanction Aml Check","operationId":"post_pep_sanction_aml_check_v1_background_verification_financial_crime_screening_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PEPSanctionAMLCheckPOSTRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/background-verification/pep-sanction-aml-check/{transaction_id}":{"get":{"summary":"Get Pep Sanction Aml Check","operationId":"get_pep_sanction_aml_check_v1_background_verification_pep_sanction_aml_check__transaction_id__get","parameters":[{"description":"Transaction ID (32-char hex)","required":true,"schema":{"type":"string","pattern":"^[0-9a-fA-F]{32}$","title":"Transaction Id","description":"Transaction ID (32-char hex)"},"name":"transaction_id","in":"path"},{"required":false,"schema":{"type":"boolean","title":"Normalise","default":false},"name":"normalise","in":"query"},{"description":"Comma-separated values supported (e.g., A,B).","required":false,"schema":{"type":"string","title":"Name Match Type","description":"Comma-separated values supported (e.g., A,B)."},"name":"name_match_type","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/background-verification/financial-crime-screening/{transaction_id}":{"get":{"summary":"Get Pep Sanction Aml Check","operationId":"get_pep_sanction_aml_check_v1_background_verification_financial_crime_screening__transaction_id__get","parameters":[{"description":"Transaction ID (32-char hex)","required":true,"schema":{"type":"string","pattern":"^[0-9a-fA-F]{32}$","title":"Transaction Id","description":"Transaction ID (32-char hex)"},"name":"transaction_id","in":"path"},{"required":false,"schema":{"type":"boolean","title":"Normalise","default":false},"name":"normalise","in":"query"},{"description":"Comma-separated values supported (e.g., A,B).","required":false,"schema":{"type":"string","title":"Name Match Type","description":"Comma-separated values supported (e.g., A,B)."},"name":"name_match_type","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/background-verification/court-record-check":{"post":{"summary":"Post Court Check","operationId":"post_court_check_v1_background_verification_court_record_check_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CourtCheckPOSTRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v1/background-verification/court-record-check/{transaction_id}":{"get":{"summary":"Get Court Check","operationId":"get_court_check_v1_background_verification_court_record_check__transaction_id__get","parameters":[{"description":"Transaction ID (32-char hex)","required":true,"schema":{"type":"string","pattern":"^[0-9a-fA-F]{32}$","title":"Transaction Id","description":"Transaction ID (32-char hex)"},"name":"transaction_id","in":"path"},{"required":false,"schema":{"type":"boolean","title":"Normalise","default":false},"name":"normalise","in":"query"},{"description":"Comma-separated values supported (e.g., A,B).","required":false,"schema":{"type":"string","title":"Name Match Type","description":"Comma-separated values supported (e.g., A,B)."},"name":"name_match_type","in":"query"},{"description":"Comma-separated values supported (e.g., A,B).","required":false,"schema":{"type":"string","title":"Father Match Type","description":"Comma-separated values supported (e.g., A,B)."},"name":"father_match_type","in":"query"},{"description":"Comma-separated values supported (e.g., A,B).","required":false,"schema":{"type":"string","title":"Type","description":"Comma-separated values supported (e.g., A,B)."},"name":"type","in":"query"},{"description":"Comma-separated values supported (e.g., A,B).","required":false,"schema":{"type":"string","title":"Case Category","description":"Comma-separated values supported (e.g., A,B)."},"name":"case_category","in":"query"},{"description":"Comma-separated values supported (e.g., A,B).","required":false,"schema":{"type":"string","title":"Case Status","description":"Comma-separated values supported (e.g., A,B)."},"name":"case_status","in":"query"},{"description":"Comma-separated values supported (e.g., A,B).","required":false,"schema":{"type":"string","title":"State Match","description":"Comma-separated values supported (e.g., A,B)."},"name":"state_match","in":"query"},{"description":"Comma-separated values supported (e.g., A,B).","required":false,"schema":{"type":"string","title":"Dist Match","description":"Comma-separated values supported (e.g., A,B)."},"name":"dist_match","in":"query"},{"description":"Comma-separated values supported (e.g., A,B).","required":false,"schema":{"type":"string","title":"Jurisdiction Type","description":"Comma-separated values supported (e.g., A,B)."},"name":"jurisdiction_type","in":"query"},{"description":"Comma-separated values supported (e.g., A,B).","required":false,"schema":{"type":"string","title":"Algo Risk","description":"Comma-separated values supported (e.g., A,B)."},"name":"algo_risk","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v2/verification/pan-plus":{"get":{"tags":["KYC APIs"],"summary":"Pan Plus Verification Rpacpc","description":"The Pan Plus Authentication API provides additional details compared to Advanced Authentication.\nVerify additional details such as DOB, Gender, Email, Phone, Address from PAN Number.","operationId":"PAN_Plus_Verification_Rpacpc_v2_verification_pan_plus_get","parameters":[{"required":true,"schema":{"type":"string","title":"Pan Number"},"name":"pan_number","in":"query"},{"required":false,"schema":{"type":"string","title":"Name"},"name":"name","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_PAN_PLUS_VERIFICATION"},{"$ref":"#/components/schemas/INVALID_PAN_PLUS"}],"title":"Response 200 Pan Plus Verification Rpacpc V2 Verification Pan Plus Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Pan Plus Verification Rpacpc V2 Verification Pan Plus Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Pan Plus Verification Rpacpc V2 Verification Pan Plus Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Pan Plus Verification Rpacpc V2 Verification Pan Plus Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_PAN_PLUS_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v2/financial-services/credit-bureau/credit-report":{"get":{"tags":["Financial Services"],"summary":"Fetch Credit Report V2","description":"This API is used to fetch the credit report of a user.","operationId":"fetch_credit_report_v2_v2_financial_services_credit_bureau_credit_report_get","parameters":[{"required":true,"schema":{"type":"string","title":"Id Number"},"name":"id_number","in":"query"},{"required":true,"schema":{"type":"string","title":"Mobile Number"},"name":"mobile_number","in":"query"},{"required":true,"schema":{"$ref":"#/components/schemas/services__router__v2__financial_services__GenderEnum"},"name":"gender","in":"query"},{"required":true,"schema":{"type":"string","title":"Full Name"},"name":"full_name","in":"query"},{"required":true,"schema":{"type":"string","title":"Consent"},"name":"consent","in":"query"},{"required":true,"schema":{"type":"string","title":"Purpose"},"name":"purpose","in":"query"},{"required":false,"schema":{"type":"boolean","title":"Generate Pdf","default":false},"name":"generate_pdf","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_CREDIT_REPORT"},{"$ref":"#/components/schemas/CREDIT_REPORT_NO_RECORD"},{"$ref":"#/components/schemas/INVALID_PAN_PLUS"}],"title":"Response 200 Fetch Credit Report V2 V2 Financial Services Credit Bureau Credit Report Get"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Fetch Credit Report V2 V2 Financial Services Credit Bureau Credit Report Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Fetch Credit Report V2 V2 Financial Services Credit Bureau Credit Report Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Fetch Credit Report V2 V2 Financial Services Credit Bureau Credit Report Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/INVALID_AADHAR_OR_PAN_PATTERN"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/CREDIT_REPORT_FAILED_AT_SOURCE"},{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}],"title":"Response 500 Fetch Credit Report V2 V2 Financial Services Credit Bureau Credit Report Get"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v2/financial-services/credit-bureau/credit-report/prefill":{"get":{"tags":["Financial Services"],"summary":"Prefill Credit Report","description":"This API is used to fetch the prefill report of a user.","operationId":"prefill_credit_report_v2_financial_services_credit_bureau_credit_report_prefill_get","parameters":[{"required":true,"schema":{"type":"string","title":"Full Name"},"name":"full_name","in":"query"},{"required":true,"schema":{"type":"string","title":"Phone Number"},"name":"phone_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":[]}]}},"/v2/financial-services/credit-bureau/credit-report/equifax":{"post":{"tags":["Financial Services"],"summary":"Equifax Credit Report","description":"This API is used to fetch the Equifax credit report of a user.\n\nIt performs the following steps:\n1. Validates and processes the input data\n2. Fetches or creates SDK state\n3. Retrieves credit report from Equifax\n4. Generates PDF if requested\n5. Logs the transaction\n\nReturns a JSON response with status code and transaction details.","operationId":"equifax_credit_report_v2_financial_services_credit_bureau_credit_report_equifax_post","parameters":[{"required":false,"schema":{"type":"boolean","title":"Generate Pdf","default":false},"name":"generate_pdf","in":"query"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EquifaxCreditReportBody"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":[]}]}},"/v2/financial-services/credit-bureau/equifax/credit-report/sdk/session":{"post":{"tags":["Financial Services"],"summary":"Handle Create Sdk Session","description":"Server-to-server endpoint for a client to initiate an SDK session.\nThis authenticates the client and returns a secure, signed URL\nto redirect the end-user to.","operationId":"handle_create_sdk_session_v2_financial_services_credit_bureau_equifax_credit_report_sdk_session_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/services__router__v2__financial_services__SessionInitiateRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v2/financial-services/credit-bureau/credit-report/sdk/{session_id}/validate":{"get":{"tags":["Financial Services"],"summary":"Handle Validate Sdk Session","description":"Endpoint the end-user is redirected to for session validation.\nIt verifies the signature from the query parameters, claims the initial\none-time session token, and establishes a secure, HttpOnly cookie-based\nsession for the SDK user interface.","operationId":"handle_validate_sdk_session_v2_financial_services_credit_bureau_credit_report_sdk__session_id__validate_get","parameters":[{"required":true,"schema":{"type":"string","title":"Session Id"},"name":"session_id","in":"path"},{"description":"Signature to validate the session","required":true,"schema":{"type":"string","title":"Signature","description":"Signature to validate the session"},"name":"signature","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/financial-services/credit-bureau/credit-report/sdk/generate-otp":{"post":{"tags":["Financial Services"],"summary":"Generate Otp","description":"Sends an OTP to the user's mobile number via the specified method.","operationId":"generate_otp_v2_financial_services_credit_bureau_credit_report_sdk_generate_otp_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreditReportSDKSendOTPRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":[]}]}},"/v2/financial-services/credit-bureau/credit-report/sdk/verify-otp":{"post":{"tags":["Financial Services"],"summary":"Verify Otp","description":"Verifies the OTP submitted by the user.","operationId":"verify_otp_v2_financial_services_credit_bureau_credit_report_sdk_verify_otp_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreditReportSDKSubmitOTPRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":[]}]}},"/v2/financial-services/credit-bureau/credit-report/sdk/report":{"get":{"tags":["Financial Services"],"summary":"Fetch Report From Sdk","description":"Endpoint to check the status of an SDK session.\nReturns the current status of the session.","operationId":"fetch_report_from_sdk_v2_financial_services_credit_bureau_credit_report_sdk_report_get","parameters":[{"description":"The transaction ID for the credit report request.","required":true,"schema":{"type":"string","title":"Transaction Id","description":"The transaction ID for the credit report request."},"name":"transaction_id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v2/financial-services/revoke/initiate":{"post":{"tags":["Financial Services"],"summary":"Initiate Consent Revocation","description":"1. Validates user mobile.\n2. Checks if the user has any active consents.\n3. Sends an OTP for verification.","operationId":"initiate_consent_revocation_v2_financial_services_revoke_initiate_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/services__router__v2__financial_services__RevokeConsentInitiateRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/financial-services/revoke/verify":{"post":{"tags":["Financial Services"],"summary":"Verify Revocation And Get Token","description":"1. Verifies the OTP.\n2. If successful, issues a short-lived JWT for consent management actions.","operationId":"verify_revocation_and_get_token_v2_financial_services_revoke_verify_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/services__router__v2__financial_services__RevokeConsentVerifyRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/financial-services/revoke/active-list":{"get":{"tags":["Financial Services"],"summary":"List Active Consents","description":"(Requires Revocation JWT)\nLists all active consents for the user from the last 6 months.","operationId":"list_active_consents_v2_financial_services_revoke_active_list_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v2/financial-services/revoke/batch":{"post":{"tags":["Financial Services"],"summary":"Execute Batch Revocation","description":"(Requires Revocation JWT)\nExecutes a batch data deletion and revokes consent for specific entries.","operationId":"execute_batch_revocation_v2_financial_services_revoke_batch_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/services__router__v2__financial_services__BatchRevocationRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/services__router__v2__financial_services__BatchRevocationResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/financial-services/credit-bureau/credit-report/sdk/usage":{"get":{"tags":["Financial Services"],"summary":"Get Usage","description":"Endpoint to get the retrieve credit report SDK usage.","operationId":"get_usage_v2_financial_services_credit_bureau_credit_report_sdk_usage_get","parameters":[{"description":"Page number for pagination","required":false,"schema":{"type":"integer","minimum":1.0,"title":"Page","description":"Page number for pagination","default":1},"name":"page","in":"query"},{"description":"Number of records per page","required":false,"schema":{"type":"integer","maximum":100.0,"minimum":1.0,"title":"Page Size","description":"Number of records per page","default":25},"name":"page_size","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v2/verification/epfo/uan-to-employment-history":{"get":{"tags":["EPFO"],"summary":"Uan To Employment History Cashfree","description":"Retrieves employment history based on UAN number.\n\nThis endpoint fetches the employment history associated with a given Universal Account Number (UAN).\n\nArgs:\n    request (Request): The incoming HTTP request object\n    uan_number (str): Universal Account Number for which to fetch employment history \n    current_user (Client): Currently authenticated client user, injected via dependency\n    generate_pdf (bool, optional): Flag to generate PDF report. Defaults to False\n    background_tasks (BackgroundTasks, optional): Background task queue for async operations. Defaults to None\n\nReturns:\n    The employment history data associated with the provided UAN number","operationId":"uan_to_employment_history_cashfree_v2_verification_epfo_uan_to_employment_history_get","parameters":[{"required":true,"schema":{"type":"string","title":"Uan Number"},"name":"uan_number","in":"query"},{"required":false,"schema":{"type":"boolean","title":"Generate Pdf","default":false},"name":"generate_pdf","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_UAN_TO_EMPLOYMENT_HISTORY_SUCCESS"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Uan To Employment History Cashfree V2 Verification Epfo Uan To Employment History Get"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Uan To Employment History Cashfree V2 Verification Epfo Uan To Employment History Get"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Uan To Employment History Cashfree V2 Verification Epfo Uan To Employment History Get"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INVALID_UAN_NUMBER"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/DEEPVUE_INTERNAL_SERVER_ERROR"},{"$ref":"#/components/schemas/RESPONSE_SOURCE_FAILURE"}],"title":"Response 500 Uan To Employment History Cashfree V2 Verification Epfo Uan To Employment History Get"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v2/facematch":{"post":{"tags":["FORENSICS"],"summary":"Compare faces in two files","operationId":"face_match_v2_v2_facematch_post","requestBody":{"content":{"multipart/form-data":{"schema":{"$ref":"#/components/schemas/Body_face_match_v2_v2_facematch_post"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseFaceMatchSuccess"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Face Match V2 V2 Facematch Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Face Match V2 V2 Facematch Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Face Match V2 V2 Facematch Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/ResponseNoFaceDetected"},{"$ref":"#/components/schemas/ResponseInvalidFileType"},{"$ref":"#/components/schemas/ResponseInvalidPdf"},{"$ref":"#/components/schemas/ResponseInvalidImage"}],"title":"Response 422 Face Match V2 V2 Facematch Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DEEPVUE_INTERNAL_SERVER_ERROR"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v2/verification/tax-payer/tan":{"get":{"tags":["Taxpayer APIs"],"summary":"Tan Verification V2","description":"Retrieves Tan Details based on TAN number.\n\nThis endpoint fetches the Tan Details associated with a given Universal Account Number (TAN).\n\nArgs:\n    request (Request): The incoming HTTP request object\n    tan_number (str): TAN or Tax Deduction and Collection Account Number is a unique ten-digit alpha-numeric number\n    current_user (Client): Currently authenticated client user, injected via dependency\n    background_tasks (BackgroundTasks, optional): Background task queue for async operations. Defaults to None\n\nReturns:\n    The Tan Details data associated with the provided TAN number","operationId":"tan_verification_v2_v2_verification_tax_payer_tan_get","parameters":[{"required":true,"schema":{"type":"string","title":"Tan Number"},"name":"tan_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v3/financial-services/credit-bureau/credit-report/prefill":{"get":{"tags":["Financial Services"],"summary":"Prefill Credit Report","description":"This API is used to fetch the prefill report of a user.","operationId":"prefill_credit_report_v3_financial_services_credit_bureau_credit_report_prefill_get","parameters":[{"required":true,"schema":{"type":"string","title":"Full Name"},"name":"full_name","in":"query"},{"required":true,"schema":{"type":"string","title":"Phone Number"},"name":"phone_number","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":[]}]}},"/v3/financial-services/credit-bureau/credit-report/equifax":{"post":{"tags":["Financial Services"],"summary":"Equifax Credit Report","description":"This API is used to fetch the Equifax credit report of a user.\n\nIt performs the following steps:\n1. Validates and processes the input data\n2. Fetches or creates SDK state\n3. Retrieves credit report from Equifax\n4. Generates PDF if requested\n5. Logs the transaction\n\nReturns a JSON response with status code and transaction details.","operationId":"equifax_credit_report_v3_financial_services_credit_bureau_credit_report_equifax_post","parameters":[{"required":false,"schema":{"type":"boolean","title":"Generate Pdf","default":false},"name":"generate_pdf","in":"query"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EquifaxCreditReportBody"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":[]}]}},"/v3/financial-services/credit-bureau/equifax/credit-report/sdk/session":{"post":{"tags":["Financial Services"],"summary":"Handle Create Sdk Session","description":"Server-to-server endpoint for a client to initiate an SDK session.\nThis authenticates the client and returns a secure, signed URL\nto redirect the end-user to.","operationId":"handle_create_sdk_session_v3_financial_services_credit_bureau_equifax_credit_report_sdk_session_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/services__router__v3__financial_services__SessionInitiateRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v3/financial-services/credit-bureau/credit-report/sdk/{session_id}/validate":{"get":{"tags":["Financial Services"],"summary":"Handle Validate Sdk Session","description":"Endpoint the end-user is redirected to for session validation.\nIt verifies the signature from the query parameters, claims the initial\none-time session token, and establishes a secure, HttpOnly cookie-based\nsession for the SDK user interface.","operationId":"handle_validate_sdk_session_v3_financial_services_credit_bureau_credit_report_sdk__session_id__validate_get","parameters":[{"required":true,"schema":{"type":"string","title":"Session Id"},"name":"session_id","in":"path"},{"description":"Signature to validate the session","required":true,"schema":{"type":"string","title":"Signature","description":"Signature to validate the session"},"name":"signature","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v3/financial-services/credit-bureau/credit-report/sdk/generate-otp":{"post":{"tags":["Financial Services"],"summary":"Generate Otp","description":"Sends an OTP to the user's mobile number via the specified method.","operationId":"generate_otp_v3_financial_services_credit_bureau_credit_report_sdk_generate_otp_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreditReportSDKSendOTPRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":[]}]}},"/v3/financial-services/credit-bureau/credit-report/sdk/verify-otp":{"post":{"tags":["Financial Services"],"summary":"Verify Otp","description":"Verifies the OTP submitted by the user.","operationId":"verify_otp_v3_financial_services_credit_bureau_credit_report_sdk_verify_otp_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreditReportSDKSubmitOTPRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"OAuth2PasswordBearer":[]}]}},"/v3/financial-services/credit-bureau/credit-report/sdk/cancel":{"post":{"tags":["Financial Services"],"summary":"Cancel Sdk Session","description":"Records that the user abandoned the flow before a report was pulled.","operationId":"cancel_sdk_session_v3_financial_services_credit_bureau_credit_report_sdk_cancel_post","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}},"security":[{"OAuth2PasswordBearer":[]}]}},"/v3/financial-services/credit-bureau/credit-report/sdk/report":{"get":{"tags":["Financial Services"],"summary":"Fetch Report From Sdk","description":"Endpoint to check the status of an SDK session.\nReturns the current status of the session.","operationId":"fetch_report_from_sdk_v3_financial_services_credit_bureau_credit_report_sdk_report_get","parameters":[{"description":"The transaction ID for the credit report request.","required":true,"schema":{"type":"string","title":"Transaction Id","description":"The transaction ID for the credit report request."},"name":"transaction_id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/v3/financial-services/revoke/initiate":{"post":{"tags":["Financial Services"],"summary":"Initiate Consent Revocation","description":"1. Validates user mobile.\n2. Checks if the user has any active consents.\n3. Sends an OTP for verification.","operationId":"initiate_consent_revocation_v3_financial_services_revoke_initiate_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/services__router__v3__financial_services__RevokeConsentInitiateRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v3/financial-services/revoke/verify":{"post":{"tags":["Financial Services"],"summary":"Verify Revocation And Get Token","description":"1. Verifies the OTP.\n2. If successful, issues a short-lived JWT for consent management actions.","operationId":"verify_revocation_and_get_token_v3_financial_services_revoke_verify_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/services__router__v3__financial_services__RevokeConsentVerifyRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v3/financial-services/revoke/active-list":{"get":{"tags":["Financial Services"],"summary":"List Active Consents","description":"(Requires Revocation JWT)\nLists all active consents for the user from the last 6 months.","operationId":"list_active_consents_v3_financial_services_revoke_active_list_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v3/financial-services/revoke/batch":{"post":{"tags":["Financial Services"],"summary":"Execute Batch Revocation","description":"(Requires Revocation JWT)\nExecutes a batch data deletion and revokes consent for specific entries.","operationId":"execute_batch_revocation_v3_financial_services_revoke_batch_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/services__router__v3__financial_services__BatchRevocationRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/services__router__v3__financial_services__BatchRevocationResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v3/financial-services/credit-bureau/credit-report/sdk/usage":{"get":{"tags":["Financial Services"],"summary":"Get Usage","description":"Endpoint to get the retrieve credit report SDK usage.","operationId":"get_usage_v3_financial_services_credit_bureau_credit_report_sdk_usage_get","parameters":[{"description":"Page number for pagination","required":false,"schema":{"type":"integer","minimum":1.0,"title":"Page","description":"Page number for pagination","default":1},"name":"page","in":"query"},{"description":"Number of records per page","required":false,"schema":{"type":"integer","maximum":100.0,"minimum":1.0,"title":"Page Size","description":"Number of records per page","default":25},"name":"page_size","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"security":[{"Oauth2ClientCredentials":[]}]}},"/health":{"get":{"tags":["Health Check"],"summary":"Health Check","description":"Health check endpoint that verifies core dependencies.","operationId":"health_check_health_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v2/ekyc/aadhaar/generate-otp":{"post":{"tags":["Aadhaar Ekyc V2"],"summary":"Aadhaar Ekyc Generate Otp","description":"This API is used to verify the PAN Number.","operationId":"Aadhaar_Ekyc_Generate_Otp_v2_ekyc_aadhaar_generate_otp_post","parameters":[{"required":true,"schema":{"type":"string","title":"Aadhaar Number"},"name":"aadhaar_number","in":"query"},{"required":true,"schema":{"type":"string","title":"Consent"},"name":"consent","in":"query"},{"required":true,"schema":{"type":"string","title":"Purpose"},"name":"purpose","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_OTP_SUCCESSFUL"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_AADHAAR_OTP_FAILURE"},{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Aadhaar Ekyc Generate Otp V2 Ekyc Aadhaar Generate Otp Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Aadhaar Ekyc Generate Otp V2 Ekyc Aadhaar Generate Otp Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Aadhaar Ekyc Generate Otp V2 Ekyc Aadhaar Generate Otp Post"}}}},"422":{"description":"Unprocessable Entity","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_OTP_FAILURE_INVALID_AADHAAR"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"}}}}}}},"/v2/ekyc/aadhaar/verify-otp":{"post":{"tags":["Aadhaar Ekyc V2"],"summary":"Aadhaar Ekyc Verify Otp","description":"This API is used to verify the PAN Number.","operationId":"Aadhaar_Ekyc_Verify_Otp_v2_ekyc_aadhaar_verify_otp_post","parameters":[{"required":true,"schema":{"type":"string","title":"Otp"},"name":"otp","in":"query"},{"required":true,"schema":{"type":"string","title":"Reference Id"},"name":"reference_id","in":"query"},{"required":true,"schema":{"type":"string","title":"Consent"},"name":"consent","in":"query"},{"required":true,"schema":{"type":"string","title":"Purpose"},"name":"purpose","in":"query"},{"required":false,"schema":{"type":"string","title":"Mobile Number"},"name":"mobile_number","in":"query"},{"required":false,"schema":{"type":"boolean","title":"Generate Pdf","default":false},"name":"generate_pdf","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_EKYC_SUCCESSFUL"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_AADHAAR_EKYC_FAILURE"},{"$ref":"#/components/schemas/RESPONSE_INACTIVE_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_BAD_REQUEST"}],"title":"Response 400 Aadhaar Ekyc Verify Otp V2 Ekyc Aadhaar Verify Otp Post"}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_UNAUTHENTICATED_ACCESS"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CLIENT"},{"$ref":"#/components/schemas/RESPONSE_INVALID_CREDENTIALS"},{"$ref":"#/components/schemas/RESPONSE_AUTHORIZATION_FAILURE"}],"title":"Response 401 Aadhaar Ekyc Verify Otp V2 Ekyc Aadhaar Verify Otp Post"}}}},"403":{"description":"Forbidden","content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/RESPONSE_TOKEN_EXPIRED"},{"$ref":"#/components/schemas/RESPONSE_ACCESS_FORBIDDEN"}],"title":"Response 403 Aadhaar Ekyc Verify Otp V2 Ekyc Aadhaar Verify Otp Post"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_INTERNAL_SERVER_ERROR"}}}},"503":{"description":"Service Unavailable","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/ekyc/aadhaar/sdk/initiate-session":{"get":{"tags":["Aadhaar Ekyc V2"],"summary":"Initiate Aadhaar Sdk Session","description":"Initiate a new Aadhaar SDK session.\nReturns a JSON with `session_id` (raw, no Redis prefix) and a message.","operationId":"initiate_aadhaar_sdk_session_v2_ekyc_aadhaar_sdk_initiate_session_get","responses":{"201":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/v2/ekyc/aadhaar/sdk/session-status":{"get":{"tags":["Aadhaar Ekyc V2"],"summary":"Get Aadhaar Sdk Session Status","description":"Get the current status of an Aadhaar SDK session.\nPass only the raw `session_id` (no prefix). If you accidentally include\nthe `aadhaar_sdk_session:` prefix, the code will strip it automatically.","operationId":"get_aadhaar_sdk_session_status_v2_ekyc_aadhaar_sdk_session_status_get","parameters":[{"required":true,"schema":{"type":"string","title":"Session Id"},"name":"session_id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v2/ekyc/aadhaar/sdk/update-session":{"get":{"tags":["Aadhaar Ekyc V2"],"summary":"Update Aadhaar Sdk Session","description":"Update the status of an existing Aadhaar SDK session.\nPass only the raw `session_id` and the desired `status`.","operationId":"update_aadhaar_sdk_session_v2_ekyc_aadhaar_sdk_update_session_get","parameters":[{"required":true,"schema":{"type":"string","title":"Session Id"},"name":"session_id","in":"query"},{"required":true,"schema":{"$ref":"#/components/schemas/AadhaarEkycSdkSession"},"name":"status","in":"query"},{"required":false,"schema":{"type":"string","title":"Aadhaar Reference Id"},"name":"aadhaar_reference_id","in":"query"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"AADHAAR_CARD_DOCUMENT_DATA":{"properties":{"address":{"type":"string","title":"Address"},"date_of_birth":{"type":"string","title":"Date Of Birth"},"district":{"type":"string","title":"District"},"fathers_name":{"type":"string","title":"Fathers Name"},"gender":{"type":"string","title":"Gender"},"house_number":{"type":"string","title":"House Number"},"id_number":{"type":"string","title":"Id Number"},"is_scanned":{"type":"boolean","title":"Is Scanned"},"name_on_card":{"type":"string","title":"Name On Card"},"pincode":{"type":"string","title":"Pincode"},"state":{"type":"string","title":"State"},"street_address":{"type":"string","title":"Street Address"},"year_of_birth":{"type":"string","title":"Year Of Birth"}},"type":"object","required":["address","date_of_birth","district","fathers_name","gender","house_number","id_number","is_scanned","name_on_card","pincode","state","street_address","year_of_birth"],"title":"AADHAAR_CARD_DOCUMENT_DATA"},"AadhaarCaptchaData":{"properties":{"session_id":{"type":"string","title":"Session Id"},"captcha":{"type":"string","title":"Captcha"}},"type":"object","required":["session_id","captcha"],"title":"AadhaarCaptchaData"},"AadhaarEkycSdkSession":{"type":"string","enum":["session_initiated","method_aadhaar_selected","method_digilocker_selected","aadhaar_otp_send_failure","aadhaar_otp_send_success","aadhaar_otp_verification_failure","aadhaar_otp_verification_success","digilocker_success","digilocker_failure","aadhaar_interrupted","digilocker_interrupted"],"title":"AadhaarEkycSdkSession","description":"Enum for Aadhaar Ekyc SDK Session.\nThis enum can be extended to include more session types if needed."},"AadhaarMaskingData":{"properties":{"masked_document":{"type":"string","title":"Masked Document"}},"type":"object","required":["masked_document"],"title":"AadhaarMaskingData"},"AadhaarMaskingPayload":{"properties":{"document":{"type":"string","title":"Document"},"consent":{"type":"string","title":"Consent"}},"type":"object","required":["document","consent"],"title":"AadhaarMaskingPayload"},"AadhaarOkycAddressBlock":{"properties":{"careOf":{"type":"string","title":"Careof"},"country":{"type":"string","title":"Country"},"district":{"type":"string","title":"District"},"house":{"type":"string","title":"House"},"landmark":{"type":"string","title":"Landmark"},"locality":{"type":"string","title":"Locality"},"pin":{"type":"string","title":"Pin"},"postOffice":{"type":"string","title":"Postoffice"},"state":{"type":"string","title":"State"},"street":{"type":"string","title":"Street"},"subDistrict":{"type":"string","title":"Subdistrict"},"vtc":{"type":"string","title":"Vtc"}},"type":"object","required":["careOf","country","district","house","landmark","locality","pin","postOffice","state","street","subDistrict","vtc"],"title":"AadhaarOkycAddressBlock"},"AadhaarOkycData":{"properties":{"address":{"$ref":"#/components/schemas/AadhaarOkycAddressBlock"},"dateOfBirth":{"type":"string","title":"Dateofbirth"},"email":{"type":"string","title":"Email"},"gender":{"type":"string","title":"Gender"},"generatedAt":{"type":"string","title":"Generatedat"},"maskedNumber":{"type":"string","title":"Maskednumber"},"name":{"type":"string","title":"Name"},"phone":{"type":"string","title":"Phone"},"photo":{"type":"string","title":"Photo"}},"type":"object","required":["address","dateOfBirth","email","gender","generatedAt","maskedNumber","name","phone","photo"],"title":"AadhaarOkycData"},"AadhaarReloadCaptchaData":{"properties":{"captcha":{"type":"string","title":"Captcha"}},"type":"object","required":["captcha"],"title":"AadhaarReloadCaptchaData"},"AadhaarSeedData":{"properties":{"reference_id":{"type":"string","title":"Reference Id"},"bank_name":{"type":"string","title":"Bank Name"},"status":{"type":"string","title":"Status"},"last_updated_date":{"type":"string","title":"Last Updated Date"}},"type":"object","title":"AadhaarSeedData"},"AadhaarSeedOtpData":{"properties":{"reference_id":{"type":"string","title":"Reference Id"},"aadhaar_number":{"type":"string","title":"Aadhaar Number"},"otp_sent":{"type":"boolean","title":"Otp Sent"}},"type":"object","title":"AadhaarSeedOtpData"},"AadhaarVerificationData":{"properties":{"age_range":{"type":"string","title":"Age Range"},"aadhaar_number":{"type":"string","title":"Aadhaar Number"},"state":{"type":"string","title":"State"},"gender":{"type":"string","title":"Gender"},"last_digits":{"type":"string","title":"Last Digits"},"is_mobile":{"type":"boolean","title":"Is Mobile"}},"type":"object","required":["age_range","aadhaar_number","state","gender","last_digits","is_mobile"],"title":"AadhaarVerificationData"},"AccountBlockedBaVerificationData":{"properties":{"account_exists":{"type":"boolean","title":"Account Exists"},"message":{"type":"string","title":"Message","default":"Account is blocked"}},"type":"object","required":["account_exists"],"title":"AccountBlockedBaVerificationData"},"AsyncUdyamGeneralDetail":{"properties":{"applied_date":{"type":"string","title":"Applied Date"},"commencement_date":{"type":"string","title":"Commencement Date"},"date_of_inc":{"type":"string","title":"Date Of Inc"},"dic_name":{"type":"string","title":"Dic Name"},"enterprise_name":{"type":"string","title":"Enterprise Name"},"enterprise_type":{"type":"string","title":"Enterprise Type"},"major_activity":{"type":"string","title":"Major Activity"},"msme_di":{"type":"string","title":"Msme Di"},"organization_type":{"type":"string","title":"Organization Type"},"social_category":{"type":"string","title":"Social Category"},"state":{"type":"string","title":"State"}},"type":"object","required":["applied_date","commencement_date","date_of_inc","dic_name","enterprise_name","enterprise_type","major_activity","msme_di","organization_type","social_category","state"],"title":"AsyncUdyamGeneralDetail"},"AsyncUdyamNic":{"properties":{"nic_details_1":{"$ref":"#/components/schemas/AsyncUdyamNicDetail"}},"type":"object","required":["nic_details_1"],"title":"AsyncUdyamNic"},"AsyncUdyamNicDetail":{"properties":{"activity_type":{"type":"string","title":"Activity Type"},"date":{"type":"string","title":"Date"},"nic_2_digit":{"type":"string","title":"Nic 2 Digit"},"nic_4_digit":{"type":"string","title":"Nic 4 Digit"},"nic_5_digit":{"type":"string","title":"Nic 5 Digit"}},"type":"object","required":["activity_type","date","nic_2_digit","nic_4_digit","nic_5_digit"],"title":"AsyncUdyamNicDetail"},"AsyncUdyamOfficialAddress":{"properties":{"block":{"type":"string","title":"Block"},"city":{"type":"string","title":"City"},"district":{"type":"string","title":"District"},"door":{"type":"string","title":"Door"},"email":{"type":"string","title":"Email"},"mobile":{"type":"string","title":"Mobile"},"name_of_premises":{"type":"string","title":"Name Of Premises"},"pin":{"type":"string","title":"Pin"},"road":{"type":"string","title":"Road"},"state":{"type":"string","title":"State"},"town":{"type":"string","title":"Town"}},"type":"object","required":["block","city","district","door","email","mobile","name_of_premises","pin","road","state","town"],"title":"AsyncUdyamOfficialAddress"},"AsyncUdyamResult":{"properties":{"source_output":{"$ref":"#/components/schemas/AsyncUdyamSourceOutput"}},"type":"object","required":["source_output"],"title":"AsyncUdyamResult"},"AsyncUdyamSourceOutput":{"properties":{"general_details":{"$ref":"#/components/schemas/AsyncUdyamGeneralDetail"},"nic_details":{"items":{"$ref":"#/components/schemas/AsyncUdyamNic"},"type":"array","title":"Nic Details"},"official_address":{"$ref":"#/components/schemas/AsyncUdyamOfficialAddress"},"unit_details":{"items":{"$ref":"#/components/schemas/AsyncUdyamUnit"},"type":"array","title":"Unit Details"},"status":{"type":"string","title":"Status"}},"type":"object","required":["general_details","nic_details","official_address","unit_details","status"],"title":"AsyncUdyamSourceOutput"},"AsyncUdyamUnit":{"properties":{"unit_1":{"$ref":"#/components/schemas/AsyncUdyamUnitDetail"}},"type":"object","required":["unit_1"],"title":"AsyncUdyamUnit"},"AsyncUdyamUnitDetail":{"properties":{"block":{"type":"string","title":"Block"},"building":{"type":"string","title":"Building"},"city":{"type":"string","title":"City"},"district":{"type":"string","title":"District"},"flat":{"type":"string","title":"Flat"},"pin":{"type":"string","title":"Pin"},"road":{"type":"string","title":"Road"},"state":{"type":"string","title":"State"},"unit_name":{"type":"string","title":"Unit Name"},"village":{"type":"string","title":"Village"}},"type":"object","required":["block","building","city","district","flat","pin","road","state","unit_name","village"],"title":"AsyncUdyamUnitDetail"},"AsyncUdyogAddress":{"properties":{"address_1":{"$ref":"#/components/schemas/AsyncUdyogOfficialAddress"}},"type":"object","required":["address_1"],"title":"AsyncUdyogAddress"},"AsyncUdyogGeneralDetail":{"properties":{"applied_date":{"type":"string","title":"Applied Date"},"commencement_date":{"type":"string","title":"Commencement Date"},"dic_name":{"type":"string","title":"Dic Name"},"enterprise_name":{"type":"string","title":"Enterprise Name"},"enterprise_type":{"type":"string","title":"Enterprise Type"},"expiry_date":{"type":"string","title":"Expiry Date"},"major_activity":{"type":"string","title":"Major Activity"},"modified_date":{"type":"string","title":"Modified Date"},"social_category":{"type":"string","title":"Social Category"},"state":{"type":"string","title":"State"}},"type":"object","required":["applied_date","commencement_date","dic_name","enterprise_name","enterprise_type","expiry_date","major_activity","modified_date","social_category","state"],"title":"AsyncUdyogGeneralDetail"},"AsyncUdyogNic":{"properties":{"nic_details_1":{"$ref":"#/components/schemas/AsyncUdyogNicDetail"}},"type":"object","required":["nic_details_1"],"title":"AsyncUdyogNic"},"AsyncUdyogNicDetail":{"properties":{"activity_type":{"type":"string","title":"Activity Type"},"nic_2_digit":{"type":"string","title":"Nic 2 Digit"},"nic_4_digit":{"type":"string","title":"Nic 4 Digit"},"nic_5_digit":{"type":"string","title":"Nic 5 Digit"}},"type":"object","required":["activity_type","nic_2_digit","nic_4_digit","nic_5_digit"],"title":"AsyncUdyogNicDetail"},"AsyncUdyogOfficialAddress":{"properties":{"area":{"type":"string","title":"Area"},"city":{"type":"string","title":"City"},"district":{"type":"string","title":"District"},"door":{"type":"string","title":"Door"},"name_of_premises":{"type":"string","title":"Name Of Premises"},"pin":{"type":"string","title":"Pin"},"road":{"type":"string","title":"Road"},"state":{"type":"string","title":"State"}},"type":"object","required":["area","city","district","door","name_of_premises","pin","road","state"],"title":"AsyncUdyogOfficialAddress"},"AsyncUdyogResult":{"properties":{"source_output":{"$ref":"#/components/schemas/AsyncUdyogSourceOutput"}},"type":"object","required":["source_output"],"title":"AsyncUdyogResult"},"AsyncUdyogSourceOutput":{"properties":{"general_details":{"$ref":"#/components/schemas/AsyncUdyogGeneralDetail"},"nic_details":{"items":{"$ref":"#/components/schemas/AsyncUdyogNic"},"type":"array","title":"Nic Details"},"address_details":{"items":{"$ref":"#/components/schemas/AsyncUdyogAddress"},"type":"array","title":"Address Details"},"status":{"type":"string","title":"Status"}},"type":"object","required":["general_details","nic_details","address_details","status"],"title":"AsyncUdyogSourceOutput"},"BAV_ACCT_BLOCKED":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"data":{"$ref":"#/components/schemas/AccountBlockedBaVerificationData"}},"type":"object","required":["code","timestamp","transaction_id","data"],"title":"BAV_ACCT_BLOCKED"},"BAV_BENEFICIARY_BANK_OFFLINE":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Beneficiary bank offline"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"BAV_BENEFICIARY_BANK_OFFLINE"},"BAV_FAILED_AT_BANK":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Failed at bank"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"BAV_FAILED_AT_BANK"},"BAV_IMPS_MODE_FAIL":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"IMPS Mode fail"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"BAV_IMPS_MODE_FAIL"},"BAV_INVALID_ACCTNO_OR_IFSC":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"data":{"$ref":"#/components/schemas/InvalidBaVerificationData"}},"type":"object","required":["code","timestamp","transaction_id","data"],"title":"BAV_INVALID_ACCTNO_OR_IFSC"},"BAV_INVALID_IFSC":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"data":{"$ref":"#/components/schemas/InvalidIfscBaVerificationData"}},"type":"object","required":["code","timestamp","transaction_id","data"],"title":"BAV_INVALID_IFSC"},"BAV_NPCI_UNAVAILABLE":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"NPCI Unavailable"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"BAV_NPCI_UNAVAILABLE"},"BAV_NRE_ACCOUNT":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"data":{"$ref":"#/components/schemas/NreAccountBaVerificationData"}},"type":"object","required":["code","timestamp","transaction_id","data"],"title":"BAV_NRE_ACCOUNT"},"BAV_SOURCE_BANK_DECLINED":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Source bank declined"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"BAV_SOURCE_BANK_DECLINED"},"BAV_SOURCE_UNAVAILABLE":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Source Unavailable"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"BAV_SOURCE_UNAVAILABLE"},"BAV_SUCCESSFUL":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"data":{"$ref":"#/components/schemas/BaVerificationData"}},"type":"object","required":["code","timestamp","transaction_id","data"],"title":"BAV_SUCCESSFUL"},"BaVerificationData":{"properties":{"reference_id":{"type":"string","title":"Reference Id"},"account_exists":{"type":"boolean","title":"Account Exists"},"amount_deposited":{"type":"number","title":"Amount Deposited"},"message":{"type":"string","title":"Message"},"name_at_bank":{"type":"string","title":"Name At Bank"}},"type":"object","required":["reference_id","account_exists","amount_deposited","message","name_at_bank"],"title":"BaVerificationData"},"BaseResponse":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message"}},"type":"object","required":["code","message"],"title":"BaseResponse"},"Basic26asDetails":{"properties":{"sr_no":{"title":"Sr No"},"name_of_deductor":{"title":"Name Of Deductor"},"total_amount_paid":{"title":"Total Amount Paid"},"total_tax_deducted":{"title":"Total Tax Deducted"},"total_tds_deposited":{"title":"Total Tds Deposited"},"tan_of_deductor":{"title":"Tan Of Deductor"},"section":{"title":"Section"},"transaction_date":{"title":"Transaction Date"},"status_of_booking":{"title":"Status Of Booking"},"date_of_booking":{"title":"Date Of Booking"},"remarks":{"title":"Remarks"},"amount_paid":{"title":"Amount Paid"},"tax_deducted":{"title":"Tax Deducted"},"tds_deposited":{"title":"Tds Deposited"}},"type":"object","title":"Basic26asDetails"},"Body_Bulk_Aadhaar_Basic_Verification_v1_verification_aadhaar_batch_post":{"properties":{"batch_file":{"type":"string","format":"binary","title":"Batch File"}},"type":"object","required":["batch_file"],"title":"Body_Bulk_Aadhaar_Basic_Verification_v1_verification_aadhaar_batch_post"},"Body_Bulk_Bank_Account_Verification_v1_verification_bankaccount_batch_post":{"properties":{"batch_file":{"type":"string","format":"binary","title":"Batch File"}},"type":"object","required":["batch_file"],"title":"Body_Bulk_Bank_Account_Verification_v1_verification_bankaccount_batch_post"},"Body_Bulk_GSTIN_Basic_Verification_v1_verification_gstinlite_batch_post":{"properties":{"batch_file":{"type":"string","format":"binary","title":"Batch File"}},"type":"object","required":["batch_file"],"title":"Body_Bulk_GSTIN_Basic_Verification_v1_verification_gstinlite_batch_post"},"Body_Bulk_Msme_Verification_v1_verification_async_msme_details_batch_post":{"properties":{"batch_file":{"type":"string","format":"binary","title":"Batch File"}},"type":"object","required":["batch_file"],"title":"Body_Bulk_Msme_Verification_v1_verification_async_msme_details_batch_post"},"Body_Bulk_PAN_Basic_Verification_v1_verification_panbasic_batch_post":{"properties":{"batch_file":{"type":"string","format":"binary","title":"Batch File"}},"type":"object","required":["batch_file"],"title":"Body_Bulk_PAN_Basic_Verification_v1_verification_panbasic_batch_post"},"Body_Bulk_PAN_Plus_Verification_v1_verification_pan_plus_batch_post":{"properties":{"batch_file":{"type":"string","format":"binary","title":"Batch File"}},"type":"object","required":["batch_file"],"title":"Body_Bulk_PAN_Plus_Verification_v1_verification_pan_plus_batch_post"},"Body_Bulk_Udyam_Verification_v1_verification_async_udyam_details_batch_post":{"properties":{"batch_file":{"type":"string","format":"binary","title":"Batch File"}},"type":"object","required":["batch_file"],"title":"Body_Bulk_Udyam_Verification_v1_verification_async_udyam_details_batch_post"},"Body_Bulk_Udyog_Verification_v1_verification_async_udyog_details_batch_post":{"properties":{"batch_file":{"type":"string","format":"binary","title":"Batch File"}},"type":"object","required":["batch_file"],"title":"Body_Bulk_Udyog_Verification_v1_verification_async_udyog_details_batch_post"},"Body_Cin_Verification_Batch_v1_verification_mca_cin_batch_post":{"properties":{"batch_file":{"type":"string","format":"binary","title":"Batch File"}},"type":"object","required":["batch_file"],"title":"Body_Cin_Verification_Batch_v1_verification_mca_cin_batch_post"},"Body_Face_Match_v1_facematch_post":{"properties":{"file_a":{"type":"string","format":"binary","title":"File A"},"file_b":{"type":"string","format":"binary","title":"File B"}},"type":"object","required":["file_a","file_b"],"title":"Body_Face_Match_v1_facematch_post"},"Body_Otp_Generate_v1_contact_verification_otp_generate_post":{"properties":{"channels":{"type":"string","title":"Channels","default":"sms"},"mobile_number":{"type":"string","title":"Mobile Number"},"email":{"type":"string","title":"Email"}},"type":"object","title":"Body_Otp_Generate_v1_contact_verification_otp_generate_post"},"Body_Otp_Verify_v1_contact_verification_otp_verify_post":{"properties":{"reference_id":{"type":"string","title":"Reference Id"},"otp":{"type":"string","title":"Otp"}},"type":"object","required":["reference_id","otp"],"title":"Body_Otp_Verify_v1_contact_verification_otp_verify_post"},"Body_Uan_To_Employment_History_Batch_v1_verification_epfo_uan_to_employment_history_batch_post":{"properties":{"batch_file":{"type":"string","format":"binary","title":"Batch File"}},"type":"object","required":["batch_file"],"title":"Body_Uan_To_Employment_History_Batch_v1_verification_epfo_uan_to_employment_history_batch_post"},"Body_authorize_v1_authorize_post":{"properties":{"client_id":{"title":"Client Id"},"client_secret":{"title":"Client Secret"}},"type":"object","required":["client_id","client_secret"],"title":"Body_authorize_v1_authorize_post"},"Body_bulk_gstin_advanced_verification_v1_verification_gstin_advanced_batch_post":{"properties":{"batch_file":{"type":"string","format":"binary","title":"Batch File"}},"type":"object","required":["batch_file"],"title":"Body_bulk_gstin_advanced_verification_v1_verification_gstin_advanced_batch_post"},"Body_bulk_search_taxpayer_by_pan_v1_verification_gstin_gstin_by_pan_batch_post":{"properties":{"batch_file":{"type":"string","format":"binary","title":"Batch File"}},"type":"object","required":["batch_file"],"title":"Body_bulk_search_taxpayer_by_pan_v1_verification_gstin_gstin_by_pan_batch_post"},"Body_face_match_v2_v2_facematch_post":{"properties":{"file_a":{"type":"string","format":"binary","title":"File A"},"file_b":{"type":"string","format":"binary","title":"File B"}},"type":"object","required":["file_a","file_b"],"title":"Body_face_match_v2_v2_facematch_post"},"Body_mobile_to_pan_batch_v1_mobile_intelligence_mobile_to_pan_batch_post":{"properties":{"batch_file":{"type":"string","format":"binary","title":"Batch File"}},"type":"object","required":["batch_file"],"title":"Body_mobile_to_pan_batch_v1_mobile_intelligence_mobile_to_pan_batch_post"},"Body_msme_migration_status_batch_v1_business_compliance_msme_migration_status_batch_post":{"properties":{"batch_file":{"type":"string","format":"binary","title":"Batch File"}},"type":"object","required":["batch_file"],"title":"Body_msme_migration_status_batch_v1_business_compliance_msme_migration_status_batch_post"},"Body_upi_basic_verification_batch_v1_verification_upi_basic_batch_post":{"properties":{"batch_file":{"type":"string","format":"binary","title":"Batch File"}},"type":"object","required":["batch_file"],"title":"Body_upi_basic_verification_batch_v1_verification_upi_basic_batch_post"},"Body_upload_file_v1_bsa_upload_post":{"properties":{"files":{"items":{"type":"string","format":"binary"},"type":"array","title":"Files"},"entity_name":{"type":"string","title":"Entity Name"},"entity_type":{"type":"string","title":"Entity Type"},"account_number":{"type":"string","title":"Account Number"},"account_type":{"type":"string","title":"Account Type"},"bank_code":{"type":"string","title":"Bank Code"},"file_password":{"type":"string","title":"File Password"},"webhook_url":{"type":"string","title":"Webhook Url"}},"type":"object","title":"Body_upload_file_v1_bsa_upload_post"},"CASHFREE_INVALID_ID_PATTERN":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_INPUT"},"message":{"type":"string","title":"Message","default":"Provided ID pattern doesn't match."}},"type":"object","title":"CASHFREE_INVALID_ID_PATTERN"},"CHEQUE_DOCUMENT_DATA":{"properties":{"account_name":{"type":"string","title":"Account Name"},"account_no":{"type":"string","title":"Account No"},"bank_address":{"type":"string","title":"Bank Address"},"bank_name":{"type":"string","title":"Bank Name"},"date_of_issue":{"type":"string","title":"Date Of Issue"},"ifsc_code":{"type":"string","title":"Ifsc Code"},"is_scanned":{"type":"boolean","title":"Is Scanned"},"micr_cheque_number":{"type":"string","title":"Micr Cheque Number"},"micr_code":{"type":"string","title":"Micr Code"}},"type":"object","required":["account_name","account_no","bank_address","bank_name","date_of_issue","ifsc_code","is_scanned","micr_cheque_number","micr_code"],"title":"CHEQUE_DOCUMENT_DATA"},"CREDIT_REPORT_FAILED_AT_SOURCE":{"properties":{"code":{"type":"integer","title":"Code","default":500},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SOURCE_FAILURE"},"message":{"type":"string","title":"Message","default":"Source failure. Unable to validate."}},"type":"object","required":["timestamp","transaction_id"],"title":"CREDIT_REPORT_FAILED_AT_SOURCE"},"CREDIT_REPORT_INVALID_INPUT":{"properties":{"code":{"type":"integer","title":"Code","default":400},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code"},"message":{"type":"string","title":"Message","default":"No record found"}},"type":"object","required":["timestamp","transaction_id","sub_code"],"title":"CREDIT_REPORT_INVALID_INPUT"},"CREDIT_REPORT_NO_RECORD":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"NO_CREDIT_REPORT_FOUND"},"message":{"type":"string","title":"Message","default":"No record found"}},"type":"object","required":["timestamp","transaction_id"],"title":"CREDIT_REPORT_NO_RECORD"},"CashBalObject":{"properties":{"sgst":{"$ref":"#/components/schemas/SgstObject"},"cgst":{"$ref":"#/components/schemas/CgstObject"},"igst":{"$ref":"#/components/schemas/IgstObject"},"cess":{"$ref":"#/components/schemas/CessObject"},"sgst_tot_bal":{"type":"integer","title":"Sgst Tot Bal"},"igst_tot_bal":{"type":"integer","title":"Igst Tot Bal"}},"type":"object","required":["sgst","cgst","igst","cess","sgst_tot_bal","igst_tot_bal"],"title":"CashBalObject"},"CashLedgerData":{"properties":{"fr_dt":{"type":"string","title":"Fr Dt"},"to_dt":{"type":"string","title":"To Dt"},"cl_bal":{"$ref":"#/components/schemas/ClBalObject"},"gstin":{"type":"string","title":"Gstin"},"tr":{"items":{"$ref":"#/components/schemas/ClTrObject"},"type":"array","title":"Tr"},"op_bal":{"$ref":"#/components/schemas/OpBalObject"}},"type":"object","required":["fr_dt","to_dt","cl_bal","gstin","tr","op_bal"],"title":"CashLedgerData"},"CessBalObject":{"properties":{"intr":{"type":"integer","title":"Intr"},"oth":{"type":"integer","title":"Oth"},"tx":{"type":"integer","title":"Tx"},"fee":{"type":"integer","title":"Fee"},"pen":{"type":"integer","title":"Pen"},"tot":{"type":"integer","title":"Tot"}},"type":"object","required":["intr","oth","tx","fee","pen","tot"],"title":"CessBalObject"},"CessObject":{"properties":{"intr":{"type":"integer","title":"Intr"},"oth":{"type":"integer","title":"Oth"},"tx":{"type":"integer","title":"Tx"},"fee":{"type":"integer","title":"Fee"},"pen":{"type":"integer","title":"Pen"}},"type":"object","required":["intr","oth","tx","fee","pen"],"title":"CessObject"},"CgstBalObject":{"properties":{"intr":{"type":"integer","title":"Intr"},"oth":{"type":"integer","title":"Oth"},"tx":{"type":"integer","title":"Tx"},"fee":{"type":"integer","title":"Fee"},"pen":{"type":"integer","title":"Pen"},"tot":{"type":"integer","title":"Tot"}},"type":"object","required":["intr","oth","tx","fee","pen","tot"],"title":"CgstBalObject"},"CgstObject":{"properties":{"intr":{"type":"integer","title":"Intr"},"oth":{"type":"integer","title":"Oth"},"tx":{"type":"integer","title":"Tx"},"fee":{"type":"integer","title":"Fee"},"pen":{"type":"integer","title":"Pen"}},"type":"object","required":["intr","oth","tx","fee","pen"],"title":"CgstObject"},"ClBalObject":{"properties":{"igstbal":{"$ref":"#/components/schemas/IgstBalObject"},"sgstbal":{"$ref":"#/components/schemas/SgstBalObject"},"cessbal":{"$ref":"#/components/schemas/CessBalObject"},"tot_rng_bal":{"type":"integer","title":"Tot Rng Bal"},"cgstbal":{"$ref":"#/components/schemas/CgstBalObject"},"desc":{"type":"string","title":"Desc"}},"type":"object","required":["igstbal","sgstbal","cessbal","tot_rng_bal","cgstbal","desc"],"title":"ClBalObject"},"ClTrObject":{"properties":{"sgst":{"$ref":"#/components/schemas/SgstBalObject"},"refNo":{"type":"string","title":"Refno"},"dpt_dt":{"type":"string","title":"Dpt Dt"},"sgstbal":{"$ref":"#/components/schemas/SgstBalObject"},"cessbal":{"$ref":"#/components/schemas/CessBalObject"},"cgst":{"$ref":"#/components/schemas/CgstBalObject"},"cess":{"$ref":"#/components/schemas/CessBalObject"},"tot_rng_bal":{"type":"integer","title":"Tot Rng Bal"},"igst":{"$ref":"#/components/schemas/IgstBalObject"},"tr_typ":{"type":"string","title":"Tr Typ"},"ret_period":{"type":"string","title":"Ret Period"},"rpt_dt":{"type":"string","title":"Rpt Dt"},"igstbal":{"$ref":"#/components/schemas/IgstBalObject"},"dpt_time":{"type":"string","title":"Dpt Time"},"tot_tr_amt":{"type":"integer","title":"Tot Tr Amt"},"cgstbal":{"$ref":"#/components/schemas/CgstBalObject"},"desc":{"type":"string","title":"Desc"}},"type":"object","required":["sgst","refNo","dpt_dt","sgstbal","cessbal","cgst","cess","tot_rng_bal","igst","tr_typ","ret_period","rpt_dt","igstbal","dpt_time","tot_tr_amt","cgstbal","desc"],"title":"ClTrObject"},"CourtCheckPOSTRequest":{"properties":{"name":{"type":"string","title":"Name"},"father_name":{"type":"string","title":"Father Name"},"type":{"type":"string","title":"Type"},"dob":{"type":"string","title":"Dob"},"address":{"type":"string","title":"Address"}},"type":"object","title":"CourtCheckPOSTRequest"},"CoverageDetail":{"properties":{"category":{"type":"string","title":"Category"},"cov":{"type":"string","title":"Cov"},"issue_date":{"type":"string","title":"Issue Date"}},"type":"object","required":["category","cov","issue_date"],"title":"CoverageDetail"},"CreateItrClient":{"properties":{"username":{"type":"string","title":"Username"},"password":{"type":"string","title":"Password"}},"type":"object","required":["username","password"],"title":"CreateItrClient"},"CreditReportData":{"properties":{"pan":{"type":"string","title":"Pan"},"mobile":{"type":"string","title":"Mobile"},"name":{"type":"string","title":"Name"},"credit_score":{"type":"string","title":"Credit Score"},"credit_report":{"type":"object","title":"Credit Report"},"pdf_url":{"type":"string","title":"Pdf Url"},"total_sanctioned_amount":{"type":"string","title":"Total Sanctioned Amount"},"active_loan_summary":{"items":{"type":"object"},"type":"array","title":"Active Loan Summary"},"emi_summary":{"type":"object","title":"Emi Summary"}},"type":"object","required":["credit_report"],"title":"CreditReportData"},"CreditReportPdfData":{"properties":{"credit_score":{"type":"string","title":"Credit Score"},"credit_report_link":{"type":"string","title":"Credit Report Link"}},"type":"object","title":"CreditReportPdfData"},"CreditReportSDKSendOTPRequest":{"properties":{"mobile_number":{"type":"string","title":"Mobile Number"},"otp_method":{"allOf":[{"$ref":"#/components/schemas/OTPRequestMethod"}],"default":"all"},"consent":{"type":"boolean","title":"Consent"}},"type":"object","required":["mobile_number","consent"],"title":"CreditReportSDKSendOTPRequest","description":"Defines the body for the credit report OTP submission request."},"CreditReportSDKSubmitOTPRequest":{"properties":{"otp":{"type":"string","title":"Otp"}},"type":"object","required":["otp"],"title":"CreditReportSDKSubmitOTPRequest","description":"Defines the body for the credit report OTP submission request."},"CreditReportVersion":{"type":"string","enum":["v2","v3"],"title":"CreditReportVersion","description":"An enumeration."},"DEEPVUE_INTERNAL_SERVER_ERROR":{"properties":{"code":{"type":"integer","title":"Code","default":500},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INTERNAL_SERVER_ERROR"},"message":{"type":"string","title":"Message","default":"Internal Server Error"}},"type":"object","required":["timestamp","transaction_id"],"title":"DEEPVUE_INTERNAL_SERVER_ERROR"},"DIGILOCKER_ACCESS_TOKEN_SUCCESS":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code"},"message":{"type":"string","title":"Message"},"data":{"$ref":"#/components/schemas/DigilockerAccessTokenData"}},"type":"object","required":["timestamp","transaction_id","sub_code","message","data"],"title":"DIGILOCKER_ACCESS_TOKEN_SUCCESS"},"DIGILOCKER_BAD_REQUEST":{"properties":{"code":{"type":"integer","title":"Code","default":400},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"DUPLICATE_REQUEST"},"message":{"type":"string","title":"Message","default":"Invalid Initial Deepvue Transaction id."}},"type":"object","required":["timestamp","transaction_id"],"title":"DIGILOCKER_BAD_REQUEST"},"DIGILOCKER_DOWNLOAD_FILE":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"Issued files fetched successfully."},"data":{"type":"string","title":"Data"}},"type":"object","required":["timestamp","transaction_id"],"title":"DIGILOCKER_DOWNLOAD_FILE"},"DIGILOCKER_DUPLICATE_REQUEST":{"properties":{"code":{"type":"integer","title":"Code","default":400},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"DUPLICATE_REQUEST"},"message":{"type":"string","title":"Message","default":"Access token is already generated."}},"type":"object","required":["timestamp","transaction_id"],"title":"DIGILOCKER_DUPLICATE_REQUEST"},"DIGILOCKER_EAADHAAR_SUCCESS":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code"},"message":{"type":"string","title":"Message"},"data":{"$ref":"#/components/schemas/DigilockerEaadhaarData"}},"type":"object","required":["timestamp","transaction_id","sub_code","message"],"title":"DIGILOCKER_EAADHAAR_SUCCESS"},"DIGILOCKER_FETCH_FAILED":{"properties":{"code":{"type":"integer","title":"Code","default":503},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"FAILED"},"message":{"type":"string","title":"Message","default":"Failed to fetch data from Digilocker."}},"type":"object","required":["timestamp","transaction_id"],"title":"DIGILOCKER_FETCH_FAILED"},"DIGILOCKER_INIT_SESSION_SUCCESS":{"properties":{"code":{"type":"integer","title":"Code","default":201},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code"},"data":{"$ref":"#/components/schemas/DigilockerInitSessionData"}},"type":"object","required":["timestamp","transaction_id","sub_code","data"],"title":"DIGILOCKER_INIT_SESSION_SUCCESS"},"DIGILOCKER_INVALID_ACCESS":{"properties":{"code":{"type":"integer","title":"Code","default":400},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_GRANT"},"message":{"type":"string","title":"Message","default":"Authorization code doesn't exist or is invalid for the client"}},"type":"object","required":["timestamp","transaction_id"],"title":"DIGILOCKER_INVALID_ACCESS"},"DIGILOCKER_INVALID_URI":{"properties":{"code":{"type":"integer","title":"Code","default":301},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_URI"},"message":{"type":"string","title":"Message","default":"unsupported service"}},"type":"object","required":["timestamp","transaction_id"],"title":"DIGILOCKER_INVALID_URI"},"DIGILOCKER_ISSUED_FILES":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"Issued files fetched successfully."},"data":{"items":{"$ref":"#/components/schemas/DigilockerIssuedFilesData"},"type":"array","title":"Data"}},"type":"object","required":["timestamp","transaction_id"],"title":"DIGILOCKER_ISSUED_FILES"},"DIGILOCKER_SESSION_EXPIRED":{"properties":{"code":{"type":"integer","title":"Code","default":401},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SESSION_EXPIRED"},"message":{"type":"string","title":"Message","default":"Digilocker session expired."}},"type":"object","required":["timestamp","transaction_id"],"title":"DIGILOCKER_SESSION_EXPIRED"},"DRIVING_LICENSE_DOCUMENT_DATA":{"properties":{"address":{"type":"string","title":"Address"},"date_of_birth":{"type":"string","title":"Date Of Birth"},"date_of_validity":{"type":"string","title":"Date Of Validity"},"district":{"type":"string","title":"District"},"fathers_name":{"type":"string","title":"Fathers Name"},"id_number":{"type":"string","title":"Id Number"},"is_scanned":{"type":"string","title":"Is Scanned"},"issue_dates":{"type":"object","title":"Issue Dates"},"name_on_card":{"type":"string","title":"Name On Card"},"pincode":{"type":"string","title":"Pincode"},"state":{"type":"string","title":"State"},"street_address":{"type":"string","title":"Street Address"},"type":{"items":{"type":"string"},"type":"array","title":"Type"},"validity":{"type":"object","title":"Validity"}},"type":"object","required":["address","date_of_birth","date_of_validity","district","fathers_name","id_number","is_scanned","issue_dates","name_on_card","pincode","state","street_address","type","validity"],"title":"DRIVING_LICENSE_DOCUMENT_DATA"},"Details26as":{"properties":{"assessment_year":{"title":"Assessment Year"},"tds_data":{"items":{"$ref":"#/components/schemas/Basic26asDetails"},"type":"array","title":"Tds Data"}},"type":"object","title":"Details26as"},"DetailsItr":{"properties":{"gender":{"title":"Gender"},"name":{"title":"Name"},"fathers_name":{"title":"Fathers Name"},"email":{"title":"Email"},"pincode":{"title":"Pincode"},"aadhaar_no":{"title":"Aadhaar No"},"mobile_no":{"title":"Mobile No"},"address":{"title":"Address"},"income":{"title":"Income"},"gross_income":{"title":"Gross Income"},"itr_type":{"title":"Itr Type"},"dob":{"title":"Dob"},"doi":{"title":"Doi"},"raw_itr":{"title":"Raw Itr"}},"type":"object","title":"DetailsItr"},"DigiLockerAccessToken":{"properties":{"consent":{"type":"string","title":"Consent"},"purpose":{"type":"string","title":"Purpose"},"initial_deepvue_transaction_id":{"type":"string","title":"Initial Deepvue Transaction Id"},"digilocker_code":{"type":"string","title":"Digilocker Code"}},"type":"object","required":["consent","purpose","initial_deepvue_transaction_id","digilocker_code"],"title":"DigiLockerAccessToken"},"DigiLockerDownloadFile":{"properties":{"consent":{"type":"string","title":"Consent"},"purpose":{"type":"string","title":"Purpose"},"initial_deepvue_transaction_id":{"type":"string","title":"Initial Deepvue Transaction Id"},"uri":{"type":"string","title":"Uri"}},"type":"object","required":["consent","purpose","initial_deepvue_transaction_id","uri"],"title":"DigiLockerDownloadFile"},"DigiLockerEaadhaar":{"properties":{"consent":{"type":"string","title":"Consent"},"purpose":{"type":"string","title":"Purpose"},"initial_deepvue_transaction_id":{"type":"string","title":"Initial Deepvue Transaction Id"},"generate_pdf":{"type":"boolean","title":"Generate Pdf","default":false},"generate_aadhaar_xml":{"type":"boolean","title":"Generate Aadhaar Xml","default":false}},"type":"object","required":["consent","purpose","initial_deepvue_transaction_id"],"title":"DigiLockerEaadhaar"},"DigiLockerInitSession":{"properties":{"consent":{"type":"string","title":"Consent"},"purpose":{"type":"string","title":"Purpose"},"redirect_url":{"type":"string","title":"Redirect Url"},"doc_types":{"items":{"type":"string"},"type":"array","title":"Doc Types"},"redirect_to_signup":{"type":"boolean","title":"Redirect To Signup","default":false}},"type":"object","required":["consent","purpose"],"title":"DigiLockerInitSession"},"DigiLockerIssuedFiles":{"properties":{"consent":{"type":"string","title":"Consent"},"purpose":{"type":"string","title":"Purpose"},"initial_deepvue_transaction_id":{"type":"string","title":"Initial Deepvue Transaction Id"}},"type":"object","required":["consent","purpose","initial_deepvue_transaction_id"],"title":"DigiLockerIssuedFiles"},"DigilockerAccessTokenData":{"properties":{"expires_in":{"type":"integer","title":"Expires In"},"consent_valid_till":{"type":"string","title":"Consent Valid Till"}},"type":"object","required":["expires_in","consent_valid_till"],"title":"DigilockerAccessTokenData"},"DigilockerEaadhaarData":{"properties":{"masked_uid":{"type":"string","title":"Masked Uid"},"proof_of_identity":{"$ref":"#/components/schemas/DigilockerPoiData"},"proof_of_address":{"$ref":"#/components/schemas/DigilockerPoaData"},"photo":{"type":"string","title":"Photo"}},"type":"object","required":["masked_uid"],"title":"DigilockerEaadhaarData"},"DigilockerInitSessionData":{"properties":{"authorization_url":{"type":"string","title":"Authorization Url"}},"type":"object","required":["authorization_url"],"title":"DigilockerInitSessionData"},"DigilockerIssuedFilesData":{"properties":{"name":{"type":"string","title":"Name"},"type":{"type":"string","title":"Type"},"size":{"type":"string","title":"Size"},"date":{"type":"string","title":"Date"},"parent":{"type":"string","title":"Parent"},"mime":{"items":{"type":"string"},"type":"array","title":"Mime"},"uri":{"type":"string","title":"Uri"},"doctype":{"type":"string","title":"Doctype"},"description":{"type":"string","title":"Description"},"issuerid":{"type":"string","title":"Issuerid"},"issuer":{"type":"string","title":"Issuer"}},"type":"object","title":"DigilockerIssuedFilesData"},"DigilockerPoaData":{"properties":{"care_of":{"type":"string","title":"Care Of"},"district":{"type":"string","title":"District"},"house":{"type":"string","title":"House"},"locality":{"type":"string","title":"Locality"},"street":{"type":"string","title":"Street"},"vtc":{"type":"string","title":"Vtc"},"pincode":{"type":"string","title":"Pincode"},"state":{"type":"string","title":"State"},"country":{"type":"string","title":"Country"}},"type":"object","title":"DigilockerPoaData"},"DigilockerPoiData":{"properties":{"dob":{"type":"string","title":"Dob"},"gender":{"type":"string","title":"Gender"},"name":{"type":"string","title":"Name"}},"type":"object","title":"DigilockerPoiData"},"DigitalAgeDetails":{"properties":{"businessNameDetected":{"type":"boolean","title":"Businessnamedetected"},"digitalAge":{"type":"string","title":"Digitalage"}},"type":"object","title":"DigitalAgeDetails"},"DinToPanData":{"properties":{"din_number":{"type":"string","title":"Din Number"},"din_status":{"type":"string","title":"Din Status"},"pan_number":{"type":"string","title":"Pan Number"},"first_name":{"type":"string","title":"First Name"},"middle_name":{"type":"string","title":"Middle Name"},"last_name":{"type":"string","title":"Last Name"},"date_of_birth":{"type":"string","title":"Date Of Birth"},"father_first_name":{"type":"string","title":"Father First Name"},"father_middle_name":{"type":"string","title":"Father Middle Name"},"father_last_name":{"type":"string","title":"Father Last Name"},"resident_of_india":{"type":"string","title":"Resident Of India"},"membership_number":{"type":"string","title":"Membership Number"}},"type":"object","title":"DinToPanData"},"DlAddressDetails":{"properties":{"addressLine1":{"type":"string","title":"Addressline1"},"completeAddress":{"type":"string","title":"Completeaddress"},"country":{"type":"string","title":"Country"},"district":{"type":"string","title":"District"},"pin":{"type":"string","title":"Pin"},"state":{"type":"string","title":"State"},"type":{"type":"string","title":"Type"}},"type":"object","title":"DlAddressDetails"},"DlDetails":{"properties":{"userAddress":{"items":{"$ref":"#/components/schemas/DlAddressDetails"},"type":"array","title":"Useraddress"},"userBloodGroup":{"type":"string","title":"Userbloodgroup"},"dlNumber":{"type":"string","title":"Dlnumber"},"userDob":{"type":"string","title":"Userdob"},"endorseDate":{"type":"string","title":"Endorsedate"},"endorseNumber":{"type":"string","title":"Endorsenumber"},"expiryDate":{"type":"string","title":"Expirydate"},"fatherOrHusband":{"type":"string","title":"Fatherorhusband"},"issuedDate":{"type":"string","title":"Issueddate"},"nonTransportValidity":{"title":"Nontransportvalidity"},"state":{"type":"string","title":"State"},"category":{"type":"string","title":"Category"},"status":{"type":"string","title":"Status"},"statusDetails":{"title":"Statusdetails"},"transportValidity":{"title":"Transportvalidity"},"userFullName":{"type":"string","title":"Userfullname"},"userImage":{"type":"string","title":"Userimage"}},"type":"object","title":"DlDetails"},"Download26as":{"properties":{"client_id":{"type":"string","title":"Client Id"},"pan_no":{"type":"string","title":"Pan No"},"tds":{"title":"Tds"}},"type":"object","title":"Download26as"},"DownloadAis":{"properties":{"client_id":{"type":"string","title":"Client Id"},"pan_no":{"type":"string","title":"Pan No"},"ais_file":{"title":"Ais File"},"file_type":{"title":"File Type"},"status":{"title":"Status"},"financial_year":{"title":"Financial Year"}},"type":"object","title":"DownloadAis"},"DrivingLicenseVerificationData":{"properties":{"address":{"type":"string","title":"Address"},"badge_details":{"type":"string","title":"Badge Details"},"card_serial_no":{"type":"string","title":"Card Serial No"},"cov_details":{"items":{"$ref":"#/components/schemas/CoverageDetail"},"type":"array","title":"Cov Details"},"date_of_issue":{"type":"string","title":"Date Of Issue"},"date_of_last_transaction":{"type":"string","title":"Date Of Last Transaction"},"dl_status":{"type":"string","title":"Dl Status"},"dob":{"type":"string","title":"Dob"},"face_image":{"type":"string","title":"Face Image"},"gender":{"type":"string","title":"Gender"},"hazardous_valid_till":{"type":"string","title":"Hazardous Valid Till"},"hill_valid_till":{"type":"string","title":"Hill Valid Till"},"id_number":{"type":"string","title":"Id Number"},"issuing_rto_name":{"type":"string","title":"Issuing Rto Name"},"last_transacted_at":{"type":"string","title":"Last Transacted At"},"name":{"type":"string","title":"Name"},"nt_validity_from":{"type":"string","title":"Nt Validity From"},"nt_validity_to":{"type":"string","title":"Nt Validity To"},"relatives_name":{"type":"string","title":"Relatives Name"},"source":{"type":"string","title":"Source"},"status":{"type":"string","title":"Status"},"t_validity_from":{"type":"string","title":"T Validity From"},"t_validity_to":{"type":"string","title":"T Validity To"}},"type":"object","required":["address","badge_details","card_serial_no","cov_details","date_of_issue","date_of_last_transaction","dl_status","dob","face_image","gender","hazardous_valid_till","hill_valid_till","id_number","issuing_rto_name","last_transacted_at","name","nt_validity_from","nt_validity_to","relatives_name","source","status","t_validity_from","t_validity_to"],"title":"DrivingLicenseVerificationData"},"EFiledlist":{"properties":{"EFiledlist":{"items":{"$ref":"#/components/schemas/GstrStatus"},"type":"array","title":"Efiledlist"}},"type":"object","required":["EFiledlist"],"title":"EFiledlist"},"EmploymentDetails":{"properties":{"name":{"type":"string","title":"Name"},"guardian_name":{"type":"string","title":"Guardian Name"},"establishment_name":{"type":"string","title":"Establishment Name"},"member_id":{"type":"string","title":"Member Id"},"date_of_joining":{"type":"string","title":"Date Of Joining"},"date_of_exit":{"type":"string","title":"Date Of Exit"},"last_pf_submitted":{"type":"string","title":"Last Pf Submitted"}},"type":"object","title":"EmploymentDetails"},"EmploymentHistory":{"properties":{"pdf_url":{"type":"string","title":"Pdf Url"},"employment_history":{"items":{"$ref":"#/components/schemas/EmploymentDetails"},"type":"array","title":"Employment History"}},"type":"object","title":"EmploymentHistory"},"EquifaxCreditReportBody":{"properties":{"id_type":{"type":"string","title":"Id Type"},"id_value":{"type":"string","title":"Id Value"},"phone_number":{"type":"string","title":"Phone Number"},"full_name":{"type":"string","title":"Full Name"},"first_name":{"type":"string","title":"First Name"},"last_name":{"type":"string","title":"Last Name"},"dob":{"type":"string","title":"Dob"},"gender":{"type":"string","title":"Gender"}},"type":"object","required":["id_type","id_value","phone_number","full_name","dob"],"title":"EquifaxCreditReportBody"},"FaceMatchData":{"properties":{"match":{"type":"boolean","title":"Match"},"confidence":{"type":"integer","title":"Confidence"}},"type":"object","title":"FaceMatchData"},"FirCheckPOSTRequest":{"properties":{"name":{"type":"string","title":"Name"},"father_name":{"type":"string","title":"Father Name"},"dob":{"type":"string","title":"Dob"},"address":{"type":"string","title":"Address"}},"type":"object","title":"FirCheckPOSTRequest"},"FssaiIdVerificationData":{"properties":{"id_number":{"type":"string","title":"Id Number"},"application_number":{"type":"string","title":"Application Number"},"fssai_number":{"type":"string","title":"Fssai Number"},"details":{"items":{},"type":"array","title":"Details"}},"type":"object","title":"FssaiIdVerificationData"},"GSTIN_DOCUMENT_OCR":{"properties":{"address":{"type":"string","title":"Address"},"constitution_of_business":{"type":"string","title":"Constitution Of Business"},"date_of_liability":{"type":"string","title":"Date Of Liability"},"gstin":{"type":"string","title":"Gstin"},"is_provisional":{"type":"string","title":"Is Provisional"},"legal_name":{"type":"string","title":"Legal Name"},"pan_number":{"type":"string","title":"Pan Number"},"trade_name":{"type":"string","title":"Trade Name"},"type_of_registration":{"type":"string","title":"Type Of Registration"},"valid_from":{"type":"string","title":"Valid From"},"valid_upto":{"type":"string","title":"Valid Upto"}},"type":"object","required":["address","constitution_of_business","date_of_liability","gstin","is_provisional","legal_name","pan_number","trade_name","type_of_registration","valid_from","valid_upto"],"title":"GSTIN_DOCUMENT_OCR"},"GstOcrPayload":{"properties":{"document1":{"type":"string","title":"Document1"}},"type":"object","required":["document1"],"title":"GstOcrPayload"},"GstRegAddress":{"properties":{"addr":{"$ref":"#/components/schemas/GstibAddressObject"},"ntr":{"type":"string","title":"Ntr"}},"type":"object","required":["addr"],"title":"GstRegAddress"},"GstSessionObject":{"properties":{"token_expiry":{"type":"integer","title":"Token Expiry"},"session_expiry":{"type":"integer","title":"Session Expiry"}},"type":"object","required":["token_expiry","session_expiry"],"title":"GstSessionObject"},"GstibAddressObject":{"properties":{"bnm":{"type":"string","title":"Bnm"},"st":{"type":"string","title":"St"},"loc":{"type":"string","title":"Loc"},"bno":{"type":"string","title":"Bno"},"stcd":{"type":"string","title":"Stcd"},"dst":{"type":"string","title":"Dst"},"city":{"type":"string","title":"City"},"flno":{"type":"string","title":"Flno"},"lt":{"type":"string","title":"Lt"},"pncd":{"type":"string","title":"Pncd"},"lg":{"type":"string","title":"Lg"},"landMark":{"type":"string","title":"Landmark"},"locality":{"type":"string","title":"Locality"},"geocodelvl":{"type":"string","title":"Geocodelvl"},"full_address":{"type":"string","title":"Full Address"}},"type":"object","title":"GstibAddressObject"},"GstinAdvContactDetails":{"properties":{"principal":{"$ref":"#/components/schemas/GstinAdvContactPrinciple"},"additional":{"title":"Additional"}},"type":"object","title":"GstinAdvContactDetails"},"GstinAdvContactPrinciple":{"properties":{"address":{"type":"string","title":"Address"},"email":{"type":"string","title":"Email"},"mobile":{"type":"string","title":"Mobile"},"nature_of_business":{"type":"string","title":"Nature Of Business"}},"type":"object","title":"GstinAdvContactPrinciple"},"GstinAdvVerificationData":{"properties":{"contact_details":{"$ref":"#/components/schemas/GstinAdvContactDetails"},"promoters":{"items":{"type":"string"},"type":"array","title":"Promoters"},"annual_turnover":{"type":"string","title":"Annual Turnover"},"annual_turnover_fy":{"type":"string","title":"Annual Turnover Fy"},"percentage_in_cash_fy":{"type":"string","title":"Percentage In Cash Fy"},"percentage_in_cash":{"type":"string","title":"Percentage In Cash"},"aadhaar_validation":{"type":"string","title":"Aadhaar Validation"},"aadhaar_validation_date":{"type":"string","title":"Aadhaar Validation Date"},"address_details":{"type":"object","title":"Address Details"},"gstin":{"type":"string","title":"Gstin"},"pan_number":{"type":"string","title":"Pan Number"},"business_name":{"type":"string","title":"Business Name"},"legal_name":{"type":"string","title":"Legal Name"},"center_jurisdiction":{"type":"string","title":"Center Jurisdiction"},"state_jurisdiction":{"type":"string","title":"State Jurisdiction"},"date_of_registration":{"type":"string","title":"Date Of Registration"},"constitution_of_business":{"type":"string","title":"Constitution Of Business"},"taxpayer_type":{"type":"string","title":"Taxpayer Type"},"gstin_status":{"type":"string","title":"Gstin Status"},"date_of_cancellation":{"type":"string","title":"Date Of Cancellation"},"field_visit_conducted":{"type":"string","title":"Field Visit Conducted"},"nature_bus_activities":{"items":{"type":"string"},"type":"array","title":"Nature Bus Activities"},"nature_of_core_business_activity_code":{"type":"string","title":"Nature Of Core Business Activity Code"},"nature_of_core_business_activity_description":{"type":"string","title":"Nature Of Core Business Activity Description"},"filing_status":{"items":{},"type":"array","title":"Filing Status"},"address":{"title":"Address"},"hsn_info":{"type":"object","title":"Hsn Info"},"filing_frequency":{"items":{},"type":"array","title":"Filing Frequency"}},"type":"object","required":["contact_details","promoters","address_details","gstin","pan_number","nature_bus_activities","nature_of_core_business_activity_code","nature_of_core_business_activity_description","filing_status","hsn_info","filing_frequency"],"title":"GstinAdvVerificationData"},"GstinByPan":{"properties":{"gstin":{"type":"string","title":"Gstin"},"status":{"type":"string","title":"Status"},"state_code":{"type":"string","title":"State Code"}},"type":"object","required":["gstin","status","state_code"],"title":"GstinByPan"},"GstinVerificationData":{"properties":{"stjCd":{"type":"string","title":"Stjcd"},"dty":{"type":"string","title":"Dty"},"stj":{"type":"string","title":"Stj"},"lgnm":{"type":"string","title":"Lgnm"},"adadr":{"items":{"$ref":"#/components/schemas/GstRegAddress"},"type":"array","title":"Adadr"},"cxdt":{"type":"string","title":"Cxdt"},"gstin":{"type":"string","title":"Gstin"},"nba":{"items":{"type":"string"},"type":"array","title":"Nba"},"lstupdt":{"type":"string","title":"Lstupdt"},"ctb":{"type":"string","title":"Ctb"},"rgdt":{"type":"string","title":"Rgdt"},"pradr":{"$ref":"#/components/schemas/GstRegAddress"},"ctjCd":{"type":"string","title":"Ctjcd"},"sts":{"type":"string","title":"Sts"},"tradeNam":{"type":"string","title":"Tradenam"},"ctj":{"type":"string","title":"Ctj"},"einvoiceStatus":{"type":"string","title":"Einvoicestatus"}},"type":"object","required":["adadr","gstin","nba","pradr"],"title":"GstinVerificationData"},"Gstr1CptySumObject":{"properties":{"ctin":{"type":"string","title":"Ctin"},"chksum":{"type":"string","title":"Chksum"},"ttl_rec":{"type":"integer","title":"Ttl Rec"},"ttl_val":{"type":"integer","title":"Ttl Val"},"ttl_igst":{"type":"integer","title":"Ttl Igst"},"ttl_cgst":{"type":"integer","title":"Ttl Cgst"},"ttl_sgst":{"type":"integer","title":"Ttl Sgst"},"ttl_cess":{"type":"integer","title":"Ttl Cess"},"ttl_tax":{"type":"integer","title":"Ttl Tax"}},"type":"object","required":["ctin","chksum","ttl_rec","ttl_val","ttl_igst","ttl_cgst","ttl_sgst","ttl_cess","ttl_tax"],"title":"Gstr1CptySumObject"},"Gstr1SecSumObject":{"properties":{"sec_nm":{"type":"string","title":"Sec Nm"},"chksum":{"type":"string","title":"Chksum"},"ttl_rec":{"type":"integer","title":"Ttl Rec"},"ttl_val":{"type":"integer","title":"Ttl Val"},"ttl_igst":{"type":"integer","title":"Ttl Igst"},"ttl_cgst":{"type":"integer","title":"Ttl Cgst"},"ttl_sgst":{"type":"integer","title":"Ttl Sgst"},"ttl_cess":{"type":"integer","title":"Ttl Cess"},"ttl_tax":{"type":"integer","title":"Ttl Tax"},"cpty_sum":{"items":{"$ref":"#/components/schemas/Gstr1CptySumObject"},"type":"array","title":"Cpty Sum"}},"type":"object","required":["sec_nm","chksum","ttl_rec","ttl_val","ttl_igst","ttl_cgst","ttl_sgst","ttl_cess","ttl_tax","cpty_sum"],"title":"Gstr1SecSumObject"},"Gstr1SummaryData":{"properties":{"gstin":{"type":"string","title":"Gstin"},"ret_period":{"type":"string","title":"Ret Period"},"chksum":{"type":"string","title":"Chksum"},"summ_typ":{"type":"string","title":"Summ Typ"},"sec_sum":{"items":{"$ref":"#/components/schemas/Gstr1SecSumObject"},"type":"array","title":"Sec Sum"}},"type":"object","required":["gstin","ret_period","chksum","summ_typ","sec_sum"],"title":"Gstr1SummaryData"},"Gstr3bCessObject":{"properties":{"intr":{"type":"integer","title":"Intr"},"tx":{"type":"integer","title":"Tx"},"fee":{"type":"integer","title":"Fee"}},"type":"object","required":["intr","tx","fee"],"title":"Gstr3bCessObject"},"Gstr3bCgstObject":{"properties":{"intr":{"type":"integer","title":"Intr"},"tx":{"type":"integer","title":"Tx"},"fee":{"type":"integer","title":"Fee"}},"type":"object","required":["intr","tx","fee"],"title":"Gstr3bCgstObject"},"Gstr3bIgstObject":{"properties":{"intr":{"type":"integer","title":"Intr"},"tx":{"type":"integer","title":"Tx"},"fee":{"type":"integer","title":"Fee"}},"type":"object","required":["intr","tx","fee"],"title":"Gstr3bIgstObject"},"Gstr3bSgstObject":{"properties":{"intr":{"type":"integer","title":"Intr"},"tx":{"type":"integer","title":"Tx"},"fee":{"type":"integer","title":"Fee"}},"type":"object","required":["intr","tx","fee"],"title":"Gstr3bSgstObject"},"Gstr3bSummaryData":{"properties":{"ret_period":{"type":"string","title":"Ret Period"},"tx_pmt":{"$ref":"#/components/schemas/TaxPmtObject"},"sup_details":{"$ref":"#/components/schemas/SupDetailsObject"},"inter_sup":{"$ref":"#/components/schemas/InterSupObject"},"itc_elg":{"$ref":"#/components/schemas/ItcElgObject"},"gstin":{"type":"string","title":"Gstin"}},"type":"object","required":["ret_period","tx_pmt","sup_details","inter_sup","itc_elg","gstin"],"title":"Gstr3bSummaryData"},"GstrStatus":{"properties":{"valid":{"type":"string","title":"Valid"},"mof":{"type":"string","title":"Mof"},"dof":{"type":"string","title":"Dof"},"ret_prd":{"type":"string","title":"Ret Prd"},"rtntype":{"type":"string","title":"Rtntype"},"arn":{"type":"string","title":"Arn"},"status":{"type":"string","title":"Status"}},"type":"object","required":["valid","mof","dof","ret_prd","rtntype","arn","status"],"title":"GstrStatus"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"INVALID_AADHAAR_PATTERN":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_INPUT"},"message":{"type":"string","title":"Message","default":"Invalid Aadhaar Number Pattern."}},"type":"object","required":["timestamp","transaction_id"],"title":"INVALID_AADHAAR_PATTERN"},"INVALID_AADHAR_OR_PAN_PATTERN":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_INPUT"},"message":{"type":"string","title":"Message","default":"Invalid Mobile Number Pattern."}},"type":"object","title":"INVALID_AADHAR_OR_PAN_PATTERN"},"INVALID_DIN_PATTERN":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_INPUT"},"message":{"type":"string","title":"Message","default":"Invalid DIN pattern."}},"type":"object","required":["code","timestamp","transaction_id"],"title":"INVALID_DIN_PATTERN"},"INVALID_DL":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Driving License Id Not found in source"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"INVALID_DL"},"INVALID_FSSAI_ID_PATTERN":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_INPUT"},"message":{"type":"string","title":"Message","default":"Invalid Fssai Id Pattern."}},"type":"object","required":["timestamp","transaction_id"],"title":"INVALID_FSSAI_ID_PATTERN"},"INVALID_GSTIN_PATTERN":{"properties":{"code":{"type":"integer","title":"Code"},"message":{"type":"string","title":"Message","default":"Invalid GSTIN pattern"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"INVALID_GSTIN_PATTERN"},"INVALID_IFSC":{"properties":{"pascode":{"type":"integer","title":"Pascode"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Invalid IFSC"}},"type":"object","required":["pascode","timestamp","transaction_id"],"title":"INVALID_IFSC"},"INVALID_INPUT_PATTERN":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_INPUT"},"message":{"type":"string","title":"Message","default":"Invalid Pan or Mobile Number or Name pattern."}},"type":"object","title":"INVALID_INPUT_PATTERN"},"INVALID_MCA_CIN_PATTERN":{"properties":{},"type":"object","title":"INVALID_MCA_CIN_PATTERN"},"INVALID_MSME_AADHAAR_PATTERN":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_INPUT"},"message":{"type":"string","title":"Message","default":"Invalid MSME Aadhaar Number."}},"type":"object","title":"INVALID_MSME_AADHAAR_PATTERN"},"INVALID_PAN":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"data":{"$ref":"#/components/schemas/InvalidPanVerificationData"}},"type":"object","required":["code","timestamp","transaction_id","data"],"title":"INVALID_PAN"},"INVALID_PAN_PATTERN":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_INPUT"},"message":{"type":"string","title":"Message","default":"Invalid Pan pattern."}},"type":"object","required":["code","timestamp","transaction_id"],"title":"INVALID_PAN_PATTERN"},"INVALID_PAN_PLUS":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_PAN_NUMBER"},"message":{"type":"string","title":"Message","default":"Invalid Pan Number."}},"type":"object","required":["timestamp","transaction_id"],"title":"INVALID_PAN_PLUS"},"INVALID_PAN_PLUS_PATTERN":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_INPUT"},"message":{"type":"string","title":"Message","default":"Invalid Pan Pattern."}},"type":"object","required":["timestamp","transaction_id"],"title":"INVALID_PAN_PLUS_PATTERN"},"INVALID_RC":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Vehicle RC Number Not found in source"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"INVALID_RC"},"INVALID_RC_PATTERN":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Invalid RC Pattern."},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_RC_NUMBER"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"INVALID_RC_PATTERN"},"INVALID_TAN":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"No record found"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"INVALID_TAN"},"INVALID_TAN_PATTERN":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Invalid Tan pattern"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"INVALID_TAN_PATTERN"},"INVALID_VOTER_ID":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Voter Id Not found in source"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"INVALID_VOTER_ID"},"ITR_DOWNLOAD_FAILURE":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code"},"message":{"type":"string","title":"Message"}},"type":"object","required":["code","timestamp","transaction_id","sub_code","message"],"title":"ITR_DOWNLOAD_FAILURE"},"ITR_SOURCE_FAILURE":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code"},"message":{"type":"string","title":"Message","default":"Source failure. Unable to process the request."}},"type":"object","required":["code","timestamp","transaction_id","sub_code"],"title":"ITR_SOURCE_FAILURE"},"IfscDetails":{"properties":{"bank":{"type":"string","title":"Bank"},"neft":{"type":"string","title":"Neft"},"imps":{"type":"string","title":"Imps"},"rtgs":{"type":"string","title":"Rtgs"},"upi":{"type":"string","title":"Upi"},"address":{"type":"string","title":"Address"},"city":{"type":"string","title":"City"},"state":{"type":"string","title":"State"},"branch":{"type":"string","title":"Branch"},"category":{"type":"string","title":"Category"},"swift_code":{"type":"string","title":"Swift Code"},"micr":{"type":"string","title":"Micr"},"nbin":{"type":"string","title":"Nbin"}},"type":"object","title":"IfscDetails"},"IfscVerificationData":{"properties":{"bank":{"type":"string","title":"Bank"},"ifsc":{"type":"string","title":"Ifsc"},"neft":{"type":"string","title":"Neft"},"imps":{"type":"string","title":"Imps"},"rtgs":{"type":"string","title":"Rtgs"},"upi":{"type":"string","title":"Upi"},"ft":{"type":"string","title":"Ft"},"micr":{"type":"integer","title":"Micr"},"nbin":{"type":"integer","title":"Nbin"},"address":{"type":"string","title":"Address"},"city":{"type":"string","title":"City"},"state":{"type":"string","title":"State"},"branch":{"type":"string","title":"Branch"},"ifscSubcode":{"type":"string","title":"Ifscsubcode"},"category":{"type":"string","title":"Category"},"swiftCode":{"type":"string","title":"Swiftcode"}},"type":"object","title":"IfscVerificationData"},"IgstBalObject":{"properties":{"intr":{"type":"integer","title":"Intr"},"oth":{"type":"integer","title":"Oth"},"tx":{"type":"integer","title":"Tx"},"fee":{"type":"integer","title":"Fee"},"pen":{"type":"integer","title":"Pen"},"tot":{"type":"integer","title":"Tot"}},"type":"object","required":["intr","oth","tx","fee","pen","tot"],"title":"IgstBalObject"},"IgstObject":{"properties":{"intr":{"type":"integer","title":"Intr"},"oth":{"type":"integer","title":"Oth"},"tx":{"type":"integer","title":"Tx"},"fee":{"type":"integer","title":"Fee"},"pen":{"type":"integer","title":"Pen"}},"type":"object","required":["intr","oth","tx","fee","pen"],"title":"IgstObject"},"InterSupObject":{"properties":{"unreg_details":{"items":{"$ref":"#/components/schemas/UnregDetailsObjects"},"type":"array","title":"Unreg Details"},"comp_details":{"items":{},"type":"array","title":"Comp Details"},"uin_details":{"items":{},"type":"array","title":"Uin Details"}},"type":"object","required":["unreg_details","comp_details","uin_details"],"title":"InterSupObject"},"InvalidBaVerificationData":{"properties":{"account_exists":{"type":"boolean","title":"Account Exists"},"message":{"type":"string","title":"Message","default":"Invalid account number or ifsc provided"}},"type":"object","required":["account_exists"],"title":"InvalidBaVerificationData"},"InvalidIfscBaVerificationData":{"properties":{"account_exists":{"type":"boolean","title":"Account Exists"},"message":{"type":"string","title":"Message","default":"IFSC is invalid"}},"type":"object","required":["account_exists"],"title":"InvalidIfscBaVerificationData"},"InvalidPanVerificationData":{"properties":{"pan":{"type":"string","title":"Pan"},"status":{"type":"string","title":"Status"},"category":{"type":"string","title":"Category"}},"type":"object","required":["pan","status","category"],"title":"InvalidPanVerificationData"},"ItcAvlObject":{"properties":{"samt":{"type":"integer","title":"Samt"},"csamt":{"type":"integer","title":"Csamt"},"ty":{"type":"string","title":"Ty"},"camt":{"type":"integer","title":"Camt"},"iamt":{"type":"integer","title":"Iamt"}},"type":"object","required":["samt","csamt","ty","camt","iamt"],"title":"ItcAvlObject"},"ItcBalData":{"properties":{"cash_bal":{"$ref":"#/components/schemas/CashBalObject"},"itc_bal":{"$ref":"#/components/schemas/ItcBalObject"},"itc_blck_bal":{"$ref":"#/components/schemas/ItcBlckBalObject"},"gstin":{"type":"string","title":"Gstin"}},"type":"object","required":["cash_bal","itc_bal","itc_blck_bal","gstin"],"title":"ItcBalData"},"ItcBalObject":{"properties":{"cgst_bal":{"type":"integer","title":"Cgst Bal"},"igst_bal":{"type":"integer","title":"Igst Bal"},"sgst_bal":{"type":"integer","title":"Sgst Bal"},"cess_bal":{"type":"integer","title":"Cess Bal"}},"type":"object","required":["cgst_bal","igst_bal","sgst_bal","cess_bal"],"title":"ItcBalObject"},"ItcBlckBalObject":{"properties":{"cgst_blck_bal":{"type":"integer","title":"Cgst Blck Bal"},"igst_blck_bal":{"type":"integer","title":"Igst Blck Bal"},"sgst_blck_bal":{"type":"integer","title":"Sgst Blck Bal"},"cess_blck_bal":{"type":"integer","title":"Cess Blck Bal"}},"type":"object","required":["cgst_blck_bal","igst_blck_bal","sgst_blck_bal","cess_blck_bal"],"title":"ItcBlckBalObject"},"ItcClTrObject":{"properties":{"sgst":{"$ref":"#/components/schemas/SgstBalObject"},"ref_no":{"type":"string","title":"Ref No"},"sgstbal":{"$ref":"#/components/schemas/SgstBalObject"},"cessbal":{"$ref":"#/components/schemas/CessBalObject"},"cgst":{"$ref":"#/components/schemas/CgstBalObject"},"cess":{"$ref":"#/components/schemas/CessBalObject"},"tot_rng_bal":{"type":"integer","title":"Tot Rng Bal"},"igst":{"$ref":"#/components/schemas/IgstBalObject"},"tr_typ":{"type":"string","title":"Tr Typ"},"dt":{"type":"string","title":"Dt"},"igstbal":{"$ref":"#/components/schemas/IgstBalObject"},"tot_tr_amt":{"type":"integer","title":"Tot Tr Amt"},"dschrg_typ":{"type":"string","title":"Dschrg Typ"},"cgstbal":{"$ref":"#/components/schemas/CgstBalObject"},"desc":{"type":"string","title":"Desc"}},"type":"object","required":["sgst","ref_no","sgstbal","cessbal","cgst","cess","tot_rng_bal","igst","tr_typ","dt","igstbal","tot_tr_amt","dschrg_typ","cgstbal","desc"],"title":"ItcClTrObject"},"ItcElgObject":{"properties":{"itc_avl":{"items":{"$ref":"#/components/schemas/ItcAvlObject"},"type":"array","title":"Itc Avl"},"itc_net":{"$ref":"#/components/schemas/ItcAvlObject"},"itc_rev":{"items":{"$ref":"#/components/schemas/ItcAvlObject"},"type":"array","title":"Itc Rev"},"itc_inelg":{"items":{"$ref":"#/components/schemas/ItcAvlObject"},"type":"array","title":"Itc Inelg"}},"type":"object","required":["itc_avl","itc_net","itc_rev","itc_inelg"],"title":"ItcElgObject"},"ItcLedgerData":{"properties":{"ret_period":{"type":"string","title":"Ret Period"},"cl_bal":{"$ref":"#/components/schemas/ClBalObject"},"gstin":{"type":"string","title":"Gstin"},"tr":{"items":{"$ref":"#/components/schemas/ItcClTrObject"},"type":"array","title":"Tr"}},"type":"object","required":["ret_period","cl_bal","gstin","tr"],"title":"ItcLedgerData"},"ItrClient":{"properties":{"client_id":{"type":"string","title":"Client Id"}},"type":"object","title":"ItrClient"},"LivenessCheckData":{"properties":{"is_live":{"type":"boolean","title":"Is Live"},"score":{"type":"integer","title":"Score"}},"type":"object","required":["is_live","score"],"title":"LivenessCheckData"},"LivenessCheckPayload":{"properties":{"image":{"type":"string","title":"Image"}},"type":"object","required":["image"],"title":"LivenessCheckPayload"},"MCA_CIN_SEARCH_NO_RECORDS_FOUND":{"properties":{},"type":"object","title":"MCA_CIN_SEARCH_NO_RECORDS_FOUND"},"MCA_DIN_SEARCH_NO_RECORDS_FOUND":{"properties":{},"type":"object","title":"MCA_DIN_SEARCH_NO_RECORDS_FOUND"},"MOBILE_TO_VPA_DATA":{"properties":{"mobile_number":{"type":"string","title":"Mobile Number"},"vpa":{"type":"string","title":"Vpa"},"name_at_bank":{"type":"string","title":"Name At Bank"}},"type":"object","required":["mobile_number"],"title":"MOBILE_TO_VPA_DATA"},"MobileIdentityRequest":{"properties":{"mobile_number":{"type":"string","title":"Mobile Number"},"consent":{"type":"string","title":"Consent"},"purpose":{"type":"string","title":"Purpose"}},"type":"object","required":["mobile_number","consent","purpose"],"title":"MobileIdentityRequest"},"MobileNetworkDetails":{"properties":{"currentNetworkName":{"type":"string","title":"Currentnetworkname"},"currentNetworkRegion":{"type":"string","title":"Currentnetworkregion"},"currentNetworkcountryCodeIso2":{"type":"string","title":"Currentnetworkcountrycodeiso2"},"imsi":{"type":"string","title":"Imsi"},"isPhoneReachable":{"type":"boolean","title":"Isphonereachable"},"isValidPhoneNumber":{"type":"boolean","title":"Isvalidphonenumber"},"numberBillingType":{"type":"string","title":"Numberbillingtype"},"numberHasPortingHistory":{"type":"boolean","title":"Numberhasportinghistory"},"portedFromNetworkName":{"type":"string","title":"Portedfromnetworkname"},"portedFromNetworkRegion":{"type":"string","title":"Portedfromnetworkregion"},"portedFromNetworkcountryCodeIso2":{"type":"string","title":"Portedfromnetworkcountrycodeiso2"},"roamingNetworkcountryCodeIso2":{"type":"string","title":"Roamingnetworkcountrycodeiso2"},"roamingNetworkName":{"type":"string","title":"Roamingnetworkname"},"roamingNetworkRegion":{"type":"string","title":"Roamingnetworkregion"},"roaming":{"type":"boolean","title":"Roaming"}},"type":"object","title":"MobileNetworkDetails"},"MsmeData":{"properties":{"pan":{"type":"string","title":"Pan"},"msme_migration_status":{"type":"string","title":"Msme Migration Status"}},"type":"object","title":"MsmeData"},"MultipleVpaDetails":{"properties":{"name_at_bank":{"type":"string","title":"Name At Bank"},"vpas":{"items":{"type":"string"},"type":"array","title":"Vpas"}},"type":"object","title":"MultipleVpaDetails"},"NameMatchingData":{"properties":{"cleaned_name1":{"type":"string","title":"Cleaned Name1"},"cleaned_name2":{"type":"string","title":"Cleaned Name2"},"score":{"type":"integer","title":"Score"},"tokenwise_match":{"items":{"type":"object"},"type":"array","title":"Tokenwise Match"}},"type":"object","required":["cleaned_name1","cleaned_name2","score","tokenwise_match"],"title":"NameMatchingData"},"NreAccountBaVerificationData":{"properties":{"account_exists":{"type":"boolean","title":"Account Exists"},"message":{"type":"string","title":"Message","default":"Given account is an NRE account"}},"type":"object","required":["account_exists"],"title":"NreAccountBaVerificationData"},"OTPRequestMethod":{"type":"string","enum":["sms","whatsapp","all"],"title":"OTPRequestMethod","description":"Enumeration for OTP request methods."},"OcrPayload":{"properties":{"document1":{"type":"string","title":"Document1"},"document2":{"type":"string","title":"Document2"},"name":{"type":"string","title":"Name"}},"type":"object","required":["document1"],"title":"OcrPayload"},"OpBalObject":{"properties":{"igstbal":{"$ref":"#/components/schemas/IgstBalObject"},"sgstbal":{"$ref":"#/components/schemas/SgstBalObject"},"cessbal":{"$ref":"#/components/schemas/CessBalObject"},"cgstbal":{"$ref":"#/components/schemas/CgstBalObject"},"tot_rng_bal":{"type":"integer","title":"Tot Rng Bal"},"desc":{"type":"string","title":"Desc"}},"type":"object","required":["igstbal","sgstbal","cessbal","cgstbal","tot_rng_bal","desc"],"title":"OpBalObject"},"OriginalityPayload":{"properties":{"document1":{"type":"string","title":"Document1"},"document2":{"type":"string","title":"Document2"},"document_type":{"type":"integer","title":"Document Type"},"is_back":{"type":"integer","title":"Is Back"}},"type":"object","required":["document1","document_type","is_back"],"title":"OriginalityPayload"},"OtpGenerateData":{"properties":{"reference_id":{"type":"string","title":"Reference Id"},"validity_seconds":{"type":"integer","title":"Validity Seconds"},"delivered":{"items":{"type":"string"},"type":"array","title":"Delivered","default":[]},"retry_after":{"type":"integer","title":"Retry After"},"channels":{"type":"object","title":"Channels","default":{}}},"type":"object","title":"OtpGenerateData","description":"Send payload. reference_id/validity_seconds/delivered are present only when at\nleast one channel landed; the all-cooldown and all-failed paths carry channel detail\nbut mint no reference to verify."},"OtpVerifyData":{"properties":{"reference_id":{"type":"string","title":"Reference Id"},"status":{"type":"string","title":"Status"},"attempts_remaining":{"type":"integer","title":"Attempts Remaining"}},"type":"object","required":["reference_id","status"],"title":"OtpVerifyData"},"PAN_CARD_DOCUMENT_DATA":{"properties":{"age":{"type":"integer","title":"Age"},"date_of_birth":{"type":"string","title":"Date Of Birth"},"date_of_issue":{"type":"string","title":"Date Of Issue"},"fathers_name":{"type":"string","title":"Fathers Name"},"id_number":{"type":"string","title":"Id Number"},"is_scanned":{"type":"boolean","title":"Is Scanned"},"minor":{"type":"boolean","title":"Minor"},"name_on_card":{"type":"string","title":"Name On Card"},"pan_type":{"type":"string","title":"Pan Type"}},"type":"object","required":["age","date_of_birth","date_of_issue","fathers_name","id_number","is_scanned","minor","name_on_card","pan_type"],"title":"PAN_CARD_DOCUMENT_DATA"},"PEPSanctionAMLCheckPOSTRequest":{"properties":{"name":{"type":"string","title":"Name"},"father_name":{"type":"string","title":"Father Name"},"address":{"type":"string","title":"Address"},"dob":{"type":"string","title":"Dob"},"mobile":{"type":"string","title":"Mobile"},"pan_number":{"type":"string","title":"Pan Number"}},"type":"object","title":"PEPSanctionAMLCheckPOSTRequest"},"PanKraModificationData":{"properties":{"modification_status":{"type":"string","title":"Modification Status"},"modification_status_date":{"type":"string","title":"Modification Status Date"},"modification_remarks":{"type":"string","title":"Modification Remarks"}},"type":"object","title":"PanKraModificationData"},"PanKraVerificationData":{"properties":{"pan_number":{"type":"string","title":"Pan Number"},"pan_kra_status":{"type":"boolean","title":"Pan Kra Status"},"pan_kra_status_description":{"type":"string","title":"Pan Kra Status Description"},"kra_status":{"type":"boolean","title":"Kra Status"},"pan_kra_agency":{"type":"string","title":"Pan Kra Agency"},"modification_status_details":{"$ref":"#/components/schemas/PanKraModificationData"}},"type":"object","title":"PanKraVerificationData"},"PanPlusVerificationAddress":{"properties":{"line_1":{"type":"string","title":"Line 1"},"line_2":{"type":"string","title":"Line 2"},"street_name":{"type":"string","title":"Street Name"},"zip":{"type":"string","title":"Zip"},"city":{"type":"string","title":"City"},"state":{"type":"string","title":"State"},"country":{"type":"string","title":"Country"},"full":{"type":"string","title":"Full"}},"type":"object","title":"PanPlusVerificationAddress"},"PanPlusVerificationData":{"properties":{"pan_number":{"type":"string","title":"Pan Number"},"full_name":{"type":"string","title":"Full Name"},"full_name_split":{"items":{"type":"string"},"type":"array","title":"Full Name Split"},"masked_aadhaar":{"type":"string","title":"Masked Aadhaar"},"address":{"$ref":"#/components/schemas/PanPlusVerificationAddress"},"email":{"type":"string","title":"Email"},"phone_number":{"type":"string","title":"Phone Number"},"gender":{"type":"string","title":"Gender"},"dob":{"type":"string","title":"Dob"},"aadhaar_linked":{"type":"boolean","title":"Aadhaar Linked"},"category":{"type":"string","title":"Category"}},"type":"object","title":"PanPlusVerificationData"},"PanToDinData":{"properties":{"din_number":{"type":"string","title":"Din Number"},"din_status":{"type":"string","title":"Din Status"},"pan_number":{"type":"string","title":"Pan Number"},"first_name":{"type":"string","title":"First Name"},"middle_name":{"type":"string","title":"Middle Name"},"last_name":{"type":"string","title":"Last Name"},"date_of_birth":{"type":"string","title":"Date Of Birth"},"father_first_name":{"type":"string","title":"Father First Name"},"father_middle_name":{"type":"string","title":"Father Middle Name"},"father_last_name":{"type":"string","title":"Father Last Name"},"resident_of_india":{"type":"string","title":"Resident Of India"},"membership_number":{"type":"string","title":"Membership Number"}},"type":"object","title":"PanToDinData"},"PanToFatherName":{"properties":{"father_name":{"type":"string","title":"Father Name"},"full_name":{"type":"string","title":"Full Name"},"full_name_split":{"items":{"type":"string"},"type":"array","title":"Full Name Split"},"individual_pan":{"type":"boolean","title":"Individual Pan"}},"type":"object","title":"PanToFatherName"},"PanVerificationData":{"properties":{"pan":{"type":"string","title":"Pan"},"full_name":{"type":"string","title":"Full Name"},"status":{"type":"string","title":"Status"},"category":{"type":"string","title":"Category"}},"type":"object","required":["pan","full_name","status","category"],"title":"PanVerificationData"},"PassportOcrPayload":{"properties":{"document1":{"type":"string","title":"Document1"},"document2":{"type":"string","title":"Document2"}},"type":"object","required":["document1"],"title":"PassportOcrPayload"},"PassportVerificationData":{"properties":{"file_number":{"type":"string","title":"File Number"},"name":{"type":"string","title":"Name"},"dob":{"type":"string","title":"Dob"},"application_type":{"type":"string","title":"Application Type"},"application_received_date":{"type":"string","title":"Application Received Date"},"status":{"type":"string","title":"Status"}},"type":"object","title":"PassportVerificationData"},"PdItcObject":{"properties":{"s_pds":{"type":"integer","title":"S Pds"},"liab_ldg_id":{"type":"integer","title":"Liab Ldg Id"},"c_pdi":{"type":"integer","title":"C Pdi"},"cs_pdcs":{"type":"integer","title":"Cs Pdcs"},"s_pdi":{"type":"integer","title":"S Pdi"},"i_pdi":{"type":"integer","title":"I Pdi"},"c_pdc":{"type":"integer","title":"C Pdc"},"i_pdc":{"type":"integer","title":"I Pdc"},"i_pds":{"type":"integer","title":"I Pds"},"trans_typ":{"type":"integer","title":"Trans Typ"}},"type":"object","required":["s_pds","liab_ldg_id","c_pdi","cs_pdcs","s_pdi","i_pdi","c_pdc","i_pdc","i_pds","trans_typ"],"title":"PdItcObject"},"RC_CHALLAN_DATA":{"properties":{"challan_details":{"$ref":"#/components/schemas/RC_CHALLAN_DETAILS"}},"type":"object","required":["challan_details"],"title":"RC_CHALLAN_DATA"},"RC_CHALLAN_DETAILS":{"properties":{"challans":{"items":{"type":"object"},"type":"array","title":"Challans"},"blacklist":{"items":{},"type":"array","title":"Blacklist"},"successful_backends":{"items":{"type":"string"},"type":"array","title":"Successful Backends"},"failed_backends":{"items":{"type":"string"},"type":"array","title":"Failed Backends"}},"type":"object","title":"RC_CHALLAN_DETAILS"},"REPONSE_RC_CHALLAN_DETAILS_SUCCESS":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"Challan details fetched successfully"},"data":{"$ref":"#/components/schemas/RC_CHALLAN_DATA"}},"type":"object","required":["timestamp","transaction_id","data"],"title":"REPONSE_RC_CHALLAN_DETAILS_SUCCESS"},"RESPONSE_AADHAAR_BASIC_VERIFICATION":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message"},"data":{"$ref":"#/components/schemas/AadhaarVerificationData"}},"type":"object","required":["code","message"],"title":"RESPONSE_AADHAAR_BASIC_VERIFICATION"},"RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Source Unavailable"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"RESPONSE_AADHAAR_BASIC_VERIFICATION_SOURCE_UNAVAILABLE"},"RESPONSE_AADHAAR_DOCUMENT_EXTRACTION":{"properties":{"data":{"$ref":"#/components/schemas/AADHAAR_CARD_DOCUMENT_DATA"},"message":{"type":"string","title":"Message","default":"Document processed successfuly"},"transaction_id":{"type":"string","title":"Transaction Id"},"code":{"type":"integer","title":"Code","default":200}},"type":"object","required":["data","transaction_id"],"title":"RESPONSE_AADHAAR_DOCUMENT_EXTRACTION"},"RESPONSE_AADHAAR_EKYC_FAILURE":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Please provide a valid OTP"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"RESPONSE_AADHAAR_EKYC_FAILURE"},"RESPONSE_AADHAAR_EKYC_OTP_ALREADY_SUBMITTED":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"OTP Already submitted"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"RESPONSE_AADHAAR_EKYC_OTP_ALREADY_SUBMITTED"},"RESPONSE_AADHAAR_EKYC_SUCCESSFUL":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message"},"data":{"$ref":"#/components/schemas/AadhaarOkycData"}},"type":"object","required":["code","timestamp","transaction_id","message","data"],"title":"RESPONSE_AADHAAR_EKYC_SUCCESSFUL"},"RESPONSE_AADHAAR_INITIATE_SESSION_SUCCESSFUL":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"data":{"$ref":"#/components/schemas/AadhaarCaptchaData"}},"type":"object","required":["code","timestamp","transaction_id","data"],"title":"RESPONSE_AADHAAR_INITIATE_SESSION_SUCCESSFUL"},"RESPONSE_AADHAAR_MASKING_NOT_PROCESSED":{"properties":{"code":{"type":"integer","title":"Code","default":500},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"FAILED"},"message":{"type":"string","title":"Message","default":"Unable to process"}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_AADHAAR_MASKING_NOT_PROCESSED"},"RESPONSE_AADHAAR_MASKING_NO_ID_FOUND":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_DOCUMENT"},"message":{"type":"string","title":"Message","default":"Invalid ID Card, ID number not found."}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_AADHAAR_MASKING_NO_ID_FOUND"},"RESPONSE_AADHAAR_MASKING_SUCCESSFUL":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"Document Masked Successfully"},"data":{"$ref":"#/components/schemas/AadhaarMaskingData"}},"type":"object","required":["timestamp","transaction_id","data"],"title":"RESPONSE_AADHAAR_MASKING_SUCCESSFUL"},"RESPONSE_AADHAAR_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Input File must have 'aadhaar_number' only as headers"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_INPUT_FILE_FORMAT"}},"type":"object","title":"RESPONSE_AADHAAR_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED"},"RESPONSE_AADHAAR_OTP_FAILURE":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Please Enter Valid Captcha"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"RESPONSE_AADHAAR_OTP_FAILURE"},"RESPONSE_AADHAAR_OTP_FAILURE_INVALID_AADHAAR":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_AADHAAR_NUMBER"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Invalid Aadhaar Number"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"RESPONSE_AADHAAR_OTP_FAILURE_INVALID_AADHAAR"},"RESPONSE_AADHAAR_OTP_SUCCESSFUL":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"OTP sent to your Registered Mobile number. Check your mobile."}},"type":"object","required":["code","timestamp","transaction_id"],"title":"RESPONSE_AADHAAR_OTP_SUCCESSFUL"},"RESPONSE_AADHAAR_RELOAD_CAPTCHA":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"data":{"$ref":"#/components/schemas/AadhaarReloadCaptchaData"}},"type":"object","required":["code","timestamp","transaction_id","data"],"title":"RESPONSE_AADHAAR_RELOAD_CAPTCHA"},"RESPONSE_AADHAAR_SEEDING_INVALID_REFERENCE_ID":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_REFERENCE_ID"},"message":{"type":"string","title":"Message","default":"Invalid Reference ID"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"RESPONSE_AADHAAR_SEEDING_INVALID_REFERENCE_ID"},"RESPONSE_AADHAAR_SEEDING_MOBILE_NOT_LINKED":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"MOBILE_NOT_LINKED_OR_UNABLE_TO_VALIDATE"},"message":{"type":"string","title":"Message","default":"Either mobile number is not linked or unable to validate at the moment."}},"type":"object","required":["code","timestamp","transaction_id"],"title":"RESPONSE_AADHAAR_SEEDING_MOBILE_NOT_LINKED"},"RESPONSE_AADHAAR_SEEDING_OTP_SUCCESSFUL":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":["OTP Sent Successfully"]},"data":{"$ref":"#/components/schemas/AadhaarSeedOtpData"}},"type":"object","required":["code","timestamp","transaction_id","data"],"title":"RESPONSE_AADHAAR_SEEDING_OTP_SUCCESSFUL"},"RESPONSE_AADHAAR_SEEDING_STATUS_SUCCESSFULL":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":["OTP Verified Successfully"]},"data":{"$ref":"#/components/schemas/AadhaarSeedData"}},"type":"object","required":["code","timestamp","transaction_id","data"],"title":"RESPONSE_AADHAAR_SEEDING_STATUS_SUCCESSFULL"},"RESPONSE_AADHAAR_SESSION_FALIURE":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Unable to create a session"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"RESPONSE_AADHAAR_SESSION_FALIURE"},"RESPONSE_AADHAAR_TO_UAN_SUCCESS":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"UAN Number fetched successfully"},"data":{"$ref":"#/components/schemas/UanNumber"}},"type":"object","required":["timestamp","transaction_id","data"],"title":"RESPONSE_AADHAAR_TO_UAN_SUCCESS"},"RESPONSE_ACCESS_FORBIDDEN":{"properties":{"detail":{"type":"string","title":"Detail","default":"Access forbidden"}},"type":"object","title":"RESPONSE_ACCESS_FORBIDDEN"},"RESPONSE_ASYNC_UDYAM_AADHAAR":{"properties":{"action":{"type":"string","title":"Action"},"completed_at":{"type":"string","title":"Completed At"},"created_at":{"type":"string","title":"Created At"},"group_id":{"type":"string","title":"Group Id"},"request_id":{"type":"string","title":"Request Id"},"result":{"$ref":"#/components/schemas/AsyncUdyamResult"},"status":{"type":"string","title":"Status","default":"completed or in_progress or failed"},"task_id":{"type":"string","title":"Task Id"},"type":{"type":"string","title":"Type","default":"udyam_aadhaar"}},"type":"object","required":["action","completed_at","created_at","group_id","request_id","result","task_id"],"title":"RESPONSE_ASYNC_UDYAM_AADHAAR"},"RESPONSE_ASYNC_UDYOG_AADHAAR":{"properties":{"action":{"type":"string","title":"Action"},"completed_at":{"type":"string","title":"Completed At"},"created_at":{"type":"string","title":"Created At"},"group_id":{"type":"string","title":"Group Id"},"request_id":{"type":"string","title":"Request Id"},"result":{"$ref":"#/components/schemas/AsyncUdyogResult"},"status":{"type":"string","title":"Status","default":"completed or in_progress or failed"},"task_id":{"type":"string","title":"Task Id"},"type":{"type":"string","title":"Type","default":"udyog_aadhaar"}},"type":"object","required":["action","completed_at","created_at","group_id","request_id","result","task_id"],"title":"RESPONSE_ASYNC_UDYOG_AADHAAR"},"RESPONSE_AUTHORIZATION_FAILURE":{"properties":{"detail":{"type":"string","title":"Detail","default":"Incorrect client_id or client_secret"}},"type":"object","title":"RESPONSE_AUTHORIZATION_FAILURE"},"RESPONSE_BAD_REQUEST":{"properties":{"detail":{"type":"string","title":"Detail","default":"Bad Request"}},"type":"object","title":"RESPONSE_BAD_REQUEST"},"RESPONSE_BATCH_FILE_CONTENT_NOT_SUPPORTED":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Input File must have 'account_number' and 'ifsc' only as headers"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_INPUT_FILE_FORMAT"}},"type":"object","title":"RESPONSE_BATCH_FILE_CONTENT_NOT_SUPPORTED"},"RESPONSE_BATCH_FILE_FORMAT_NOT_SUPPORTED":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_BATCH_FILE_FORMAT"},"message":{"type":"string","title":"Message","default":"File format not supported"}},"type":"object","title":"RESPONSE_BATCH_FILE_FORMAT_NOT_SUPPORTED"},"RESPONSE_BATCH_VERIFICATION_INITIATED_SUCCESSFULLY":{"properties":{"code":{"type":"integer","title":"Code","default":201},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"request_id":{"type":"string","title":"Request Id"},"message":{"type":"string","title":"Message","default":"batch processing in progress"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"output_batch_file":{"type":"string","title":"Output Batch File"}},"type":"object","required":["timestamp","transaction_id","request_id","output_batch_file"],"title":"RESPONSE_BATCH_VERIFICATION_INITIATED_SUCCESSFULLY"},"RESPONSE_BATCH_VERIFICATION_LIMIT_EXCEEDED":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Input File must have less than 1000 records"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_BATCH_SIZE"}},"type":"object","title":"RESPONSE_BATCH_VERIFICATION_LIMIT_EXCEEDED"},"RESPONSE_CASH_LEDGER_SUCCESSFUL":{"properties":{"data":{"$ref":"#/components/schemas/CashLedgerData"},"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"}},"type":"object","required":["data","code","timestamp","transaction_id"],"title":"RESPONSE_CASH_LEDGER_SUCCESSFUL"},"RESPONSE_CHEQUE_DOCUMENT_EXTRACTION":{"properties":{"data":{"$ref":"#/components/schemas/CHEQUE_DOCUMENT_DATA"},"message":{"type":"string","title":"Message","default":"Document processed successfuly"},"transaction_id":{"type":"string","title":"Transaction Id"},"code":{"type":"string","title":"Code","default":200}},"type":"object","required":["data","transaction_id"],"title":"RESPONSE_CHEQUE_DOCUMENT_EXTRACTION"},"RESPONSE_CIN_BATCH_FILE_CONTENT_NOT_SUPPORTED":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Input File must have 'cin' only as headers"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_INPUT_FILE_FORMAT"}},"type":"object","title":"RESPONSE_CIN_BATCH_FILE_CONTENT_NOT_SUPPORTED"},"RESPONSE_CONTACT_VERIFICATION_OTP_GENERATE":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message"},"data":{"$ref":"#/components/schemas/OtpGenerateData"}},"type":"object","required":["code","message"],"title":"RESPONSE_CONTACT_VERIFICATION_OTP_GENERATE","description":"A send fans out to N channels and so writes N usage rows. Each sent channel's\nusage-row id surfaces as `data.channels[ch].delivery_id`; failed/cooling channels\nshow null. The envelope's transaction_id is therefore *not* a usage row —\n`data.reference_id` is what ties the rows together and what /otp/verify takes."},"RESPONSE_CONTACT_VERIFICATION_OTP_VERIFY":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message"},"data":{"$ref":"#/components/schemas/OtpVerifyData"}},"type":"object","required":["code","message"],"title":"RESPONSE_CONTACT_VERIFICATION_OTP_VERIFY"},"RESPONSE_CREDIT_REPORT":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message"},"data":{"$ref":"#/components/schemas/CreditReportData"}},"type":"object","required":["code","message"],"title":"RESPONSE_CREDIT_REPORT"},"RESPONSE_CREDIT_REPORT_PDF":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message"},"data":{"$ref":"#/components/schemas/CreditReportPdfData"}},"type":"object","required":["code","message"],"title":"RESPONSE_CREDIT_REPORT_PDF"},"RESPONSE_DETAILS_26AS":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message"},"data":{"$ref":"#/components/schemas/Details26as"}},"type":"object","required":["code","message"],"title":"RESPONSE_DETAILS_26AS"},"RESPONSE_DETAILS_ITR":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message"},"data":{"$ref":"#/components/schemas/DetailsItr"}},"type":"object","required":["code","message"],"title":"RESPONSE_DETAILS_ITR"},"RESPONSE_DIN_TO_PAN_SUCCESS":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"DIN details fetched successfully."},"data":{"$ref":"#/components/schemas/DinToPanData"}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_DIN_TO_PAN_SUCCESS"},"RESPONSE_DOCUMENT_IMAGE_BLURRED":{"properties":{"transaction_id":{"type":"string","title":"Transaction Id"},"code":{"type":"integer","title":"Code","default":422},"message":{"type":"string","title":"Message","default":"Captured image is blurred."}},"type":"object","required":["transaction_id"],"title":"RESPONSE_DOCUMENT_IMAGE_BLURRED"},"RESPONSE_DOCUMENT_IMPROPER":{"properties":{"transaction_id":{"type":"string","title":"Transaction Id"},"code":{"type":"integer","title":"Code","default":422},"message":{"type":"string","title":"Message","default":"Incomplete/Improper document detected."}},"type":"object","required":["transaction_id"],"title":"RESPONSE_DOCUMENT_IMPROPER"},"RESPONSE_DOCUMENT_INVALID":{"properties":{"transaction_id":{"type":"string","title":"Transaction Id"},"code":{"type":"integer","title":"Code","default":422},"message":{"type":"string","title":"Message","default":"Empty document. Valid base64 required."}},"type":"object","required":["transaction_id"],"title":"RESPONSE_DOCUMENT_INVALID"},"RESPONSE_DOCUMENT_INVALID_TEMPLATE":{"properties":{"transaction_id":{"type":"string","title":"Transaction Id"},"code":{"type":"integer","title":"Code","default":422},"message":{"type":"string","title":"Message","default":"Invalid Template detected."}},"type":"object","required":["transaction_id"],"title":"RESPONSE_DOCUMENT_INVALID_TEMPLATE"},"RESPONSE_DOCUMENT_ORIGINALITY_CHECK":{"properties":{"code":{"type":"integer","title":"Code","default":200},"message":{"type":"string","title":"Message","default":"Document successfully validated."},"transaction_id":{"type":"string","title":"Transaction Id"}},"type":"object","required":["transaction_id"],"title":"RESPONSE_DOCUMENT_ORIGINALITY_CHECK"},"RESPONSE_DOWNLOAD_26AS":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message"},"data":{"$ref":"#/components/schemas/Download26as"}},"type":"object","required":["code","message"],"title":"RESPONSE_DOWNLOAD_26AS"},"RESPONSE_DOWNLOAD_AIS":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message"},"data":{"$ref":"#/components/schemas/DownloadAis"}},"type":"object","required":["code","message"],"title":"RESPONSE_DOWNLOAD_AIS"},"RESPONSE_DOWNLOAD_ITR":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message"},"data":{"$ref":"#/components/schemas/services__response_schemas__DownloadItr"}},"type":"object","required":["code","message"],"title":"RESPONSE_DOWNLOAD_ITR"},"RESPONSE_DRIVING_LICENSE_DOCUMENT_EXTRACTION":{"properties":{"data":{"$ref":"#/components/schemas/DRIVING_LICENSE_DOCUMENT_DATA"},"message":{"type":"string","title":"Message","default":"Document processed successfuly"},"transaction_id":{"type":"string","title":"Transaction Id"},"code":{"type":"string","title":"Code","default":200}},"type":"object","required":["data","transaction_id"],"title":"RESPONSE_DRIVING_LICENSE_DOCUMENT_EXTRACTION"},"RESPONSE_EMPTY_DOCUMENT":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"EMPTY_DOCUMENT"},"message":{"type":"string","title":"Message","default":"Empty document. Valid base64 or URL is required."}},"type":"object","title":"RESPONSE_EMPTY_DOCUMENT"},"RESPONSE_EMPTY_NAME":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"EMPTY_NAME"},"message":{"type":"string","title":"Message","default":"Name1 or Name2 is empty"}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_EMPTY_NAME"},"RESPONSE_FSSAI_ID_VERIFICATION_SUCCESS":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"FSSAI verified successfully."},"data":{"$ref":"#/components/schemas/FssaiIdVerificationData"}},"type":"object","required":["timestamp","transaction_id","data"],"title":"RESPONSE_FSSAI_ID_VERIFICATION_SUCCESS"},"RESPONSE_GSTIN_ADVANCED_VERIFICATION":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message"},"data":{"$ref":"#/components/schemas/GstinAdvVerificationData"}},"type":"object","required":["code","message"],"title":"RESPONSE_GSTIN_ADVANCED_VERIFICATION"},"RESPONSE_GSTIN_GENERATE_OTP_SUCCESSFUL":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"data":{"type":"object","title":"Data","default":{"message":"OTP Generated Successfully"}}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_GSTIN_GENERATE_OTP_SUCCESSFUL"},"RESPONSE_GSTIN_INVALID":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"data":{"$ref":"#/components/schemas/SearchGstinInvalid"}},"type":"object","required":["code","timestamp","transaction_id","data"],"title":"RESPONSE_GSTIN_INVALID"},"RESPONSE_GSTIN_INVALID_PAN":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"data":{"$ref":"#/components/schemas/SearchGstinInvalidPanVerificationData"}},"type":"object","required":["code","timestamp","transaction_id","data"],"title":"RESPONSE_GSTIN_INVALID_PAN"},"RESPONSE_GSTIN_NO_RECORDS_FOUND":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"data":{"$ref":"#/components/schemas/SearchGstinNoRecordsFound"}},"type":"object","required":["code","timestamp","transaction_id","data"],"title":"RESPONSE_GSTIN_NO_RECORDS_FOUND"},"RESPONSE_GSTIN_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Input File must have 'gstin_number' only as headers"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_INPUT_FILE_FORMAT"}},"type":"object","title":"RESPONSE_GSTIN_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED"},"RESPONSE_GSTIN_OCR":{"properties":{"data":{"$ref":"#/components/schemas/GSTIN_DOCUMENT_OCR"},"message":{"type":"string","title":"Message","default":"Document processed successfuly"},"transaction_id":{"type":"string","title":"Transaction Id"},"code":{"type":"string","title":"Code","default":200}},"type":"object","required":["data","transaction_id"],"title":"RESPONSE_GSTIN_OCR"},"RESPONSE_GSTIN_VERIFICATION_SUCCESSFUL":{"properties":{"data":{"$ref":"#/components/schemas/GstinVerificationData"},"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"}},"type":"object","required":["data","code","timestamp","transaction_id"],"title":"RESPONSE_GSTIN_VERIFICATION_SUCCESSFUL"},"RESPONSE_GSTIN_VERIFY_OTP_SUCCESSFUL":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"data":{"type":"object","title":"Data","default":{"message":"OTP Verified"}}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_GSTIN_VERIFY_OTP_SUCCESSFUL"},"RESPONSE_GSTR1_SUMMARY_SUCCESSFUL":{"properties":{"data":{"$ref":"#/components/schemas/Gstr1SummaryData"},"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"}},"type":"object","required":["data","code","timestamp","transaction_id"],"title":"RESPONSE_GSTR1_SUMMARY_SUCCESSFUL"},"RESPONSE_GSTR3B_SUMMARY_SUCCESSFUL":{"properties":{"data":{"$ref":"#/components/schemas/Gstr3bSummaryData"},"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"}},"type":"object","required":["data","code","timestamp","transaction_id"],"title":"RESPONSE_GSTR3B_SUMMARY_SUCCESSFUL"},"RESPONSE_GST_AUTHENTICATION_FAILED":{"properties":{"data":{"type":"object","title":"Data","default":{"error_code":"AUTH101","message":"Authentication Failed"}},"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"RESPONSE_GST_AUTHENTICATION_FAILED"},"RESPONSE_GST_BALANCE_SUCCESSFUL":{"properties":{"data":{"$ref":"#/components/schemas/ItcBalData"},"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"}},"type":"object","required":["data","code","timestamp","transaction_id"],"title":"RESPONSE_GST_BALANCE_SUCCESSFUL"},"RESPONSE_GST_INVALID_SESSION":{"properties":{"data":{"type":"object","title":"Data","default":{"error_code":"AUTH4033","message":"Invalid Session"}},"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"RESPONSE_GST_INVALID_SESSION"},"RESPONSE_GST_REFRESH_TOKEN_SUCCESSFUL":{"properties":{"data":{"type":"object","title":"Data","default":{"message":"Token Refreshed Successfully"}},"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"RESPONSE_GST_REFRESH_TOKEN_SUCCESSFUL"},"RESPONSE_GST_SESSION_CHECK_SUCCESSFUL":{"properties":{"data":{"$ref":"#/components/schemas/GstSessionObject"},"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"}},"type":"object","required":["data","code","timestamp","transaction_id"],"title":"RESPONSE_GST_SESSION_CHECK_SUCCESSFUL"},"RESPONSE_IDENTITY_FACEMATCH_ERROR":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"UNSUPPORTED_FILE_FORMAT"},"message":{"type":"string","title":"Message","default":"File format not supported"},"detail":{"type":"string","title":"Detail","default":"Unsupported file type, only .jpeg, .jpg, .png file formats are supported"}},"type":"object","required":["code"],"title":"RESPONSE_IDENTITY_FACEMATCH_ERROR"},"RESPONSE_IDENTITY_FACEMATCH_NOFACE":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"NO_FACE_FOUND"},"message":{"type":"string","title":"Message","default":"Unable to detect face"},"detail":{"type":"string","title":"Detail","default":"Not able to locate any faces in at least one of the images. Check the image files."}},"type":"object","required":["code"],"title":"RESPONSE_IDENTITY_FACEMATCH_NOFACE"},"RESPONSE_IDENTITY_FACEMATCH_VERIFICATION":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message"},"data":{"$ref":"#/components/schemas/FaceMatchData"}},"type":"object","required":["code","message"],"title":"RESPONSE_IDENTITY_FACEMATCH_VERIFICATION"},"RESPONSE_IFSC_VERIFICATION_INVALID_INPUT":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_INPUT"},"message":{"type":"string","title":"Message"}},"type":"object","required":["timestamp","transaction_id","message"],"title":"RESPONSE_IFSC_VERIFICATION_INVALID_INPUT"},"RESPONSE_IFSC_VERIFICATION_INVALID_INPUT_IFSC":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_INPUT"},"message":{"type":"string","title":"Message","default":"Invalid IFSC. IFSC Code should contain 11 characters"}},"type":"object","title":"RESPONSE_IFSC_VERIFICATION_INVALID_INPUT_IFSC"},"RESPONSE_IFSC_VERIFICATION_SUCCESS":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"IFSC verification successful"},"data":{"$ref":"#/components/schemas/IfscVerificationData"}},"type":"object","required":["timestamp","transaction_id","data"],"title":"RESPONSE_IFSC_VERIFICATION_SUCCESS"},"RESPONSE_INACTIVE_CLIENT":{"properties":{"detail":{"type":"string","title":"Detail","default":"Inactive client_id"}},"type":"object","title":"RESPONSE_INACTIVE_CLIENT"},"RESPONSE_INCORRECT_OTP":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_OTP"},"message":{"type":"string","title":"Message","default":"Incorrect OTP entered"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"RESPONSE_INCORRECT_OTP"},"RESPONSE_INTERNAL_SERVER_ERROR":{"properties":{"detail":{"type":"string","title":"Detail","default":"Internal Server Error"}},"type":"object","title":"RESPONSE_INTERNAL_SERVER_ERROR"},"RESPONSE_INVALID_AADHAAR":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_AADHAAR_NUMBER"},"message":{"type":"string","title":"Message","default":"Invalid Aadhaar Number"}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_INVALID_AADHAAR"},"RESPONSE_INVALID_AADHAAR_INPUT":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_AADHAAR_NUMBER"},"message":{"type":"string","title":"Message","default":"Invalid Aadhaar Number Pattern"}},"type":"object","title":"RESPONSE_INVALID_AADHAAR_INPUT"},"RESPONSE_INVALID_CLIENT":{"properties":{"detail":{"type":"string","title":"Detail","default":"Invalid client_id, access Denied"}},"type":"object","title":"RESPONSE_INVALID_CLIENT"},"RESPONSE_INVALID_CREDENTIALS":{"properties":{"detail":{"type":"string","title":"Detail","default":"Could not validate credentials"}},"type":"object","title":"RESPONSE_INVALID_CREDENTIALS"},"RESPONSE_INVALID_DIN_OR_PAN_NOT_FOUND":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_ID_OR_NO_DATA_FOUND"},"message":{"type":"string","title":"Message","default":"No Linked PAN found or Invalid DIN."}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_INVALID_DIN_OR_PAN_NOT_FOUND"},"RESPONSE_INVALID_FSSAI_ID":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_FSSAI_ID"},"message":{"type":"string","title":"Message","default":"Invalid FSSAI ID"},"data":{"$ref":"#/components/schemas/FssaiIdVerificationData"}},"type":"object","required":["timestamp","transaction_id","data"],"title":"RESPONSE_INVALID_FSSAI_ID"},"RESPONSE_INVALID_IMAGE":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_IMAGE"},"message":{"type":"string","title":"Message","default":"Image is non compliant to request/quality standard"}},"type":"object","title":"RESPONSE_INVALID_IMAGE"},"RESPONSE_INVALID_MOBILE_PATTERN":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_MOBILE_NUMBER"},"message":{"type":"string","title":"Message","default":"Invalid Mobile Number Pattern"}},"type":"object","title":"RESPONSE_INVALID_MOBILE_PATTERN"},"RESPONSE_INVALID_PANCARD_NUMBER":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_PAN_NUMBER"},"message":{"type":"string","title":"Message","default":"Invalid Pan Number"}},"type":"object","title":"RESPONSE_INVALID_PANCARD_NUMBER"},"RESPONSE_INVALID_PAN_NUMBER":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_PAN_NUMBER"},"message":{"type":"string","title":"Message","default":"Invalid PAN Number"}},"type":"object","title":"RESPONSE_INVALID_PAN_NUMBER"},"RESPONSE_INVALID_PAN_OR_DIN_NOT_FOUND":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_ID_OR_NO_DATA_FOUND"},"message":{"type":"string","title":"Message","default":"No Linked DIN found or Invalid Pan."}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_INVALID_PAN_OR_DIN_NOT_FOUND"},"RESPONSE_INVALID_PASSPORT_PATTERN":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_FILE_NUMBER"},"message":{"type":"string","title":"Message","default":"Invalid File Number Pattern"}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_INVALID_PASSPORT_PATTERN"},"RESPONSE_INVALID_REQUEST_ID":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_REQUEST_ID"},"message":{"type":"string","title":"Message","default":"Invalid Request ID"}},"type":"object","title":"RESPONSE_INVALID_REQUEST_ID"},"RESPONSE_INVALID_STATE_CODE":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_STATE_CODE"},"message":{"type":"string","title":"Message","default":"Invalid state code."}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_INVALID_STATE_CODE"},"RESPONSE_INVALID_UAN_NUMBER":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_UAN_NUMBER"},"message":{"type":"string","title":"Message","default":"Invalid UAN Number"}},"type":"object","title":"RESPONSE_INVALID_UAN_NUMBER"},"RESPONSE_INVALID_UDYAM_NUMBER":{"properties":{"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Invalid Udyam Aadhaar Number"}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_INVALID_UDYAM_NUMBER"},"RESPONSE_INVALID_UDYOG_NUMBER":{"properties":{"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Invalid Udyog Aadhaar Number"}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_INVALID_UDYOG_NUMBER"},"RESPONSE_INVALID_VPA":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_VPA"},"message":{"type":"string","title":"Message","default":"Invalid UPI VPA provided"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"RESPONSE_INVALID_VPA"},"RESPONSE_ITC_LEDGER_SUCCESSFUL":{"properties":{"data":{"$ref":"#/components/schemas/ItcLedgerData"},"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"}},"type":"object","required":["data","code","timestamp","transaction_id"],"title":"RESPONSE_ITC_LEDGER_SUCCESSFUL"},"RESPONSE_ITR_CREATE_CLIENT":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message"},"data":{"$ref":"#/components/schemas/ItrClient"}},"type":"object","required":["code","message"],"title":"RESPONSE_ITR_CREATE_CLIENT"},"RESPONSE_LIVENESS_CHECK_SUCCESSFUL":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"Request processed successfully"},"data":{"$ref":"#/components/schemas/LivenessCheckData"}},"type":"object","required":["timestamp","transaction_id","data"],"title":"RESPONSE_LIVENESS_CHECK_SUCCESSFUL"},"RESPONSE_LIVENESS_FACE_NOT_DETECTED":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"FACE_NOT_DETECTED"},"message":{"type":"string","title":"Message","default":"Face Not Detected"}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_LIVENESS_FACE_NOT_DETECTED"},"RESPONSE_LIVENESS_INTERNAL_SERVER_ERROR":{"properties":{"code":{"type":"integer","title":"Code","default":500},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INTERNAL_SERVER_ERROR"},"message":{"type":"string","title":"Message","default":"Internal Server Error"}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_LIVENESS_INTERNAL_SERVER_ERROR"},"RESPONSE_LIVENESS_INVALID_BASE64_STRING":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_BASE64_STRING"},"message":{"type":"string","title":"Message","default":"Invalid base64 string"}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_LIVENESS_INVALID_BASE64_STRING"},"RESPONSE_LIVENESS_INVALID_URL":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_URL"},"message":{"type":"string","title":"Message","default":"Invalid URL"}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_LIVENESS_INVALID_URL"},"RESPONSE_MCA_CIN":{"properties":{},"type":"object","title":"RESPONSE_MCA_CIN"},"RESPONSE_MCA_DIN":{"properties":{},"type":"object","title":"RESPONSE_MCA_DIN"},"RESPONSE_MCA_LLPIN":{"properties":{},"type":"object","title":"RESPONSE_MCA_LLPIN"},"RESPONSE_MOBILE_NETWORK_DETAILS_SUCCESS":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"Network Details fetched successfully"},"data":{"$ref":"#/components/schemas/MobileNetworkDetails"}},"type":"object","required":["timestamp","transaction_id","data"],"title":"RESPONSE_MOBILE_NETWORK_DETAILS_SUCCESS"},"RESPONSE_MOBILE_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Input File must have 'mobile_number' only as headers"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_INPUT_FILE_FORMAT"}},"type":"object","title":"RESPONSE_MOBILE_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED"},"RESPONSE_MOBILE_TO_DIGITAL_AGE_SUCCESS":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"Details fetched successfully"},"data":{"$ref":"#/components/schemas/DigitalAgeDetails"}},"type":"object","required":["timestamp","transaction_id","data"],"title":"RESPONSE_MOBILE_TO_DIGITAL_AGE_SUCCESS"},"RESPONSE_MOBILE_TO_DL_SUCCESS":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"DL details successfully fetched"},"data":{"$ref":"#/components/schemas/DlDetails"}},"type":"object","required":["timestamp","transaction_id","data"],"title":"RESPONSE_MOBILE_TO_DL_SUCCESS"},"RESPONSE_MOBILE_TO_MULTIPLE_VPA_NO_VPA_LINKED":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"NO_VPA_LINKED"},"message":{"type":"string","title":"Message","default":"No VPA Linked to Mobile Number.."}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_MOBILE_TO_MULTIPLE_VPA_NO_VPA_LINKED"},"RESPONSE_MOBILE_TO_MULTIPLE_VPA_SUCCESS":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"Linked VPA Fetched Successfully."},"data":{"$ref":"#/components/schemas/MultipleVpaDetails"}},"type":"object","required":["timestamp","transaction_id","data"],"title":"RESPONSE_MOBILE_TO_MULTIPLE_VPA_SUCCESS"},"RESPONSE_MOBILE_TO_NAME_SUCCESS":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"Name fetched successfully"},"data":{"$ref":"#/components/schemas/UserName"}},"type":"object","required":["timestamp","transaction_id","data"],"title":"RESPONSE_MOBILE_TO_NAME_SUCCESS"},"RESPONSE_MOBILE_TO_UAN_LIST_SUCCESS":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"UAN Number List successfully fetched"},"data":{"$ref":"#/components/schemas/UanNumberList"}},"type":"object","required":["timestamp","transaction_id","data"],"title":"RESPONSE_MOBILE_TO_UAN_LIST_SUCCESS"},"RESPONSE_MOBILE_TO_UAN_NOT_FOUND":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"DETAILS_NOT_FOUND"},"message":{"type":"string","title":"Message","default":"No linked UAN found"}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_MOBILE_TO_UAN_NOT_FOUND"},"RESPONSE_MOBILE_TO_UAN_SUCCESS":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"UAN Number successfully fetched"},"data":{"$ref":"#/components/schemas/UanNumber"}},"type":"object","required":["timestamp","transaction_id","data"],"title":"RESPONSE_MOBILE_TO_UAN_SUCCESS"},"RESPONSE_MOBILE_TO_VPA":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message"},"data":{"$ref":"#/components/schemas/MOBILE_TO_VPA_DATA"}},"type":"object","required":["code","message"],"title":"RESPONSE_MOBILE_TO_VPA"},"RESPONSE_MSME_AADHAR_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Input File must have 'msme_number' only as headers"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_INPUT_FILE_FORMAT"}},"type":"object","title":"RESPONSE_MSME_AADHAR_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED"},"RESPONSE_MSME_MIGRATION_STATUS_SUCCESS":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"MSME Migration Status Verified Successfully."},"data":{"$ref":"#/components/schemas/MsmeData"}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_MSME_MIGRATION_STATUS_SUCCESS"},"RESPONSE_NAME_MATCHING":{"properties":{"code":{"type":"integer","title":"Code","default":200},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"Request processed successfully"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"data":{"$ref":"#/components/schemas/NameMatchingData"}},"type":"object","required":["timestamp","transaction_id","data"],"title":"RESPONSE_NAME_MATCHING"},"RESPONSE_NO_CHALLAN_FOUND":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"NO_CHALLAN_FOUND"},"message":{"type":"string","title":"Message","default":"No challan found"}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_NO_CHALLAN_FOUND"},"RESPONSE_NO_CONSENT":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"NO_CONSENT"},"message":{"type":"string","title":"Message","default":"Consent not taken"}},"type":"object","title":"RESPONSE_NO_CONSENT"},"RESPONSE_PAN_AADHAAR_LINKED":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"Input Pan and Aadhaar are linked"}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_PAN_AADHAAR_LINKED"},"RESPONSE_PAN_AADHAAR_NOT_LINNKED":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"PAN_AADHAAR_NOT_LINKED"},"message":{"type":"string","title":"Message","default":"Input Pan is linked to some other Aadhaar"}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_PAN_AADHAAR_NOT_LINNKED"},"RESPONSE_PAN_DOCUMENT_EXTRACTION":{"properties":{"data":{"$ref":"#/components/schemas/PAN_CARD_DOCUMENT_DATA"},"message":{"type":"string","title":"Message","default":"Document processed successfuly"},"transaction_id":{"type":"string","title":"Transaction Id","default":"string"},"code":{"type":"integer","title":"Code","default":200}},"type":"object","required":["data"],"title":"RESPONSE_PAN_DOCUMENT_EXTRACTION"},"RESPONSE_PAN_KRA_NO_DETAILS_FOUND":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"DETAILS_NOT_FOUND"},"message":{"type":"string","title":"Message","default":"No details found"}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_PAN_KRA_NO_DETAILS_FOUND"},"RESPONSE_PAN_KRA_VERIFICATION_SUCCESS":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"PAN-KRA status fetched successfully"},"data":{"$ref":"#/components/schemas/PanKraVerificationData"}},"type":"object","required":["timestamp","transaction_id","data"],"title":"RESPONSE_PAN_KRA_VERIFICATION_SUCCESS"},"RESPONSE_PAN_MSME_CHECK_SUCCESS":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"Pan to Msme Check performed successfully."},"data":{"type":"object","title":"Data"}},"type":"object","title":"RESPONSE_PAN_MSME_CHECK_SUCCESS"},"RESPONSE_PAN_MSME_NOT_FOUND":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"No MSME Registration Found."},"data":{"type":"object","title":"Data"}},"type":"object","title":"RESPONSE_PAN_MSME_NOT_FOUND"},"RESPONSE_PAN_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Input File must have 'pan_number' only as headers"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_INPUT_FILE_FORMAT"}},"type":"object","title":"RESPONSE_PAN_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED"},"RESPONSE_PAN_PLUS_VERIFICATION":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message"},"data":{"$ref":"#/components/schemas/PanPlusVerificationData"}},"type":"object","required":["code","message"],"title":"RESPONSE_PAN_PLUS_VERIFICATION"},"RESPONSE_PAN_TO_DIN_SUCCESS":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"DIN details fetched successfully."},"data":{"$ref":"#/components/schemas/PanToDinData"}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_PAN_TO_DIN_SUCCESS"},"RESPONSE_PAN_TO_FATHER_NAME":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message"},"data":{"$ref":"#/components/schemas/PanToFatherName"}},"type":"object","required":["code","message"],"title":"RESPONSE_PAN_TO_FATHER_NAME"},"RESPONSE_PAN_TO_UAN_SUCCESS":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"UAN Number fetched successfully"},"data":{"$ref":"#/components/schemas/UanNumber"}},"type":"object","required":["timestamp","transaction_id","data"],"title":"RESPONSE_PAN_TO_UAN_SUCCESS"},"RESPONSE_PASSPORT_VERIFICATION_INVALID_INPUT":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_INPUT"},"message":{"type":"string","title":"Message","default":"No record found for given file number and dob"}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_PASSPORT_VERIFICATION_INVALID_INPUT"},"RESPONSE_PASSPORT_VERIFICATION_SUCCESS":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"Passport verification successful"},"data":{"$ref":"#/components/schemas/PassportVerificationData"}},"type":"object","required":["timestamp","transaction_id","data"],"title":"RESPONSE_PASSPORT_VERIFICATION_SUCCESS"},"RESPONSE_RC_ADVANCED_VERIFICATION":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message"},"data":{"$ref":"#/components/schemas/RcAdvancedData"}},"type":"object","required":["code","message"],"title":"RESPONSE_RC_ADVANCED_VERIFICATION"},"RESPONSE_SEARCH_GSTIN_BY_PAN_SUCCESSFUL":{"properties":{"data":{"items":{"$ref":"#/components/schemas/GstinByPan"},"type":"array","title":"Data"},"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"}},"type":"object","required":["data","code","timestamp","transaction_id"],"title":"RESPONSE_SEARCH_GSTIN_BY_PAN_SUCCESSFUL"},"RESPONSE_SHOP_ESTABLISHMENT_VERIFICATION_SUCCESS":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"S&E Certificate Verified Successfully."},"data":{"$ref":"#/components/schemas/ShopEstablishmentCertificateData"}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_SHOP_ESTABLISHMENT_VERIFICATION_SUCCESS"},"RESPONSE_SOURCE_FAILURE":{"properties":{"code":{"type":"integer","title":"Code","default":500},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SOURCE_FAILURE"},"message":{"type":"string","title":"Message","default":"Source failure. Unable to validate."}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_SOURCE_FAILURE"},"RESPONSE_TDS_COMPLIANCE_CHECK":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message"},"data":{"$ref":"#/components/schemas/TdsComplianceCheckData"}},"type":"object","required":["code","message"],"title":"RESPONSE_TDS_COMPLIANCE_CHECK"},"RESPONSE_TOKEN_EXPIRED":{"properties":{"detail":{"type":"string","title":"Detail","default":"Not a valid token"}},"type":"object","title":"RESPONSE_TOKEN_EXPIRED"},"RESPONSE_TRACK_GSTR_SUCCESSFUL":{"properties":{"data":{"$ref":"#/components/schemas/EFiledlist"},"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"}},"type":"object","required":["data","code","timestamp","transaction_id"],"title":"RESPONSE_TRACK_GSTR_SUCCESSFUL"},"RESPONSE_UAN_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Input File must have 'uan' only as headers"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_INPUT_FILE_FORMAT"}},"type":"object","title":"RESPONSE_UAN_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED"},"RESPONSE_UAN_TO_EMPLOYMENT_HISTORY_SUCCESS":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"Employment History fetched successfully"},"data":{"$ref":"#/components/schemas/EmploymentHistory"}},"type":"object","required":["timestamp","transaction_id","data"],"title":"RESPONSE_UAN_TO_EMPLOYMENT_HISTORY_SUCCESS"},"RESPONSE_UDYAM_AADHAR_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Input File must have 'udyam_aadhaar_number' only as headers"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_INPUT_FILE_FORMAT"}},"type":"object","title":"RESPONSE_UDYAM_AADHAR_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED"},"RESPONSE_UDYAM_CAPTCHA":{"properties":{"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"data":{"$ref":"#/components/schemas/UdyamCaptcha"}},"type":"object","required":["timestamp","transaction_id","data"],"title":"RESPONSE_UDYAM_CAPTCHA"},"RESPONSE_UDYAM_NO_DATA":{"properties":{"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Session expired or no data found or invalid captcha. Reload captcha and try again."}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_UDYAM_NO_DATA"},"RESPONSE_UDYAM_SOURCE_UNAVAILABLE":{"properties":{"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Source Unavailable"}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_UDYAM_SOURCE_UNAVAILABLE"},"RESPONSE_UDYAM_VERIFICATION_SUCCESSFUL":{"properties":{"data":{"$ref":"#/components/schemas/UdyamVerificationData"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"}},"type":"object","required":["data","timestamp","transaction_id"],"title":"RESPONSE_UDYAM_VERIFICATION_SUCCESSFUL"},"RESPONSE_UDYOG_AADHAR_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Input File must have 'udyog_aadhaar_number' only as headers"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_INPUT_FILE_FORMAT"}},"type":"object","title":"RESPONSE_UDYOG_AADHAR_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED"},"RESPONSE_UDYOG_CAPTCHA":{"properties":{"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"data":{"$ref":"#/components/schemas/UdyogCaptcha"}},"type":"object","required":["timestamp","transaction_id","data"],"title":"RESPONSE_UDYOG_CAPTCHA"},"RESPONSE_UDYOG_NO_DATA":{"properties":{"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Session expired or no data found or invalid captcha. Reload captcha and try again."}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_UDYOG_NO_DATA"},"RESPONSE_UDYOG_SOURCE_UNAVAILABLE":{"properties":{"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Source Unavailable"}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_UDYOG_SOURCE_UNAVAILABLE"},"RESPONSE_UDYOG_VERIFICATION_SUCCESSFUL":{"properties":{"data":{"$ref":"#/components/schemas/UdyogVerificationData"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"}},"type":"object","required":["data","timestamp","transaction_id"],"title":"RESPONSE_UDYOG_VERIFICATION_SUCCESSFUL"},"RESPONSE_UNAUTHENTICATED_ACCESS":{"properties":{"detail":{"type":"string","title":"Detail","default":"Not authenticated"}},"type":"object","title":"RESPONSE_UNAUTHENTICATED_ACCESS"},"RESPONSE_UPI_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Input File must have 'upi_id' only as headers"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_INPUT_FILE_FORMAT"}},"type":"object","title":"RESPONSE_UPI_NUMBER_BATCH_FILE_CONTENT_NOT_SUPPORTED"},"RESPONSE_UPI_VERIFICATION_FAILURE":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"data":{"$ref":"#/components/schemas/VPA_FAIL"}},"type":"object","required":["code","timestamp","transaction_id","data"],"title":"RESPONSE_UPI_VERIFICATION_FAILURE"},"RESPONSE_UPI_VERIFICATION_SUCCESSFUL":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"data":{"$ref":"#/components/schemas/VPA_SUCCESS"}},"type":"object","required":["code","timestamp","transaction_id","data"],"title":"RESPONSE_UPI_VERIFICATION_SUCCESSFUL"},"RESPONSE_VERIFICATION_FAILED":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"VERIFICATION_FAILED"},"message":{"type":"string","title":"Message","default":"Verification Failed."}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_VERIFICATION_FAILED"},"RESPONSE_VERIFICATION_FAILURE":{"properties":{"code":{"type":"integer","title":"Code","default":400},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"FAILED"},"message":{"type":"string","title":"Message","default":"Verification failed"}},"type":"object","required":["timestamp","transaction_id"],"title":"RESPONSE_VERIFICATION_FAILURE"},"RESPONSE_VOTER_DOCUMENT_EXTRACTION":{"properties":{"data":{"$ref":"#/components/schemas/VOTER_CARD_DOCUMENT_DATA"},"message":{"type":"string","title":"Message","default":["Document processed successfuly"]},"transaction_id":{"type":"string","title":"Transaction Id","default":["25859290-2a81-4327-b269-484fb17e76b9"]},"code":{"type":"string","title":"Code","default":200}},"type":"object","required":["data"],"title":"RESPONSE_VOTER_DOCUMENT_EXTRACTION"},"RESPONSE_VPA_ADVANCE_SUCCESS":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"VPA Advance verification successful"},"data":{"$ref":"#/components/schemas/VpaAdvanceDetails"}},"type":"object","required":["timestamp","transaction_id","data"],"title":"RESPONSE_VPA_ADVANCE_SUCCESS"},"RESPONSE_VPA_FAILED_AT_BANK":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Failed at bank"}},"type":"object","required":["code","timestamp","transaction_id"],"title":"RESPONSE_VPA_FAILED_AT_BANK"},"RcAdvancedData":{"properties":{"rc_number":{"type":"string","title":"Rc Number"},"registration_date":{"type":"string","title":"Registration Date"},"owner_name":{"type":"string","title":"Owner Name"},"father_name":{"type":"string","title":"Father Name"},"present_address":{"type":"string","title":"Present Address"},"permanent_address":{"type":"string","title":"Permanent Address"},"mobile_number":{"type":"string","title":"Mobile Number"},"vehicle_category":{"type":"string","title":"Vehicle Category"},"vehicle_chasi_number":{"type":"string","title":"Vehicle Chasi Number"},"vehicle_engine_number":{"type":"string","title":"Vehicle Engine Number"},"maker_description":{"type":"string","title":"Maker Description"},"maker_model":{"type":"string","title":"Maker Model"},"body_type":{"type":"string","title":"Body Type"},"fuel_type":{"type":"string","title":"Fuel Type"},"color":{"type":"string","title":"Color"},"norms_type":{"type":"string","title":"Norms Type"},"fit_up_to":{"type":"string","title":"Fit Up To"},"financer":{"type":"string","title":"Financer"},"financed":{"type":"boolean","title":"Financed"},"insurance_company":{"type":"string","title":"Insurance Company"},"insurance_policy_number":{"type":"string","title":"Insurance Policy Number"},"insurance_upto":{"type":"string","title":"Insurance Upto"},"manufacturing_date":{"type":"string","title":"Manufacturing Date"},"manufacturing_date_formatted":{"type":"string","title":"Manufacturing Date Formatted"},"registered_at":{"type":"string","title":"Registered At"},"latest_by":{"type":"string","title":"Latest By"},"less_info":{"type":"boolean","title":"Less Info"},"tax_upto":{"title":"Tax Upto"},"tax_paid_upto":{"type":"string","title":"Tax Paid Upto"},"cubic_capacity":{"type":"string","title":"Cubic Capacity"},"vehicle_gross_weight":{"type":"string","title":"Vehicle Gross Weight"},"no_cylinders":{"type":"string","title":"No Cylinders"},"seat_capacity":{"type":"string","title":"Seat Capacity"},"sleeper_capacity":{"title":"Sleeper Capacity"},"standing_capacity":{"title":"Standing Capacity"},"wheelbase":{"type":"string","title":"Wheelbase"},"unladen_weight":{"type":"string","title":"Unladen Weight"},"vehicle_category_description":{"type":"string","title":"Vehicle Category Description"},"pucc_number":{"type":"string","title":"Pucc Number"},"pucc_upto":{"title":"Pucc Upto"},"permit_number":{"type":"string","title":"Permit Number"},"permit_issue_date":{"title":"Permit Issue Date"},"permit_valid_from":{"title":"Permit Valid From"},"permit_valid_upto":{"title":"Permit Valid Upto"},"permit_type":{"type":"string","title":"Permit Type"},"national_permit_number":{"title":"National Permit Number"},"national_permit_upto":{"title":"National Permit Upto"},"national_permit_issued_by":{"title":"National Permit Issued By"},"non_use_status":{"title":"Non Use Status"},"non_use_from":{"title":"Non Use From"},"non_use_to":{"title":"Non Use To"},"blacklist_status":{"title":"Blacklist Status"},"noc_details":{"title":"Noc Details"},"owner_number":{"title":"Owner Number"},"rc_status":{"title":"Rc Status"},"masked_name":{"title":"Masked Name"},"challan_details":{"title":"Challan Details"},"variant":{"title":"Variant"}},"type":"object","title":"RcAdvancedData"},"ReportTypeEnum":{"type":"string","enum":["json","xlsx"],"title":"ReportTypeEnum","description":"An enumeration."},"ResponseFaceMatchSuccess":{"properties":{"code":{"type":"integer","title":"Code","default":200},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"SUCCESS"},"message":{"type":"string","title":"Message","default":"Face Match Performed Successfully"},"data":{"$ref":"#/components/schemas/FaceMatchData"}},"type":"object","title":"ResponseFaceMatchSuccess"},"ResponseInvalidFileType":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"UNSUPPORTED_FILE_FORMAT"},"message":{"type":"string","title":"Message","default":"Please upload a valid PDF or image file."}},"type":"object","title":"ResponseInvalidFileType"},"ResponseInvalidImage":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_IMAGE"},"message":{"type":"string","title":"Message","default":"Could not process uploaded image."}},"type":"object","title":"ResponseInvalidImage"},"ResponseInvalidPdf":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"INVALID_PDF"},"message":{"type":"string","title":"Message","default":"Could not process uploaded PDF."}},"type":"object","title":"ResponseInvalidPdf"},"ResponseNoFaceDetected":{"properties":{"code":{"type":"integer","title":"Code","default":422},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"sub_code":{"type":"string","title":"Sub Code","default":"NO_FACE_DETECTED"},"message":{"type":"string","title":"Message","default":"No faces detected in the provided files."}},"type":"object","title":"ResponseNoFaceDetected"},"SearchGstinInvalid":{"properties":{"error_code":{"type":"string","title":"Error Code","default":"SWEB_9035"},"message":{"type":"string","title":"Message","default":"Invalid GSTIN / UID"}},"type":"object","title":"SearchGstinInvalid"},"SearchGstinInvalidPanVerificationData":{"properties":{"error_code":{"type":"string","title":"Error Code","default":"SWEB_10001"},"message":{"type":"string","title":"Message","default":"Invalid PAN or no associated GSTINs found."}},"type":"object","title":"SearchGstinInvalidPanVerificationData"},"SearchGstinNoRecordsFound":{"properties":{"error_code":{"type":"string","title":"Error Code","default":"NOGSTIN"},"message":{"type":"string","title":"Message","default":"No records found"}},"type":"object","title":"SearchGstinNoRecordsFound"},"SgstBalObject":{"properties":{"intr":{"type":"integer","title":"Intr"},"oth":{"type":"integer","title":"Oth"},"tx":{"type":"integer","title":"Tx"},"fee":{"type":"integer","title":"Fee"},"pen":{"type":"integer","title":"Pen"},"tot":{"type":"integer","title":"Tot"}},"type":"object","required":["intr","oth","tx","fee","pen","tot"],"title":"SgstBalObject"},"SgstObject":{"properties":{"intr":{"type":"integer","title":"Intr"},"oth":{"type":"integer","title":"Oth"},"tx":{"type":"integer","title":"Tx"},"fee":{"type":"integer","title":"Fee"},"pen":{"type":"integer","title":"Pen"}},"type":"object","required":["intr","oth","tx","fee","pen"],"title":"SgstObject"},"ShopEstablishmentCertificateData":{"properties":{"client_id":{"type":"string","title":"Client Id"},"se_number":{"type":"string","title":"Se Number"},"state_code":{"type":"string","title":"State Code"},"state_name":{"type":"string","title":"State Name"},"business_name":{"type":"string","title":"Business Name"},"address":{"type":"string","title":"Address"},"user_mobile_number":{"type":"string","title":"User Mobile Number"},"registration_number":{"type":"string","title":"Registration Number"},"registration_date":{"type":"string","title":"Registration Date"},"category":{"type":"string","title":"Category"},"certificate_number":{"type":"string","title":"Certificate Number"},"document_link":{"type":"string","title":"Document Link"},"date_of_commencement":{"type":"string","title":"Date Of Commencement"},"valid_upto":{"type":"string","title":"Valid Upto"},"acknowledgement_number":{"type":"string","title":"Acknowledgement Number"},"email_id":{"type":"string","title":"Email Id"},"website_url":{"type":"string","title":"Website Url"},"name_of_occupier":{"type":"string","title":"Name Of Occupier"},"father_name_of_occupier":{"type":"string","title":"Father Name Of Occupier"},"manager_name":{"type":"string","title":"Manager Name"},"manager_father_name":{"type":"string","title":"Manager Father Name"},"male_workers":{"type":"string","title":"Male Workers"},"female_workers":{"type":"string","title":"Female Workers"},"young_workers":{"type":"string","title":"Young Workers"},"total_workers":{"type":"string","title":"Total Workers"},"family_members_working":{"type":"string","title":"Family Members Working"},"confidential_employers_capacity":{"type":"string","title":"Confidential Employers Capacity"},"fax":{"type":"string","title":"Fax"}},"type":"object","title":"ShopEstablishmentCertificateData"},"SupDetailsObject":{"properties":{"osup_zero":{"$ref":"#/components/schemas/SupObject"},"osup_nil_exmp":{"$ref":"#/components/schemas/SupObject"},"osup_nongst":{"$ref":"#/components/schemas/SupObject"},"osup_det":{"$ref":"#/components/schemas/SupObject"},"isup_rev":{"$ref":"#/components/schemas/SupObject"}},"type":"object","required":["osup_zero","osup_nil_exmp","osup_nongst","osup_det","isup_rev"],"title":"SupDetailsObject"},"SupObject":{"properties":{"samt":{"type":"integer","title":"Samt"},"csamt":{"type":"integer","title":"Csamt"},"txval":{"type":"integer","title":"Txval"},"camt":{"type":"integer","title":"Camt"},"iamt":{"type":"integer","title":"Iamt"}},"type":"object","required":["samt","csamt","txval","camt","iamt"],"title":"SupObject"},"TASK":{"properties":{"request_id":{"type":"string","title":"Request Id"}},"type":"object","required":["request_id"],"title":"TASK"},"TanVerificationData":{"properties":{"nameOrgn":{"type":"string","title":"Nameorgn"},"addLine1":{"type":"string","title":"Addline1"},"addLine2":{"type":"string","title":"Addline2"},"addLine3":{"type":"string","title":"Addline3"},"addLine4":{"type":"string","title":"Addline4"},"addLine5":{"type":"string","title":"Addline5"},"stateCd":{"type":"integer","title":"Statecd"},"pin":{"type":"integer","title":"Pin"},"phoneNum":{"type":"string","title":"Phonenum"},"dtTanAllotment":{"type":"integer","title":"Dttanallotment"},"emailId1":{"type":"string","title":"Emailid1"},"emailId2":{"type":"string","title":"Emailid2"}},"type":"object","required":["nameOrgn","addLine1","stateCd","pin","phoneNum","dtTanAllotment","emailId1"],"title":"TanVerificationData"},"TaxPmtObject":{"properties":{"pdcash":{"items":{},"type":"array","title":"Pdcash"},"pditc":{"$ref":"#/components/schemas/PdItcObject"},"tx_py":{"items":{"$ref":"#/components/schemas/TxPyObject"},"type":"array","title":"Tx Py"}},"type":"object","required":["pdcash","pditc","tx_py"],"title":"TaxPmtObject"},"TdsComplianceCheckData":{"properties":{"pan_number":{"type":"string","title":"Pan Number"},"compliant":{"type":"boolean","title":"Compliant"},"pan_allotment_date":{"type":"string","title":"Pan Allotment Date"},"masked_name":{"type":"string","title":"Masked Name"},"pan_aadhaar_linked":{"type":"string","title":"Pan Aadhaar Linked"},"specified_person_under_206":{"type":"string","title":"Specified Person Under 206"},"pan_status":{"type":"string","title":"Pan Status"},"valid_pan":{"type":"string","title":"Valid Pan"}},"type":"object","title":"TdsComplianceCheckData"},"Token":{"properties":{"access_token":{"type":"string","title":"Access Token"},"token_type":{"type":"string","title":"Token Type"},"expiry":{"type":"string","title":"Expiry"}},"type":"object","required":["access_token","token_type","expiry"],"title":"Token"},"TxPyObject":{"properties":{"sgst":{"$ref":"#/components/schemas/Gstr3bSgstObject"},"liab_ldg_id":{"type":"integer","title":"Liab Ldg Id"},"tran_desc":{"type":"string","title":"Tran Desc"},"cgst":{"$ref":"#/components/schemas/Gstr3bCgstObject"},"cess":{"$ref":"#/components/schemas/Gstr3bCessObject"},"igst":{"$ref":"#/components/schemas/Gstr3bIgstObject"},"trans_typ":{"type":"integer","title":"Trans Typ"}},"type":"object","required":["sgst","liab_ldg_id","tran_desc","cgst","cess","igst","trans_typ"],"title":"TxPyObject"},"UanNumber":{"properties":{"uan_number":{"type":"string","title":"Uan Number"}},"type":"object","title":"UanNumber"},"UanNumberList":{"properties":{"uan_numbers":{"items":{"type":"string"},"type":"array","title":"Uan Numbers"}},"type":"object","title":"UanNumberList"},"UdyamAddress":{"properties":{"flat_door_block_number":{"type":"string","title":"Flat Door Block Number"},"name_of_premise_building":{"type":"string","title":"Name Of Premise Building"},"village":{"type":"string","title":"Village"},"block":{"type":"string","title":"Block"},"road":{"type":"string","title":"Road"},"city":{"type":"string","title":"City"},"state":{"type":"string","title":"State"},"district":{"type":"string","title":"District"}},"type":"object","required":["flat_door_block_number","name_of_premise_building","village","block","road","city","state","district"],"title":"UdyamAddress"},"UdyamCaptcha":{"properties":{"session_id":{"type":"string","title":"Session Id"},"captcha":{"type":"string","title":"Captcha"}},"type":"object","required":["session_id","captcha"],"title":"UdyamCaptcha"},"UdyamNicCodeDetail":{"properties":{"nic_2_digit_code":{"type":"string","title":"Nic 2 Digit Code"},"nic_4_digit_code":{"type":"string","title":"Nic 4 Digit Code"},"nic_5_digit_code":{"type":"string","title":"Nic 5 Digit Code"},"activity_type":{"type":"string","title":"Activity Type"},"added_on":{"type":"string","title":"Added On"}},"type":"object","required":["nic_2_digit_code","nic_4_digit_code","nic_5_digit_code","activity_type","added_on"],"title":"UdyamNicCodeDetail"},"UdyamPlantLocationDetail":{"properties":{"unit_name":{"type":"string","title":"Unit Name"},"flat":{"type":"string","title":"Flat"},"building":{"type":"string","title":"Building"},"village_or_town":{"type":"string","title":"Village Or Town"},"block":{"type":"string","title":"Block"},"road":{"type":"string","title":"Road"},"city":{"type":"string","title":"City"},"pin":{"type":"string","title":"Pin"},"state":{"type":"string","title":"State"},"district":{"type":"string","title":"District"}},"type":"object","required":["unit_name","flat","building","village_or_town","block","road","city","pin","state","district"],"title":"UdyamPlantLocationDetail"},"UdyamVerificationData":{"properties":{"enterprise_name":{"type":"string","title":"Enterprise Name"},"enterprise_type":{"type":"string","title":"Enterprise Type"},"major_activity":{"type":"string","title":"Major Activity"},"social_category":{"type":"string","title":"Social Category"},"organization_type":{"type":"string","title":"Organization Type"},"dic_name":{"type":"string","title":"Dic Name"},"msme_dfo":{"type":"string","title":"Msme Dfo"},"incorporation_date":{"type":"string","title":"Incorporation Date"},"commencement_date":{"type":"string","title":"Commencement Date"},"udyam_registration_date":{"type":"string","title":"Udyam Registration Date"},"enterprise_official_address":{"$ref":"#/components/schemas/UdyamAddress"},"mobile":{"type":"string","title":"Mobile"},"email":{"type":"string","title":"Email"},"plant_location_details":{"items":{"$ref":"#/components/schemas/UdyamPlantLocationDetail"},"type":"array","title":"Plant Location Details"},"nic_codes_details":{"items":{"$ref":"#/components/schemas/UdyamNicCodeDetail"},"type":"array","title":"Nic Codes Details"}},"type":"object","required":["enterprise_name","enterprise_type","major_activity","social_category","organization_type","dic_name","msme_dfo","incorporation_date","commencement_date","udyam_registration_date","enterprise_official_address","mobile","email","plant_location_details","nic_codes_details"],"title":"UdyamVerificationData"},"UdyogCaptcha":{"properties":{"session_id":{"type":"string","title":"Session Id"},"captcha":{"type":"string","title":"Captcha"}},"type":"object","required":["session_id","captcha"],"title":"UdyogCaptcha"},"UdyogNicCodeDetail":{"properties":{"nic_2_digit_code":{"type":"string","title":"Nic 2 Digit Code"},"nic_4_digit_code":{"type":"string","title":"Nic 4 Digit Code"},"nic_5_digit_code":{"type":"string","title":"Nic 5 Digit Code"},"activity_type":{"type":"string","title":"Activity Type"},"added_on":{"type":"string","title":"Added On"}},"type":"object","required":["nic_2_digit_code","nic_4_digit_code","nic_5_digit_code","activity_type","added_on"],"title":"UdyogNicCodeDetail"},"UdyogPlantLocationDetail":{"properties":{"flat_door_block_number":{"type":"string","title":"Flat Door Block Number"},"name_of_premise_building_village":{"type":"string","title":"Name Of Premise Building Village"},"road_street_lane":{"type":"string","title":"Road Street Lane"},"village_or_town":{"type":"string","title":"Village Or Town"},"area_locality":{"type":"string","title":"Area Locality"},"city":{"type":"string","title":"City"},"pin":{"type":"string","title":"Pin"},"state":{"type":"string","title":"State"},"district":{"type":"string","title":"District"}},"type":"object","required":["flat_door_block_number","name_of_premise_building_village","road_street_lane","village_or_town","area_locality","city","pin","state","district"],"title":"UdyogPlantLocationDetail"},"UdyogVerificationData":{"properties":{"enterprise_name":{"type":"string","title":"Enterprise Name"},"enterprise_type":{"type":"string","title":"Enterprise Type"},"major_activity":{"type":"string","title":"Major Activity"},"social_category":{"type":"string","title":"Social Category"},"dic_name":{"type":"string","title":"Dic Name"},"state":{"type":"string","title":"State"},"commencement_date":{"type":"string","title":"Commencement Date"},"applied_date":{"type":"string","title":"Applied Date"},"modified_date":{"type":"string","title":"Modified Date"},"mobile":{"type":"string","title":"Mobile"},"email":{"type":"string","title":"Email"},"plant_location_details":{"items":{"$ref":"#/components/schemas/UdyogPlantLocationDetail"},"type":"array","title":"Plant Location Details"},"nic_codes_details":{"items":{"$ref":"#/components/schemas/UdyogNicCodeDetail"},"type":"array","title":"Nic Codes Details"}},"type":"object","required":["enterprise_name","enterprise_type","major_activity","social_category","dic_name","state","commencement_date","applied_date","modified_date","mobile","email","plant_location_details","nic_codes_details"],"title":"UdyogVerificationData"},"UnregDetailsObjects":{"properties":{"pos":{"type":"string","title":"Pos"},"txval":{"type":"integer","title":"Txval"},"iamt":{"type":"integer","title":"Iamt"}},"type":"object","required":["pos","txval","iamt"],"title":"UnregDetailsObjects"},"UserName":{"properties":{"name":{"type":"string","title":"Name"}},"type":"object","required":["name"],"title":"UserName"},"VALID_DL":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"data":{"$ref":"#/components/schemas/DrivingLicenseVerificationData"}},"type":"object","required":["code","timestamp","transaction_id","data"],"title":"VALID_DL"},"VALID_IFSC":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"message":{"type":"string","title":"Message","default":"Valid IFSC"},"data":{"$ref":"#/components/schemas/ValidIfscData"}},"type":"object","required":["code","timestamp","transaction_id","data"],"title":"VALID_IFSC"},"VALID_PAN":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"data":{"$ref":"#/components/schemas/PanVerificationData"}},"type":"object","required":["code","timestamp","transaction_id","data"],"title":"VALID_PAN"},"VALID_RC":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"data":{"$ref":"#/components/schemas/VehicleRcVerificationData"}},"type":"object","required":["code","timestamp","transaction_id","data"],"title":"VALID_RC"},"VALID_TAN":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"data":{"$ref":"#/components/schemas/TanVerificationData"},"message":{"type":"string","title":"Message","default":"TAN Verified Successfully"}},"type":"object","required":["code","timestamp","transaction_id","data"],"title":"VALID_TAN"},"VALID_VOTER_ID":{"properties":{"code":{"type":"integer","title":"Code"},"timestamp":{"type":"integer","title":"Timestamp"},"transaction_id":{"type":"string","title":"Transaction Id"},"data":{"$ref":"#/components/schemas/VoterIdVerificationData"}},"type":"object","required":["code","timestamp","transaction_id","data"],"title":"VALID_VOTER_ID"},"VOTER_CARD_DOCUMENT_DATA":{"properties":{"address":{"type":"string","title":"Address"},"age":{"type":"string","title":"Age"},"date_of_birth":{"type":"string","title":"Date Of Birth"},"district":{"type":"string","title":"District"},"fathers_name":{"type":"string","title":"Fathers Name"},"gender":{"type":"string","title":"Gender"},"house_number":{"type":"string","title":"House Number"},"id_number":{"type":"string","title":"Id Number"},"is_scanned":{"type":"string","title":"Is Scanned"},"name_on_card":{"type":"string","title":"Name On Card"},"pincode":{"type":"string","title":"Pincode"},"state":{"type":"string","title":"State"},"street_address":{"type":"string","title":"Street Address"},"year_of_birth":{"type":"string","title":"Year Of Birth"}},"type":"object","required":["address","age","date_of_birth","district","fathers_name","gender","house_number","id_number","is_scanned","name_on_card","pincode","state","street_address","year_of_birth"],"title":"VOTER_CARD_DOCUMENT_DATA"},"VPA_FAIL":{"properties":{"account_exists":{"type":"boolean","title":"Account Exists"}},"type":"object","required":["account_exists"],"title":"VPA_FAIL"},"VPA_SUCCESS":{"properties":{"account_exists":{"type":"boolean","title":"Account Exists"},"name_at_bank":{"type":"string","title":"Name At Bank"}},"type":"object","required":["account_exists"],"title":"VPA_SUCCESS"},"ValidIfscData":{"properties":{"MICR":{"type":"string","title":"Micr","default":"110485040"},"BRANCH":{"type":"string","title":"Branch","default":"NOIDA"},"ADDRESS":{"type":"string","title":"Address","default":"GROUND FLOOR, H-1/A -16, SECTOR 63, NOIDA - 201301"},"STATE":{"type":"string","title":"State","default":"DELHI"},"CONTACT":{"type":"string","title":"Contact","default":"120"},"UPI":{"type":"boolean","title":"Upi","default":true},"RTGS":{"type":"boolean","title":"Rtgs","default":true},"CITY":{"type":"string","title":"City","default":"DELHI"},"CENTRE":{"type":"string","title":"Centre","default":"DELHI"},"DISTRICT":{"type":"string","title":"District","default":"DELHI"},"NEFT":{"type":"boolean","title":"Neft","default":true},"IMPS":{"type":"boolean","title":"Imps","default":[true]},"SWIFT":{"type":"string","title":"Swift","default":[""]},"ISO3166":{"type":"string","title":"Iso3166","default":"IN-DL"},"BANK":{"type":"string","title":"Bank","default":"Kotak Mahindra Bank"},"BANKCODE":{"type":"string","title":"Bankcode","default":"KKBK"},"IFSC":{"type":"string","title":"Ifsc","default":"KKBK0000180"}},"type":"object","title":"ValidIfscData"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"VehicleRcVerificationData":{"properties":{"avg_gross_vehicle_weight":{"type":"string","title":"Avg Gross Vehicle Weight"},"axle_configuration":{"type":"string","title":"Axle Configuration"},"chassis_number":{"type":"string","title":"Chassis Number"},"color":{"type":"string","title":"Color"},"emission_norms":{"type":"string","title":"Emission Norms"},"engine_number":{"type":"string","title":"Engine Number"},"fitness_upto":{"type":"string","title":"Fitness Upto"},"fuel_type":{"type":"string","title":"Fuel Type"},"insurance_details":{"type":"string","title":"Insurance Details"},"last_transacted_at":{"type":"string","title":"Last Transacted At"},"insurance_validity":{"type":"string","title":"Insurance Validity"},"maker_model":{"type":"string","title":"Maker Model"},"manufacturer":{"type":"string","title":"Manufacturer"},"mv_tax_upto":{"type":"string","title":"Mv Tax Upto"},"owner_name":{"type":"string","title":"Owner Name"},"owner_number":{"type":"string","title":"Owner Number"},"permit_issue_date":{"type":"string","title":"Permit Issue Date"},"permit_number":{"type":"string","title":"Permit Number"},"permit_type":{"type":"string","title":"Permit Type"},"permit_validity":{"type":"string","title":"Permit Validity"},"puc_number_upto":{"type":"string","title":"Puc Number Upto"},"registration_date":{"type":"string","title":"Registration Date"},"registration_number":{"type":"string","title":"Registration Number"},"rto_name":{"type":"string","title":"Rto Name"},"status":{"type":"string","title":"Status"},"unladen_weight":{"type":"string","title":"Unladen Weight"},"vehicle_class":{"type":"string","title":"Vehicle Class"},"vehicle_financier":{"type":"string","title":"Vehicle Financier"}},"type":"object","required":["avg_gross_vehicle_weight","axle_configuration","chassis_number","color","emission_norms","engine_number","fitness_upto","fuel_type","insurance_details","last_transacted_at","insurance_validity","maker_model","manufacturer","mv_tax_upto","owner_name","owner_number","permit_issue_date","permit_number","permit_type","permit_validity","puc_number_upto","registration_date","registration_number","rto_name","status","unladen_weight","vehicle_class","vehicle_financier"],"title":"VehicleRcVerificationData"},"VoterIdVerificationData":{"properties":{"ac_no":{"type":"string","title":"Ac No"},"date_of_birth":{"type":"string","title":"Date Of Birth"},"district":{"type":"string","title":"District"},"gender":{"type":"string","title":"Gender"},"house_no":{"type":"string","title":"House No"},"id_number":{"type":"string","title":"Id Number"},"last_update":{"type":"string","title":"Last Update"},"name_on_card":{"type":"string","title":"Name On Card"},"part_no":{"type":"string","title":"Part No"},"ps_lat_long":{"type":"string","title":"Ps Lat Long"},"ps_name":{"type":"string","title":"Ps Name"},"rln_name":{"type":"string","title":"Rln Name"},"section_no":{"type":"string","title":"Section No"},"source":{"type":"string","title":"Source"},"st_code":{"type":"string","title":"St Code"},"state":{"type":"string","title":"State"},"status":{"type":"string","title":"Status"}},"type":"object","required":["ac_no","date_of_birth","district","gender","house_no","id_number","last_update","name_on_card","part_no","ps_lat_long","ps_name","rln_name","section_no","source","st_code","state","status"],"title":"VoterIdVerificationData"},"VpaAdvanceDetails":{"properties":{"name_at_bank":{"type":"string","title":"Name At Bank"},"ifsc":{"type":"string","title":"Ifsc"},"ifsc_details":{"$ref":"#/components/schemas/IfscDetails"}},"type":"object","title":"VpaAdvanceDetails"},"services__endpoints__DownloadItr":{"properties":{"itr_client_id":{"type":"string","title":"Itr Client Id"}},"type":"object","required":["itr_client_id"],"title":"DownloadItr"},"services__response_schemas__DownloadItr":{"properties":{"client_id":{"type":"string","title":"Client Id"},"pan_no":{"type":"string","title":"Pan No"},"filed_itrs":{"title":"Filed Itrs"}},"type":"object","title":"DownloadItr"},"services__router__v2__financial_services__BatchRevocationRequest":{"properties":{"consent_ids":{"items":{"type":"integer"},"type":"array","title":"Consent Ids"}},"type":"object","required":["consent_ids"],"title":"BatchRevocationRequest"},"services__router__v2__financial_services__BatchRevocationResponse":{"properties":{"message":{"type":"string","title":"Message"},"revoked_count":{"type":"integer","title":"Revoked Count"},"revoked_ids":{"items":{"type":"integer"},"type":"array","title":"Revoked Ids"}},"type":"object","required":["message","revoked_count","revoked_ids"],"title":"BatchRevocationResponse"},"services__router__v2__financial_services__GenderEnum":{"type":"string","enum":["male","female"],"title":"GenderEnum","description":"An enumeration."},"services__router__v2__financial_services__RevokeConsentInitiateRequest":{"properties":{"full_name":{"type":"string","title":"Full Name"},"mobile_number":{"type":"string","title":"Mobile Number"}},"type":"object","required":["full_name","mobile_number"],"title":"RevokeConsentInitiateRequest"},"services__router__v2__financial_services__RevokeConsentVerifyRequest":{"properties":{"mobile_number":{"type":"string","title":"Mobile Number"},"otp":{"type":"string","title":"Otp"}},"type":"object","required":["mobile_number","otp"],"title":"RevokeConsentVerifyRequest"},"services__router__v2__financial_services__SessionInitiateRequest":{"properties":{"redirect_uri":{"type":"string","maxLength":2083,"minLength":1,"format":"uri","title":"Redirect Uri"},"mobile_number":{"type":"string","title":"Mobile Number"},"full_name":{"type":"string","title":"Full Name"},"enrich":{"type":"boolean","title":"Enrich","default":false}},"type":"object","required":["redirect_uri"],"title":"SessionInitiateRequest","description":"Defines the body for the session initiation request."},"services__router__v3__financial_services__BatchRevocationRequest":{"properties":{"consent_ids":{"items":{"type":"integer"},"type":"array","title":"Consent Ids"}},"type":"object","required":["consent_ids"],"title":"BatchRevocationRequest"},"services__router__v3__financial_services__BatchRevocationResponse":{"properties":{"message":{"type":"string","title":"Message"},"revoked_count":{"type":"integer","title":"Revoked Count"},"revoked_ids":{"items":{"type":"integer"},"type":"array","title":"Revoked Ids"}},"type":"object","required":["message","revoked_count","revoked_ids"],"title":"BatchRevocationResponse"},"services__router__v3__financial_services__GenderEnum":{"type":"string","enum":["male","female"],"title":"GenderEnum","description":"An enumeration."},"services__router__v3__financial_services__RevokeConsentInitiateRequest":{"properties":{"full_name":{"type":"string","title":"Full Name"},"mobile_number":{"type":"string","title":"Mobile Number"}},"type":"object","required":["full_name","mobile_number"],"title":"RevokeConsentInitiateRequest"},"services__router__v3__financial_services__RevokeConsentVerifyRequest":{"properties":{"mobile_number":{"type":"string","title":"Mobile Number"},"otp":{"type":"string","title":"Otp"}},"type":"object","required":["mobile_number","otp"],"title":"RevokeConsentVerifyRequest"},"services__router__v3__financial_services__SessionInitiateRequest":{"properties":{"redirect_uri":{"type":"string","maxLength":2083,"minLength":1,"format":"uri","title":"Redirect Uri"},"mobile_number":{"type":"string","title":"Mobile Number"},"full_name":{"type":"string","title":"Full Name"},"id_type":{"type":"string","title":"Id Type"},"id_value":{"type":"string","title":"Id Value"},"gender":{"$ref":"#/components/schemas/services__router__v3__financial_services__GenderEnum"},"enrich":{"type":"boolean","title":"Enrich","default":false},"version":{"allOf":[{"$ref":"#/components/schemas/CreditReportVersion"}],"default":"v2"},"skip_prefill":{"type":"boolean","title":"Skip Prefill","default":false}},"type":"object","required":["redirect_uri"],"title":"SessionInitiateRequest","description":"Defines the body for the session initiation request."}},"securitySchemes":{"Oauth2ClientCredentials":{"type":"oauth2","flows":{"clientCredentials":{"scopes":{},"tokenUrl":"authorize"}}},"OAuth2PasswordBearer":{"type":"oauth2","flows":{"password":{"scopes":{},"tokenUrl":"/financial-services/credit-bureau/equifax/credit-report/sdk/session"}}}}},"tags":[{"name":"Authorization","description":"- You need an Authorized Access Token to access any of the Platform APIs.\n- One Access Token will be valid for only 24 hours.\n- After 24 hours, you can renew the token by using the Authorize Endpoint.\n- This will issue another access_token valid for 24 hrs."},{"name":"Aadhaar Ekyc V2","description":"New streamlined APIs for Aadhaar eKYC"},{"name":"Offline Aadhaar eKYC","description":"Offline Aadhaar KYC, or OKYC, is a legally compliant KYC method as per UIDAI guidelines.   \n                        Your customers can provide their Aadhaar number and verify with an OTP sent to their Aadhaar-linked mobile number, to access a downloadable XML file with their Aadhaar details.   \n\n**How does Offline Aadhaar Verification work?**    \n                        **Provide Consent**:  Customers agree or disagree to continue at the initial screen.   \n                        **Share Aadhaar Number**: Customers provide their Aadhaar number to proceed with the verification.   \n                        **Verify with OTP**: Verify with an OTP sent to their Aadhaar-linked mobile number by UIDAI, to access a downloadable XML file with their Aadhaar details in a share code manner.    \n                        **Realtime face match** for liveness detection: The Aadhaar Offline document has Name, Address, Photo, Gender, DOB. Optionally, the photo in the UIDAI Issued Aadhaar document can be matched with customers' live photo or a selfie in real time to ensure liveness checks.   \n\n*You can simply integrate Offline Aadhaar eKYC within your application with no-code and in no time with our Deepvue.tech Offline Aadhaar eKYC SDKs.*    \n\n**Below are the integration guides to integrate the platform specific SDKs:**   \n**Android SDK** : https://github.com/deepvue-tech/deepvue-aadhaar-offline-ekyc-android-sdk   \n                        **iOS SDK** : https://github.com/deepvue-tech/deepvue-aadhaar-offline-ekyc-ios-sdk   \n                        **React-Native SDK** : https://github.com/deepvue-tech/deepvue-aadhaar-offline-ekyc-react-sdk    \n                        **Flutter SDK** : https://pub.dev/packages/aadhaar_offline_ekyc    \n\n**NOTE**:   \n            \n        As per the compliances by UIDAI on sharing and storage of Aadhaar number is not allowed.    \n        \n        Service Providers shall not share, publish or display either Share Code or XML file or its contents with anyone else.   \n        Any non-compliance of these actions shall invite actions under Sections 17 and 25 of The Aadhaar (Authentication) Regulation, 2016,    \n        Sections 4 and 6 of The Aadhaar (Sharing of Information) Regulation, 2016 and Sections 29(2), 29 (3), and 37 of The Aadhaar Act, 2016.   \n\n        Consent should be mandatorily stored at the company end to proceed with verification.   \n\nIf you want to integrate Aadhaar eKYC in your web application or want to build your own customized workflow you can use our Aadhaar eKYC APIs detailed below.   \n\nEmbed offline eKYC Aadhaar flow to verify consumers on your application using a simple flow.    \n                                - **Initiate Session**: This API allows the platform to initiate a session to get the captcha before passing the Aadhaar number of the customer.    \n                                - **Generate OTP**: This API allows the platform to pass the Aadhaar number to generate OTP to the linked mobile number.    \n                                - **Verify OTP**: This API allows the platform to pass the OTP to Deepvue.tech to fetch the customer's Aadhaar information from UIDAI.    \n\nIf the customer or the platform wishes to restart the session, a new captcha can be generated using the Reload Captcha API."},{"name":"Digilocker","description":"Digilocker is an initiative under Digital India Program which aims to remove the dependency on physical documents and power the sharing of verified electronic documents across authorised agencies.   \n\n**Benefits of Digilocker**    \n                        1. Documents can be shared online, accessed anytime, anywhere.   \n                        2. Documents can be authenticated by the users, legally on a par with originals.   \n                        3. It's simple to use and very convenient.   \n                        4. Documents are issued directly by the registered issuers such as Income Tax Department, CBSE, Registrar Office, etc.    \n\n**Product Flow**   \n**Initiate Session** : This API creates a session in which DigiLocker journey can be completed with other APIs in the flow.   \n                        **Get User Access Token** : This API allows the platform to get user access token from Digilocker by passing the authorisation code generated from Digilocker.   \n                        **Get Issued Files** : This API allows the platform to fetch a list of issued documents from Digilocker.    \n                        **Download e-Aadhar** : This API allows the platform to download the Aadhaar XML from Digilocker.    \n                        **Download File** : This API allows the platform to download the file from Digilocker by passing the URI for a particular document.    "},{"name":"KYC APIs","description":"Verify Aadhaar, PAN, GSTIN, Bank Account, and UPI details in real time for quick KYC checks."},{"name":"Document OCR","description":"Our systems use Modern & Latest OCR technology to scan the document images for field’s like full name, dob, address, etc. on the photo IDs and exctract these fields as key-value pairs."},{"name":"Document Forensics","description":"Set of APIs that help with document forensic checks like template validation, image quality, photocopy, and spoof checks."},{"name":"Face Forensics","description":"APIs for facial recognition and liveliness verification in real time.    \nThe Face Match API employs advanced algorithms for reliable facial matching, crucial for secure access control and compliance.   \nThe Passive Liveness API enhances security by detecting and confirming the liveliness of faces during authentication, providing an additional layer of protection against impersonation and fraud.   "},{"name":"Async KYC APIs","description":"Verify other Identity documents such as Driving License, Vehicle Registration Certificate etc. in real time for fast KYC checks.    \n        These are Asynchronous APIs which return a request ID and use a webhook mechanism to return the response back to your servers.    \n        You can then use this request ID and feed this into our GET API to consume the response."},{"name":"GST APIs","description":"Set of APIs that help with GST Registered business verification and onboarding."},{"name":"GST Taxpayer APIs","description":"The GST Taxpayer APIs are provided by the GSTN for public usage. These APIs, together, mirror the GST Portal.   \n\nTherefore, you can use these APIs to integrate GST compliance into your workflow itself.   \n\nUse the following workflow to access the GST Taxpayer APIs:   \n\n**First**, the GST taxpayer is authenticated using **OTP Verification**.   \n\n**Second**, after successful authentication, the GST Taxpayer APIs can be accessed.   \n   i. **Ledger APIs** - Fetch the taxpayer's ledger like a) Cash ITC Balance, b) Cash Ledger, c) ITC Ledger.   \n   ii. **Returns APIs** - Fetch the taxpayer's detailed summaries of GSTR -1 and GSTR -3B Returns.   "},{"name":"Taxpayer APIs","description":"Taxpayer APIs includes TAN Verification.   \n\n Taxpayer APIs help businesses verify their vendors, customers & employees using TAN. APIs also provide publicly available data such as name, address, and contact details that can be verified against physical documents.   "},{"name":"ITR APIs","description":"ITR APIs includes ITR Verification APIs including 26AS.   \n\n ITR APIs helps businesses download ITR information, such as ITR ID, Filing Year, Acknowledgement Number, ITR Form, Filing Date, ITR status, etc..    "},{"name":"MSME APIs","description":"Set of APIs that help with MSME Registered business verification and onboarding."},{"name":"MCA APIs","description":"Set of APIs that help fetch MCA's Director Master Data & Company Master Data."},{"name":"Financial Services","description":"Suite that provides you whole array of APIs to serve multiple financial services and fetch data for an organisation or individual from various data sources in a streamlined manner.   \n\nSome of the key things that you can do here are:   \n\ni.Fetch the Credit Report from any of our partner credit bureaus.   \nii.Fetch customer's Customer Data Pull basis mobile number and name to simplify your onboarding."},{"name":"Account Aggregator","description":"Account Aggregators(AAs) are regulated entities that facilitate consented sharing of financial data by utilising the DEPA framework. They act as the bridge between data providers such as banks, and data consumers such as lenders—to enable the sharing of a user’s financial data based on their explicit consent.   \n        Deepvue currently provides AA-related services in close partnership with a fully-licensed AA."}]}