This endpoint allows source systems to perform validation of TIN and NRIC with LHDN.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://einvoice-api.beaconx.com.my/taxpayer/search/tin?name=ABC COMPANY SDN. BHD.' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'
Responses
application/json {"status":"OK","message":"","data":[{"id_type":"BRN","id_number":"197201001581","tin":"C865879100","status":"success"},{"id_type":"BRN","id_number":"EI00000000030","tin":"C4865297000","status":"success"}]}
Modified at 2025-04-16 03:06:06