Pay by Link
Generate a payment URL with one API call (or one button in the dashboard). Share it on email, Slack, WhatsApp, an invoice, or a QR code. Customers pay — you get a webhook.
What's included
API example
POST /v1/payment-links
{
"amount": 25,
"currency": "USD",
"description": "Coffee subscription · April",
"single_use": false,
"expires_at": "2026-06-01T00:00:00Z"
}→ {
"id": "lnk_abc123",
"url": "https://pay.useroutr.com/abc12345",
"qr_code_url": "data:image/png;base64,..."
}