execute_payment

Execute a payment using a temporary token. This tool will securely fill the checkout form on the target website. You will NEVER see the real card number - it is handled securely in the background.

Server Z Zero z-zero-mcp-server
Category Financial
Risk class Critical
Parameters 42 required

What execute_payment does on Z Zero

AI agents use execute_payment to commit financial operations through Z Zero — usually the final step of a payment, billing, or trading workflow. A call moves real money.

ParameterTypeRequiredDescription
hints object Optional hints from get_merchant_hints — selectors and pre-steps to guide Playwright. Use when default selectors fail or for complex multi-step checkouts.
token string Yes The temporary payment token from request_payment_token
checkout_url string Yes The full URL of the checkout/payment page
actual_amount number The actual final amount on the checkout page. If different from token amount, system will auto-refund the difference.

Parameters from the server's own tool schema.

Why execute_payment needs a policy

This tool executes an actual payment on an external website, committing real funds. It is unambiguously Financial in nature. The severity is critical because an AI agent misusing this tool could trigger unauthorized real-money transactions at arbitrary merchants, with potentially irreversible financial consequences.

From the tool's definition "Execute a payment using a temporary token" and "securely fill the checkout form on the target website" — directly initiates a real financial transaction using a virtual Visa card.

Risk signalsHandles credentials or secrets (token) · High parameter count (12 properties)

Questions about execute_payment

What does the execute_payment tool do? +

Execute a payment using a temporary token. This tool will securely fill the checkout form on the target website. You will NEVER see the real card number - it is handled securely in the background. It is categorised as a Financial tool in the Z Zero MCP Server, which means it involves financial transactions. Block by default and require explicit approval.

What parameters does execute_payment accept? +

execute_payment accepts 4 parameters: hints, token, checkout_url, actual_amount. Required: token, checkout_url. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on execute_payment? +

Register the Z Zero MCP server in PolicyLayer and add a rule for execute_payment: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Z Zero. Nothing to install.

What risk level is execute_payment? +

execute_payment is a Financial tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.

Can I rate-limit execute_payment? +

Yes. Add a rate_limit block to the execute_payment rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block execute_payment completely? +

Set action: deny in the PolicyLayer policy for execute_payment. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides execute_payment? +

execute_payment is provided by the Z Zero MCP server (z-zero-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.