Validate EIN format
port_validate_ein_formatValidate EIN format (9 digits) locally to avoid unnecessary external API calls. Use as a pre-check before port_lookup_ein or port_verify_tin_name.
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 |