Pay-per-call PayPal payments endpoint on Base via x402, $0.02/request in USDC.
What it does
This endpoint at lowpaymentfee.com provides a "Premium API Access" resource at the path `/api/v1/paypal/payments/47`. It is part of a broader platform offering dozens of pay-per-call API endpoints spanning data analytics, AI/ML inference, finance, crypto, and utility services — all gated via the x402 payment protocol on the Base network.
The specific endpoint accepts HTTP POST requests and is priced at 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 per request (USDC uses 6 decimals). Payment is made inline via the X-PAYMENT header; no API keys or accounts are required. The x402 challenge confirms the endpoint is live, returning a proper 402 with version 1 of the protocol and a 300-second payment timeout.
Documentation is extremely sparse. The landing page lists available endpoints and pricing but the /docs, /pricing, /api, 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 explanation of what the PayPal payments endpoint actually returns or what input it expects. The endpoint's purpose — whether it initiates a PayPal payment, retrieves payment details, or something else — cannot be determined from the available material.
Capabilities
Use cases
- —Programmatically interacting with PayPal payment functionality without API keys
- —Agent-initiated payment operations settled in USDC on Base
- —Integrating PayPal payment data into automated workflows
Fit
Best for
- —Developers wanting keyless, pay-per-call access to payment-related APIs
- —AI agents that can settle x402 challenges on Base
- —Users who prefer crypto micropayments over traditional API subscriptions
Not for
- —Anyone needing documented request/response schemas before integration
- —Production systems requiring SLA guarantees or support channels
- —Users without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payments/47 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear at $0.02/request in 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, pricing, and README pages are all blank. This is effectively a stub listing.
Warnings
- —No documentation available — /docs, /pricing, /api, and /README all render only 'Connect wallet' with no content
- —No OpenAPI or request/response schema provided; input format and output structure are unknown
- —The purpose of /api/v1/paypal/payments/47 is unclear — it is not explained anywhere on the site
- —The platform lists many endpoints but none appear to have technical documentation
Citations
- —Endpoint returns a valid x402 challenge with status 402 and x402Version 1https://lowpaymentfee.com/api/v1/paypal/payments/47
- —Price is 20,000 base units of USDC on Base (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913), equaling $0.02https://lowpaymentfee.com/api/v1/paypal/payments/47
- —Platform advertises $0.02/request, no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —Documentation pages (/docs, /pricing, /api, /README) contain only 'Connect wallet' with no technical contenthttps://lowpaymentfee.com/docs