mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-30 21:01:54 +08:00
Stripe recommends acking webhook events ASAP with a 200. Stripe also recommends employing event idempotency on your end. By responding quickly, you prevent stripe from thinking the webhook failed and retrying the event. Retrying the event in the past used to be responsible for people getting multiple payment receipt emails. Note that even in the case where an event processing genuinely fails, we have a new table to let us recover from it. Currently, recovery will be manual, but since it will be logged to sentry we will be notified. |
||
|---|---|---|
| .. | ||
| backend | ||
| general | ||
| helpers | ||
| js | ||
| global-setup.ts | ||
| globals.d.ts | ||
| helpers.ts | ||
| setup.ts | ||
| snapshot-serializer.ts | ||