> For the complete documentation index, see [llms.txt](https://docs.delos.financial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.delos.financial/baas-wiki/basics/slas-and-statuses.md).

# SLAs and statuses

### Timeframes

\
**Application approval:** for corporations it’s 10 business days - this is the upper limit, however we try to fit within 5-7 business days; for Individuals it’s 2-3 business days. However, this depends on our and our partners' compliance, hence some cases may take longer.\
**Counterparty approval:** from several minutes up to several hours in case of additional compliance check <br>

**Transaction Processing Timelines**

We strive to process your transactions as quickly and reliably as possible. Below are the estimated timelines you can expect for each payment method:

<table data-header-hidden data-search="false"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td>Payment Method</td><td>Estimated Timeline</td></tr><tr><td><strong>FPS</strong></td><td>Up to 2 hours</td></tr><tr><td><strong>SEPA Instant</strong></td><td>Up to 2 hours</td></tr><tr><td><strong>Fedwire</strong></td><td>Within 1 business day</td></tr><tr><td><strong>SEPA Credit Transfer</strong></td><td>Within 1 business day</td></tr><tr><td><strong>ACH</strong></td><td>Within 1 business day</td></tr><tr><td><strong>SWIFT</strong></td><td>1–3 business days</td></tr><tr><td><strong>Crypto / FX Exchanges</strong></td><td>Up to 1–24 hours</td></tr></tbody></table>

> **Please note:** The above timelines are targets and may be affected by third-party banking partner cut-off times, technical maintenance, or unforeseen delays. In certain cases, transactions may be paused for additional verification checks, such as Request for Information (RFI) or Know Your Transaction (KYT) reviews. If this happens, we will notify you directly with the specific reason, and the estimated timeline above will no longer apply.

### Transaction statuses

\
**Pending** - transaction has been ordered but not yet processed, usually in happens automatically within a short time period\
**In progress** - transaction is being processed by the correspondent bank, if the timeframes mentioned above passed, please contact our support.\
**Success** - transaction is credited to the destination account.\
**Cancelled** - transaction will not be processed, funds returned. If you did not initiate cancelling, please contact our support.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.delos.financial/baas-wiki/basics/slas-and-statuses.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
