---
title: "Update a payout account"
method: PATCH
path: "/v4/payout-accounts/{id}"
tags: ["Payout Accounts"]
---

# Update a payout account

`PATCH /v4/payout-accounts/{id}`

Update a payout account with externalId

## Path parameters

- `id` string, required

## Request body

- UpdatePayoutAccountV4RequestDto
  - `name` string — Name
  - `isDefaultAccount` boolean — Is default account

## Response `200`

The updated payout account.

- PayoutAccountEntityV4ResponseDto
  - `id` string, required — Payout account ID
  - `name` string, required — Name
  - `externalId` string — External ID
  - `isDefaultAccount` boolean, required — Whether this is the default account for the merchant
  - `createdAt` string, date-time, required — Timestamp of when account was create
  - `updatedAt` string, date-time, required — Timestamp of when account was last updated

---

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