Get a key
Settings → API keys → Create. Copy the secret — you can't see it again.
Create an invoice
POST /api/v1/invoices with { amount, currency, coin, description }. The response includes the public payment URL.
Subscribe to webhooks
Settings → Webhooks → Add endpoint. We sign every payload with HMAC-SHA256; verify before processing.