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

# Token Activate

`POST /pws/customerservice/v3/token/activate/`

Used to activate a token for a digitization that has been approved and provisioned, but requires additional cardholder authentication prior to activation.

## Request body

- TokenActiveInternal
  - `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
  - `reasonCode` 'A' | 'C', required — Reason for the activation. Valid values: "A" = Cardholder successfully authenticated prior to activation. "C" = Cardholder successfully authenticated with a customer service agent prior to activation.
  - `token` integer, required — Paymentology Public Token.
  - `tspToken` string, required — Token Service Provider Unique reference to the 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.
  - `activationCode` string — (conditional) [visa] Required when paymentNetwork is VISA.

## Response `200`

Successful Response

- TokenActivateResponseModel
  - `header` Header
    - `error_desc` string, required — Error Description
    - `error_id` integer, required — Error Id
  - `body` TokenActivateResponse
    - `responseId` string
    - `tokenUniqueReference` 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)
