When to use it: You have received, in the connector, a request to suspend a card. Suspending a card is reversible so you will send to Toqio a notification when the card is confirmed as suspended in the provider side.
webhookType: CARD_SUSPEND
model
{
"cardId": "uuid"
}
example
{
"cardId": "e1f2a3b4-c5d6-e7f8-g9h0-i1j2k3l4m5n6"
}