Checkout Intelligence Layer

Z-ZERO Agent Knowledge Base

Our AI agent reads each checkout page in real-time, combining LLM-powered DOM analysis with a curated knowledge base of 20+ common payment patterns — stored in our cloud DB and served live to every agent call, with zero client restarts required.

20+
Patterns Handled
No MCP Update Needed
0 chars
Card Data Exposed to AI

How It Works

01.
Agent calls get_merchant_hints(domain)Queries our cloud Knowledge Base
02.
Brain returns pre_steps + CSS selectorsDomain-specific playbook from DB
03.
Agent passes hints → execute_payment()Playwright uses hints as priority 1
04.
Playwright fills form & submitsCard data never leaves local RAM
Card numbers, CVV, and expiry are processed exclusively inside Playwright (local RAM). The AI agent only sees selectors and URLs — never any PAN or sensitive payment data.

20 Common Checkout Patterns We Handle

Merchant names are never listed. Categories reflect the underlying technical pattern.

IDCategoryPatternStatus
P01StandardSingle-page card form (W3C autocomplete)
P02StandardSeparate month/year dropdown selects
P03StandardHidden CVV field (revealed on focus)
P04StripeStripe.js Unified Element (1 iframe)
P05StripeStripe.js Split Elements (3 iframes)
P06StripeStripe private frame (__privateStripeFrame*)
P07Multi-stepCard form behind payment-method accordion
P08Multi-stepCard form in modal/drawer (click to open)
P09Multi-stepGuest checkout (skip login tab first)
P10PlatformShopify checkout (native card fields)
P11PlatformWooCommerce + Stripe plugin
P12PlatformSaaS subscription billing page
P13PlatformDigital goods single-page checkout
P14SecurityName-on-card required field
P15SecurityCard branded icon auto-detection (VISA/MC)
P16UXSubmit button text: Pay / Place Order / Complete
P17UXAria-label only fields (accessibility-first forms)
P18UXPlaceholder-only field detection (case-insensitive)
P19RoutingWeb3 / crypto payment page (USDC on Base)
P20RoutingEIP-681 merchant wallet detection

New patterns are added automatically as our agents encounter and resolve new checkout scenarios. The knowledge base grows without requiring MCP updates.

Live Platform Playbooks

No approved hints in DB yet.

API: GET /api/checkout-hints?domain=etsy.com — authenticated via your Passport Key (Bearer).

Integrate in minutes

Read the Agent Setup Guide