Hosted Checkout
The simplest integration path. Create an invoice via the API and redirect your customer to the Settlx-hosted checkout page. No frontend work required.How it works
- Your backend creates an invoice via API
- You redirect the customer to
invoice.paymentUrl - The customer selects token + chain on the Settlx checkout page
- A unique payment address is shown with a QR code
- The customer pays from their wallet
- Settlx sends webhooks to your backend as the payment progresses
Step 1 — Create the invoice
When your customer clicks “Pay with Crypto” in your checkout:Step 2 — Handle webhooks
Set up your webhook endpoint to receive payment events:Step 3 — Handle the return (optional)
After payment, you can redirect customers back to your site. Add a success/cancel URL as metadata:Complete integration checklist
Create invoice via API
Use the
POST /api/v1/invoices endpoint with amount, currency, and webhook URL.