Taxpayer APIs
Tan Verification V2
Retrieves Tan Details based on TAN number.
This endpoint fetches the Tan Details associated with a given Universal Account Number (TAN).
Args: request (Request): The incoming HTTP request object tan_number (str): TAN or Tax Deduction and Collection Account Number is a unique ten-digit alpha-numeric number current_user (Client): Currently authenticated client user, injected via dependency background_tasks (BackgroundTasks, optional): Background task queue for async operations. Defaults to None
Returns: The Tan Details data associated with the provided TAN number
get/v2/verification/tax-payer/tan
Query parameters
tan_numberstring required
Response
Successful Response
{"stackTrail":"paths:/v2/verification/tax-payer/tan:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.