You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Authorize a Link card using its existing purchase specification.
12
+
13
+
Use only after explicit user approval and when the item advertises authorize. Do not automatically retry provider failures or indeterminate outcomes. Checkout context is not accepted.
"""Prepare an unused AgentCard card for Square checkout.
14
+
15
+
Deliver the returned approval URL and keep the approval page open. Poll the item until ready_to_submit, then submit native Pay before preparation.expires_at. Readiness lasts at most 30 seconds. Unused preparations expire automatically. Preparations are single-use even after failure or expiry; do not automatically retry and reconcile uncertain outcomes with the merchant.
16
+
"""
17
+
18
+
checkout: Required[VaultCheckoutContextParam]
19
+
"""Required when preparing an unused AgentCard card for Square.
20
+
21
+
Consent is bound to this browser and declared merchant origin, not a tab. Wait
22
+
for the item's ready_to_submit status before native Pay and submit within its
23
+
readiness deadline. Unused preparations expire automatically; every preparation
"""Required when preparing an unused AgentCard card for Square.
12
+
13
+
Consent is bound to this browser and declared merchant origin, not a tab. Wait for the item's ready_to_submit status before native Pay and submit within its readiness deadline. Unused preparations expire automatically; every preparation is single-use, including after failure or expiry.
14
+
"""
15
+
16
+
browser_id: Required[str]
17
+
"""Active browser session with this vault bound to it."""
0 commit comments