| Code | Description | Explanation |
|---|---|---|
| 100 | Taxpayer does not exist | The supplied taxpayer could not be found in EFRIS. |
| 101 | Taxpayer status is abnormal | The taxpayer exists but is not in an active status. |
| 102 | Taxpayer branch status abnormal | The taxpayer branch exists but is not active or available for transactions. |
Taxpayer does not exist{
"returnCode": "100",
"returnMessage": "Taxpayer does not exist"
}Taxpayer status is abnormal{
"returnCode": "101",
"returnMessage": "Taxpayer status is abnormal"
}Taxpayer branch status abnormal{
"returnCode": "102",
"returnMessage": "Taxpayer branch status abnormal"
}Tip: Most taxpayer-related errors can be prevented by validating the taxpayer and branch information before submitting invoices or credit notes.