{
"id": "<string>",
"type": "CARD_SHIPMENT_STATUS_UPDATED",
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"destinationAddress": {
"line1": "<string>",
"line2": "<string>",
"zone": "<string>",
"city": "<string>",
"postalCode": "<string>",
"country": "US"
},
"recipient": {
"firstName": "<string>",
"lastName": "<string>",
"phoneNumber": "<string>",
"dialCode": 123,
"email": "jsmith@example.com"
},
"courier": {
"type": "POSTAL"
},
"trackingNumber": "<string>",
"trackingUrl": "<string>",
"cutoffDate": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"submittedAt": "<string>",
"deliveredAt": "<string>"
}
}Notifications
Card shipment status updated
Fired when a card shipment status changes (e.g., in production, ready to ship, in transit, delivered) or per-card production state changes.
WEBHOOK
CARD_SHIPMENT_STATUS_UPDATED
{
"id": "<string>",
"type": "CARD_SHIPMENT_STATUS_UPDATED",
"data": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"destinationAddress": {
"line1": "<string>",
"line2": "<string>",
"zone": "<string>",
"city": "<string>",
"postalCode": "<string>",
"country": "US"
},
"recipient": {
"firstName": "<string>",
"lastName": "<string>",
"phoneNumber": "<string>",
"dialCode": 123,
"email": "jsmith@example.com"
},
"courier": {
"type": "POSTAL"
},
"trackingNumber": "<string>",
"trackingUrl": "<string>",
"cutoffDate": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"submittedAt": "<string>",
"deliveredAt": "<string>"
}
}