How to Fetch Results and Data

Overview of the results and data produced by an Incode Omni API onboarding session

Available Results and Data

Once the onboarding process has finished and all required Incode Modules have been executed, you can get the results. With the Incode Core Modules, you can get the following data:

  • Scores Results .
  • OCR Data .
  • Device Information and Geolocation Data
  • Uploaded Images (ID, Selfie, PoA)

Additional results may be available if your Flow called additional Modules.

How to Fetch Results and Data

You can trigger fetching the Onboarding Results by notifying your back end in either of the following ways:

  • Incode webhook notification: In this approach, the Omni Platform notifies your application back end when the onboarding process is finished. Learn more about Webhooks here.
  • Web or mobile orchestrated: Here your web or mobile app has control of the onboarding process. In this case, your app is responsible for notifying your back end that the process is finished. Then the back end can fetch the results and data.