x402-gated PayPal payments endpoint on Base, pay $0.02 per request in USDC.
What it does
This endpoint at lowpaymentfee.com provides a "Premium API Access" resource at the path `/api/v1/paypal/payments/97`. It is part of a broader platform that offers dozens of x402-protocol pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per call, settled in USDC on the Base network.
The specific endpoint `/api/v1/paypal/payments/97` sits under what appears to be a PayPal payments category. The x402 challenge confirms it is live, accepting POST requests, and requires a payment of up to 20,000 base units of USDC (0x8335…2913 on Base, 6 decimals = $0.02) per call. Payment is made via the x402 "exact" scheme to wallet 0x1A2B…85F3 with a 300-second timeout. No API keys or rate limits are advertised; access is granted purely through the x402 payment header.
Documentation on the site is extremely thin — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema, and no description of what the PayPal payments endpoint actually returns or what parameters it accepts. The endpoint is confirmed live via the 402 challenge, but its actual functionality and output format remain unknown.
Capabilities
Use cases
- —Programmatic PayPal payment processing via x402 micropayment
- —Agent-initiated payment workflows without API key management
- —Pay-per-use financial API access settled on Base L2
Fit
Best for
- —Developers wanting keyless, pay-per-request PayPal-related API access
- —AI agents that can settle x402 payments in USDC on Base
- —Prototyping payment integrations without subscription commitments
Not for
- —Users needing detailed API documentation or guaranteed SLAs
- —Production systems requiring well-documented request/response schemas
- —Anyone who cannot pay with USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payments/97 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is confirmed live via a valid x402 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no documentation, no OpenAPI spec, no request/response schema, and no explanation of what the endpoint actually does beyond the generic label 'Premium API Access'. The docs pages are empty. This is effectively a stub listing.
Warnings
- —No documentation available — all doc pages render only 'Connect wallet' with no content
- —No OpenAPI or request/response schema provided; input parameters and output format are completely unknown
- —The purpose of '/api/v1/paypal/payments/97' is unclear — it may relate to PayPal payment processing but this is inferred solely from the URL path
- —The trailing '97' in the path suggests a resource ID, meaning this may be a specific payment record rather than a general-purpose endpoint
Citations
- —Endpoint returns HTTP 402 with x402 challenge requiring up to 20,000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payments/97
- —Platform advertises $0.02 per request, no API keys, no rate limits, Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/paypal/payments/97