Pricing Docs Login Get started
crypto payments

Crypto payment gateway for merchants — accept 1,000+ coins

CryptoPayCheckout is a non-custodial crypto payment gateway built for merchants. Accept Bitcoin, Ethereum, USDT, USDC, Solana, and 1,000+ cryptocurrencies on your website. Direct-to-wallet settlement. 1% flat fee. No KYC. No monthly charges.

Bitcoin Ethereum Tron Solana BSC Litecoin Dogecoin 1,000+ coins total

A crypto payment gateway is the piece of software that lets an online business accept cryptocurrency from its customers and settle the funds into its own wallet. CryptoPayCheckout provides a full-stack gateway: checkout UI, blockchain monitoring, automatic forwarding, webhooks, merchant dashboard, and a simple REST API — everything you need to start accepting crypto in one integration.

The platform is non-custodial: we generate a unique deposit address for each transaction, watch the blockchain for incoming payments, and forward the funds directly to the payout wallet you configured. We never hold your money, we never freeze accounts, and we never charge rent in the form of monthly fees. The only cost is a flat 1% per successful transaction, plus the on-chain network fee required to move the settlement (which you can optionally pass on to your customer).

Most crypto payment processors are either expensive (3%+ plus hidden spreads), custodial (they hold your money and can freeze it), or require heavy KYC onboarding (business registration, passport upload, bank account verification). CryptoPayCheckout is built for the opposite: low flat fee, non-custodial flow, email-only signup. It is designed for indie SaaS, freelancers, digital product sellers, subscription businesses, and any merchant who wants a simple "customer pays crypto → I get paid" flow without the fintech paperwork.

Customers can pay in 1,000+ cryptocurrencies thanks to an integrated ChangeNOW-powered swap. They choose whatever coin they hold (DOGE, SOL, ADA, MATIC, and hundreds more); you receive your preferred settlement coin (BTC, ETH, USDT, etc.) in your wallet. No action required from you — the swap happens automatically behind the scenes.

Everything you need to accept crypto

Non-custodial

Payments are forwarded straight to the wallet you control. We never take custody of your funds.

1,000+ coins

Accept BTC, ETH, USDT, USDC, SOL, TRX, LTC, DOGE, BNB, and 1,000+ other cryptocurrencies.

Flat 1% fee

One of the lowest rates in crypto payments. No volume tiers, no monthly fees, no setup costs.

No KYC

Email signup only. No passport, no business documents, no bank verification.

Fast settlement

Funds arrive in your wallet within minutes of blockchain confirmation.

Simple API

One POST to create a payment. One GET to check status. Webhooks for real-time updates.

No-code payment links

Create shareable crypto payment links from the dashboard — no integration needed.

Custom branding

Add your logo, pick your brand color. Customers see your brand, not ours.

Webhooks + email

HMAC-signed webhooks and email notifications the moment a payment confirms.

Accept crypto in five minutes

Create a payment with a single API call. We handle blockchain monitoring, confirmations, exchange rate pricing, and automatic settlement to your wallet. Get notified via webhook when the payment confirms.

Read the full docs
// One API call. Customer picks any of 1,000+ coins at checkout.
const res = await fetch('https://cryptopaycheckout.com/api/v1/payment/create', {
  method: 'POST',
  headers: {
    'X-API-Key': YOUR_API_KEY,
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    amount: 99.00,           // USD
    currency: 'USDT_TRC20',  // your preferred settlement coin
    order_id: 'order_12345'
  })
})

const { checkout_url } = await res.json()
window.location = checkout_url   // customer picks coin & pays

Common questions

What is a crypto payment gateway?
A crypto payment gateway is the software layer that lets an online merchant accept cryptocurrency payments, monitor the blockchain for incoming funds, and settle those funds to their wallet. CryptoPayCheckout provides all of this in a single, non-custodial integration.
What cryptocurrencies can I accept?
Native support for BTC, ETH, BNB, SOL, LTC, DOGE, TRX, USDT (TRC20/ERC20/BEP20), USDC (ERC20/BEP20), and 1,000+ more via automatic ChangeNOW-powered swap. Customers pay in any coin they hold; you receive your preferred settlement coin.
How much does it cost to use CryptoPayCheckout?
A flat 1% per successful transaction, plus the on-chain network fee required to forward the settlement to your wallet. No signup fee, no monthly charge, no volume commitments. Network fees can be passed to the customer in Settings.
Is KYC required to start accepting crypto?
No. Sign up with just an email address. No business registration, no passport upload, no bank account required.
Is CryptoPayCheckout custodial?
No. We never hold your funds. Payments are forwarded directly to the crypto wallet you configured in your dashboard after blockchain confirmation.
How does CryptoPayCheckout compare to NOWPayments, BitPay, or Coinbase Commerce?
CryptoPayCheckout is non-custodial (like Coinbase Commerce, unlike BitPay), has no KYC (unlike BitPay/Coinbase), supports 1,000+ coins (like NOWPayments, unlike BitPay/Coinbase), and charges a flat 1% (lower than NOWPayments and comparable to Coinbase Commerce).
Can I accept subscriptions or recurring payments in crypto?
Not natively in a subscription sense — crypto payments are pull-based from the customer. However, you can create payment links for each billing cycle and email them to customers, or build a metered-billing flow using our API to generate invoices per cycle.
What if a customer underpays?
Our checkout shows the remaining balance in real time — the customer can send multiple transactions to the same address to complete the payment. The system tracks partial payments automatically.
Do I get a merchant dashboard?
Yes. Track transactions, export to CSV, manage API keys and webhooks, create payment links, customize checkout branding, and configure fee settings — all from a single dashboard.
Can I integrate with WordPress, Shopify, or custom apps?
Yes. Use our REST API for custom integrations, payment links for no-code setups, or embed our checkout button on any page. Works with WordPress, Laravel, Node, Python, .NET, Ruby, PHP, and any stack that can make an HTTP request.

Start accepting crypto today

Free account. No credit card. Live in minutes.

Create your account