card.created
LiveDelivered inside the standard event envelope — see data below for this type's payload shape.
Payload
card_idstringrequired
card_product_idstringrequired
pan_hashstring
Example delivery
{
"id": "uuid",
"type": "card.created",
"created_at": "date-time",
"data": {
"card_id": "string",
"card_product_id": "string"
}
}