← methodology
x402 payment support
payments.x402 · Payments · 2 pts · recommended · bonus
Goal
Can an agent transact with you?
Whether pricing is discoverable and machine-readable, and whether you support agent payment protocols.
How we test
Probed /.well-known/x402 and API endpoints for HTTP 402 payment-required envelopes.
How to pass
Support x402 (HTTP 402 + payment requirements payload) to let agents pay per-call without accounts.
Verify a fix
curl -X POST /api/scan/checks \
-H 'content-type: application/json' \
-d '{"url": "yourdomain.com", "checkIds": ["payments.x402"]}'