> ## Documentation Index
> Fetch the complete documentation index at: https://docs.reap.global/llms.txt
> Use this file to discover all available pages before exploring further.

# Card tokenization requested

> Fired when a cardholder adds a card to a digital wallet and chooses SMS verification. Contains the OTP so it can be delivered through an alternative channel if the SMS does not arrive. The OTP is valid for a short window (around 2 minutes).



## OpenAPI

````yaml /webhooks/openapi.json webhook CARD_TOKENIZATION_REQUESTED
openapi: 3.1.0
info:
  title: Reap API Webhook Events
  description: >-
    Webhook event schemas for Reap API. These events are delivered to your
    configured webhook endpoint via HTTP POST.
  version: 1.0.0
servers: []
security: []
paths: {}

````