Settings
System-level controls for the mock environment.
Webhook dispatch
Global on/off for outbound webhook delivery. When disabled, the dispatcher still records each event as a
skipped row with skip_reason=dispatch_disabled so you can verify the toggle is working.Webhook delivery delay
Milliseconds between event emission and the outbound POST. Each row fires at
scheduled_at = emit_time + delay. Range 0–60000ms. Saved live; takes effect for newly enqueued deliveries.Current saved value: 5000ms
Reset database
Wipes all transactions and re-applies a seed file so the DB lands in a known-good state. Choose the variant:
scripts/db-populate.sql (full demo) or scripts/db-populate-notransactions.sql (merchant + MIDs only).