LHDN e-Invoice

Berinteraksi dengan API LHDN e-Invoice Malaysia

Actions8

Overview

This node interacts with the LHDN e-Invoice Malaysia API to manage electronic invoice documents. Specifically, the 'Get Status' operation under the 'Document' resource retrieves the current status details of a specified e-invoice document using its UUID. This is useful for users who need to track the processing or approval status of their submitted e-invoices, ensuring compliance and timely updates.

Use Case Examples

  1. A business submits an e-invoice and later uses this node to check if the invoice has been approved, rejected, or is still pending.
  2. An accounting system integrates this node to automatically fetch and display the status of invoices submitted to the Malaysian tax authority.

Properties

Name Meaning
Document UUID The unique identifier (UUID) of the e-invoice document whose status is to be retrieved. This is a required string input.

Output

JSON

  • status - The current status of the e-invoice document.
  • documentUuid - The UUID of the document queried.
  • details - Additional details about the document status returned by the API.

Dependencies

  • Requires an API key credential for LHDN e-Invoice API authentication to obtain access tokens and make authorized requests.

Troubleshooting

  • Common issues include invalid or expired UUIDs resulting in errors from the API. Ensure the UUID is correct and the document exists.
  • Authentication failures due to invalid or expired API tokens. Refresh tokens or re-authenticate as needed.
  • Network or API endpoint errors. Verify network connectivity and API availability.

Links

Discussion