---
title: "Update settlement settings"
method: PUT
path: "/api/clearing/v1/enterprise/{enterpriseId}/account/{accountId}/account-settings"
tags: ["Settlement Onboarding"]
---

# Update settlement settings

`PUT /api/clearing/v1/enterprise/{enterpriseId}/account/{accountId}/account-settings`

Update settlement settings for a given Go Account.

Use only with delivery versus payment (DVP) settlements.

**Requires access token scope:** `wallet_spend_all`

## Path parameters

- `enterpriseId` string, required
- `accountId` string, required

## Headers

- `user-id` string, required
- `user-agent` string, required
- `x-forwarded-for` string, required
- `token-scope` string, required
- `origin` string

## Request body

- object
  - `queueAutomationEnabled` boolean, required

## Response `200`

OK

- TradingAccountSettingsResponse
  - `accountId` string, required
  - `affirmationExpirationTime` number, required
  - `feeRates` object
    - `settlement` union, required
      - number
      - string
  - `referralCode` string, required
  - `queueAutomationEnabled` boolean, required
  - `queueAutomationTransactionRouteId` string
  - `queueLastProcessed` string, date-time

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
