---
title: "Update External Account"
method: PUT
path: "/api/b2b/external-accounts/{externalAccountId}"
---

# Update External Account

`PUT /api/b2b/external-accounts/{externalAccountId}`

## Path parameters

- `externalAccountId` string, required

## Request body

- object
  - `country` string
  - `currency` string
  - `destination` string
  - `payoutMethod` object
    - `accountName` string
    - `accountNumber` string
    - `code` string
    - `branchCode` string

## Response `200`

200

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — 400

---

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