Search
K
Embedded Finance Sandbox

ListDocumentUploadsParams

object
include_unconfirmedboolean

Include unconfirmed documents in the response

Default:false

Example

DocumentUploadResponse

object
idstring(uuid)required
file_namestringrequired
file_typestringrequired

Allowed values:application/pdfimage/pngimage/tiffimage/jpeg

confirmedbooleanrequired
lockedbooleanrequired
Example

DocumentErrorCode

string

Allowed values:not_foundlockeddeletion_failedobject_missing

DocumentErrorResponse

object
error_codestringrequired

Machine-readable error code

Allowed values:not_foundlockeddeletion_failedobject_missing

detailstringrequired

Human-readable error message

Example

CompanyTokenResponse

object
tokenstringrequired

A token that can be used to authenticate requests to company scoped endpoints. Pass this to the front end

expires_inintegerrequired

The number of seconds until the token expires

Example