For the complete documentation index, see llms.txt. This page is also available as Markdown.

Network Tokens Lifecycle Events Report

Overview

The example below documents the detail report for Network Token Lifecycle events, which captures every provisioning and update event for network tokens on an individual account.

Field Reference

Column
Description
Example

card_id

Unique identifier of the card in the VGS Card Management Platform (CMP).

CRDpA1223434hvHzdDwc6

card_bin

The first 6 digits of the underlying card (PAN), identifying the issuer.

345888

card_expiration_month

Expiration month of the underlying card (1–12).

8

card_expiration_year

Expiration year of the underlying card.

2030

card_last4

Last 4 digits of the underlying card (PAN).

1005

card_first8

First 8 digits of the underlying card, when available. May be empty.

48212500

payment_account_reference

Payment Account Reference (PAR). A non-sensitive value that links a card to its network tokens across the payment ecosystem. May be empty.

V00100...

network_token_expiration_month

Expiration month of the network token. Empty when no active token exists.

6

network_token_expiration_year

Expiration year of the network token. Empty when no active token exists.

2042

network_token

The network token (DPAN) provisioned for the card. Empty when provisioning has not succeeded.

4242000000004242

network_token_bin

BIN of the network token.

424200

network_token_last4

Last 4 digits of the network token.

4242

state

Current state of the network token for this card (for example, active or failed).

active

tenant_id

Identifier of the CMP account that this card belongs to.

ACT12ab...

updated_at

Time the record was last updated in CMP (RFC 3339, UTC).

2026-06-06T18:30:00.322Z

reason_code

Machine-readable code describing the outcome of the event.

cmp_network_token.provisioned

reason_text

Human-readable explanation of the reason code.

A network token has been successfully provisioned.

event

The lifecycle event type that produced this record.

cmpnetworktoken_updated

fingerprint

Unique identifier for the individual card, useful for de-duplication.

bc3PnXZJgNnZ6h9...

timestamp

Time the event actually occurred (RFC 3339, UTC).

2026-06-06T18:29:59.382Z

Sample Report

Last updated