Contractors complete and sign their tax form through the Cadana app during wallet onboarding. Once signed, you can retrieve and download the completed forms via the API.
If a contractor already has a signed tax form, you can also submit it directly via the API instead of routing them through the app — see Submit a Tax Form.
1099-NEC forms are generated automatically at tax year-end for U.S. contractors with a completed W-9 who earned at least $600. They appear alongside other forms in the list endpoint once filed.
Submit a Tax Form
Submit a completed W-9, W-8BEN or W-8BEN-E on a contractor’s behalf. Upload the signed PDF first using the file upload flow, then pass the returnedfileId along with the raw field data.
Response:
You must upload a valid, filled and signed tax form (W-9, W-8BEN or W-8BEN-E) as a PDF. 1099-NEC forms cannot be uploaded; they are generated automatically at year-end.
List Tax Forms
Retrieve all tax forms for a user. Response:Download a Tax Form
Get a temporary download link for a specific form. Response:Only forms with
isDocumentDownloadable: true can be downloaded. Check this field before requesting a download link.