Skip to content

Accounting Visibility Event

Request

Webhook for updates to orders and trips. Subscribe to this endpoint to receive updates.

Note that both support our canonical VisibilityUpdate schema, but the body can also be a custom mapped format.

Bodyapplication/jsonrequired
Any of:
timestampstring, (date-time)(Timestamp)required

Event timestamp in UTC

updatesArray of any(Updates)required

Set of updates for invoices and credit notes. Note that by default these events will only trigger on status transitions, not on field changes. Note that this is a combination of invoicing and accounting updates.

POST
https://<accounting-visibility-event-receiving-payload>
{ "timestamp": "2019-08-24T14:15:22Z", "updates": [ {} ] }

Responses

Successful Response

Bodyapplication/json
any
Response
// No response example