v66

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-042174421.1 MB
Event Types

tokenization.two_factor_authentication_code_sent

Occurs when a tokenization request 2FA code is sent to our downstream messaging providers for delivery.

postWebhooktokenization.two_factor_authentication_code_sent

Payload

event_type'tokenization.two_factor_authentication_code_sent' required

The type of event that occurred.

account_tokenstring required

Unique identifier for the user tokenizing a card

card_tokenstring required

Unique identifier for the card being tokenized

createdstring date-time required

Indicate when the request was received from Mastercard or Visa

tokenization_tokenstring required

Unique identifier for the tokenization

Example payload

{
  "account_token": "00000000-0000-0000-0000-000000000002",
  "activation_method": {
    "type": "TEXT_TO_CARDHOLDER_NUMBER",
    "value": "+15555555555"
  },
  "card_token": "00000000-0000-0000-0000-000000000001",
  "created": "2020-01-01T00:00:00Z",
  "tokenization_token": "00000000-0000-0000-0000-000000000003"
}

Response

Return a 200 status to indicate that the data was received successfully