Workflow OverviewΒΆ

In this workflow no data is uploaded from your back end system; it just uses the API to receive notifications when results are ready, and then to download them.

If configured, TrustID will call your webhook callback URL when an application has been processed.

This workflow has four main steps:

  1. TrustID processes an application and calls your webhook, the payload of which says the result is complete.

  2. Your back end system sends back a status code of 200, meaning it received the webhook successfully.

  3. Your back end system goes through authentication with the TrustID server.

  4. Your back end system receives the results and interprets these.

Workflow Diagram

This diagram shows the workflow:

../_images/Using_the_API_to_receive_results.png