You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an onboarding process expires during identity verification, the process status is changed on the backend, however the status is not checked during identity verification, hence the process continues. We should handle this properly by failing the identity verification. Documents should be failed as well. Identity verification and document fails should be done in cascade in one transaction together with failing the process. Orphan documents and identity verifications should fail as well in a separate job. We should log at least count of changes and be open to journal particular ids.
The text was updated successfully, but these errors were encountered:
When an onboarding process expires during identity verification, the process status is changed on the backend, however the status is not checked during identity verification, hence the process continues. We should handle this properly by failing the identity verification. Documents should be failed as well. Identity verification and document fails should be done in cascade in one transaction together with failing the process. Orphan documents and identity verifications should fail as well in a separate job. We should log at least count of changes and be open to journal particular ids.
The text was updated successfully, but these errors were encountered: