Card Cancel

When to use it: You have received, in the connector, a request to cancel a card. Canceling a card is irreversible so you will send to Toqio a notification when the card is confirmed as closed in the provider side. When sending this webhook, a notification will be sent to the card holder to notify about the cancellation.

webhookType: CARD_CANCEL

model

{
    "cardId": "uuid"
}

example:

{  
    "cardId": "e1f2a3b4-c5d6-e7f8-g9h0-i1j2k3l4m5n6"  
}