Skip to main content
WEBHOOK
card.created
{
  "event": "card.created",
  "version": "3.20",
  "eventId": "f7a8b9c0-d1e2-3456-abcd-567890123456",
  "sign": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0",
  "data": {
    "cardId": "crd_9x8y7z6w5v4u",
    "cardholderId": "CH-ABC123DEF456",
    "productId": "PRDX1Y2Z3A4B5C",
    "programId": "PGM1A2B3C4D5E6",
    "last4": "4829",
    "maskedNumber": "****4829",
    "expiryDate": "04/2031",
    "brand": "VISA",
    "currency": "USD",
    "status": "ACTIVE",
    "timestamp": "2026-04-30T10:35:30+00:00"
  }
}

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": "card.created",
  "version": "3.20",
  "eventId": "f7a8b9c0-d1e2-3456-abcd-567890123456",
  "sign": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0",
  "data": {
    "cardId": "crd_9x8y7z6w5v4u",
    "cardholderId": "CH-ABC123DEF456",
    "last4": "4829",
    "brand": "VISA",
    "currency": "USD",
    "status": "ACTIVE",
    "timestamp": "2026-04-30T10:35:30+00:00"
  }
}

Body

application/json
event
string
Example:

"card.created"

version
string
Example:

"3.20"

eventId
string<uuid>

Unique event ID — use for deduplication

Example:

"f7a8b9c0-d1e2-3456-abcd-567890123456"

sign
string

HMAC-SHA256 of the data object using your webhookSecret

Example:

"a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0"

data
object

Response

200

Acknowledge receipt of the event