Card Activated

When to use it: You have received, in the connector, a request to activate a card so you must send to Toqio the confirmation of the card being active.

webhookType: CARD_ACTIVATED

model

{
    "cardId": "uuid"
}

example:

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