Hosted checkout
Create an invoice and share a /pay link. Customers pick BTC, ETH, SOL, TRX, TON, or USDT/USDC — you get a clean payment page with QR and live status.
swp.gg is a custodial crypto payment gateway for merchants and developers. Hosted checkout, REST API, and signed webhooks — Bitcoin through TON, plus USDT and USDC on the networks your customers already use.
| Invoice | Method | Status | Date | Amount |
|---|---|---|---|---|
| Order #1043 | Paid | 09:41 | +$420.00 | |
| Order #1042 | Paid | 09:12 | +$1,890.50 | |
| Subscription | Confirming | 08:55 | +$88.00 | |
| Deposit | Paid | 08:30 | +$310.75 |
Powering payments for fast-moving teams
One platform for invoices, static addresses, wallet balances, and withdrawals — with the merchant controls and API surface real payment flows need.
Create an invoice and share a /pay link. Customers pick BTC, ETH, SOL, TRX, TON, or USDT/USDC — you get a clean payment page with QR and live status.
No SDK required. Create invoices with a Bearer key, get HMAC-signed webhooks on paid and expired, and point customers at a hosted or white-label flow.
Native coins plus USDT and USDC across Ethereum, Tron, Solana, Base, Arbitrum, and more. Choose which networks each merchant accepts.
Permanent per-merchant addresses for recurring top-ups — no expiry, same HD-derived custody model as invoices.
Swap balances between supported assets in the dashboard, or auto-convert deposits into a stable of your choice for +0.10%.
TOTP 2FA with backup codes, withdraw IP allowlists, IP-locked API keys, payment accuracy rules, and per-coin checkout fees or discounts.
Monitor invoices, balances, and wallet activity. Configure accepted coins, convert to stables, and withdraw to an external address — without leaving swp.gg.
No setup fees. No monthly minimums. You pay 0.15% when a deposit credits — network fees on withdraws and converts are separate and shown up front.
One price for every merchant. Everything unlocked from day one.
For high throughput. Same product, custom commercial terms.
Native coins across L1s and L2s, plus USDT and USDC on multiple networks. Pick which assets each merchant accepts from the Payments settings.
Solana
Litecoin
TON
Arbitrum
OptimismPlain REST — no SDK required. Create an invoice with your API key, send the customer to the hosted pay page, and listen for HMAC-signed webhooks when it settles.
// Create an invoice → hosted checkout URL
const res = await fetch("https://swp.gg/api/v1/invoice", {
method: "POST",
headers: {
"Authorization": `Bearer ${process.env.SWP_KEY}`,
"Content-Type": "application/json",
},
body: JSON.stringify({
amount: 120.00,
order_id: "A-10293",
callback_url: "https://you.com/hooks/swp",
lifetime: 60 // minutes
}),
});
const { payment_url } = await res.json();
// → https://swp.gg/pay/inv_7k2m9qpw3nCreate an account, spin up a merchant, and share your first invoice link — or integrate the REST API when you're ready to automate.
No credit card · 0.15% flat deposit fee · 2FA available