Turn 6 orders into one journal entry
Vela Pay collects card payments for Harlow Goods Co., then reconciles every payout into whatever ERP they run — gross sales, processing fees and refunds posted to one clearing account, matched to the single deposit that actually lands in the bank. One integration instead of a connector per ledger — the same code runs on NetSuite, QuickBooks, Xero and more.
Where does Harlow Goods Co. keep its books?
The merchant authorizes Vela Pay once through Apideck Vault. The same code below posts every payout into any ledger — you never build a per-ERP reconciliation integration.
+ 36 more that support this flow — QuickBooks Desktop, Sage Business Cloud Accounting, Zoho Books, FreshBooks, Odoo, Moneybird and more. 42 accounting connectors expose everything this demo reads; Apideck connects to 48+ accounting & ERP systems through one API.
harlow-goodsThe one call that starts it all
POST /vault/sessions{
"consumer_metadata": {
"account_name": "Harlow Goods 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.