Actions8
- Document Actions
- Authentication Actions
- Validation Actions
Overview
This node interacts with the LHDN e-Invoice Malaysia API to validate Tax Identification Numbers (TINs). Specifically, the 'Validate TIN' operation verifies the authenticity of a given TIN using an associated ID type and ID value. This is useful for businesses or systems that need to confirm the validity of tax IDs for compliance or record-keeping purposes.
Use Case Examples
- A company validating a customer's TIN before processing an invoice.
- An accounting system verifying supplier TINs to ensure tax compliance.
Properties
| Name | Meaning |
|---|---|
| TIN | The Tax Identification Number to be validated. |
| ID Type | The type of identification used for TIN validation, such as NRIC, Passport, BRN, or Army ID. |
| ID Value | The value of the identification used to validate the TIN. |
Output
JSON
validationResult- The result of the TIN validation, including details returned from the API about the validity of the TIN.
Dependencies
- Requires an API key credential for LHDN e-Invoice API authentication.
Troubleshooting
- Common issues include invalid or expired API tokens, which can cause authentication failures. Refreshing the token or re-authenticating may resolve this.
- Incorrect TIN, ID Type, or ID Value inputs can lead to validation errors. Ensure the inputs are accurate and conform to expected formats.
- Network or API endpoint issues may cause request failures. Verify network connectivity and API availability.
Links
- LHDN Official Website - Official site for the Inland Revenue Board of Malaysia, which provides information about tax and e-invoicing.
- LHDN e-Invoice API Documentation - Official API documentation for LHDN e-Invoice services, including TIN validation endpoints.