What makes Settlematic different from other crypto invoicing platforms
Payment links, custodial processors, and invoicing-first stacks all claim 'crypto billing.' Here is an honest breakdown of what Settlematic does differently — reminders, partial payments, tax reporting, non-custodial sweeps, conversion flows, testnet, and MCP — and where another tool may fit better.
If you search 'crypto invoicing' in 2026, you get a wall of similar landing pages: multi-chain checkout, instant settlement, low fees. The screenshots blur together. Finance leads know the demo is not the hard part — month-end close is. The question is not whether a platform can generate a QR code. It is whether your controller can produce aging by client, tie each transaction hash to a taxed line item, remind a late payer without a personal email from the founder, and sweep confirmed funds to a cold multisig without trusting a vendor's balance sheet.
I lead finance product at Settlematic. This article explains what we built differently — and what we deliberately did not try to be. You will not find claims that we support every chain on earth or that we replace your CPA. You will find specifics on payment reminders, recurring schedules, partial and multi-asset settlement, tax reporting buckets, branding, conversion flows, non-custodial treasury, testnet staging, and our REST API plus MCP connector. Where a competitor is the better fit for a narrow use case, I say that too. For a broader market map, see our independent buyer's guide to the best crypto invoicing platforms in 2026.
The gap between payment links and accounts receivable
Generic crypto payment links solve a real problem: move value from wallet A to wallet B with minimal friction. They are excellent for donations, event tickets, and one-off peer transfers. They are a poor substitute when your business runs accounts receivable — invoice numbers in email subjects, Net-30 terms, partial deliverables, tax lines, credit notes, and a bookkeeper who asks what happened to INV-2087.
Settlematic is invoicing-first. Every payment is anchored to a document with line items, taxes, discounts, due dates, and a status machine (DRAFT, SENT, VIEWED, PARTIALLY_PAID, PAID, OVERDUE, and related states). Clients still get a single hosted URL — the checkout simplicity of a payment link — but finance gets structured data that exports, webhooks, and tax summaries can consume. That architectural choice is the foundation every other differentiator builds on.
- Payment links: fixed amount, minimal metadata, no aging, no partial lifecycle
- Settlematic: fiat-quoted invoice + hosted multi-chain checkout + full AR records
- Both can settle on-chain; only one produces audit-ready receivables
Payment reminders: scheduled 7, 3, 1 days plus batch and manual sends
Late payment is not a crypto-specific problem, but crypto makes it worse when reminders are informal. 'Hey, did you send the USDC yet?' in Slack does not scale past ten clients and creates no audit trail. Settlematic treats reminders as a first-class billing operation tied to invoice due dates and your org defaults.
In Settings → Invoice defaults, configure reminder offsets — typically 7, 3, and 1 days before due. Those values define when automated reminder eligibility kicks in for outstanding invoices. Finance can also send batch reminders from the Invoices list: select multiple open invoices, trigger reminders in one action, and every client receives an email with the hosted payment link, invoice summary, and your branding. For edge cases — a client who promised payment today, a partial payer who needs a nudge on the balance due — open any invoice and send a manual reminder without waiting for the schedule.
This three-layer model matters operationally. Scheduled offsets reduce cognitive load: you are not maintaining a spreadsheet of 'email Nexus on the 12th.' Batch sends let a billing coordinator clear Monday morning overdue queues in minutes. Manual sends preserve human judgment for high-value accounts. All three include the same hosted pay URL, so clients never chase a stale wallet address from last month's thread.
- Configure reminder days in org invoice defaults (e.g. 7, 3, 1 before due)
- Batch reminders from the Invoices list for multiple open invoices at once
- Per-invoice manual reminder from invoice detail for one-off follow-ups
- Reminder emails include hosted payment link and merchant branding context
- Reminder activity appears in invoice timeline alongside sent, viewed, and paid events
Competitors vary: some processors offer dunning for card subscriptions but not for push-payment crypto checkout. Others leave reminders entirely to your CRM. If your team already runs disciplined collections in HubSpot, external reminders may suffice. If collections live in finance — and crypto clients pay from treasury desks on their own calendar — native reminders tied to invoice due dates reduce revenue leakage without bolting on another system.
Recurring invoices that respect crypto settlement reality
Crypto has no universal pull-payment rail. Every billing cycle is a push from the client's wallet. That means recurring billing software must do more work, not less: generate distinct invoices per period, communicate terms, track status, and reconcile on-chain receipts against expected amounts. Copy-pasting last month's USDC request into Discord is not recurring billing — it is hope with a calendar alert.
Settlematic recurring schedules attach to client records with a name, amount, currency, interval, next run date, and active flag. Supported intervals are WEEKLY, MONTHLY, QUARTERLY, and YEARLY. A daily background worker evaluates schedules; when nextRunAt is due and the schedule is active, Settlematic generates a full invoice with issue date, due date from your payment terms, line item from the schedule, allowed assets from org defaults, and optional auto-send. nextRunAt advances by one interval; past invoices remain in history if you pause.
The client experience does not change shape each month. Generated invoices use the same branded hosted payment pages as one-off work: fiat-quoted total, per-asset crypto amounts with rate validity countdown, QR codes, optional WalletConnect on EVM chains, and clear payment states. Clients do not need a Settlematic account. For a full rollout playbook — pilot sizing, KPIs, common failure modes — see our guide to crypto recurring billing in Settlematic.
- Schedules tied to client directory records with pause/resume without losing history
- Each cycle produces a distinct invoice number and due date for month-end close
- Auto-send emails the hosted link when configured — same UX every period
- Dashboard shows recurring pipeline alongside outstanding AR and overdue counts
- Partial payments on recurring invoices work identically to one-off invoices
Partial payments and multi-payment tracking on one invoice
Partial payment is where many crypto billing tools still behave like payment links. A client sends half the amount; finance discovers it in a block explorer; someone creates a second invoice for the remainder or tracks balance due in a spreadsheet. That workaround duplicates audit trails, confuses client AP systems, and breaks revenue recognition on a single deliverable.
Settlematic keeps one invoice, one number, one hosted URL. When a confirmed payment arrives but does not close the fiat total within tolerance, status moves to PARTIALLY_PAID. Balance due updates on the invoice detail page and on the client-facing hosted page. Each payment is a first-class record: asset, network, tx hash, fiat equivalent at confirmation, timestamp, and explorer link. Payment #1 might be $4,000 USDC on Polygon; payment #2 might be 0.8 ETH on Ethereum; both attach to INV-2041 until cumulative confirmed amount satisfies the quoted total.
Webhooks fire per payment event (payment.detected, payment.confirmed) and at invoice closure (invoice.paid), so ERP middleware can update subledgers incrementally instead of waiting for a single lump sum. Support sees the same timeline finance sees — no parallel Telegram archaeology. Our dedicated article on partial payments in crypto invoicing walks through payer-side and biller-side problems this solves in depth.
- PARTIALLY_PAID status with live balance-due in fiat terms the invoice was quoted in
- Multiple confirmed payments on one invoice, each with tx hash and explorer link
- Same hosted pay URL accepts subsequent tranches until PAID
- Underpay and overpay states with clear client-facing copy
- Payment history exportable for reconciliation and tax linkage
Pay part in one currency, part in another — without forcing pre-payment swaps
A design agency invoices $12,000. The client's treasury holds USDC on Polygon, ETH on mainnet from a recent sale, and BTC in cold storage. In a single-payment-only world, the office manager swaps, bridges, and consolidates before the first dollar moves toward the vendor. Slippage, gas spikes, multi-sig batching delays, and treasury policy constraints all land on the payer — invisibly to the vendor but visibly in days-to-pay metrics.
Settlematic invoices are fiat-denominated — USD, EUR, or GBP — with checkout that quotes crypto amounts at send time across allowed assets and networks. Partial payment means each tranche can use a different asset and chain. The hosted page always shows remaining balance in the invoice currency, so treasury and AP agree on what 'done' means even when settlement was heterogeneous on-chain. This is not FX trading inside the invoice; it is attribution of diverse on-chain receipts to a single commercial obligation.
Honest limitation: we quote crypto amounts using rate feeds with a validity window; extreme volatility during a long partial-pay window may require finance judgment on the final tranche. We surface tolerance bands for under/overpay rather than pretending every edge case auto-resolves silently. Competitors with single-asset checkout avoid that complexity — and push aggregation cost to the client.
Tax reporting captured at invoice creation, not reconstructed at filing
On-chain settlement does not exempt B2B services from VAT, GST, or sales tax record-keeping. What changes is the mess: block explorers do not export VAT boxes, and a CSV of tx hashes is not a sales register. Settlematic encodes tax semantics when commercial terms are known — per line, per rate, per supply type — and rolls them forward through payment detection into period summaries.
Organization settings store jurisdiction context: tax country, registration identifiers, legal entity name. Line items carry tax rate, taxable base, and tax amount. Supply-type buckets — domestic, export, intra-EU B2B reverse charge, zero-rated — classify revenue for adviser review. Reports aggregate by period, rate, and supply type; CSV export and visual report URLs support month-end handoff. Each confirmed payment links back to taxed line items on the parent invoice, including partial tranches.
We do not auto-file with tax authorities. We do not provide legal advice. Built-in tax reporting means structured billing truth your CPA can map to forms — not retroactive archaeology from Etherscan every quarter. Marcus Webb, our tax and compliance advisor, documents practitioner workflows in our crypto invoicing tax reporting guide; treat that as operational education, not counsel for your entity.
- Per-line tax fields on every invoice at draft time
- Org-level jurisdiction profile driving PDF headers and summary labels
- Supply-type classification for export and reverse-charge scenarios
- Period summaries: totals by rate, paid vs outstanding, by supply bucket
- get_tax_report and get_tax_report_csv via API and MCP for adviser handoff
Custom branding on PDFs and hosted checkout
Crypto push payments ask for more trust than card checkout. There is no chargeback cushion — the client sends from their wallet to an address your invoice generated. A generic gateway header signals 'small vendor' or, worse, phishing risk. Settlematic applies merchant identity consistently: logo upload, brand color hex, company name in Settings → Branding, rendered on PDF invoices, receipts, hosted payment pages at settlematic.com/pay/{token}, and invoice-sent email templates.
The hosted page is where trust converts. Clients see your logo in the header, brand color on buttons and progress indicators, invoice number, line items, fiat total, and per-asset quotes with QR codes. B2B clients file PDFs; auditors request them; procurement portals upload them. Server-generated PDFs include a brand-color top bar, scaled logo, tax breakdown, and payment terms. If logo upload is absent, company name renders as text — never a blank identity block.
We do not offer full white-label custom domains in v1; branding is org-wide speed-to-professionalism, not a CNAME project. Platforms optimizing for embedded checkout in large marketplaces may offer deeper white-label — evaluate whether your clients interact with you directly (agency, consultancy, SaaS) or through a marketplace UI that hides vendor identity. For direct B2B relationships, consistent logo and color across proposal, invoice PDF, and pay page measurably reduces 'is this link safe?' support volume.
Conversion flows: treasury policy after confirmation
Invoicing platforms traditionally stop at 'payment confirmed.' Treasury teams then manually swap, bridge, and split — error-prone above a handful of transactions per week. Settlematic conversion flows let finance encode post-payment policy visually: receive → swap → bridge → split → sweep → notify, triggered after confirmation on paid invoices.
Sweep destinations are the baseline: labeled wallets per asset and network with percentage splits. Conversion flows add optional pipelines for merchants whose policy exceeds simple routing — client pays USDC on Polygon, you want ETH on mainnet cold storage, with an 80/20 split between multisig and operational hot wallet. The flow builder in Flows → New chains node types; preview before activating; toggle active without deleting history.
Honest v1 scope: EVM sweeps to configured destinations execute via the sweep worker after confirmation thresholds. Flow execution records policy steps and emits webhooks (flow.swap.planned, flow.bridge.planned, flow.split.queued, and related events). On-chain swap and bridge execution through flow nodes is in active development — many swap and bridge steps surface as planned status so your middleware or ops team can complete routing or monitor until full automation ships. Treat flows as treasury runbooks plus automation hooks today, not a guarantee every DEX swap is unattended. James Liu's conversion flows treasury guide covers setup, testnet rehearsal, and governance patterns in full.
- Node types: receive, swap, bridge, split, sweep, notify
- Default flow option for org-wide policy; per-flow active toggle
- Complements sweep destinations — simple merchants may only need destinations
- Webhook events for flow steps integrate with Slack or ERP middleware
- Test on testnet before mainnet policy changes — same network mode toggle as invoicing
Non-custodial sweeps: we orchestrate, you hold keys
Custodial processors hold merchant funds in operator-controlled balances. That can simplify small-merchant UX until withdrawal delays, policy changes, or counterparty events affect your treasury. Settlematic derives unique deposit addresses per invoice, detects payments on-chain, and sweeps confirmed funds to destinations you configure — cold multisig, operational hot wallet, exchange deposit address — with percentage splits per chain and asset.
We do not hold private keys to your treasury. Master seeds stay on the worker tier; the dashboard never exposes them. Destination edits respect cooldown windows to reduce hijack risk during account compromise. TOTP two-factor authentication is required for billing admin accounts. Neither custodial nor non-custodial architecture removes your obligation to secure keys, train staff against phishing, and enforce least-privilege team roles — but the architecture choice determines where funds sit if the billing vendor has a bad day.
Supported assets include ETH, BTC, SOL, USDC, and USDT across Ethereum, Polygon, Base, Arbitrum, Bitcoin, Solana, and Tron, with per-invoice allowlists restricting what clients can pay with. Align allowlists with sweep and flow capability: allowing BTC at checkout without BTC sweep support leaves funds on deposit addresses until manual intervention.
Testnet staging before mainnet revenue
Mainnet misconfiguration is expensive in support time and client trust. Settlematic offers org-wide network mode toggle — testnet or mainnet — so finance and engineering rehearse the full payment lifecycle without real funds. Create invoices, send hosted links, pay from test wallets on Sepolia, Polygon Amoy, or other supported test networks, verify status transitions, confirm sweeps reach labeled testnet destinations, and validate webhook deliveries into staging ERP consumers.
Testnet mode shows badges on hosted pages so test payments are never confused with production. New accounts can run end-to-end flows on testnet as part of onboarding; production plans apply when you flip to mainnet volume. We recommend a documented runbook: testnet tx hashes, sweep verification by two people, webhook log screenshots — then mainnet go/no-go with controller sign-off. Skipping rehearsal to 'save time' usually costs a support weekend when someone sends USDC on the wrong chain.
- Org-wide testnet/mainnet toggle in dashboard header
- Full invoice lifecycle on test networks — not a crippled sandbox
- Testnet badges on hosted checkout for client clarity
- Validate sweeps, conversion flow logs, and webhooks before production
- Free testnet staging; production subscription starts when you go live on mainnet
REST API and MCP: same backend, dashboard or conversational
Operators in 2026 do not live only in browser tabs. Engineers want REST and webhooks; finance leads want to ask Claude 'what is our outstanding AR?' and get a number that matches the dashboard. Settlematic exposes a versioned REST API with scoped API keys, OpenAPI document at /api/v1/openapi.json, and webhook events including invoice.created, invoice.sent, invoice.paid, payment.detected, payment.confirmed, and flow.* sweep and swap events.
The MCP (Model Context Protocol) connector maps the same API to tools for Claude and ChatGPT: list and create clients, draft invoices, send payment links, pull dashboard summary, export tax CSV, validate bulk invoice CSV, and generate visual report URLs. Read scopes work for reporting; write scopes (clients:write, invoices:write) are separate keys for blast-radius control. The assistant cannot bypass server-side permissions — if a key lacks invoices:write, create_invoice returns a clear error.
MCP is not a replacement for the dashboard. Complex line-item editing, flow builder visualization, and sweep destination governance still favor screens. MCP wins for Monday morning AR snapshots, drafting invoices from Slack context, and adviser-ready tax exports during a live review call. Priya Sharma's MCP vs dashboard workflows guide documents setup, tool reference, and governance patterns. Bulk CSV import — up to 100 rows — serves agencies billing many retainers without writing code.
- Scoped API keys: separate read and write keys for least privilege
- Webhooks with delivery log and retry from dashboard
- MCP remote connector — no local install required for Claude web users
- Bulk invoice template, validate, and create for CSV-driven scale
- ChatGPT Custom GPT actions via published OpenAPI spec
Honest comparison: where competitors still win
Settlematic is not the only credible crypto billing option in 2026. Request Finance excels when both sides of a transaction already participate in the Request Network — network effects matter more than PDF polish. Gilded fits crypto operators with existing treasury tracking workflows who want invoicing adjacent to wallet operations. BitPay offers long-operating merchant processing with custodial settlement simplicity for BTC-leaning histories — accept the custody trade-off explicitly. BTCPay Server maximizes sovereignty for self-hosted Bitcoin teams with engineering bandwidth. Coinbase Commerce and Stripe crypto experiments optimize for fast experiments, not finance-grade partial pay and tax buckets.
We are newer than decade-old payment processors. Brand recognition in traditional enterprise procurement is still building. We do not claim to file your taxes, replace your ERP, or execute every DEX swap unattended in conversion flows v1. We do claim that if your selection criteria include partial multi-asset invoices, non-custodial sweeps, recurring schedules with reminders, structured tax exports, testnet rehearsal, and API/MCP automation — you should verify those workflows in a live demo, not infer them from a multi-chain logo wall.
- Choose Request when your counterparties already live in that network
- Choose BitPay or custodial processors when you accept operator-held balances for simplicity
- Choose BTCPay when self-hosted Bitcoin control outweighs finance feature velocity
- Choose Settlematic when invoicing semantics, partial pay, and non-custodial treasury are core requirements
- Choose payment links when you have no AR — tips, donations, one-off transfers
Who Settlematic is built for — and who should look elsewhere
Our best fit is services businesses — agencies, consultancies, B2B SaaS, Web3 professional services — billing roughly $20k to $2M annual revenue in fiat-quoted invoices with crypto settlement. Teams with internal finance discipline, global clients on multiple chains, and controllers who want invoice IDs in the general ledger, not just tx hashes in a shared spreadsheet.
Look elsewhere if crypto is under 5% of revenue and a simple checkout suffices — migration cost may exceed benefit until volume grows. Look elsewhere if you need marketplace embedded checkout with full white-label domains on day one. Look elsewhere if you want a single custodial balance you withdraw weekly and never think about sweeps — non-custodial architecture is a feature for some and friction for others.
E-E-A-T: why trust this article
This article is written by the person who owns finance product decisions at Settlematic, with examples drawn from production behavior as of June 2026, not aspirational roadmap slides. We link to deeper guides — partial payments, recurring billing, tax reporting, branding, conversion flows, platform comparisons — so you can verify claims independently. We name trade-offs: newer brand, conversion flow automation scope, no auto-filing, no custom pay domains in v1. Google and human readers both deserve honesty; overstated fintech marketing is why procurement teams schedule second demos.
Validate everything: run testnet invoices, pay yourself, export tax CSV to your adviser, connect a read-only MCP key and compare AR to the dashboard, send a batch reminder to an internal test client. Fifteen minutes of evidence beats forty minutes of slide deck.
The short answer
What makes Settlematic different from other crypto invoicing platforms is not one feature — it is the combination of invoice lifecycle semantics built for finance, crypto checkout built for clients, and non-custodial treasury built for operators who refuse exchange counterparty risk. Scheduled and batch payment reminders, recurring invoice generation, partial multi-asset settlement on one invoice, tax reporting at the line level, merchant branding on every touchpoint, conversion flows for post-payment policy, testnet rehearsal, and API plus MCP automation are the concrete expressions of that architecture.
Payment links and custodial processors remain valid tools in the stack. When accounts receivable, audit trails, and treasury policy mature past ad-hoc wallet requests, the differentiation is whether your billing platform records the commercial truth — or whether your controller rebuilds it from block explorers every month. That is the problem Settlematic exists to solve.
Continue reading
- Best crypto invoicing platforms in 2026: an independent buyer's guide
- Why partial payments on a crypto invoice solve two problems (and several more)
- Crypto invoicing with recurring billing: challenges, workflows, and how Settlematic solves them
- Custom branding for crypto invoices: logos, colors, PDFs, and hosted pages that build trust
- Conversion flows in Settlematic: automate treasury routing after crypto invoice payments
- Crypto invoicing with built-in tax reporting: a practitioner's guide for 2026