When to use it: You have received, in the connector, a request to close a card. Closing a card is not reversible so you will send to Toqio a notification when the card is confirmed as closed in the provider side. This endpoint WON'T send a notification to the card holder informing about the cancelation, unlike the previous CARD_CANCEL webhooks
webhookType: CARD_CLOSE
model
{
"cardId": "uuid"
}
example:
{
"cardId": "e1f2a3b4-c5d6-e7f8-g9h0-i1j2k3l4m5n6"
}