---
title: "Check card eligibility for tokenisation"
method: POST
path: "/eclipse-conductor/vtis/v1/checkEligibility"
tags: ["z.2) Visa Issuer Tokenization"]
---

# Check card eligibility for tokenisation

`POST /eclipse-conductor/vtis/v1/checkEligibility`

## Request body

- VisaCheckEligibilityRequest
  - `deviceInfo` VisaDeviceInformation
    - `deviceBrand` string
    - `deviceID` string
    - `deviceIDType` string
    - `deviceIPAddressV4` string
    - `deviceIndex` string
    - `deviceLanguageCode` string
    - `deviceLocation` string
    - `deviceManufacturer` string
    - `deviceModel` string
    - `deviceName` string
    - `deviceNumber` string
    - `deviceType` string
    - `locationSource` string
    - `originalDeviceID` string
    - `originalDeviceType` string
    - `osBuildID` string
    - `osType` string
    - `osVersion` string
    - `tokenProtectionMethod` string
  - `encryptedData` string
  - `lifeCycleTraceID` string, required
  - `panReferenceID` string
  - `panSource` 'CHIP_DIP' | 'CONTACTLESS_TAP' | 'KEY_ENTERED' | 'MOBILE_BANKING_APP' | 'ON_FILE' | 'TOKEN', required
  - `tokenReferenceID` string
  - `tokenRequestorID` string

## Response `200`

OK

- VisaCheckEligibilityResponse
  - `cardMetadataInfo` VisaCardMetadataInfo
    - `applicationInfo` VisaApplicationInfo
      - `appLaunchURL` string
      - `appLaunchURLScheme` string
      - `associatedApplicationIdentifiers` string[]
      - `associatedStoreIdentifiers` string[]
      - `messagePushTopic` string
      - `messageServiceURL` string
      - `supportsFPANNotifications` boolean
      - `supportsTokenNotifications` boolean
      - `transactionPushTopic` string
      - `transactionServiceURL` string
    - `backgroundColor` string
    - `cardArtData` VisaCardArtData
      - `cardArtRefID` string[]
    - `cardIssuer` string
    - `contactInfo` VisaContactInfo
      - `contactEmail` string
      - `contactName` string
      - `contactNumber` string
      - `contactWebsite` string
    - `foregroundColor` string
    - `labelColor` string
    - `longDescription` string
    - `privacyPolicyURL` string
    - `profileID` string
    - `shortDescription` string
    - `termsAndConditionsID` string
    - `termsAndConditionsURL` string
  - `errorCode` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/eftcorp/apis/eclipse-rest-api.md) · [All operations](https://skmtc.dev/eftcorp/apis/eclipse-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eftcorp/eclipse-rest-api/revisions/9213d52d49a3/schema)
