Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Triggered when an order is cancelled.
owner_model
organisation
{ "webhook_event": "order.cancelled", "order": { "_id": "<orderId>", "type": "Buy | Sell", "amount": "<number>", "price": "<number>", "user": "<userId>", "token": "<tokenId>", "currency": "<string>", "owner_model": "organisation", "version": "2", "status": "TERMINATED", "customer": "<apiCustomerId?>", "api_customer_email": "<string?>", "meta": { "...": "..." }, "createdAt": "<ISO>", "updatedAt": "<ISO>" } }
Was this page helpful?