Pricing Docs Login Get started

Accept crypto payments on your website

One API call. Payments confirmed on-chain and forwarded to your wallet. No monthly fees.

1%

Per transaction

5 min

Integration

Auto

Forwarding

No KYC

Required

One request to create a payment

Create a payment, get a checkout URL, redirect your customer. We monitor the blockchain and notify you via webhook when it confirms.

Read the docs
create-payment.js
const res = await fetch('/api/v1/payment/create', {
  method: 'POST',
  headers: {
    'X-API-Key': apiKey,
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    amount: 49.99,
    currency: 'USDT_TRC20',
    order_id: 'order_12345'
  })
})

const { checkout_url } = await res.json()
window.location = checkout_url

Simple payment processing

Customers pay to a secure checkout. We monitor the blockchain, confirm the payment, and forward funds to your wallet minus a 1% fee.

Auto-forwarding

Payments are automatically forwarded to your payout wallet after blockchain confirmation, minus the service fee.

Multi-currency

BTC, ETH, BNB, SOL, LTC, DOGE, TRX, USDT, and USDC across multiple networks.

Simple API

One endpoint to create payments, one to check status. Webhooks for real-time updates.

Payment links

Create shareable payment links with embed codes. No coding required to start accepting payments.

Custom checkout

Add your logo, pick a theme, and match your brand colors. Your checkout, your look.

Webhooks

Real-time POST notifications when payments confirm. HMAC-signed for verification.

Dashboard

Track transactions, manage API keys, configure webhooks, and export to CSV.

Email notifications

Get notified by email when a payment completes with full transaction details.

Major cryptocurrencies

Bitcoin
Ethereum
BNB
Solana
Litecoin
Dogecoin
TRON
USDT TRC20
USDT ERC20
USDT BEP20
USDC ERC20
USDC BEP20

Pay only when you get paid

No signup fees. No monthly charges. One flat rate for everything.

1%
per transaction + network fee

Network fee covers blockchain gas for forwarding to your wallet. Varies by chain — as low as $0.01 on Solana.

Get started free
Auto-forwarding to your wallet
1,000+ cryptocurrencies
Real-time webhooks
Payment links + embed codes
Custom checkout branding
Unlimited transactions

Start accepting crypto

Free account. No credit card. Live in minutes.

Create account