Notification that a card has changed state. The following events trigger a notification:
- Activate a physical card.
- Remove a managed card.
- Report a physical card as lost.
- Report a physical card as stolen.
- Mark a virtual card as compromised.
- Card has expired.
- Block a managed card.
- Unblock a managed card.
- Update card renewal type.
Please note that since a card can have multiple blocks, an unblock event (for which a notification is sent) may not always result in the card state being updated to Active.
The timestamp of the state change, using epoch timestamp with millisecond precision.
Enum:"ENABLED""ACTIVATED""BLOCKED""UNBLOCKED""DESTROYED"
Indicates how the card will be handled once it is close to expiring.
- RENEW: The card will be automatically renewed, keeping the same card number but with a new expiry date and CVV.
- NO_RENEW: Once the expiry date is reached, the card is destroyed.
Enum:"RENEW""NO_RENEW"
- https://api.weavr.io/""https://api.weavr.io/""/managed_cards/state_change/watch
- Mock serverhttps://api.weavr.io/_mock/products/webhooks/openapi/managed_cards/state_change/watch
{ "id": { "id": "string", "type": "managed_cards" }, "timestamp": "string", "eventType": "ENABLED", "state": { "state": "ACTIVE", "blockedReason": "USER", "destroyedReason": "SYSTEM" }, "cardType": "VIRTUAL", "renewalType": "RENEW" }