0.4% per transaction

Accept crypto
payments

The cheapest crypto payment processor. No KYC, no monthly fees.
Simple API, hosted checkout.

0.4%
Per transaction
<10s
Confirmation
$0
Monthly fee
2
Currencies (TRX, USDT)
How it works

Three steps to accept crypto

No complex setup. Create a store, integrate, and start getting paid in minutes.

1

Create your store

Sign up, create a store, and get your API key in under a minute. We generate secure crypto wallets for you.

2

Integrate API

Use our simple REST API or hosted checkout page. Your customers pay in TRX or USDT directly.

3

Get paid

Payments confirmed on-chain in seconds. Webhook fires to your server. Withdraw anytime from your dashboard.

Features

Everything you need

Built for developers and merchants who want the simplest, cheapest way to accept crypto.

Instant confirmations

Payments are confirmed on-chain in seconds on the TRON network. No waiting for block confirmations.

Webhook notifications

Receive payment.confirmed and payment.expired events in real time.

Hosted checkout

Beautiful payment page with QR code and live status updates. No frontend work required.

Merchant dashboard

Track payments, manage stores, and process withdrawals from a clean, intuitive dashboard.

No KYC required

Start accepting crypto payments immediately. No identity verification, no lengthy onboarding.

Multi-store support

Run multiple stores from a single account. Separate API keys, wallets, and webhook URLs for each.

Pricing

Transparent pricing

We charge the lowest payment processing fee on the market. No hidden costs.

Platform Payment Fee Monthly Lowest Fee
CryptoSetype 0.4% $0
CoinGate 1.0% varies
Cryptomus 0.6% varies
NOWPayments 0.5% varies
Integration

One API call to accept crypto

Create a payment with a single POST request. We handle the rest.

Simple REST API

Authenticate with your API key, send the amount and currency, and redirect your user to the payment URL. We webhook you when they pay.

Webhook events

payment.confirmed payment.expired

Receive real-time notifications when payment status changes.

create-payment.js
const res = await fetch('https://crypto.setype.com/api/payments', { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-API-Key': 'sk_your_api_key', }, body: JSON.stringify({ amount: 35.00, currency: 'USDT', order_id: 'order_123', webhook_url: 'https://your.site/webhook', }), }); const { payment_url } = await res.json(); // Redirect customer to payment_url

Start accepting crypto today

Create a store and integrate in under 5 minutes.