Skip to content

Accept crypto payments.
0.4%, compliance included.

Suward is a payment gateway for accepting stablecoins and major cryptocurrencies. One API, a growing list of assets across multiple networks. No payment is credited on a single block confirmation, and every fee is quoted before your customer confirms.

No monthly fee. No plans. Accept your first payment right after sign-up.

How it works

From checkout to settled funds in three steps

01

Create a payment

Call the API or use the hosted checkout page — no frontend work required. Your customer sees the exact amount to pay, with every fee quoted before they confirm.

02

Customer pays

Every incoming transaction is screened for AML and sanctions risk before it touches your balance.

03

You are settled

The payment reaches Accepted — enough confirmations to ship the order or credit the user. Then Success — irreversible, ready to withdraw. You always know which stage your money is at.

Two modes, one API

Two ways to accept — matched to how your business works

Payments

One-off payments for a fixed amount, with a unique address for every order. Built for stores, invoices, and checkouts.

Explore Payments

Static Wallets

A permanent deposit address for each of your customers. Any amount, repeat top-ups, screened and credited automatically. Built for platforms where users hold a balance.

Explore Static Wallets

One honest price

One rate. You can do the math right now.

0.4% per payment, no minimum — that’s the entire service fee. The fixed network fee of $0.01–$0.30 is the only other cost, and every fee is quoted before anyone confirms. By default both fees are on you, so your customer pays exactly the price you show; either fee can be shifted to your customer with one setting. Screening is included in the rate; businesses that need deeper checks can turn on Extended screening — independent blockchain-analytics verification, $0.45 minimum per payment. There are no plans and no monthly fees — the price on this page and on the pricing page is the whole price.

See pricing

In the default setup, both fees are on you — the 0.4% and the network fee

0.4%per payment · no minimum
A payment of$1,000.00
Service fee · 0.4%$4.00
Network fee$0.30
Costs you, at most$4.30
Reaches youSuward + network
$995.70$4.30 · 0.43%

That’s the whole calculation.

Payment lifecycle

Pending

Transaction observed on-chain. Nothing is credited yet — never on a single block confirmation. If the chain reorganizes, affected payments are re-verified automatically while they are still confirming.

Accepted

Enough confirmations to act on — ship the order, credit the user.

Success

Irreversible. Ready to withdraw. Stage change and balance change happen together or not at all.

Settlement

Settlement you can verify

Most of what can go wrong in crypto payments goes wrong between “paid” and “credited.” Suward closes that gap with mechanics, not promises. No payment is credited on a single block confirmation — Accepted means enough confirmations have accumulated to act on safely. If a chain rewrites its recent history, affected payments are re-verified automatically while they are still confirming — before you are told to act, not after. Your accepted and final balances are updated as one operation, so balances structurally cannot go negative. And a retried request never creates a duplicate payment. All of it is documented publicly — you can check every claim before you sign up.

How settlement works

Compliance built in

Compliance is part of the payment, not an add-on

Every incoming transaction is screened before it is credited to your balance — screening is part of the pipeline, not an add-on you can skip. Basic screening is included in the 0.4% rate. Need deeper checks? Extended screening runs every transaction through independent blockchain-analytics providers — $0.45 minimum per payment, switchable per organization, project, or single payment. Sanctioned jurisdictions are blocked automatically at every level, and suspicious patterns are monitored continuously.

Read about compliance

Screening · before crediting

tx 0x4a…e91 · 250.00 USDTcleared
tx 0xb7…12f · 1,500.00 USDCcleared
tx 0x9c…07d · sanctioned originblocked

Basic screening runs on every transaction — included in the 0.4% rate.

Built for builders

Integrate in an afternoon. Test it on real networks.

REST API with SDKs for TypeScript and Go, and a plain REST integration in any other language. A hosted checkout page if you’d rather not build one. Webhooks are cryptographically signed, so a notification can’t be forged. API keys come with limits, rotation, and instant revocation. API changes are backward compatible — an integration you ship today keeps working. And you can test your integration on real networks with Suward test tokens — free, valueless assets that run through the same pipeline as live payments. Minting is open to anyone; the full flow (payments, webhooks, dashboard) runs on a free account.

create-payment.ts
import { SuwardSDKClient } from "@crylabsorg/suward-sdk";

const suward = new SuwardSDKClient({
  apiKey: process.env.SUWARD_API_KEY,
});

const payment = await suward.payments.createPayment({
  amount: "1000000000", // integer string, smallest unit
  asset: "USDT_ARBITRUM",
  externalId: "order_4821", // makes the call idempotent
});

// every fee quoted before your customer confirms
console.log(payment.networkFee);
console.log(payment.paymentPageUrl); // hosted page, no frontend

Industries

Built for businesses that can’t afford payment surprises

See how businesses like yours accept crypto with Suward — which mode fits, and what changes in practice.

E-commerce
SaaS & digital goods
iGaming & betting
Video games & virtual economies
Trading & brokers
VPN & hosting
Marketplaces
All industriesWhich mode fits, and what changes in practice

Start accepting crypto payments

Create an account and take your first test payment today. Full pricing and documentation are public — everything you need to evaluate Suward is already on this site.