Skip to content

Add Arc Receipts Webhook Inbox + Replay#5

Merged
horn111 merged 1 commit into
mainfrom
feat/arc-webhook-inbox-replay
Jun 28, 2026
Merged

Add Arc Receipts Webhook Inbox + Replay#5
horn111 merged 1 commit into
mainfrom
feat/arc-webhook-inbox-replay

Conversation

@horn111

@horn111 horn111 commented Jun 28, 2026

Copy link
Copy Markdown
Owner

Description

Adds a local in-memory Webhook Inbox for Arc Receipts.

The demo now completes the full local payment ops loop:

create invoice
watcher sees payment
receipt generated
signed webhook delivered
SDK verifies signature
delivery attempt stored
webhook replayed with fresh timestamp

This turns the watcher flow into a verified delivery flow developers can run locally.

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Refactoring

Related Issues

N/A

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have added tests that prove my feature works
  • New and existing tests pass locally with my changes
  • I have updated the documentation accordingly
  • I have updated the CHANGELOG.md

Testing

  • npm.cmd run typecheck
  • npm.cmd run test --workspaces --if-present -- --reporter=dot
  • node_modules\.bin\tsc.cmd --noEmit --project apps/demo/tsconfig.json --incremental false
  • Local browser check on http://localhost:3005: Run Watcher Flow -> verified delivery attempt Add Arc Receipts MVP #1 -> Replay Webhook -> delivery attempt Add Arc Testnet receipt watcher #2 with fresh signature timestamp

Screenshots

N/A

@vercel

vercel Bot commented Jun 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
arc-nano-kit-demo Ready Ready Preview, Comment Jun 28, 2026 4:16pm

@horn111
horn111 merged commit 1387ae3 into main Jun 28, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant