Creates a verification application for the given externalUserId and levelId.
The system creates or links a profile and initializes application context from
profile data (plus optional fixedInfo, phone, email).
After returning, the system starts the verification workflow asynchronously.
The application status will transition through init -> pending -> completed
(or onHold if manual review is required). For AML-only levels the application
may reach completed within seconds. Use GET /v1/individual/applications/{applicationId}
to poll status, or subscribe to Webhook events (application.completed,
application.onHold, etc.) for real-time notifications.
Each profile may have at most one non-terminal application. The conflictStrategy
field controls behavior when an active application already exists:
RESUME_SAME_LEVEL(default): if the samelevelIdmatches, return the existing applicationREJECT_IF_ACTIVE: always return 409 conflict
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||