Card Token

Send passcode webhook payload object

The send passcode webhook payload is the data of the issuing.card_token.send_passcode and issuing.card_token.device_binding.send_passcode webhooks. It contains the card token fields, the one-time passcode to deliver to the cardholder, and the delivery method and destination. Read more about cardholder verification.

Object Parameters

activation_denied_at

date-time

Timestamp when the token entered activation_denied status

card_account_id

string

The ID of the card account

card_id

string

The ID of the card

card_program_id

string

The ID of the card program

created_at

date-time

The creation timestamp of the card token

deactivated_at

date-time

Timestamp when the token was deactivated

device_name

string

The name of the device the token is provisioned to

device_type

enum

The type of device the token is provisioned to. Possible values: mobile_phone, tablet, watch, mobile_phone_or_tablet, pc, ecommerce, unknown

first_activated_at

date-time

Timestamp when the token was first activated

first_paused_at

date-time

Timestamp when the token was first paused

id

string

The ID of the card token

last_activated_at

date-time

Timestamp when the token was last activated

last_paused_at

date-time

Timestamp when the token was last paused

network_token_reference_id

string

The network token reference used to identify this token in wallet SDKs. Available for Visa tokens when assigned by the network.

otp_email

string

The email address to deliver the passcode to. Present only when otp_method_type is email; otherwise omitted.

otp_method_type

string

The resolved delivery method for the passcode (sms or email). Empty when Column cannot resolve the delivery method.

otp_phone_number

string

The phone number (E.164) to deliver the passcode to. Present only when otp_method_type is sms; otherwise omitted.

otp_value

string

The one-time passcode to deliver to the cardholder.

pending_activation_at

date-time

Timestamp when the token entered pending_activation status

pending_authentication_at

date-time

Timestamp when the token entered pending_authentication status

provisioning_decisioning_details

object

Provisioning decisioning details for the card token See Provisioning decisioning details sub-object.

requestor_name

string

The name of the token requestor (e.g., the digital wallet provider)

status

enum

The status of the card token Possible values: pending_activation, stepping_up, pending_authentication, activation_denied, active, paused, deactivated

stepping_up_at

date-time

Timestamp when the token entered stepping_up status

token_type

enum

The type of token. Possible values: wallet, card_on_file

wallet_type

enum

The type of digital wallet. Possible values: apple_pay, google_pay, samsung_pay, unknown