Docs

Documentation

How ZUREQ connects your store to AI agents: the AP2 handshake, the BLIK settlement, and what your store confirms.

For developers

Three calls, the whole route.

ZUREQ runs in front of your store. It exposes your catalog to agents, verifies the AP2 consent, binds the payment to the cart and hands the transaction to your provider. Your checkout stays untouched.

  • Agents find and read your store over the open UCP and MCP protocols, then buy through handshake and checkout.
  • A store adapter for pricing, stock, shipping and orders.
  • Signature verification and replay protection on our side.
agent → zureq · AP2
# 1. the agent learns about the store
GET  /.well-known/ucp
← endpoints, publicKey, BLIK

# 2. ZUREQ opens the purchase and checks consent
POST /api/ap2/handshake
  openCheckoutMandateJwt: "eyJhbGc…"
← checkoutJwt + checkout_hash

# 3. the payment is bound to the cart
POST /api/ap2/checkout
  closedPaymentMandateJwt: "eyJhbGc…"
  payment_instrument: { type: "BLIK" }
← 200 CONFIRMED  order_id, receipts ✓

Payments

Agent commerce is global. Payment is local.

Your customers pay the way they already pay: Stripe globally, BLIK in Poland. The money lands in the same account it does today.

No card data on your side.

Start for free

06FAQ

Frequently asked questions

ZUREQ is the infrastructure layer between AI agents and stores. We plug into your existing store, expose your catalog in the protocols agents understand (MCP and UCP), verify the customer's signed consent per AP2, then route the payment to a licensed provider and bind it to the order.

The customer tells an agent what they want and signs a consent. The agent queries your store over MCP. ZUREQ verifies the consent, the cart and the amount, routes the payment to a provider, writes the order into your store and issues receipts for both sides.

Inside the chats they already use. WhatsApp and our web chat are live today, and we are implementing Telegram and Instagram next. One integration covers every channel.

Every consent is cryptographically signed per the AP2 standard, and every store gets its own signing key. The amount, cart and payee must match, and the same payment can't clear twice. No card data reaches your store.

BLIK through PayU and Przelewy24, plus Stripe, with more providers on the way. The customer pays with a method they already know, and the money lands in the same account it does today.

A flat monthly subscription per store, plus a small fee of about 1.5% on each transaction that runs through ZUREQ. We confirm exact terms during the demo.

ZUREQ runs as a layer in front of your store, so you don't touch your checkout. Adapters for WooCommerce and Shoper are live, a REST API covers custom builds, and more platforms are on the way. Each store gets its own endpoint, key and payment configuration.

AP2 (Agent Payments Protocol) is an open standard for purchases made by AI agents, developed by Google with dozens of payments partners. It defines the signed consents and receipts that let a store verify a purchase before accepting payment.

No. ZUREQ is infrastructure. Payments are processed by licensed providers (PayU, Przelewy24 / PayPro S.A., Stripe). We verify the consent, bind the payment to the cart and hand the transaction off.

Put your store on the routeAI agents already travel.

We'll walk the whole route on your catalog: from the customer's message, through consent and verification, to the payment and the order in your system.

Create account

No card data on your side. A test store in minutes. Hosted in the EU.