Skip to main content
Requirements:
  • API key pair
  • DEV environment
  • Finances added to your environment
Dummy results only work in the DEV environment. Calling either endpoint from any other environment returns an error:Why is DEMO excluded? The DEMO environment is intended for showing the real verification flow to prospective clients. Dummy shortcuts would let partners simulate completed verifications without going through the actual process, which could give clients a misleading picture of what the product does. The restriction is intentional.

Dummy Auto Results

You can create a session with a dummy auto status for verification in the development environment. The request must contain the same parameters as session creation plus dummyStatus, which defines the dummy session’s auto result.

Request Example

Response Example

A successful API call returns a JSON response with a scanRef that can be used to add a dummy manual status.

Dummy Manual Result

You can add a dummy manual status for a verification in the development environment and receive the same webhook as after a real manual review.
  • The client’s verification must already be created. If not, generate a new token with dummyStatus first.
  • For an approved verification, you need to provide both FACE_MATCH and DOC_VALIDATED statuses.

Request Parameters

Request Example

A successful API call returns a response with a 200 status code.