A tokenized card was frozen, unfrozen, reissued, or cancelled, and the updated tokens have been synchronized with Mastercard. The TOKUP product parameter must be set to receive this event.
- Code —
TKUP - Event trigger — The updated tokens are synchronized with Mastercard.
- Processes — These processes precede the event trigger:
- The
statusfield in the card'sfreeze_infoobject is updated. - The reissued card is activated.
- The card is updated to
status: C(cancelled).
- The
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 |
|---|---|---|
| cad | Galileo-generated card ID. Example: |
|
| ch_group_id | Corporate Hierarchy group identifier. Example: |
|
| extcustid | Identifier used to associate multiple accounts under the same customer. This identifier is supplied by the provider, not Galileo. Example: |
|
| msg_event_id | X | Unique Galileo-generated identifier for this message. Example: |
| msg_id | The four-letter code to identify this event. Example: |
|
| pmt_ref_no | X | Galileo 12-digit payment reference number (PRN) for the account. Example: |
| prod_id | X | The product ID of the account. Example: |
| prog_id | X | The program ID of the account. Example: |
| result | X | Result of the token update attempt. Example: |
| timestamp | X | Date-time when this event was created in Mountain Standard Time (GMT -0700). Format: |
| token_action | X | The type of action that occurred. Possible values:
|
| type | X | The name of this event: |
| xid | X | Internal Galileo-generated ID for an account. Example: |
Example
# token_update example:
{
"cad": "12534",
"extcustid": "acv#-@45!sbsxm%-",
"msg_event_id": "243693",
"msg_id": "TKUP",
"pmt_ref_no": "999101003022",
"prod_id": "1701",
"prog_id": "305",
"result": "Success",
"timestamp": "2025-01-31 17:20:33 MST",
"token_action": "Token updated after card reissued",
"type": "token_update",
"xid": "13162"
}
