HTTPayer proxy service for x402 payment-gated API calls.
Flow:
Error Handling:
API key for authentication
Client timeout in milliseconds (max 120000ms / 2 minutes)
Target API URL to call via proxy
"https://www.x402.org/protected"
HTTP method for target API
GET, POST, PUT, DELETE, PATCH "GET"
Request body to send to target API (for POST/PUT/PATCH)
{ "city": "San Francisco" }Alias for payload (either payload or data can be used)
Query parameters to send to target API
{ "limit": "10", "offset": "0" }Custom headers to send to target API
{ "Accept": "application/json" }Request timeout in seconds (converted to milliseconds)
30
Target API request successful
Response from target API (pass-through)