---
title: "Assign network card profile"
method: POST
path: "/v1/cards/{cardId}/network-tokens/profile"
tags: ["Network card profile"]
---

# Assign network card profile

`POST /v1/cards/{cardId}/network-tokens/profile`

Binds a network card profile to specified card. Pass the network profile identifier as a string. The network card profile determines such things as how the card is visually displayed in a mobile payment app. As the issuer, you need to configure network profiles with the card network.

**Notes**: 
 * This is a PCI endpoint, use the https://gw-pci.pismolabs.io/cards-tokenization environment.
 * This endpoint takes an account token - an access token encoded with a Pismo account ID.

## Request body

- NetworkCardProfileObject — Network card profile object
  - `network_card_profile` string, required — Network card profile that you, the issuer, have already configured with the card network.
  - `update_previous_tokens` boolean — Should previously issued tokens on the network be updated? **ONLY** for VISA and Mastercard. Default is `false`.

## Response `204`

No Content

## 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)
