Skip to content

DoCurious API Reference / types / VendorTaxInfo

Interface: VendorTaxInfo

Defined in: types/vendor.types.ts:133

Vendor tax identification, required for 1099 reporting.

Remarks

Exactly one of ssn (sole proprietor) or ein (business entity) should be provided. These values are encrypted at rest and never displayed in the UI after submission.

Properties

ein?

optional ein: string

Defined in: types/vendor.types.ts:137

Employer Identification Number (business entities)


ssn?

optional ssn: string

Defined in: types/vendor.types.ts:135

Social Security Number (sole proprietors)

DoCurious Platform Documentation