Pay-per-call PayPal payments endpoint on Base via x402, settled in USDC at $0.02/request.
What it does
This endpoint at lowpaymentfee.com provides a "Premium API Access" resource located at `/api/v1/paypal/payments/26`. It is part of a broader platform offering dozens of pay-per-call API endpoints across categories like data analytics, AI/ML inference, finance, and infrastructure utilities — all gated via the x402 payment protocol on the Base network using USDC.
The specific endpoint accepts POST requests and is priced at 20,000 base units of USDC (the asset at 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base, which has 6 decimals), equating to $0.02 per request. Payment is made via the x402 `exact` scheme with a 300-second timeout. No API keys or rate limits are advertised; access is granted purely through on-chain micropayment.
The exact functionality behind the `/api/v1/paypal/payments/26` path is not documented in the crawled material. The endpoint name suggests it relates to PayPal payment processing or data retrieval, but no request/response schema, parameter documentation, or usage examples were found. The platform's docs, pricing, and API pages all render only a "Connect wallet" prompt with no further content. Prospective users should test the endpoint with a small payment to determine its actual behavior before relying on it in production.
Capabilities
Use cases
- —Programmatic PayPal payment initiation or lookup via a single micropayment-gated call
- —Agent-driven payment workflows that settle access fees in USDC on Base
- —Exploring x402-protocol pay-per-call APIs without managing API keys
Fit
Best for
- —Developers experimenting with x402 micropayment-gated APIs
- —Agents that can settle USDC payments on Base automatically
- —Users who want keyless, pay-as-you-go API access
Not for
- —Production PayPal integrations requiring documented SLAs and schemas
- —Users who need detailed API documentation before calling
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payments/26 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live (returns a valid x402 402 challenge), but there is no documentation of what the endpoint actually does, no request/response schema, and no examples. The docs pages are empty beyond a wallet-connect prompt. The endpoint path suggests PayPal payment functionality but this is unverified.
Warnings
- —No request or response schema documented — actual endpoint behavior is unknown
- —All documentation pages (docs, pricing, API, README) render only 'Connect wallet' with no content
- —The endpoint path '/api/v1/paypal/payments/26' implies PayPal integration but no details confirm this
- —No OpenAPI spec, no ai-plugin manifest, no agents.txt found
Citations
- —Endpoint returns x402 402 challenge with maxAmountRequired of 20000 base units USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payments/26
- —Platform advertises $0.02 per request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/paypal/payments/26