SwapSS Pay
Accept crypto payments from your customers with hosted checkout pages, signed webhooks, and a clean REST API. Settlement lands directly on your merchant balance, ready to withdraw on demand.
Quick start
- Sign up at
swapss.loland open the merchant cabinet. - Request merchant access from the cabinet. Approval takes just a few minutes.
- Create an API key with the scopes you need.
- Create your first invoice: your customer pays the hosted checkout URL.
How the flow works
- Your server creates an invoice via API. We return a fresh deposit address on the chosen network and the exact amount the customer must send, down to the last digit.
- Send your customer to the
payment_url. They see a branded page with the address, amount, and a live countdown. - Their wallet sends the exact amount. We detect the deposit, count confirmations, and credit your balance net of the service fee.
- You receive a signed webhook on every status change. The hosted page also redirects to
success_urlafter a paid confirmation. - Withdraw your balance to your own wallet whenever you want.
Supported pay-in currencies
| Asset | Network | Memo |
|---|---|---|
| USDT | tron (TRC-20) | — |
| USDT | ethereum (ERC-20) | — |
| USDT | bsc (BEP-20) | — |
| USDC | ethereum (ERC-20) | — |
| USDC | bsc (BEP-20) | — |
| USDC | solana | — |
| BTC | bitcoin | — |
| ETH | ethereum | — |
| TRX | tron | — |
| BNB | bsc | — |
| LTC | litecoin | — |
| DOGE | dogecoin | — |
| BCH | bitcoin_cash | — |
Full developer reference
Endpoints, request and response schemas, SDK snippets, and webhook signature verification live inside your merchant account. Registration is free; apply for merchant access and the full reference unlocks.