These APIs check whether a taxpayer is active in the FBR system and their registration type (Registered / Unregistered).
STATL Status Check
POST /dist/v1/statl
Registration Type Check
POST /dist/v1/Get_Reg_Type
Response Codes Reference
STATL Status Codes
| Status Code | Status | Meaning |
|---|---|---|
| 01 | In-Active | Taxpayer is not active |
| 02 | In-Active | Taxpayer not found |
| 00 | Active | Taxpayer is active |
Registration Type Codes
| Status Code | Type | Meaning |
|---|---|---|
| 00 | Registered | Registered for sales tax |
| 01 | Unregistered | Not registered for sales tax |