---
title: "Transfer card tokens to other card"
method: POST
path: "/v1/cards/{cardId}/network-tokens/pan-update"
tags: ["Card lifecycle"]
---

# Transfer card tokens to other card

`POST /v1/cards/{cardId}/network-tokens/pan-update`

Transfer all active tokens (activated/suspended) from one card to another

This endpoint generates a [PAN updated](https://developers.pismo.io/events/docs/cards-tokenization-pan-update-1) event.


**Notes**: 
  * This endpoint requires an account token - an access token encoded with a Pismo account ID.

  * This is a PCI endpoint, use the https://gw-pci.pismolabs.io/cards-tokenization environment.

## Path parameters

- `cardId` string, required

## Request body

- object
  - `new_card_id` number — ID of card to receive tokens

## Response `202`

Success

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
