GuidesRecipesAPI ReferenceChangelogDiscussions
Log In
Changelog
improved

v0.9.0

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 when checks=true is added via query params.
    • If you pass checks=true, you do not need to watch for the ACCEPTED_DOCUMENT webhook or wait to call the POST 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
  • Added company shortId and id to company object in GET /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.