CRYPTO PAYMENT GATEWAY

ZERO-CONFIG CRYPTO CHECKOUT

Accept cryptocurrency payments with a single API call. No sign-up required. Multi-chain, near-instant detection, automated payouts. 0.5% fee, zero data retention.

ONE REQUEST. ANY CHAIN.

Create a payment by sending a single POST request. No API keys, no authentication. The payer picks their chain, sends the exact amount, and you get a signed webhook when it confirms.

BASH
curl -X POST https://xptp.net/api/v1/payments \
  -H "Content-Type: application/json" \
  -d '{
    "amount_usd": 50.00,
    "options": [
      { "chain": "base", "token": "USDC", "address": "0x..." },
      { "chain": "ethereum", "token": "ETH", "address": "0x..." },
      { "chain": "solana", "token": "SOL", "address": "7x..." },
      { "chain": "polygon", "token": "USDC", "address": "0x..." }
    ],
    "webhook_url": "https://yoursite.com/hooks/payment",
    "redirect_url": "https://yoursite.com/order/complete",
    "metadata": { "order_id": "ORD-123" }
  }'
RESPONSE
{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "payment_url": "https://xptp.net/pay/550e8400...",
  "amount_usd": 50.00,
  "expires_at": "2026-04-10T15:00:00Z",
  "status": "pending",
  "webhook_secret": "whsec_a1b2c3d4...",
  "options": [
    { "chain": "base", "token": "USDC" },
    { "chain": "ethereum", "token": "ETH" },
    { "chain": "solana", "token": "SOL" },
    { "chain": "polygon", "token": "USDC" }
  ]
}
HOW IT WORKS

01Create Payment

POST request with amount and chains. Get a payment URL and webhook secret.

02Payer Sends Crypto

Pick a token, scan the QR code, send exact amount from any wallet.

03Get Notified

Detected in seconds. Signed webhook fires. Payouts processed automatically.

BUILT-IN ANALYTICS

Track your payments in real time

Add an analytics_secret to your payment requests and get a private dashboard showing volume, completion rates, chain breakdown, and recent payment history. No account needed.

Volume and completion rate across all your payments

Breakdown by chain and token with live status

Recent payments table with amounts, chains, and timestamps

BASH
curl -X POST https://xptp.net/api/v1/payments \
  -H "Content-Type: application/json" \
  -d '{
    "amount_usd": 50.00,
    "analytics_secret": "MyStr0ng!Secret",
    "options": [...]
  }'
WHY XPTP
UPTIME

High Availability

Built for reliability. Health-monitored services with automatic recovery and redundant infrastructure.

PRIVACY

Zero Data Retention

All payment data automatically deleted after 7 days. We don't track your customers. No analytics, no profiling.

NO SIGNUP

No API Keys Required

Start accepting payments immediately. No registration, no approval process. Just send a POST request.

MULTI-CHAIN

Expanding Chain Support

Base, Ethereum, Arbitrum, BSC, Optimism, Polygon, Solana, with more chains and tokens added regularly.

SPEED

Near-Instant Detection

Payments are detected within seconds of being sent. Your customers see real-time confirmation on the payment page.

FEES

Lowest Fee on the Market

Just $0.50 per $100. No hidden costs, no monthly fees, no minimum volume. 0.5% on completed payments only.

XPTP operates from Saint Vincent and the Grenadines. This service is not available to US persons or residents of sanctioned jurisdictions. Use constitutes acceptance of our Terms of Service.