Playbook: Background KYC Monitoring
Background KYC runs automatically for every investor when they create an investment. Unlike blocking verification (which gates payment dispatch), back...
Background KYC runs automatically for every investor when they create an investment. Unlike blocking verification (which gates payment dispatch), background KYC is fire-and-forget -- it never blocks the investment or payment flow. The admin team is responsible for monitoring results and intervening when the compliance provider flags issues.
How Background KYC Works
- Trigger: When an investor creates an investment, the system queues a background KYC submission.
- Submission: The system submits the investor's identity to the compliance provider.
- Deduplication: If the identity is already Pending, In Review, or Approved, the submission is skipped so we don't double-submit.
- Grandfathering: Pre-V2 investors who were carried over as already Approved are skipped automatically.
- Result: The outcome is recorded in the investor's verification history and in the audit trail.
- No blocking: Regardless of the outcome, the investment and payment flow continue unaffected.
Background KYC is controlled by a setting on the compliance policy (see the admin dashboard). When it is disabled, no background KYC is submitted.
What to Monitor
Verification Records
Check for KYC verification records with concerning statuses:
| Status | Meaning | Action Needed? |
|---|---|---|
| Pending | Submitted, awaiting provider processing | No -- normal, usually resolves quickly |
| In Review | Under manual review by the provider | No -- wait for provider |
| Approved | Verification passed | No -- this is the happy path |
| Rejected | Verification failed | Yes -- investigate the reason |
| Needs Info | Provider needs additional information or documents | Yes -- contact the investor |
| Expired | Verification expired | Yes -- may need to re-trigger |
Audit Trail Entries
Background KYC writes entries in the Compliance category of the audit trail. Each entry tells you whether KYC was submitted, skipped, or failed for a given identity, and which investment triggered it.
Key Indicators to Watch
- High failure rate: If a significant percentage of background KYC submissions are failing, there may be a provider issue.
- Repeated failures for the same person: May indicate bad identity data that needs correction.
- "Needs Info" piling up: Investors may need to be contacted proactively.
- Provider timeouts: If submissions are timing out, the provider may be experiencing issues.
When to Intervene
Background KYC issues do not block investments, so there is no urgency to resolve them immediately. However, you should intervene when:
Rejected Verification
- Open the investor's most recent verification record to see the failure reason.
- Look at the investor's identity data in the admin panel.
- If the data looks incorrect, contact the investor to correct it.
- If the data looks correct but was rejected, investigate with the compliance provider.
- The investor can update their information on their profile detail page at
/account/profile/[profileId].
Needs Info
- Open the verification record to see what documents or information are requested.
- Contact the investor explaining what is needed in simple terms.
- The investor can provide updated information through their profile detail page.
- Once updated, you can re-trigger KYC from the admin panel using the "Submit KYC" button on the person page.
Repeated Failures
- Check if the same investor is failing KYC across multiple investments.
- This usually indicates a data quality issue (typo in name, wrong SSN, etc.).
- Contact the investor to verify and correct their identity information.
- Once corrected, the next investment will trigger a fresh KYC submission.
Common Issues and Resolutions
| Issue | Likely Cause | Resolution |
|---|---|---|
| KYC rejected -- name mismatch | Investor entered a nickname or misspelled name | Help investor correct name in their identity |
| KYC rejected -- SSN verification failed | SSN entered incorrectly (transposition error) | Help investor verify and correct their SSN |
| KYC rejected -- address mismatch | Address doesn't match credit bureau records | Help investor update to their registered address |
| KYC needs info -- document required | Provider needs additional identity documentation | Contact investor, explain what is needed |
| KYC pending for hours | Provider processing delay | Usually resolves on its own. If persistent, check provider. |
| KYC not triggered | Background KYC is disabled, or identity already approved | Check config. If identity is already approved, no action needed. |
Relationship to Blocking Verification
Background KYC and blocking verification are independent:
| Concern | Background KYC | Blocking Verification |
|---|---|---|
| When it fires | On every investment commit | During readiness evaluation (when blocking is on) |
| Blocks investment? | Never | Yes, when blocking mode is active |
| Visible to investor? | Never | Yes, when blocking mode is active |
| Who resolves issues? | Admin team | Investor (with admin assistance) |
Both can be active simultaneously. In the current default configuration, background KYC is enabled and verification blocking is set to Skip -- meaning KYC runs in the background for all investors but never blocks any investment.
Related Playbooks
- Verification Issues -- handling KYC/KYB problems when verification blocking is active
- Stuck Investment -- diagnosing investments that aren't progressing
- Understanding the Audit Trail -- how to read audit trail entries
Last updated Apr 22, 2026
Built with Documentation.AI