M
Built for Meridian Open Finance
Connecting the ledger…
what movedMeridian Open Finance already streams Chase Business Checking ····4471 — pre-existing infrastructure, nothing built for this demo. Connected
Meridian Open Finance · add the ledger half
what is owed
Where does Birchwood Supply Co. keep its books?
This half doesn't exist until Birchwood authorizes it — once, through Apideck Vault. The same code below reads invoices and bills from any ledger; you never build a per-ERP integration.
+ 29 more that support this flow — QuickBooks Desktop, Sage Business Cloud Accounting, Zoho Books, FreshBooks, Odoo, Moneybird and more. 35 accounting connectors expose everything this demo reads; Apideck connects to 45+ accounting & ERP systems through one API.
Consumer:
birchwood-supplyThe one call that adds the ledger half
POST
POST /vault/sessionsHeaders
Content-Type:application/json
x-apideck-app-id:demo-app-id
x-apideck-consumer-id:birchwood-supply
x-apideck-service-id:quickbooks
Authorization:Bearer sk_live_•••••
Request body
{
"consumer_metadata": {
"account_name": "Birchwood Supply Co."
},
"redirect_uri": "https://app.example.com/callback"
}In Live mode this launches the real @apideck/vault-js widget with the session token. In Mock mode (no credentials) it opens a stand-in with the same UX.