Sumsub verification status

For MAIN and LIVENESS Sumsub levels
and on APPLICANT_PENDING/APPLICANT_REVIEWED/APPLICANT_ACTION_REVIEWED Sumsub hooks
Whitebird send to merchant webhook, only for linked client

Webhook structure:

{
	“type”: “SUMSUB_STATUS_CHANGED”,
	“linkId”: “uuid”,
	“processName”: “applicantPending/applicantReviewed/applicantActionReviewed”,
	“levelType”: “MAIN/LIVENESS”,
  “reviewResult: “GREEN/YELLOW/RED/IGNORED/UNKNOWN” //only for applicantActionReviewed. For other types “UNKNOWN” will send
  “actionId”: “string” //only for LIVENESS
	“createdAt”: “yyyy-mm-ddThh:mm:ssZ”
}

Sumsub actions:

NameDescription
APPLICANT_PENDINGUser passed all required steps and action was sent to pending status for a check. For MAIN flow
APPLICANT_REVIEWEDApplicant action check has been completed. For MAIN flow
APPLICANT_ACTION_REVIEWEDApplicant action check has been completed. For LIVENESS flow

Contact us for more info about SUMSUB