To properly display this page you need a browser with JavaScript support.
Electronic Invoicing System API v1
Developers Guide
×
Menu
Index
Search
Search
4. EIS API
4.4. Utilities
4.4.1. TIN Validation
4.4.1.2. Response
Previous page
Next page
Print version
©
Malawi Revenue Authority - ICT Research and Innovations, 2024
To properly display this page you need a browser with JavaScript support.
4.4.1.2. Response
{
"statusCode"
:
1
,
"remark"
:
"TIN found"
,
"data"
: {
"tinExists"
:
true
,
"tin"
:
"string"
,
"taxpayerName"
:
"string"
,
"isVatRegistered"
:
true
},
"errors"
: []
}