Order status changed
POST
Sent to the webhook URL configured on your key whenever the delivery reaches a new state.
Each request carries an X-Govza-Signature header of the form
t=<unix seconds>,v1=<hex>, where the hex is
HMAC-SHA256(secret, "<t>.<raw request body>"). Verify it against the
webhook secret shown when the webhook URL was set, and reject requests
whose t is more than a few minutes old.
Respond 2xx to acknowledge. Anything else is retried with exponential
backoff for up to eight attempts.
Authorizations
Section titled “Authorizations”Request Body
Section titled “Request Body”Media typeapplication/json
object
event
string
occurred_at
string format: date-time
external_order_id
string
order_code
string
status
string
price
number
tracking_url
string
driver
object
name
string
phone
string
Responses
Section titled “Responses”Acknowledged.