# Order Notification Retry Policy

If Swapped fails to send any of the notifications mentioned in [Order Notifications](/swapped-ramp/readme/order-notifications.md) to your server, we will retry sending the notification for up to 24 hours.&#x20;

We'll retry using the following schedule:

* Once per minute for the first 5 attempts
* Once every 10 minutes for the next 5 attempts
* Once every 20 minutes for the next 5 attempts
* Once every 30 minutes for the next 5 attempts
* Once every hour until 24 hours from order creation have passed.

A 200 response code from your server will stop retries, indicating success. To prevent retries, respond with a 409 status code.\
\
**In the event of a missed order notification, you can resend the most recent notification directly from the** [**Swapped.com Dashboard**](https://dashboard.swapped.com/) **transaction page. This functionality is available to users with the roles of User, Developer or Admin. Or you may request a manually resent callback via your shared support channel.**


---

# Agent Instructions: 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.swapped.com/swapped-ramp/misc./order-notification-retry-policy.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.
