Index

Compliance Timing Gaps

Up: Payment Risk Events See also:

Definition

A Compliance Timing Gap is the dangerous window between "Money Moving" and "Risk Checking." It occurs when instant payments outpace asynchronous compliance checks (KYC/AML), leaving the platform exposed to regulatory violations.

Why it matters

Liability. If a sanctioned entity moves money on your platform, you are liable even if you ban them shortly after. The violation occurred the moment the money moved. Regulators punish the gap.

Signals to monitor

  • Time-to-Review: Average minutes between User Signup and Compliance Decision.
  • Gap Volume: Total dollars processed by users in the "Pending Review" state.
  • Enforcement Lag: Time between clicking "Ban" and the user being blocked in the database.
  • Vendor Latency: Response times from IDV providers (e.g., Persona, Checkr).
  • Exposure Meter: Cumulative value flowing through unverified user paths.

Breakdown modes

  • Instant Payouts: Releasing funds before KYC signals are finalized.
  • Queue Overload: Manual review backlogs extending the gap from minutes to days.
  • Fail-Open: System defaulting to "Allowed" when compliance APIs are unreachable.
  • State Integrity Failures: Users reaching enabled payout states without verified signals.

Implementation notes

Observability provides operational clarity to navigate these gaps, but it does not override processor or network controls. Synchronous blocking checks are required for high-velocity or high-value movement.

FAQ