Simulation
Simulate device binding
Simulate a Visa device binding for a card token on a visa_sandbox card. Column records the binding and its decision
on the token and returns the updated card token.
Set decision_override to approve, decline, or step_up to force the outcome without calling your endpoint. When
it is omitted, the binding flows through Column's real decisioning.
Path Parameters
card_token_id
stringRequiredUnique identifier for the card token.
Body Parameters
decision_override
stringOptionalForces the device binding outcome, bypassing the card-status-based decision and the
customer decision webhook. One of approve, decline, or step_up. When omitted, the
binding flows through the real decisioning path.
device_id
stringOptionalIdentifier of the device being bound.
device_name
stringOptionalA human-readable identifier for the device being bound.
device_type
enumOptionalThe category of device being bound.
Possible values: mobile_phone, tablet, watch
wallet_account_id
stringOptionalThe wallet account identifier associated with the device binding.