Card Events
CARD_3DS_OTP
Fired when a 3D Secure authentication code is generated for a card transaction.
WEBHOOK
Fires when a 3D Secure authentication code is generated for a card transaction. Deliver this code to the cardholder immediately — 3DS codes expire within 5 minutes.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 for which the 3DS code was generated |
code | string | The one-time 3DS authentication code |
type | string | Always 3DS 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.

