Add IDV Socure Result – Validates user’s identification documents uploaded via Doc V SDK.post https://example.com/programs/{programCode}/accounts/{accountIdentifier}/users/{userIdentifier}/kycGates/idvsocureValidates user’s identification documents uploaded via Doc V SDK. Returns KYC state data.Path ParamsprogramCodestringrequiredThe unique code identifying the partner program context.accountIdentifierstringrequiredThe unique identifier of the account associated with the user.userIdentifierstringrequiredThe unique identifier of the user whose documents are being validated.Body ParamsThe Gd.Bos.DataTransfer.Request.IDVSocureRequest object containing document UUID and transaction token.fraudDataobject | nullOptional fraud data for additional verification.fraudData object | nulldocumentUuidstring | nulldeprecatedThe document UUID generated by Doc V SDK.docVTransactionTokenstring | nullThe DocVTransaction token generated by Doc V SDK.eventSourcestring | nullThe event source for the request.apiVersionstring | nullTHe APi Version for the request.HeadersX-GD-RequestIdstringrequiredThe unique request identifier (GUID) for tracking and idempotency. Required in the X-GD-RequestId header.X-GD-ApiVersionstringThe api Version header. Optional. Pass the value V2 if required in integration.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsonResponses 202Accepted 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 2 months ago