---
title: "Update a network token"
method: PATCH
path: "/networkTokens/{networkTokenId}"
tags: ["Network tokens"]
---

# Update a network token

`PATCH /networkTokens/{networkTokenId}`

Updates the status of the network token.

## Path parameters

- `networkTokenId` string, required

## Request body

- UpdateNetworkTokenRequest
  - `status` 'active' | 'suspended' | 'closed' — The new status of the network token. Possible values: **active**, **suspended**, **closed**. The **closed** status is final and cannot be changed.

## Response `202`

No Content - look at the actual response code for the status of the request.

## Other responses

- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

---

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