Payments & checkout
What payment methods can an AI agent use to check out?
Updated
On the 70 DTC stores we found accepting agent checkout in August 2026, the registered payment handlers were Google Pay, a platform card handler and Shop Pay. The set is not a platform constant: three stores registered only two of the three, and the Google Pay entry carries a per-merchant identifier. What an agent can pay with therefore follows the payment methods that merchant enabled for human shoppers, inherited rather than separately configured.
What we observed
A discovery document lists the payment handlers a store will accept from an agent. Reading all 70 that served one gives an unusually clear picture, because the sample is large enough to show both the rule and its exceptions.
| Handler | Stores registering it |
|---|---|
| Google Pay | 69 of 70 |
| Platform card handler | 69 of 70 |
| Shop Pay | 67 of 70 |
The exception is the interesting part
Sixty-seven stores registered all three handlers and three did not. Any deviation at all rules out a fixed platform list and points at per-store configuration, which the per-merchant identifier inside the Google Pay entry confirms. One store serves a valid discovery document and then lists no tools whatsoever.
The consequence is worth stating plainly. A payment method that somebody enabled or disabled in an admin screen, in a decision about human shoppers, now also determines what an autonomous buyer is able to use. Nobody was notified that the setting acquired a second meaning, and no interface currently presents it that way.
Approval is part of the specification, not an add-on
The generated guidance these stores publish for agents states a hard rule: payment requires contemporaneous buyer approval. An agent may assemble a cart and prepare a checkout on its own, and the buyer authorises the charge at the moment it happens.
That is the design answer to the obvious worry about autonomous spending, and it is also why "an agent can buy from this store" does not mean "an agent can spend without anyone noticing". A merchant evaluating the channel should read the approval step as the control it is.
Checking your own
The handler list sits in your own discovery document, so you can read it in one request rather than inferring it. If the set surprises whoever owns payments at your company, that is the finding — it means the agent channel is configured by a decision nobody made about agents.
Frequently asked questions
- Can an agent pay with a card the shopper has never used before?
- The handlers we observed cover wallet and platform card flows rather than raw card entry by an agent. In every case the buyer authorises the payment at the moment of the charge, so a payment method still has to be one the buyer can approve.
- Is PayPal available as an agent payment handler?
- None of the 70 stores we checked registered a PayPal handler in their discovery document on that date. That is an observation about this sample, not a statement about what any provider supports.
- Do agent orders cost more to process?
- The handlers observed are the same wallet and card rails used by human shoppers, so processing economics follow the method rather than the buyer being a machine. Anything beyond that depends on your own processing agreement.
Sources
- DTC AI crawler index — 147 brands, collected 14 August 2026 — PlatformDTC (primary data)
- Agentic checkout is already live on half of DTC — PlatformDTC (primary data)