Admin Portal
downloadDocument
The downloadDocument API is used to download a Base64 encoded PDF document
When to use:
- When retrieving a pre filled W4 or 8655 to be signed and uploaded
- When retrieving a document that was already uploaded to Rollfi
Required fields:
| Document Description | Required Fields |
|---|---|
| Document uploaded to Rollfi using the uploadDocument API | documentId |
| Pre filled 8655 without signature | companyId, documentType |
| Pre filled W4 without signature | companyId, employeeId, documentType |
| Pre filled State W4 without signature | documentId |
State W4 retrieval
- State W4s are generated for each employee during onboarding after
initateUserKyc - documentIds can be retrieved for state W4 forms using getUploadedDocuments
- complete State W4 forms can be uploaded using the uploadDocument API
- current state support: NJ, OH, NC, KY, KS
GET
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
