Electronic Invoicing System API v1
Developers Guide
×
Menu
Index

4.4.1.2. Response

{
  "statusCode": 1,
  "remark": "TIN found",
  "data": {
    "tinExists": true,
    "tin": "string",
    "taxpayerName": "string",
    "isVatRegistered": true
  },
  "errors": []
}