---
title: "Token Update"
method: POST
path: "/pws/customerservice/v3/token/update/"
tags: ["Tokenization customer service"]
---

# Token Update

`POST /pws/customerservice/v3/token/update/`

Used to update Account PAN Mapping Information to an already provisioned token.

## Request body

- MeaTokenUpdateInternal — Mea-TokenUpdateInternal
  - `api_call_unique_identifier` string, required — Unique number that must be passed at each API request. Identifier to make each API request unique
  - `client_id` integer, required — Unique identifier for the client which Paymentology will provide at outset
  - `token` integer, required — Paymentology Public Token.
  - `user_id` string — User Id of the Customer who triggered the API request.
  - `remarks` string — Remarks for API request
  - `commentText` string — Comment related to the token status change. Maximum length of 500.

## Response `200`

Successful Response

- TokenUpdateResponseModel
  - `header` Header
    - `error_desc` string, required — Error Description
    - `error_id` integer, required — Error Id
  - `body` MeaTokenUpdateResponse — Mea-TokenUpdateResponse
    - `responseId` string
    - `tokens` MeaToken[]
      - `tokenUniqueReference` string
      - `primaryAccountNumberUniqueReference` string
      - `tokenSuffix` string
      - `expirationDate` string
      - `accountPanSequenceNumber` string
      - `activationCodeExpirationDateTime` string
      - `correlationId` string
      - `currentStatusCode` string
      - `currentStatusDescription` string
      - `currentStatusDateTime` string
      - `digitizationRequestDateTime` string
      - `finalTokenizationDecision` string
      - `lastCommentId` string
      - `paymentAppInstanceId` string
      - `provisioningStatusCode` string
      - `provisioningStatusDescription` string
      - `storageTechnology` string
      - `suspenders` string[]
      - `tokenActivatedDateTime` string
      - `tokenAssuranceLevel` integer
      - `tokenRequestorId` string
      - `tokenRequestorName` string
      - `tokenType` string
      - `walletId` string
      - `device` Device
        - `deviceId` string
        - `deviceName` string
        - `deviceType` string
        - `secureElementId` string
      - `tokenDeletedFromConsumerApp` boolean
      - `tokenRequestorConsumerFacingEntityName` string
      - `riskInfo` RiskInfo
        - `walletProviderAccountScore` string
        - `walletProviderDeviceScore` string
        - `walletProviderReasonCodes` string[]
        - `visaTokenScore` string
        - `visaTokenDecisioning` string
        - `riskAssessmentScore` string
      - `commentId` string
    - `errors` ErrorResponse[]
      - `category` string
      - `code` string
      - `description` string
      - `emitter` string

## Other responses

- `404` — Webservices does not exist
- `500` — Internal Server error

---

[API](https://skmtc.net/paymentology/apis/payapi-docs.md) · [All operations](https://skmtc.net/paymentology/apis/payapi-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paymentology/payapi-docs/revisions/a675891b0365/schema)
