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
"""Prepare an unused AgentCard card for Square checkout.
13
+
"""Prepare an unused AgentCard card for a supported tokenization checkout.
14
14
15
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
16
"""
17
17
18
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
24
-
is single-use, including after failure or expiry.
19
+
"""
20
+
Required when preparing an unused AgentCard card for a supported tokenization
21
+
processor. Consent is bound to this browser and declared merchant origin, not a
22
+
tab. Wait for the item's ready_to_submit status before native Pay and submit
23
+
within its readiness deadline. Unused preparations expire automatically; every
24
+
preparation is single-use, including after failure or expiry.
"""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.
13
+
"""
14
+
Required when preparing an unused AgentCard card for a supported tokenization processor. 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
"""
15
16
16
17
browser_id: Required[str]
17
18
"""Active browser session with this vault bound to it."""
0 commit comments