Skip to main content
WEBHOOK

Body

application/json
id
string<uuid>
required

The unique identifier of the TIN verification request.

Example:

"f5067592-dbb8-4405-a557-6d5056514cae"

state
enum<string>
required

The status of the TIN verification request.

Available options:
PENDING,
EXECUTING,
COMPLETED,
FAILED,
CANCELLED
Example:

"COMPLETED"

name
string
required

The name inputted in the search.

Example:

"Acme Corporation"

tin
string
required

The TIN inputted in the search.

Required string length: 9
Example:

"123456789"

created_at
string<date-time>
required

The date and time when the TIN verification request was created.

Example:

"2026-08-31T10:31:07.816900"

__event__
WebhookMetadata · object
address
string | null

The address inputted in the search.

Maximum string length: 500
Example:

"123 Main St, Anytown, USA"

tin_matched
boolean | null

Indicates whether the inputted TIN/EIN was a match, per the IRS.

Example:

true

warnings
string[]

Any warnings that occurred.

Example:
tin_match_type
enum<string> | null

The type of match that occurred.

Available options:
SSN,
EIN,
UNKNOWN
Example:

"SSN"

Response

Successful Response