From 0f285968b658e28ec988cd182dc38cd399655cd7 Mon Sep 17 00:00:00 2001 From: tri-boompay Date: Thu, 19 Feb 2026 01:45:03 +0700 Subject: [PATCH] update expose when idv has failed via the api --- screening-api-docs/api.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/screening-api-docs/api.json b/screening-api-docs/api.json index add05b1..f8b3ae3 100644 --- a/screening-api-docs/api.json +++ b/screening-api-docs/api.json @@ -4958,6 +4958,7 @@ "type": "string", "example": "decline", "nullable": true, + "description": "The application recommendation. Returns null if any submitted applicant has a failed identity verification that has not been manually overridden.", "enum": ["approve", "conditional_approve", "decline"] }, "decision_at": { @@ -5115,6 +5116,7 @@ "type": "string", "example": "decline", "nullable": true, + "description": "The application recommendation. Returns null if any submitted applicant has a failed identity verification that has not been manually overridden.", "enum": ["approve", "conditional_approve", "decline"] }, "decision_at": {