npx agent-cards extension install and load it in Chrome.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | No | Navigate to this checkout URL first, then pay. If omitted, uses the active Chrome tab. |
amount_cents | number | No | Amount in cents. If omitted, auto-detects from the checkout page. |
tab_id | number | No | Chrome tab ID. If omitted, uses the active tab. |
Returns
A summary with the card ID, last 4 digits, amount, fill status, and which form fields were filled. If creating the card needs the user’s approval, it returnsstatus: "approval_required" with an approvalId to pass to approve_request; call pay_checkout again after approval. On failure it returns status: "error" with an error message.