# Settle wire transfer

**POST** `/simulate/transfers/wire/settle`

Forces the submission and settlement of an outgoing Wire transfer, regardless of the operating hours of the Sandbox Fed. The wire message should move from `PENDING_SUBMISSION` to `COMPLETED` after this API call.

### Body Parameters

- `wire_transfer_id` `string` _(required)_ — The ID of the wire transfer to settle

**Request**

```shell
curl 'https://api.column.com/simulate/transfers/wire/settle' \
  -XPOST \
  -u :<YOUR API KEY> \
  -d wire_transfer_id="<wire_transfer_id>"
```

**Response 200**

```json
{}
```
