> ## Documentation Index
> Fetch the complete documentation index at: https://docs.slash.com/llms.txt
> Use this file to discover all available pages before exploring further.

# International wire lifecycle

> Every international wire status and what moves it.

An international wire can be created in USD without a quote, or in a supported
foreign currency against an unexpired FX quote. It cannot be canceled through
the API.

Before network completion it can be `pending_approval`, `in_review`,
`scheduled`, or `pending`. It then becomes `settled`, `failed`, or `canceled`.
A beneficiary bank can later move a settled wire to `returned`.

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/slash-9da6c7e7/5Zg1KnhscyuyjHbk/images/charts/international-wire-lifecycle.light.svg?fit=max&auto=format&n=5Zg1KnhscyuyjHbk&q=85&s=86989de0d66526c56e094b849d56ce9b" alt="International wire transfer lifecycle" width="1181" height="918" data-path="images/charts/international-wire-lifecycle.light.svg" />

  <img className="hidden dark:block" src="https://mintcdn.com/slash-9da6c7e7/5Zg1KnhscyuyjHbk/images/charts/international-wire-lifecycle.dark.svg?fit=max&auto=format&n=5Zg1KnhscyuyjHbk&q=85&s=facb0777a2daa5916652bce8e7d1f1b3" alt="International wire transfer lifecycle" width="1181" height="918" data-path="images/charts/international-wire-lifecycle.dark.svg" />
</Frame>

The network UETR appears as `internationalWire.uetr` when available. A return
reason appears in `internationalWire.returnReason`.

Poll `GET /v2/transfers/international-wire/{transferId}` or use transaction
webhooks: retrieve the Transaction named by `entityId`, then follow its
`transferId`.
