mobile_activation TCN

A card was successfully provisioned to a mobile wallet. The wallet_type field contains the mobile wallet type (Apple, Google, Samsung), and the first letter of the code also indicates the wallet type:

  • Axxx — Apple Pay
  • Gxxx — Google Pay
  • Sxxx — Samsung Pay

  • CodesATCN, GTCN, STCN
  • Event trigger — Galileo receives notification from the card network that the tokenized card has been successfully provisioned to the mobile wallet.

Fields

All fields are strings. Your field names may vary. Default fields are included in the default webhook template. See Default and optional fields for more information.

Field Default Description
auth_id X

Galileo-generated ID for the authorization request. This ID is unique per subnetwork. Example: "12303090"

cad

Galileo-generated card ID. Example: "12534"

msg_event_id X

Unique Galileo-generated identifier for this message. Example: "243693"

msg_id

The four-letter code to identify this event. Example: "ATCN"

network

See Events Network Codes for possible values. Example: "V"

pmt_ref_no X

Galileo 12-digit payment reference number (PRN) for the account. Example: "155101003022"

timestamp X

Date-time when this event was created in Mountain Standard Time (GMT -0700). Format: YYYY-MM-DD hh:mm:ss MST Example: "2025-01-31 17:20:33 MST"

token_id

Unique identifier for the token, provided by the card network in the Tokenization Complete advice. Called "Token Unique Reference" by Mastercard and "Token Reference ID" by Visa." Example: "DAPLMC00001016928f8dbe28d4eb48c784204ea4f826b5a7"

type X

The name of this event: "mobile_activation TCN"

wallet_type X

Wallet provider. Possible values:

  • "Apple" (event code ATCN)
  • "Google" (event code GTCN)
  • "Samsung" (event code STCN)

Example

# mobile_activation TCN example:
{
  "auth_id": "12303090",
  "cad": "12534",
  "msg_event_id": "243693",
  "msg_id": "ATCN",
  "network": "V",
  "pmt_ref_no": "155101003022",
  "timestamp": "2025-01-31 17:20:33 MST",
  "token_id": "DAPLMC00001016928f8dbe28d4eb48c784204ea4f826b5a7",
  "type": "mobile_activation TCN",
  "wallet_type": "Samsung"
}