> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/exchange/deposit-and-withdraw/fiat/faqs/fiat-withdrawal.md).

# Fiat Withdrawal

### Frequently Asked Questions

<details>

<summary>How long do USD withdrawals take?</summary>

Withdrawals via SWIFT usually arrive within **1-5 business days**, subject to your bank and intermediaries.

</details>

<details>

<summary>What if I enter incorrect bank details?</summary>

Incorrect or incomplete banking details may result in:

* Delayed, returned, or lost funds
* Additional recovery fees

Always ensure your information is correct and updated.

</details>

<details>

<summary>Why was my transaction delayed, suspended, or canceled?</summary>

Transactions can be delayed or suspended due to compliance or risk checks by our banking partners, requiring additional documentation.

If additional information is needed, we'll request:

* Proof of bank ownership (recent 3-month bank statement)
* Source of funds
* Purpose of transfer or other relevant documentation

⚠️ **Important:** Respond promptly to these requests to avoid delays, returned funds, or account restrictions.

</details>

<details>

<summary>Will I need to provide extra documentation?</summary>

In some cases, our banking partner or your own bank may request additional details—for example:

* Purpose of transaction (e.g. “crypto purchase”)
* Proof of source of funds (recent bank statement)
* Any other compliance documentation<br>

If you receive such a request, please reply promptly with the information to avoid processing delays.

</details>


---

# 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://support.backpack.exchange/exchange/deposit-and-withdraw/fiat/faqs/fiat-withdrawal.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.
