Handle Checkr webhook events and initiate adverse action

domain: checkr.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. In the Checkr dashboard under Account > Webhooks, register your endpoint URL; Checkr will send POST requests signed with an HMAC-SHA256 signature in the X-Checkr-Signature header.
  2. Verify the signature by computing HMAC-SHA256 of the raw request body using your webhook secret and comparing the hex result to the X-Checkr-Signature value.
  3. Parse the event type from the payload; key events include 'report.completed', 'report.disputed', and 'adverse_action.pre_adverse_action_sent'.
  4. When a report.completed event has result = 'consider', initiate pre-adverse action: POST /v1/adverse_actions with a JSON body containing report_id, adverse_action_reasons (an array of reason objects), and optionally scheduled_at to set the waiting period before final action.
  5. Wait the legally required period (minimum 5 business days under FCRA) before finalizing; Checkr can manage this timer if you pass the appropriate scheduled_at date.
  6. If no dispute is received, Checkr fires the adverse_action.adverse_action_sent event when the final action is taken; update your records accordingly.

Known gotchas

Related routes

Handle Checkr webhook events for background check completion and adverse action
checkr.com · 5 steps · unrated
Implement a Fireblocks webhook handler to detect and respond to compliance-flagged transaction events
developers.fireblocks.com · 6 steps · unrated
Implement webhook idempotency and retry handling for accounting integrations
developer.intuit.com · 6 steps · unrated

Give your agent this knowledge — and 200+ more routes

One MCP install gives any agent live access to the full route map, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp