Create a TIN Verification
Creates an asynchronous TIN Verification.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Idempotency-Key
The unique key used to identify a request that has already been processed.
Request
This endpoint expects an object.
name
The legal name (first + last) or business name.
tin
The tax identification number, commonly referred to as a TIN. No hyphens. Numerical digits only.
userId
The unique identifier for a single end-user of your application.
Response
OK
createdAt
The creation date and time of the TIN Verification in ISO 8601
format.
id
The unique identifier for this TIN Verification.
name
The legal name (first + last) or business name.
status
The status of the TIN Verification.
Allowed values:
tin
The tax identification number, commonly referred to as a TIN. No hyphens. Numerical digits only.
tinFingerprint
The fingerprint for this TIN Verification.
tinType
The type of the TIN. INDIVIDUAL
refers to SSNs, ITINs, or ATINs. While BUSINESS
refers to EINs.
Allowed values:
userId
The unique identifier for a single end-user of your application.