---
title: "Update Deposit Customer"
method: PATCH
path: "/v1/deposit-customers/{depositCustomerToken}/api-key"
tags: ["Deposits"]
---

# Update Deposit Customer

`PATCH /v1/deposit-customers/{depositCustomerToken}/api-key`

Updates a customer associated with a specific deposit using the depositCustomerToken.

## Path parameters

- `depositCustomerToken` string, required

## Query parameters

- `apiKey` string, required

## Request body

- UpdateDepositCustomer
  - `recipientPublicKeys` string[] — List of recipient public keys.
  - `disabled` boolean — Indicates whether the deposit customer is enabled or disabled. Set to true to disable, or false to enable.
  - `additionalJSON` string — Optional JSON string containing metadata.

## Response `200`

The deposit customer was updated successfully

- UpdateDepositCustomer[]
  - `recipientPublicKeys` string[] — List of recipient public keys.
  - `disabled` boolean — Indicates whether the deposit customer is enabled or disabled. Set to true to disable, or false to enable.
  - `additionalJSON` string — Optional JSON string containing metadata.

## Other responses

- `401` — Provided API key has no access to the resource.

---

[API](https://skmtc.net/hel/apis/helio-open-api.md) · [All operations](https://skmtc.net/hel/apis/helio-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hel/helio-open-api/versions/5732beb2d39f/schema)
