Finicity
Broadest US coverage, with bank OAuth where the institution supports it.
MX
An alternate aggregator that catches banks Finicity misses.
FDE
LedgerSync’s proprietary credential-based extraction, for banks neither aggregator covers.
You never pick a source. When you initiate a connection, v3 chooses the right one server-side from our institution catalog. There is no
source parameter — the id you get back (like con_FINICITY_41294 or con_MX_1224) tells you which one answered.The data model
Everything hangs off four nested objects. Learn these once and the rest of the API reads naturally.| Object | What it is |
|---|---|
| Client | Your record of one end-user. You set external_id; our id looks like cli_01HXYZ.... |
| Connection | One linked bank for a Client. A Client can have many. |
| Account | A checking, savings, card, or loan account exposed by a Connection. |
| Transaction / Statement | The actual data on an Account. |
How linking works, in one breath
Initiate a Connection
POST /v3/clients/{id}/connections with an institution_id. You get a 202 and an operation_id to poll.Hand off the widget
Open the returned
widget_url in the user’s browser. They pick their bank, sign in, and choose accounts. You never see their credentials.Start here
Quickstart
From a sandbox key to live transaction data in a few requests.
Connect a bank
Initiate, hand off the widget, and read back accounts.
Webhooks
Get told the moment a connection goes active, fails, or refreshes.
Errors
One error envelope, one field to branch on:
code.API Reference
Every endpoint, field, and response, in full.
Authentication
Bearer keys, sandbox vs. live, and the trace header.
Everything is JSON over HTTPS
No SDK required. Send and receive JSON, authenticate with a Bearer key, and read theX-LS-Trace-Id header on every response for support. Sandbox is one key away — grab an sk_test_... key, point at https://api-sandbox.ledgersyncappv2.com/v3, and link the built-in FinBank test bank with no MFA.
Sandbox smoke test
When you’re ready to try a full link end to end, head to the Quickstart.
