Tax Exempt Search

This endpoint will be used to submit Tax Exempt check request

Credit Message Error
- {"code": "credit_message", "message": "Credit limit reached! For assistance, please contact the support"}

Request and Response Object Structures.

{
    "tin": string,
    "webhook_urls": [string]
}
{
    "success_message": string,
    "data": {
        "id": integer,
        "tin": string,
        "name": string,
        "city": string,
        "state": string,
        "country": string,
        "status": string,
        "created_at": string,
        "updated_at": string
    },
    "success": boolean
}

Sample Requests and Responses.

{
    "tin": "111232312",
    "webhook_urls": []
}
{
    "success_message": "Created new TAX Exempt record",
    "data": {
        "id": 1,
        "tin": "111232312",
        "name": null,
        "city": null,
        "state": null,
        "country": null,
        "status": "Pending",
        "created_at": "2023-09-18T12:34:20.962856Z",
        "created_by": "compliancely"
    },
    "success": true
}
{
    "Error": "EIN format is invalid/ EIN must be 9 digits"
}
{
    "detail": "Authentication credentials were not provided."
}
{
    "detail": "Credit limit reached! For assistance, please contact the support"
}
{
    "detail": "Invalid token."
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!