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 located at `/api/v1/paypal/payments/96`. It is part of a broader platform offering dozens of pay-per-call API endpoints across categories like data analytics, AI/ML, finance, and infrastructure utilities — all gated by the x402 payment protocol on the Base network.
The endpoint accepts POST requests and returns JSON. Payment is settled in USDC (contract `0x8335…2913` on Base) with a maximum amount of 20,000 base units, which equals $0.02 (USDC uses 6 decimals). The platform advertises a flat $0.02 per request across all its endpoints, with no API keys, no rate limits, and no minimum commitments required. The x402 challenge was successfully captured, confirming the endpoint is live.
However, the specific functionality of this particular endpoint (`/paypal/payments/96`) is unclear. The provider's landing page lists many API categories but does not explicitly list this PayPal payments path among them. No OpenAPI schema, request/response examples, or detailed documentation were found — the docs, API, pricing, and README pages all returned only a "Connect wallet" prompt with no substantive content. The endpoint's name suggests it may relate to PayPal payment processing or lookup, but this is speculative given the lack of documentation.
Capabilities
Use cases
- —Programmatic access to a PayPal-related payments resource without traditional API key management
- —Agent-driven payment processing or lookup via x402 micropayments
- —Integrating pay-per-call payment endpoints into automated workflows
Fit
Best for
- —Developers wanting keyless, pay-per-use API access settled in USDC on Base
- —AI agents that can handle x402 payment challenges natively
- —Low-volume or experimental use cases where $0.02/call is acceptable
Not for
- —Users needing detailed documentation or guaranteed SLAs before integration
- —High-volume production workloads where per-call pricing at $0.02 adds up quickly
- —Anyone requiring non-crypto payment methods
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/paypal/payments/96 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI schema, no request/response examples, and the specific purpose of this /paypal/payments/96 endpoint is undocumented. The docs pages are empty beyond a wallet-connect prompt. This is effectively a stub listing.
Warnings
- —No documentation found — docs, API, pricing, and README pages all return only 'Connect wallet' with no content.
- —The specific endpoint /api/v1/paypal/payments/96 is not listed among the provider's advertised APIs on the landing page.
- —The actual functionality (input parameters, response format) of this endpoint is unknown.
- —No OpenAPI schema or request/response examples available.
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/paypal/payments/96
- —The platform advertises $0.02/request flat pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/paypal/payments/96