Tax Document Object


A tax document is a tax-related form that Wix Payments issues to a merchant, such as a US IRS Form 1099-K. Each tax document belongs to a Wix Payments account and covers a specific period. When a document's file is available, you can generate a temporary URL to download it as a PDF.

Properties
accountIdstringformat GUIDimmutable

ID of the Wix Payments account the tax document belongs to.


createdDatestringRead-onlyformat date-time

Date and time the tax document was created.


displayNamestringRead-onlyminLength 1maxLength 1000

Human-readable name for the tax document's file.


downloadableboolean

Whether a file is available to download for the tax document. When false, calling Generate File Download Info returns an error.

At least one of downloadable and problematic is always true.


idstringRead-onlyformat GUID

Tax document ID.


periodTaxPeriodimmutable

Period the tax document covers.


problematicboolean

Whether a problem was found with the tax document's file, for example incorrect data that's being corrected.

At least one of downloadable and problematic is always true, and both can be true at the same time.


revisionstringRead-only

Revision number, which increments by 1 each time the tax document is updated.


sourceTypestringRead-only

typestringimmutable

updatedDatestringRead-onlyformat date-time

Date and time the tax document was last updated.

Did this help?