Stripe

Stripe webhook live test

Webhook is the source of truth, redirect only shows status.

Do not deliver paid result from a pretty URL without verified payment.

owner action

Check endpoint, webhook secret, idempotency, event log, purchase unlock, and delivery job.

evidence

  • Stripe event id
  • delivery job
  • purchase unlock

stop if

  • Success page is treated as payment without webhook event.

commands

npm run checkout-delivery:checknpm run test -- --run tests/checkout-delivery-engine.test.ts

related