Managed card state change
Webhook
/managed_cards/state_change/watch Sent each time a managed card is activated, blocked, unblocked, or destroyed — whether the change came from your own call, from the cardholder, or from Weavr.
state.blockedReason and state.destroyedReason say what drove the change, which distinguishes
a card the cardholder reported lost from one you blocked yourself.
Enable and configure webhooks in the Embedder Portal; recent events are listed on its
Webhook Logs page. Weavr sends this event to {Webhook URL}/managed_cards/state_change/watch.
Payload
*application/json
Sent on the /managed_cards/state_change/watch webhook each time a managed card is
activated, blocked, unblocked, or destroyed.
ManagedCardStateChangeEventManagedCardStateChangeEvent · object · 6 fields
Responses
204No Content
Event received.