pdpp

Sandbox demo — all data is fictional and deterministic. No owner credentials, no live AS/RS, no real records.

grant_sb_quill_paystmt

4 events

Timeline

  1. 01request.receivedreceived
    client/client_quill_tax_demo
    data
    {
      "purpose_code": "tax_filing",
      "requested_streams": [
        "pay_statements"
      ],
      "requested_fields": [
        "period_end",
        "employer",
        "gross_pay_cents",
        "net_pay_cents",
        "currency"
      ]
    }
  2. 02consent.presentedpresented
    client/client_quill_tax_demo
    data
    {
      "surface": "owner_browser",
      "access_mode": "single_use"
    }
  3. 03grant.issuedissued
    client/client_quill_tax_demo
    data
    {
      "access_mode": "single_use",
      "expires_at": "2026-05-22T16:02:00Z"
    }
  4. 04resource.read.succeededsucceeded
    client/client_quill_tax_demo · stream pay_statements
    data
    {
      "stream": "pay_statements",
      "record_count": 3
    }

Reference CLI

pdpp ref grant timeline grant_sb_quill_paystmt
npx -y @pdpp/cli ref grant timeline grant_sb_quill_paystmt

The top form requires @pdpp/cli on PATH (or pnpm exec in this monorepo). The bottom form runs without an install via npx. Set PDPP_OWNER_SESSION_COOKIE when owner auth is enabled.

raw: /sandbox/_ref/grants/grant_sb_quill_paystmt/timeline