Link and connected cards are different paths
Connecting a card to Conto is not the same as connecting a Link wallet. The connected-card guide describes secure card entry, verified purchase authorizations, and requests for single-use checkout credentials. Those steps do not import cards saved in Link or authorize access to a Link account. In a Link checkout flow, Conto evaluates the proposed purchase before the connected executor proceeds to Link. Link authentication and any required buyer consent remain separate from Conto’s spending decision. A Conto approval does not log the buyer in to Link or replace that consent.Where the policy check belongs
The intended sequence is:- The agent prepares a purchase with its merchant, amount, currency, cart, and purpose.
- Conto evaluates the owner’s policies and returns an approval, denial, or request for review.
- The trusted executor stops denied requests and holds requests awaiting review. It rechecks approved purchase details immediately before the payment action.
- The approved flow proceeds to checkout, where the buyer can use Link when it is offered.
- The integration records the observed payment outcome against the original Conto decision.
Make the check enforceable
A policy precheck is advisory if the agent can still pay through another tool. The trusted runtime must enforce these requirements:- Require authorization before a payment-capable action or credential use. Denied and pending requests must not proceed.
- Bind authorization to the buyer, agent, merchant, amount, currency, material cart details, and relevant browser session or execution target.
- Reject expired or revoked authority and recheck changed purchase details. An earlier approval cannot authorize a different cart.
- Keep credentials and privileged browser controls outside model-visible tools. Inventory alternate click, keyboard, script, network, and payment tools that could bypass the guarded action.
- Prevent approval replay and duplicate submission. Preserve the original request identity across review and recovery.