Token downloaded
If an authorization with token happens and the token doesn't exist in Pismo Platform, an automation will download this token.
Type: object
Domain: cards-tokenization
Event: token_resync
Version: 1
account_id required
Title: Account ID
Description: Pismo account ID
Type: integer
Example:
24146066
card_id required
Title: Card ID
Description: Pismo card ID
Type: integer
Example:
42488842
token_id required
Title: Pismo-created token ID
Type: integer
Example:
42488842
network required
Title: Network
Type: string
Example:
vts
mdes
detail required
Title: Token's detail
Description: Token field(s) to insert
Type: objecttoken_unique_reference required
Title: Token unique reference
Type: string
Example:
DNITHE302303458684581302
pan_unique_reference required
Title: Pan unique reference
Type: string
Example:
V-3023032630894529861293
pan_source required
Title: Pan source
Type: string
Example:
ON_FILE
KEY_ENTERED
token_type required
Title: Token type
Type: string
Example:
CARD_ON_FILE
HCE
token_activation_date required
Title: Token activation date
Description: token activation date
Type: string
Format: date-time
Example:
2020-01-30T10:18:17.000Z
token_expiration_date required
Title: Token expiration date
Description: expiration date format = YYYY-MM
Type: string
Example:
2024-09
status required
Title: Token status
Type: string
Example:
INACTIVE
FAILED
ACTIVE
SUSPENDED
DEACTIVATED
token_requestor required
Title: Token requestor
Type: string
Example:
40010059239
device_id required
Title: Device ID
Description: a unique identifier for the device itself, such as the device IMEI number, serial number, or MAC address
Type: string
Example:
C2ZBY14310005664
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"title": "Token downloaded",
"description": "If an authorization with token happens and the token doesn't exist in Pismo Platform, an automation will download this token.",
"properties": {
"account_id": {
"type": "integer",
"title": "Account ID",
"description": "Pismo account ID",
"examples": [
24146066
]
},
"card_id": {
"title": "Card ID",
"description": "Pismo card ID",
"type": "integer",
"examples": [
42488842
]
},
"token_id": {
"title": "Pismo-created token ID",
"type": "integer",
"examples": [
42488842
]
},
"network": {
"title": "Network",
"type": "string",
"examples": [
"vts",
"mdes"
]
},
"detail": {
"type": "object",
"title": "Token's detail",
"description": "Token field(s) to insert",
"properties": {
"token_unique_reference": {
"type": "string",
"title": "Token unique reference",
"examples": [
"DNITHE302303458684581302"
]
},
"pan_unique_reference": {
"type": "string",
"title": "Pan unique reference",
"examples": [
"V-3023032630894529861293"
]
},
"pan_source": {
"type": "string",
"title": "Pan source",
"examples": [
"ON_FILE",
"KEY_ENTERED"
]
},
"token_type": {
"type": "string",
"title": "Token type",
"examples": [
"CARD_ON_FILE",
"HCE"
]
},
"token_activation_date": {
"type": "string",
"title": "Token activation date",
"format": "date-time",
"description": "token activation date",
"examples": [
"2020-01-30T10:18:17.000Z"
]
},
"token_expiration_date": {
"type": "string",
"title": "Token expiration date",
"description": "expiration date format = YYYY-MM",
"examples": [
"2024-09"
]
},
"status": {
"type": "string",
"title": "Token status",
"examples": [
"INACTIVE",
"FAILED",
"ACTIVE",
"SUSPENDED",
"DEACTIVATED"
]
},
"token_requestor": {
"type": "string",
"title": "Token requestor",
"examples": [
"40010059239"
]
},
"device_id": {
"type": "string",
"title": "Device ID",
"description": "a unique identifier for the device itself, such as the device IMEI number, serial number, or MAC address",
"examples": [
"C2ZBY14310005664"
]
}
},
"required": [
"token_unique_reference",
"pan_unique_reference",
"pan_source",
"token_type",
"token_activation_date",
"token_expiration_date",
"status",
"token_requestor",
"device_id"
]
}
},
"required": [
"card_id",
"token_id",
"account_id",
"network",
"detail"
]
}
{
"account_id": 24146066,
"card_id": 42488842,
"token_id": 42488842,
"network": "vts",
"detail": {
"token_unique_reference": "DNITHE302303458684581302",
"pan_unique_reference": "V-3023032630894529861293",
"pan_source": "ON_FILE",
"token_type": "CARD_ON_FILE",
"token_activation_date": "2020-01-30T10:18:17.000Z",
"token_expiration_date": "2024-09",
"status": "INACTIVE",
"token_requestor": "40010059239",
"device_id": "C2ZBY14310005664"
}
}
Updated 12 days ago