Skip to content

DoCurious API Reference / types / VendorTaxInfo

Interface: VendorTaxInfo

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

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:136

Employer Identification Number (business entities)


ssn?

optional ssn: string

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

Social Security Number (sole proprietors)

DoCurious Platform Documentation