Document Uploads
over 2 years ago by [email protected]
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_uploadsparameter to eitherfallbackordirectwhen you create a Link token. - When an end user enters the flow, a
doc_uploads_beginLink event is fired. When they submit documents, adoc_uploads_submittedLink event is fired. More information about Link events can be found here. - After a document is successfully processed, we fire a
documents.addedwebhook 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.