---
title: "Search V3"
method: POST
path: "/pws/customerservice/v3/search/"
tags: ["Tokenization customer service"]
---

# Search V3

`POST /pws/customerservice/v3/search/`

Provides the ability to search for tokens based on Account PAN, Token Unique Reference, Token, Payment App Instance Id or Comment Id.

## Request body

- SearchInternal
  - `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

## Response `200`

Successful Response

- SearchResponseModel
  - `header` Header
    - `error_desc` string, required — Error Description
    - `error_id` integer, required — Error Id
  - `body` SearchResponse
    - `responseId` string
    - `accounts` MeaAccount[]
      - `accountPanSuffix` string
      - `expirationDate` string
      - `alternateAccountIdentifierSuffix` 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)
