Event: card.issued
Sent when a new card has been successfully issued for a cardholder.
Payload
| Field | Type | Description |
|---|---|---|
cardId | string | Newly issued card ID |
cardholderId | string | Cardholder the card was issued to |
programId | string | Card program used for issuance |
userId | string | Internal user ID linked to the cardholder |
Response
Your endpoint must return a 2xx status code within 30 seconds to acknowledge receipt. Any non-2xx response or timeout triggers the retry policy.| Status code | Meaning |
|---|---|
200 | Event received and processed |
202 | Event received, will process asynchronously |
| Any non-2xx | Delivery failed — will retry |