{
"workflow": {
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"name": "Full KYC Workflow",
"status": "active",
"organization_id": "da760e2f-2f7b-4f5d-b394-766ce9c4fad8",
"created_at": "2026-03-31T14:00:00.000Z",
"updated_at": "2026-03-31T14:00:00.000Z",
"steps": [
{
"id": "id-verification",
"config": {
"age_restriction_settings": {
"age_restriction_mode": "slider",
"country_category_minimum_age": null,
"minimum_age": { "lower": 21, "upper": 51 }
},
"expiry_date_settings": { "expiry_date": 5 },
"face_scan_settings": { "face_front_photo_only": false },
"id_scan_face_settings": { "require_front_only": false },
"id_scan_settings": {
"require_secondary_id": false,
"require_tertiary_id": false
},
"valid_id_types_settings": {
"valid_id_types": {
"driver_license_ca": true,
"driver_license_us": true,
"passport_ca": true,
"passport_us": true
}
},
"valid_states_settings": {
"valid_states": { "AL": true, "AK": true, "AZ": true, "...": "all US + CA" }
}
}
},
{
"id": "face-liveness",
"config": {
"face_liveness_confidence_settings": { "confidence_threshold": 85 },
"face_liveness_settings": { "preferred_liveness_method": "FaceMovementChallenge" }
}
},
{
"id": "age-estimation",
"config": {
"age_restriction_settings": {
"age_restriction_mode": "slider",
"country_category_minimum_age": null,
"minimum_age": { "lower": 18, "upper": 100 }
}
}
},
{ "id": "pep-sanctions", "config": {} },
{ "id": "adverse-media", "config": {} }
]
}
}