WEBHOOK
core.external-account.deleted
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "type": "core.external-account.deleted",
  "createdAt": "2024-07-16T00:00:00Z",
  "data": {
    "external-account": {
      "id": "aa6e6efa-8d73-497c-8278-0347f459bd68",
      "ownerId": "1e32fca3-23f7-40ed-bc1b-de10c790182d",
      "type": "card",
      "status": "ok",
      "label": "My Visa Card",
      "asset": "GBP",
      "network": "visa",
      "features": [
        "deposit",
        "withdraw"
      ],
      "details": {
        "type": "debit",
        "last4Digits": "1519",
        "expiryDate": {
          "month": 12,
          "year": 2030
        }
      },
      "createdAt": "2024-06-01T00:00:00Z",
      "updatedAt": "2024-07-15T00:00:00Z"
    }
  }
}

Headers

webhook-id
string
required

The unique identifier of the webhook.

webhook-timestamp
integer
required

The timestamp of the webhook, in seconds after the Unix epoch.

webhook-signature
string
required

The signature of the webhook.

Body

application/json

External account deleted event.

The webhook event information.

Response

200

Return a 200 status to indicate that the data was received successfully.