Card Update Status

When to use it: Use this webhook to communicate the initial status of a card after a card creation request.

Note: This webhook is only for the initial status and cannot be used to update the status of an existing card

webhookType: CARD_CREATION

model:

{  
    "id": "uuid",  
    "status": "INACTIVE"|"FAILED"|"REJECTED" 
}

example:

{  
    "id": "b3e20a60-7c33-4b92-a316-4f1d4f6a804a",  
    "status": "INACTIVE"  
}