GuidesAPI ReferenceChangelog
Log In

Document Uploads

We launched Document Uploads to allow end users to upload documents if they are unable to connect to their payroll account. To enable this feature, contact [email protected].

  • To use this feature, set the document_uploads parameter to either fallback or direct when you create a Link token.
  • When an end user enters the flow, a doc_uploads_begin Link event is fired. When they submit documents, a doc_uploads_submitted Link event is fired. More information about Link events can be found here.
  • After a document is successfully processed, we fire a documents.added webhook event, described here.
  • A single document can be accessed via this endpoint, and all the documents for an end user can be accessed via this endpoint.

For more information, see the implementation guide.