// guide 4 — payments

Agentic payments: mandates, security, trust

“I'm not giving my card to a robot” — and you're right. Single-use tokens, signed mandates, merchant of record status: this guide explains how agentic payment is built so the question never arises.

The founding objection: “I'm not giving my card to a robot”

It's a healthy instinct, and agentic payment infrastructure is built precisely so you never have to. Two mechanisms handle it: the single-use token and the signed mandate. Understand both and you understand the whole payment layer.

The token: the agent never sees the card

In today's agentic checkouts (ChatGPT's Instant Checkout via ACP, for instance), the payment provider issues a shared token valid for one specific transaction, at one specific merchant. The agent carries that token; only the merchant can convert it into a charge. The card stays with the provider, and the agent handles nothing but a single-use shadow of it — unusable elsewhere, impossible to replay.

Diagram of token-based payment: the card stays with the payment provider, the agent only carries a single-use token that only the target merchant can charge.
Fig. — The single-use token: the agent never sees the card.

The mandate: proof of authorisation

The token settles “how to pay”; the mandate settles “was it allowed”. Formalised by AP2, it comes in two steps: the intent mandate (the frame the user sets: what, how much, from whom, how often) and the cart mandate (the precise transaction, frozen and signed at payment time). That chain of cryptographic proof is what makes autonomous purchasing insurable — and disputes arbitrable.

What merchants must check

  1. You remain merchant of record. In UCP as in ACP, collection, invoicing, VAT and the customer relationship stay with you. Check that any integration preserves that status.
  2. Are your providers ready? The agentic payment layer will largely be carried by them (Stripe, Adyen, card networks). Ask about ACP/AP2 support: the answer is a selection criterion.
  3. Channel cost. Surface commission (OpenAI's ~4% on Instant Checkout) plus usual payment fees: the agentic channel has an acquisition cost, to be arbitrated as such.
  4. Logging. Keep the full record of agentic transactions (token, mandate where applicable, session): that's your evidence in a dispute.

Fraud and disputes: what changes

Agentic commerce shifts risk more than it increases it. The single-use token removes card theft in transit; in exchange, a new dispute appears — “my agent exceeded what I authorised”. That's exactly what mandates make arbitrable: did the transaction match the signed frame? The detailed legal framework, particularly its articulation with EU consumer law (withdrawal rights, PSD2 strong authentication), is still forming — a topic we track in the news section.

KEY POINTS
  • The agent never sees the card: it carries a single-use token.
  • The signed mandate is the proof of authorisation — the key to autonomous purchasing.
  • The merchant stays merchant of record; providers carry most of the technical work.
READ NEXT Guide 5: the 20-point agent-ready checklist