Validate EIN format
port_validate_ein_formatCheck if an EIN is well-formed with 9 digits locally, avoiding external API calls. Use this pre-check before EIN lookup or TIN name verification to catch invalid input early.
Instructions
Check whether an EIN is well-formed (9 digits) WITHOUT calling the external TinComply API. Use as a cheap pre-check before port_lookup_ein or port_verify_tin_name. Errors: EIN_REQUIRED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ein | Yes | EIN to validate, e.g. 12-3456789 |