← methodology

Pricing discoverable

payments.pricing-page · Payments · 5 pts · required

Goal

Can an agent transact with you?

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

How we test

Followed nav/footer links and probed /pricing for a page with legible price signals.

How to pass

Expose a crawlable /pricing page with literal numbers; 'Contact sales'-only means agents can't complete a purchase evaluation.

Verify a fix

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