> For the complete documentation index, see [llms.txt](https://docs.calypso.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.calypso.money/get-started-with-calypso-api/webhook-subscriptions/delivery-order.md).

# Delivery order

### Webhook Delivery Order

Our service **does not guarantee strict order of webhook delivery**.\
This means that:

* Webhooks may arrive in a different sequence than the order in which events occurred;
* Build your integration around terminal (final) process statuses, not intermediate states;
* Implement idempotency mechanisms for handling duplicate webhooks;
* Use unique event identifiers to prevent duplicate operations;
* Implement API calls to check current status when uncertain;
* Use regular status polling for critical operations.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.calypso.money/get-started-with-calypso-api/webhook-subscriptions/delivery-order.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
