Skip to main content

Webhook URLs

Set these URLs so your systems get notified as orders move through Pickpad (see Webhook Notifications):

SettingEvent
Order distributed webhookFires when an order gets assigned to a Pickpad
Order prepared webhookFires when an order is marked as ready
Order taken webhookFires when an order is picked up
Order accuracy webhookFires when the weight doesn't match what's expected
Order canceled webhookFires when an order is canceled from the POS or manually by staff

Additional Settings

SettingDescription
Taken webhook delayHow long to wait (in seconds) before firing the taken webhook, so there's time to get an accurate weight reading. Default: 30s
Use static IP for webhooksRoutes webhooks through a proxy with the static IP 34.31.226.91 — handy if your firewall needs a specific IP whitelisted
Webhook secretRead-only, unique to your account. Sent as the X-Webhook-Secret header on every outgoing webhook so your server can verify the request actually came from Pickpad — see Request Headers