Card Events
CARD_ISSUED
Fired when a card is successfully issued to a cardholder.
WEBHOOK
Fires after a successful
POST /cards request once the card provider confirms the card is active and ready to use.
Event Type
Payload
Payload Fields
cvv, programId, and environment are intentionally excluded from webhook payloads. The CVV is only available once in the POST /cards issuance response.Common Use Cases
- Display the new card details to the cardholder in your UI
- Record the card in your internal database linked to the cardholder
- Trigger a “Your card is ready” push notification to the cardholder
Authorizations
API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.
Body
application/json
Response
200
Acknowledge the event.

