latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

Identity Verification (IDV)

Initiate Sumsub IDV for a user

Initiates the Sumsub identity verification flow for a user within an enterprise. Returns a WebSDK URL when verification is pending, or a completion status if the user has already been verified.

post/api/sumsub-service/v1/idv

Request body

userIdstring required

The BitGo user ID

enterpriseIdstring required

The BitGo enterprise ID

verificationType'penny-drop' | 'video-id' | 'liveness-only' required

The verification flow to use. 'penny-drop' requires a bank transfer step. 'video-id' uses a video identification step. 'liveness-only' uses a liveness check only.

sumsubShareTokenstring

Share token to copy an existing applicant from another Sumsub environment

lang'ar' | 'hy' | 'az' | 'bn' | 'bg' | 'my' | 'ca' | 'km' | 'zh' | 'zh-tw' | 'hr' | 'cs' | 'da' | 'nl' | 'en' | 'et' | 'fl' | 'fi' | 'fr' | 'ka' | 'de' | 'el' | 'ha' | 'he' | 'hi' | 'hu' | 'id' | 'it' | 'ja' | 'kk' | 'ko' | 'lo' | 'lv' | 'lt' | 'ms' | 'no' | 'fa' | 'pl' | 'pt' | 'pt-br' | 'ro' | 'ru' | 'sr' | 'sk' | 'sl' | 'es' | 'sw' | 'sv' | 'tg' | 'tr' | 'th' | 'uk' | 'ur' | 'uz' | 'vi' | 'zu'

Language code for the Sumsub WebSDK UI (ISO 639-1). Defaults to en.

includeSdkTokenboolean

When true, generates and returns a Sumsub Mobile SDK access token alongside the WebSDK URL. Not supported for penny-drop verification — returns 400 if combined with verificationType 'penny-drop' (MobileSDK does not support the penny-drop flow).

Response

200

OR
OR
OR