> ## 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.

# Wire returns and reversals

> How returns appear on the transfer and in transactions.

A beneficiary bank can return a wire after its original settlement.

The Transfer moves to `returned`, and `Transfer.transactionIds` gains the
return Transaction id. The original Transaction remains available for a
complete audit trail. `wire.returnReason` is part of the schema but is not
populated for domestic wires today; international wires set
`internationalWire.returnReason` when the returning bank supplies one.

List every account impact for the wire with:

```text theme={null}
GET /v2/transactions?transferId=transfer_intent_wire123
```

A return is different from canceling before submission. The API does not offer
a domestic-wire cancellation endpoint.
