Card Failed

When to use it: You have received, in the connector, a request to create a card but the provider has send a KO to the request so you must notify Toqio about this so the card is in sync.

webhookType: CARD_FAILED

model:

{  
    "cardId": "uuid"  
}

example:

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