improved
v0.9.0
about 1 year ago by Alex Breeden
Release 0.9.0
allows Enterprise API users to synchronously submit documents through the POST /session/documents
endpoint and receive immediate validation that the document is accepted by the system's initial checks. As a result, a user can now upload a document via POST /session/documents
and then immediately submit an application via POST /session/submit
.
Added
- Added synchronous checks when uploading documents via
POST /session/documents
whenchecks=true
is added via query params.- If you pass
checks=true
, you do not need to watch for theACCEPTED_DOCUMENT
webhook or wait to call thePOST session/submit
endpoint after a successful upload. - Document checks incorporated
- Document type detection
- Print to PDF
- Scanned Documents
- Password protected
- PDF encryption
- Page limit exceeded
- If you pass
- Added company
shortId
andid
tocompany
object inGET /account
response body
Fixed
REPORT_READY
now available for webhook events on AV ruled submissions and insufficient documentation requests.
Scheduled for Removal
ACCEPTED_DOCUMENT
webhook event will be deprecated in future versions.