Webhook Card Control Updated
Event
card.control.updated
Explanation
FinTechs can utilize the Card Control Updated webhook to receive notifications whenever changes are made to the settings or features associated with a card, ensuring that users have the most up-to-date control options for their card management.
When it occurs
This Webhook fires when essential information such as the business name, address, or contact information is updated.
Payload
{"event": "card.control.updated","referenceId": "889a07a7-1c48-432f-a80f-6690c6e8cbd5","timestamp": "2023-03-15T21:03:10.227","data":{"cardId": "2b2cd1c3-0305-4afe-b4e9-2e31481ea391","controls": {"merchantControls": [{"type": "DEPARTMENT_STORES","description": "Department Stores Control","flag": true,"alert": true,"attributes": [{"name": "department","value": "electronics"}]}],"transactionControls": [{"type": "ALL","description": "All transactions Control","thresholdAmount": 500000,"transactionCount": 50,"interval": "CYCLE","flag": true,"alert": true},{"type": "IN_STORE","description": "In store control","thresholdAmount": 50000,"transactionCount": 5,"interval": "MONTHLY","flag": true,"alert": true}],"postedTime": "2020-12-20T13:55:00.073876Z"}}}