What is Settlx?
Settlx handles the entire crypto payment flow for your business — from presenting the customer a payment page, to detecting their on-chain transaction, to converting and transferring the funds directly to your wallet. You create an invoice from your backend. Your customer pays through a hosted checkout page. You receive a webhook when the funds land in your wallet.How it works
Create an invoice
Your backend calls
POST /api/v1/invoices with the amount and currency. The API returns a paymentUrl — a unique, hosted checkout link for that payment.Customer pays
You redirect the customer to the
paymentUrl. They select their preferred chain and token, see a deposit address and QR code, and send the payment.Supported chains
| Chain | Type | Status |
|---|---|---|
| Ethereum | EVM | Live |
| Polygon | EVM | Live |
| BSC | EVM | Live |
| Arbitrum | EVM | Live |
| Base | EVM | Live |
| Optimism | EVM | Live |
| Tron | Tron | Live |
Base URL
Next steps
Authentication
Get your API key and learn how to authenticate requests.
Quickstart
Create your first invoice and receive a payment in minutes.