Skip to main content

Handshake (Create Journey)

The handshake is an API call that creates a verification journey and returns a uiHandle. Create a journey and receive:
  • transactionId — internal identifier for the journey
  • uiHandle — URL used to start the hosted verification UI

Handshake Request

The handshake request initiates a customer journey. Please note that:
  • You define which components of the IDCanopy product offering you would like to consume with this request.
  • You can configure each component as well as validation data.
  • Define the process name, which will appear on the invoice as billing item.
  • You can enable a developer mode by switching on “magicFlow” in the handshake.

Request Structure

Request DTO

Handshake Response

Handshake Response Structure

Using the SDK Example