Card Events
CARD_TOKENIZATION_OTP
Fired when a tokenization code is generated for adding the card to Apple Pay or Google Pay.
WEBHOOK
Fires when a tokenization code is generated — typically when the cardholder adds their card to Apple Pay or Google Pay. Deliver the code to the cardholder to complete the wallet provisioning flow.Documentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
Event Type
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
cardId | string | The card being added to a digital wallet |
code | string | The one-time tokenization code |
type | string | Always WALLET_CODE for this event |
timestamp | string | ISO 8601 timestamp |
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

