← methodology

Agentic Commerce Protocol

payments.acp · Payments · 1 pts · emerging · emerging (unscored)

Goal

Can an agent transact with you?

Whether pricing is discoverable and machine-readable, and whether you support agent payment protocols.

How we test

Scanned docs and specs for agentic checkout endpoints.

How to pass

Adopt the Agentic Commerce Protocol so agent checkouts can complete against your store.

Spec

https://developers.openai.com/commerce

Verify a fix

curl -X POST /api/scan/checks \
  -H 'content-type: application/json' \
  -d '{"url": "yourdomain.com", "checkIds": ["payments.acp"]}'