Improved
v0.9.0
about 2 years 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/documentswhenchecks=trueis added via query params.- If you pass
checks=true, you do not need to watch for theACCEPTED_DOCUMENTwebhook or wait to call thePOST session/submitendpoint 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
shortIdandidtocompanyobject inGET /accountresponse body
Fixed
REPORT_READYnow available for webhook events on AV ruled submissions and insufficient documentation requests.
Scheduled for Removal
ACCEPTED_DOCUMENTwebhook event will be deprecated in future versions.