v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Token lifecycle

Get token information

Gets token information given a card ID and token ID in the path.

Notes:

get/v1/cards/{cardId}/network-tokens/{tokenId}

Response

token_idstring

Pismo token ID

card_idinteger

Enrolled card ID

wallet_idstring

Wallet ID. Identifies the wallet (Samsung Pay, Google Pay, and so on) on the network.

account_idinteger

Account ID

program_idnumber

Pismo program ID.

org_idstring

Organization ID

payment_app_instance_idstring

Payment app instance ID

tracking_idstring

Customer created tracking ID. Must consist of alphanumeric characters (a-z, A-Z, 0-9), hyphens (-), and colons (:), with a length from 1 to 128. The Pismo platform uses this field to implement idempotency and prevent duplicates.

status'ACTIVE' | 'SUSPENDED' | 'DEACTIVATED' | 'INACTIVE'

Token status

network_dataNetworkDetails

Dynamic data that varies according to network

Example response

{
  "token": {
    "key": {
      "token_ref": "PISMOMOCK000007767550841",
      "pan_ref": "V-2271272911360823654091",
      "payment_network": "mdes"
    }
  },
  "token_id": "412",
  "card_id": 6743052,
  "wallet_id": "ANDROID_PAY",
  "account_id": 6912345,
  "program_id": 1010,
  "org_id": "TN-cc8f8b89-233a-4582-9f36-63ee85278d6d",
  "tracking_id": "3368328d-e4c6-4c75-99a9-9d59f3501d8c",
  "status": "ACTIVE"
}