Simulation

Simulate device binding

POST/simulate/issuing/cards/tokens/{card_token_id}/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

stringRequired

Unique identifier for the card token.

Body Parameters

decision_override

stringOptional

Forces 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

stringOptional

Identifier of the device being bound.

device_name

stringOptional

A human-readable identifier for the device being bound.

device_type

enumOptional

The category of device being bound. Possible values: mobile_phone, tablet, watch

wallet_account_id

stringOptional

The wallet account identifier associated with the device binding.