Skip to main content
POST
Complete document upload

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
fileName
string
required

Original file name

Example:

"w9-form.pdf"

fileKey
string
required

fileKey returned from the upload-url step

Example:

"upload/documents/onboarding/<uuid>.pdf"

document_type
enum<string>
default:W9_FORM

Document category. Defaults to W9_FORM.

Available options:
W9_FORM

Response

Document record created successfully

success
boolean
Example:

true

data
object