Outbound webhook: Order created or canceled
POST/webhook-events/order-created-or-canceled
This is not an endpoint on SiPhox — it documents a webhook SiPhox sends to your
configured URL. Fires when an order transitions to pending, created, or canceled;
the payload's order object carries the order ID, current statuses, and any
externalID/externalTags you set at creation. Each request includes an X-Signature
header (HMAC-SHA256 of the raw body using your API token as the secret). Respond with
2xx to acknowledge.
Request
Responses
- 200
Webhook acknowledged by your server.