Update Card Controls Command (v1)

Command to update the controls of a card

Architecture

Schema

Message Schema

6 properties

Base type for all commands in the system

id string
required

Unique identifier for the message, typically a UUID

token string
required

Token identifying the card whose controls are being updated

userId string

Identifier of the user who owns the card

atmWithdrawalsAllowed boolean

Whether ATM withdrawals are allowed for this card (true, false, or null to leave unchanged)

onlinePaymentsAllowed boolean

Whether online payments are allowed for this card (true, false, or null to leave unchanged)

contactlessAllowed boolean

Whether contactless payments are allowed for this card (true, false, or null to leave unchanged)