Test mode is free forever

Payments infrastructure for the internet economy

Ledgerline gives developers invoices, payment links, and a live events API behind one key. Copy a single curl, hit the test API, and watch the event land in your dashboard — the docs are the product.

Trusted by builders shipping · 2.9% + 30¢ per live charge · no monthly fee
cURL Node Python

      
200 OK · 412msRun it live →
{
  "id": "in_1QaX9f2eZvKY",
  "object": "invoice",
  "status": "open",
  "amount_due": 4200,
  "hosted_invoice_url": "https://ledgerline…/i/test_a1B2"
}

The invoicing & payment-links layer behind teams like

NorthwindCartogramBasewaveMeridian LabsFoundry OSPalettehq
The platform

Three primitives. One key. Zero setup.

Every Ledgerline account is born in test mode with a live sandbox. Ship invoices, share payment links, and subscribe to the same event stream the dashboard renders.

The "it's alive" moment

Docs you can run.

Sign in and every code example on the entire docs site is pre-filled with your test key. Press Run right in the page — no editing, no setup — and the response renders inline while the event lands in your dashboard feed a second later.

  • 1 Your sk_test_… key is injected into every snippet.
  • 2 Run the call from the docs; the JSON renders inline.
  • 3 The event slides into the live Workbench feed.
  • 4 Open the hosted invoice and pay it with 4242.
Make your first call
Workbench · Events
Integration ladder

From a no-code link to raw API

Start with a hosted payment link, graduate to invoices, then wire the events API into your own systems. Official clients, an OpenAPI spec, and a CLI mean AI agents integrate it correctly by default.

No-codePayment Links & hosted invoices
Low-codePrebuilt checkout components
Full APIREST + events + webhooks
events.js
// Subscribe to the same feed the dashboard renders
const stream = ledgerline.events.subscribe(events => {
  for (const e of events) {
    if (e.type === 'invoice.paid') {
      fulfil(e.data.object)   // ship the goods
    }
  }
})
The 2025 Ledgerline Letter

“The ledger went global.”

Our annual letter: the numbers only we can report, and a thesis about where the internet economy is heading — the volume, the agentic commerce shift, and what it means for builders.

Read the 2025 letter
$4.1Btest-mode volume processed
1.9Minvoices created by developers
47countries with active sandboxes
Pricing

Free in test mode. Pay only when money moves.

Unlimited sandboxes, instant settlement, every event — free forever. Go live and it's a flat 2.9% + 30¢ per successful charge, +0.4% on invoicing capped at $2.

Your first API call is 30 seconds away.

No signup wall. No credit card. Just copy the curl and watch it come alive.

Start building