armory verify checks endpoint responses for payment headers and requirement metadata.
Usage
Local Debug Workflow
Example Output Interpretation
402withPAYMENT-REQUIRED: endpoint is paywalled200: endpoint is open or payment already satisfied- malformed/missing payment headers: check middleware wiring and route matching
Troubleshooting
- Verify the route is protected in middleware config.
- Validate
chainIdandassetIdused by your requirement payload. - Confirm facilitator URL is reachable from your server runtime.