Ticket order updated Webhook
This webhook is triggered when a ticket order changes after its creation — currently when tickets of an order are cancelled (fully or partially).
The payload contains the full current state of the order and has the same structure as the Ticket order created Webhook.
Notes
- When only some tickets of an order are cancelled,
statusstays"completed". The change shows in the order lines:quantity,total_count_peopleandtotal_price_in_centsreflect the state after the cancellation. - When all tickets are cancelled,
statusis"cancelled"and thequantityof every order line is0. - When tickets are refunded at a reduced value,
quantity × unit_price_in_centsno longer equalstotal_price_in_cents— always usetotal_price_in_centsfor amounts.
Updated 1 day ago
