# Settle ACH transfer

**POST** `/simulate/transfers/ach/settle`

Forces the settlement of an outgoing ACH transfer, regardless of the operating hours of the Sandbox Fed.

### Body Parameters

- `ach_transfer_id` `string` _(required)_ — The ID of the ACH transfer to settle

**Request**

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

**Response 200**

```json
{}
```
