This article presents possible use cases and corresponding sample flows that you can support. It provides a useful starting point as you plan your implementation.
The merchant wants to see the tax documents that Wix Payments has issued for their account, such as their Form 1099-K for past years.
To list a merchant's tax documents:
accountId of the merchant's Wix Payments account.accountId. Optionally filter by type. For example: ?accountId=<account-id>&type=FORM_1099_K.displayName, period, and type, and use downloadable to decide whether to offer a download.pagingMetadata.cursors.next is present, pass it as paging.cursor in a follow-up call to retrieve the next page. Keep the other request fields the same, because a cursor request reuses the filters and sorting from the original call.The merchant selects one of their tax documents to download it as a PDF.
To download a tax document's file:
downloadable field is true. A tax document can be downloaded only when a file is available.taxDocumentId.downloadInfo.url immediately to download the PDF. The URL expires 10 seconds after it's generated, so don't store it. Call Generate File Download Info again to get a fresh URL if needed.Last updated: 31 July 2026