Workflow OverviewΒΆ

This workflow has five main steps:

  1. Your back end system uses the API to submit a complete application.

  2. TrustID processes the application and sends a webhook, the payload of which says the result is complete.

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

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

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

Workflow Diagram

This diagram shows the workflow:

Using the TrustID API to Submit Applications