← methodology
Machine-readable pricing
payments.pricing-machine · Payments · 5 pts · recommended
Goal
Can an agent transact with you?
Whether pricing is discoverable and machine-readable, and whether you support agent payment protocols.
How we test
Looked for Offer JSON-LD, then had an LLM attempt structured extraction of your plans.
How to pass
Add Offer JSON-LD per plan (name, price, priceCurrency, billing period) so pricing parses without inference.
Verify a fix
curl -X POST /api/scan/checks \
-H 'content-type: application/json' \
-d '{"url": "yourdomain.com", "checkIds": ["payments.pricing-machine"]}'