Block 1 - Search Taxpayer TIN
- Type / Role
- n8n-nodes-base.httpRequest - httpRequest
- Config choices
- Version 4.1
This workflow is provided as-is. Please review and test before using in production.
BACKGROUND Malaysia's Inland Revenue (LHDN) provides an API to get the tax id number for a business entity, based on a given Business Registration number (BRN or SSM), or NRIC (MyKad). PROBLEM Howe...
n8n-nodes-base.httprequest, n8n-nodes-base.manualtrigger, n8n-nodes-base.wait, n8n-nodes-base.stickynote, n8n-nodes-base.splitinbatches, n8n-nodes-base.switch, n8n-nodes-base.if, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Alex Halfborg.
Original n8n.io sourceMalaysia's Inland Revenue (LHDN) provides an API to get the tax id number for a business entity, based on a given Business Registration number (BRN or SSM), or NRIC (MyKad).
However, the API only allows one search at a time.
This free workflow lets you do a batch search to get TIN for multiple SSM or NRIC.
This is useful if you need to prepare your internal DB for e-invoicing
Get your connection client id and client secret from myhasil.gov.my website
Prepare your Google Sheet containing a list of SSM and NRIC you want to get the TIN
Create N8N credential to connect to your google sheet above
Questions? Ask alex at halfborg dot com
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Get Malaysia tax ID number (TIN) for multiple business reg num (SSM) or NRIC |
|---|---|
| Complexity | advanced |
| Nodes | 20 |
| Categories | Document Extraction |
| Author | Alex Halfborg |
| Published | 08 Jun 2025 |
Use the JSON export at /data/workflows/4781/4781.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
BACKGROUND Malaysia's Inland Revenue (LHDN) provides an API to get the tax id number for a business entity, based on a given Business Registration number (BRN or SSM), or NRIC (MyKad). PROBLEM Howe...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction use case.