v66

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

digital_wallet.tokenization_result

Occurs when a tokenization request succeeded or failed.

This event will be deprecated in the future. We recommend using tokenization.result instead.

postWebhookdigital_wallet.tokenization_result

Payload

event_type'digital_wallet.tokenization_result' required

The type of event that occurred.

account_tokenstring required

Account token

card_tokenstring required

Card token

createdstring date-time required

Created date

tokenization_tokenstring required

Tokenization token

Example payload

{
  "account_token": "00000000-0000-0000-0000-000000000002",
  "card_token": "00000000-0000-0000-0000-000000000001",
  "created": "2020-01-01T00:00:00Z",
  "tokenization_result_details": {
    "issuer_decision": "APPROVED",
    "tokenization_decline_reasons": [
      "ACCOUNT_SCORE_1",
      "DEVICE_SCORE_1"
    ],
    "wallet_decision": "APPROVED"
  },
  "tokenization_token": "00000000-0000-0000-0000-000000000003"
}

Response

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