Gateway Testing
The dashboard exposes the public gateway base URL for each API and helps operators reason about the standard paid flow.What you validate
- the gateway URL is correct
- the unpaid request returns
402for paid routes - the paid retry succeeds after a valid proof is attached
- the response comes back from the origin through the gateway
Public-safe test model
The public integration model remains:- request the gateway route
- receive
HTTP 402when payment is required - retry with
x-payment - inspect the successful response