Card Events
CARD_ISSUED
Fired when a card is successfully issued to a cardholder.
WEBHOOK
Fires immediately after a successfulDocumentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
POST /cards request — the card provider confirms the card is active and ready to be funded.
Event Type
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
cardId | string | The newly issued card ID |
cardholderId | string | The cardholder the card belongs to |
programId | string | The program the card belongs to |
status | string | Always ACTIVE at issuance |
cardType | string | Always VIRTUAL |
cardBrand | string | VISA or MASTERCARD |
maskedPan | string | Masked card number |
last4 | string | Last 4 digits of the PAN |
expiryMonth | integer | Expiry month (1–12) |
expiryYear | integer | Expiry year (4-digit) |
currency | string | Card currency (ISO 4217) |
Common Use Cases
- Display the new card to the cardholder in your UI
- Record the card in your internal database linked to the cardholder
- Trigger a “Your card is ready” 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.

