Skip to main content
WEBHOOK
card.replaced
{
  "event": "card.replaced",
  "version": "3.20",
  "eventId": "e2f3a4b5-c6d7-8901-fabc-012345678901",
  "sign": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0",
  "data": {
    "cardId": "crd_newx1y2z3w4v5",
    "previousLast4": "4829",
    "cardholderId": "CH-ABC123DEF456",
    "last4": "7391",
    "brand": "VISA",
    "status": "ACTIVE",
    "reason": "LOST",
    "timestamp": "2026-04-30T17:00:00+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.replaced",
  "version": "3.20",
  "eventId": "e2f3a4b5-c6d7-8901-fabc-012345678901",
  "sign": "a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0",
  "data": {
    "cardId": "crd_newx1y2z3w4v5",
    "previousLast4": "4829",
    "cardholderId": "CH-ABC123DEF456",
    "last4": "7391",
    "brand": "VISA",
    "status": "ACTIVE",
    "reason": "LOST",
    "timestamp": "2026-04-30T17:00:00+00:00"
  }
}

Body

application/json
event
string
Example:

"card.replaced"

version
string
Example:

"3.20"

eventId
string<uuid>

Unique event ID — use for deduplication

Example:

"e2f3a4b5-c6d7-8901-fabc-012345678901"

sign
string

HMAC-SHA256 of the data object using your webhookSecret

Example:

"a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t0"

data
object

Response

200

Acknowledge receipt of the event